AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 5: You are NOT assigned a TV device or server AIPS 5: You are NOT assigned a graphics device or server AIPS 5: Enter user ID number ?AIPS 5: 31DEC06 AIPS: AIPS 5: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 5: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 5: for details, type HELP GNUGPL AIPS 5: This is free software, and you are welcome to redistribute it AIPS 5: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 5: Previous session command-line history *not* recovered. AIPS 5: TAB-key completions enabled, type HELP READLINE for details. AIPS 5: Recovered POPS environment from last exit >>>AIPS 5: Found in Version=ABIN AIPS 5: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 5: AIPS 5: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 5: procedure pipedef1 AIPS 5: string*12 pnam AIPS 5: string*6 pcls AIPS 5: scalar pseq,pdsk AIPS 5: pdsk=1 AIPS 5: finish AIPS 5: pipedef1 AIPS 5: procedure namepipe AIPS 5: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 5: finish AIPS 5: procedure pipename AIPS 5: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 5: finish AIPS 5: AIPS 5: procedure checkcat AIPS 5: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 5: scalar numcat AIPS 5: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 5: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 5: if(numcat>0)then;recat;end;clrtemp AIPS 5: return numcat AIPS 5: finish AIPS 5: AIPS 5: procedure gx AIPS 5: $ inputs AIPS 5: go;wait AIPS 5: finish AIPS 5: AIPS 5: procedure pre_fillm AIPS 5: $LOS - sets VLA archive defaults for fillm AIPS 5: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 5: finish AIPS 5: AIPS 5: procedure fname AIPS 5: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 5: finish AIPS 5: AIPS 5: procedure del AIPS 5: error=1;zap AIPS 5: finish AIPS 5: AIPS 5: procedure skipdata AIPS 5: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 5: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 5: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 5: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 5: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 5: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 5: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 5: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 5: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 5: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 5: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 5: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 5: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 5: end AIPS 5: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 5: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 5: finish AIPS 5: AIPS 5: procedure checkids AIPS 5: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 5: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 5: scalar q1,q2 AIPS 5: string*1 co1,co2 AIPS 5: string*16 n1,n2 AIPS 5: array alist(100),blist(100) AIPS 5: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 5: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 5: if (n > 1) then AIPS 5: for m=1:(n-1);clrtemp AIPS 5: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 5: for l=(m+1):n;clrtemp AIPS 5: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 5: if (abs(ra1a-ra2a)=0) then AIPS 5: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 5: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 5: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 5: if (abs(dc1a-dc2a)=0) then AIPS 5: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 5: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 5: if (q1=q2) then $ same qualifier; same calcode? AIPS 5: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 5: if (co1=co2) then AIPS 5: pixxy m,1;tabget;q1 keyvalue(1) AIPS 5: pixxy l,1;tabget;q2 keyvalue(1) AIPS 5: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 5: if (idx>100) then; AIPS 5: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 5: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 5: else AIPS 5: if (length(n1)1) then;task'DSORC';n=0 AIPS 5: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 5: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure checkcal AIPS 5: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 5: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 5: scalar idx,jdx AIPS 5: string*16 sname AIPS 5: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 5: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 5: for jdx=1:idx AIPS 5: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 5: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try B1950 name AIPS 5: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try J2000 AIPS 5: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try J2000 name AIPS 5: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 5: end;end;end;clrtemp AIPS 5: end AIPS 5: $ if error>0 check on coords (for different name than standard) AIPS 5: $ but keyval not reliable to do this.. ?? AIPS 5: $ end AIPS 5: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 5: else;checkids;error=-1;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure j2000fix AIPS 5: $LOS - convert data to J2000 by default use of uvfix AIPS 5: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 5: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 5: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure datachks AIPS 5: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 5: if(error<1)then $ file exists AIPS 5: skipdata;if(error<1)then $ file was not zapped AIPS 5: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 5: j2000fix AIPS 5: $ addcalco AIPS 5: end;end;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure freqchks AIPS 5: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 5: scalar rows, nfrq AIPS 5: if(error<1)then $ file exists AIPS 5: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 5: if (nfrq > 1) then AIPS 5: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 5: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 5: for rows=1:nfrq AIPS 5: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 5: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 5: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 5: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 5: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 5: tget uvcop;freqid=1;clrtemp AIPS 5: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 5: finish AIPS 5: AIPS 5: procedure pre_move AIPS 5: $LOS - moves file to another AIPS user number AIPS 5: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: $ AIPS 5: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 5: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 5: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 5: $ Rearanged inputs and options, added integration time calculation, AIPS 5: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 5: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 5: $ array, use model,.. AIPS 5: $ AIPS 5: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 5: $ find imsize, find cutoffflux, include infi le AIPS 5: $--------------------------------------------------------------- AIPS 5: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 5: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 5: $=============================================== AIPS 5: $! Calibrating amplitude and phase, and imaging VLA data AIPS 5: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 5: $--------------------------------------------------------------- AIPS 5: $; Copyright (C) 2002-2006 AIPS 5: $; Associated Universities, Inc. Washington DC, USA. AIPS 5: $; AIPS 5: $; This program is free software; you can redistribute it and/o r AIPS 5: $; modify it under the terms of the GNU General Public License as AIPS 5: $; published by the Free Software Foundation; either version 2 of AIPS 5: $; the License, or (at your option) any later version. AIPS 5: $; AIPS 5: $; This program is distributed in the hope that it will be usef ul, AIPS 5: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 5: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 5: $; GNU General Public License for more details. AIPS 5: $; AIPS 5: $; You should have received a copy of the GNU General Public AIPS 5: $; License along with this program; if not, write to the Free AIPS 5: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 5: $; MA 02139, USA. AIPS 5: $; AIPS 5: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 5: $; Internet email: aipsmail@nrao.edu. AIPS 5: $; Postal address: AIPS Project Office AIPS 5: $; National Radio Astronomy Observatory AIPS 5: $; 520 Edgemont Road AIPS 5: $; Charlottesville, VA 22903-2475 USA AIPS 5: $--------------------------------------------------------------- AIPS 5: $=============================================================== AIPS 5: AIPS 5: procedure pipeinit AIPS 5: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 5: scalar lsids,star,tint,fsw AIPS 5: string*2 lstyp AIPS 5: string*3 lsvla AIPS 5: string*6 lsidc,lsstrng AIPS 5: string*16 lsidn,lscal AIPS 5: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 5: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 5: string*20 expnm AIPS 5: string*48 expmsg AIPS 5: finish AIPS 5: pipeinit AIPS 5: AIPS 5: procedure pipeinpt AIPS 5: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 5: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 5: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 5: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 5: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 5: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 5: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 5: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 5: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 5: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 5: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 5: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 5: lsparm(9)=docal;lsparm(10)=doresid AIPS 5: $ check input values AIPS 5: $->lsbadd AIPS 5: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 5: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 5: if (error<>0) then AIPS 5: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 5: else AIPS 5: userid=0;k=1;lsname=0 AIPS 5: while (lsname=0);egetname k AIPS 5: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 5: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 5: else;k=k+1;end;end;end;else AIPS 5: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 5: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 5: else AIPS 5: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 5: end AIPS 5: end AIPS 5: AIPS 5: $->inname AIPS 5: $->inclass AIPS 5: $->inseq AIPS 5: $->fsw AIPS 5: $->lsflag AIPS 5: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 5: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 5: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 5: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 5: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 5: end AIPS 5: $->lscal AIPS 5: if (length(lscal)<>0) then AIPS 5: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 5: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 5: end AIPS 5: AIPS 5: $->lsflux AIPS 5: $-> #3+#4 uvrange AIPS 5: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 5: if((i=1)&(j=1))then;star=1;else; AIPS 5: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 5: end;end;end;end;clrtemp;end AIPS 5: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 5: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 5: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 5: end;end;clrtemp AIPS 5: $-> #11 dopol AIPS 5: $-> #12 bpa AIPS 5: $->lscont AIPS 5: $->lsplot AIPS 5: if (lsparm(1) > 0) then AIPS 5: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 5: else; AIPS 5: if (lsparm(5)=0) then; AIPS 5: keyword='TELESCOP';gethead; AIPS 5: if (substr(keystrng,1,3)<>'VLA') then; AIPS 5: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 5: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 5: for j=1:k AIPS 5: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 5: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 5: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 5: lsvla=substr(keystrng,i+1,i+3);else AIPS 5: lsvla=substr(keystrng,i+2,i+4);end AIPS 5: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 5: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 5: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 5: keyword=substr(keystrng,i+2,i+8);else AIPS 5: keyword=substr(keystrng,i+3,i+9);end AIPS 5: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 5: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 5: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 5: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 5: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 5: if(lsparm(5)>0)then AIPS 5: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 5: end;end;end;end AIPS 5: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 5: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 5: AIPS 5: $-> #7 niter AIPS 5: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 5: $-> #8 cutoff AIPS 5: $-> #9 docal AIPS 5: $-> #10 doresid AIPS 5: AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure getidn AIPS 5: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 5: finish AIPS 5: AIPS 5: procedure getset AIPS 5: default;getidn;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure lsclrcal AIPS 5: $ consolidate lists, deal with calcode='*' later AIPS 5: scalar lsidx,l,m,n AIPS 5: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 5: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 5: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 5: for i=1:lsidx $ remember source number AIPS 5: pixxy=i,3,0;tabget;error=0 AIPS 5: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 5: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 5: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 5: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 5: for i=1:lsidx AIPS 5: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 5: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 5: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 5: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 5: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 5: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 5: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 5: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 5: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 5: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 5: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 5: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 5: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 5: $here - clean up pnt cal for doubles - subtract from total count below AIPS 5: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 5: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 5: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 5: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 5: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 5: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 5: return;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure numtab(lsstrng) AIPS 5: keystrng'';j=0;clrtemp AIPS 5: while ((j<15)&(keystrng<>lsstrng)) AIPS 5: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 5: if (keystrng=lsstrng) then AIPS 5: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 5: keyword'';keystrng'';clrtemp AIPS 5: return keyvalue(1);finish AIPS 5: AIPS 5: procedure numbasel AIPS 5: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 5: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 5: for numbant=1:numarow AIPS 5: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 5: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 5: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 5: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 5: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 5: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 5: return numbase AIPS 5: finish AIPS 5: AIPS 5: procedure calcintt AIPS 5: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 5: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 5: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 5: else AIPS 5: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 5: if(numxrow>rmax)then;numxrow rmax;end AIPS 5: for numscan=1:numxrow;clrtemp AIPS 5: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 5: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 5: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 5: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 5: end;numcnst=numbasel;sum=0 AIPS 5: if (avr > 0) then AIPS 5: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 5: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 5: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 5: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 5: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 5: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 5: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 5: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 5: end AIPS 5: return avr AIPS 5: finish AIPS 5: AIPS 5: procedure guesintt AIPS 5: scalar intcst,intavr,intmod,intime AIPS 5: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 5: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 5: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 5: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 5: if (intavr>10) then AIPS 5: $ intime=10*floor(0.5+(intavr/10)) AIPS 5: intime=10*floor(intavr/10) AIPS 5: else;if (intavr>0) then AIPS 5: intmod=mod(intavr,intcst) AIPS 5: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 5: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 5: else;intime=intavr;end;end;clrtemp AIPS 5: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 5: return intime AIPS 5: finish AIPS 5: AIPS 5: procedure checkids AIPS 5: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 5: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 5: scalar q1,q2 AIPS 5: string*1 co1,co2 AIPS 5: string*16 n1,n2 AIPS 5: array alist(100),blist(100) AIPS 5: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 5: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 5: if (n > 1) then AIPS 5: for m=1:(n-1);clrtemp AIPS 5: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 5: for l=(m+1):n;clrtemp AIPS 5: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 5: if (abs(ra1a-ra2a)=0) then AIPS 5: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 5: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 5: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 5: if (abs(dc1a-dc2a)=0) then AIPS 5: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 5: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 5: if (q1=q2) then $ same qualifier; same calcode? AIPS 5: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 5: if (co1=co2) then AIPS 5: pixxy m,1;tabget;q1 keyvalue(1) AIPS 5: pixxy l,1;tabget;q2 keyvalue(1) AIPS 5: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 5: if (idx>100) then; AIPS 5: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 5: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 5: else AIPS 5: if (length(n1)1) then;task'DSORC';n=0 AIPS 5: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 5: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure chkobjct AIPS 5: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 5: then; object='3C286';end AIPS 5: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 5: then; object='3C48';end AIPS 5: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 5: then; object='3C138';end AIPS 5: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 5: then; object='3C147';end AIPS 5: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 5: then; object='3C295';end;clrtemp;return AIPS 5: finish AIPS 5: AIPS 5: procedure checkbnd AIPS 5: band='';j=1 AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 5: keyvalue(1)=keyvalue(1)/1e9; AIPS 5: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 5: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 5: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 5: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 5: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 5: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 5: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 5: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure chkmodel AIPS 5: error=0;sysout='';sys2com'' AIPS 5: syscom'ls -1 $AIPSTARS/ AIPS 5: sys2com(1) inname!!'.MODEL' AIPS 5: sys2com(2) ' >& /dev/null AIPS 5: system AIPS 5: finish AIPS 5: AIPS 5: procedure loadmodl AIPS 5: scalar lsidx,l AIPS 5: array lsload(5) AIPS 5: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 5: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 5: for i=1:lsidx AIPS 5: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 5: while (j<21) AIPS 5: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 5: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 5: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 5: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 5: for j=1:(l-1) AIPS 5: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 5: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 5: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 5: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 5: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 5: end;return AIPS 5: finish AIPS 5: AIPS 5: procedure vlanew AIPS 5: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 5: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 5: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 5: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 5: if (inclass='LINE') then AIPS 5: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 5: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 5: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 5: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 5: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 5: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 5: finish AIPS 5: AIPS 5: procedure allzap AIPS 5: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure allplot AIPS 5: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 5: if (j>0) then AIPS 5: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 5: else;type 'NOTHING TO PLOT - DONE';end AIPS 5: finish AIPS 5: AIPS 5: procedure goplt0 AIPS 5: if (lsplot>0) then;go;end AIPS 5: finish $SN only AIPS 5: procedure goplt1 AIPS 5: if (lsplot>1) then;go;end AIPS 5: finish $SN+CL AIPS 5: procedure goplt2 AIPS 5: if (lsplot>2) then;go;end AIPS 5: finish $SN+CL+BP AIPS 5: procedure goplt3 AIPS 5: if (lsplot>3) then;go;end AIPS 5: finish $CL,BP applied AIPS 5: AIPS 5: procedure calpipe(lsdisk,lsname,lsrant) AIPS 5: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 5: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 5: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 5: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 5: if (lsflag>=1) then AIPS 5: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 5: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 5: end;task'FLAGR';getset AIPS 5: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 5: end AIPS 5: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 5: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 5: if (length(lscal)<>0) then AIPS 5: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 5: end;sources=lsampcal;go AIPS 5: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 5: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 5: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 5: if (lsmodl>0) then $ use models for ones that exist AIPS 5: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 5: for j=1:(l-1) AIPS 5: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 5: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 5: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 5: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 5: $ if no model, use point with full uvrange AIPS 5: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 5: end;clrtemp AIPS 5: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 5: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 5: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 5: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 5: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 5: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 5: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 5: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 5: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 5: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 5: if(star>0)then;calsour'';calcode'*';end;go AIPS 5: if (lsmodl>0) then AIPS 5: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 5: for j=1:(l-1) AIPS 5: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 5: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 5: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 5: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 5: $ if no model, use point with full uvrange AIPS 5: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 5: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 5: for j=1:(l-1) AIPS 5: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 5: if (error<1) then;zap;end;end AIPS 5: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 5: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 5: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 5: if (star>0) then; AIPS 5: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 5: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 5: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 5: soucode='*' AIPS 5: else AIPS 5: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 5: end;go AIPS 5: if (lscont<1) then AIPS 5: type '****************************************************** **' AIPS 5: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 5: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 5: type '****************************************************** **';read AIPS 5: end AIPS 5: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 5: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 5: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 5: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 5: if (inclass='CH 0') then AIPS 5: task'TACOP';getset AIPS 5: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 5: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 5: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 5: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 5: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 5: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 5: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 5: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 5: sources=lsampcal;goplt3 AIPS 5: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 5: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure calcrms AIPS 5: scalar nbas,nvis,tbw,rms,minhrs AIPS 5: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 5: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 5: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 5: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 5: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 5: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 5: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 5: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 5: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 5: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 5: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 5: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 5: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 5: return rms AIPS 5: finish AIPS 5: AIPS 5: procedure setboxfle AIPS 5: scalar ci,bi AIPS 5: string*48 fbox AIPS 5: fbox'/tmp/SETFC@ AIPS 5: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 5: ci=0;bi=length(fbox) AIPS 5: while(ci& /dev/null AIPS 5: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure catboxfile AIPS 5: sys2com'';syscom 'cat AIPS 5: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 5: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 5: system AIPS 5: finish AIPS 5: AIPS 5: procedure setimsize AIPS 5: scalar szf, kk AIPS 5: string*48 bxf AIPS 5: array szc(2), szi(2), orgc(2), orgi(2) AIPS 5: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 5: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 5: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 5: while (kk<9) AIPS 5: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 5: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 5: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 5: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 5: go;szf=nfield;szc=cellsize;szi=imsize AIPS 5: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 5: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 5: vput imagr AIPS 5: finish AIPS 5: AIPS 5: procedure imapipe(k,lsdisk,lsname) AIPS 5: vnum=33;dowait=true AIPS 5: if (k=1) then AIPS 5: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 5: baddisk=lsbadd;douvcomp=-1;go AIPS 5: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 5: go;end;end;clrtemp AIPS 5: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 5: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 5: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 5: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 5: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 5: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 5: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 5: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 5: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 5: while ((lssid(k)>0) & (k<1001)) AIPS 5: if (lssid(k)=keyvalue(1))then error=0;end AIPS 5: k=k+1;end;end;vget imagr AIPS 5: if (error < 1) then AIPS 5: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 5: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 5: while (j<30) AIPS 5: k=length(inname) AIPS 5: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 5: lstarg=0;j=30 AIPS 5: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 5: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 5: if(imsize(1)<0)then;imsize=256;end;end AIPS 5: else;j=j+1;end $ check next source, if not found -> targ et AIPS 5: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 5: AIPS 5: j=1 AIPS 5: $calibrator lstarg=0 AIPS 5: $target if lstarg=1 AIPS 5: AIPS 5: AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 5: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 5: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 5: if (inclass='CH 0') then AIPS 5: for k=1:keyvalue(1);bif=k;eif=k AIPS 5: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 5: end;clrtemp;k=keyvalue(1) AIPS 5: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 5: if (error < 1) then AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 5: if (keystrng='FREQ') then AIPS 5: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 5: else;j=j+1;end AIPS 5: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 5: if (bchan=1) then;bchan=2;end;j=k AIPS 5: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 5: end;end;clrtemp AIPS 5: else AIPS 5: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 5: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 5: else AIPS 5: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 5: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 5: end;end;boxfile=setboxfle;delboxfle AIPS 5: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 5: $ inclass'SCIMG';allzap AIPS 5: inclass'IBM*';intype'MA';allzap AIPS 5: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 5: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 5: end;end;dowait=false;vnum=0 AIPS 5: finish AIPS 5: AIPS 5: procedure avlapipe AIPS 5: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 5: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 5: else;lsclrcal;tint=guesintt;clrtemp AIPS 5: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 5: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 5: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 5: type'--------------------------------------------------- --------' AIPS 5: end;type ' ' AIPS 5: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 5: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 5: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: default'AVLAPIPE' AIPS 5: Found in Version=ABIN AIPS 5: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 5: docal 1; sources '*''' AIPS 5: $ to be set by itself later AIPS 5: solint 1; factor 5; doarray -1; imsize -1 AIPS 5: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 5: niter -1; cutoff -1 AIPS 5: $ for now debugging AIPS 5: docont 1; plver -1; doall 1; doresid 0 AIPS 5: AIPS 5: $ defaults AIPS 5: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 5: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 5: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 5: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 5: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 5: 'AK485_2000FEB10_1' >>AIPS 5: 'AK485_2000FEB10_1' >AIPS 5: Found in Version=ABIN AIPS 5: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 5: AIPS 5: $$ General catalog looks like AIPS 5: $$ Multi-source UV data file AIPS 5: $$ Multi-source TASAV file AIPS 5: $$ Single-source calibrated data - auvf AIPS 5: $$ Single-source calibrated images- aimg AIPS 5: AIPS 5: $May need to redefine after a restore 0: AIPS 5: $allzap AIPS 5: $calcintt AIPS 5: $guesintt AIPS 5: $lsparm(5);tint;lsdisk AIPS 5: AIPS 5: procedure flatfov AIPS 5: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 5: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 5: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 5: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 5: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 5: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 5: while (kk<5) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 5: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 5: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 5: end AIPS 5: for i=3:uvi;getname i AIPS 5: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 5: for j=1:keyvalue(1) AIPS 5: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 5: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 5: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 5: $ so instead of maximum frequency span, use max individual bandw idth AIPS 5: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 5: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 5: for j=1:mai $ assume inseq starts at 1.. AIPS 5: inseq=j;kk=1;cellsize=0;userid=0 AIPS 5: while (kk<5) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 5: keyword='CDELT'!!char(kk);clrtemp AIPS 5: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 5: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 5: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 5: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 5: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 5: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 5: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 5: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 5: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 5: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 5: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 5: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 5: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 5: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 5: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 5: go;wait;allzap;recat AIPS 5: end;end;end AIPS 5: finish AIPS 5: AIPS 5: procedure nvasimage AIPS 5: $LOS - Determine noise, do primary beam correction, include copy right AIPS 5: scalar numfle,ll,mm AIPS 5: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 5: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 5: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 5: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 5: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 5: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 5: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 5: end AIPS 5: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 5: for j=mai:numfle AIPS 5: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 5: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 5: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 5: for j=mai:numfle $ can only do on MA files AIPS 5: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure nvasname AIPS 5: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 5: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 5: string*1 pm,rmsc AIPS 5: string*2 zz AIPS 5: string*3 mmm AIPS 5: string*4 rmss,sbms,fras AIPS 5: string*5 radi AIPS 5: string*30 dir AIPS 5: string*20 expn AIPS 5: ki=1;userid=0 AIPS 5: while (ki<9) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 5: typ ki, keys AIPS 5: if(substr(keystrng,1,2)='RA')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 5: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 5: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 5: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 5: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 5: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 5: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 5: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 5: typ 'HERE' AIPS 5: if(substr(keystrng,1,3)='DEC')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 5: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 5: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 5: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 5: ds=floor(dc1+(3600*dc2));clrtemp AIPS 5: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 5: if(substr(keystrng,1,4)='FREQ')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 5: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 5: if(substr(keystrng,1,6)='STOKES')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 5: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 5: end; AIPS 5: typ ki 'TOO' AIPS 5: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 5: end;clrtemp $ build the output file name here AIPS 5: typ 'BUILD NOW' AIPS 5: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 5: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 5: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 5: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 5: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 5: AIPS 5: AIPS 5: AIPS 5: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 5: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 5: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 5: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 5: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 5: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 5: else AIPS 5: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 5: end AIPS 5: AIPS 5: if (expnm='') then AIPS 5: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 5: mmm=substr(keystrng,5,6) AIPS 5: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 5: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 5: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 5: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 5: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 5: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 5: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 5: end AIPS 5: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print outf AIPS 5: AIPS 5: $ make the source dir here AIPS 5: dir='';sysout'';syscom'mkdir AIPS 5: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 5: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 5: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 5: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 5: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 5: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK5: Task QUACK (release of 31DEC06) begins QUACK5: Flagged 4.33 min. of data in 26 scans QUACK5: Appears to have ended successfully QUACK5: auto 31DEC06 TST: Cpu= 0.0 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes FLAGR5: Task FLAGR (release of 31DEC06) begins FLAGR5: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR5: Overall average amp= 9.810E-02 +- 1.715E-03 source= 1637+472 FLAGR5: Overall average rms= 1.621E-03 +- 1.001E-04 source= 1637+472 FLAGR5: Overall average amp= 2.583E-03 +- 2.100E-04 source= G991208 FLAGR5: Overall average rms= 1.073E-03 +- 6.250E-05 source= G991208 FLAGR5: Overall average amp= 2.974E-01 +- 5.986E-02 source= 0137+331 FLAGR5: Overall average rms= 8.532E-03 +- 1.636E-03 source= 0137+331 FLAGR5: Found 14 bad times, 228 total flags FLAGR5: Wrote 2 antenna & IF independent flags FLAGR5: Wrote 12 antenna independent, IF dependent flags FLAGR5: Wrote 214 antenna & IF dependent flags FLAGR5: Wrote 0 antenna & IF dependent, all-times flags FLAGR5: Appears to have ended successfully FLAGR5: auto 31DEC06 TST: Cpu= 4.8 Real= 16 SETJY5: Task SETJY (release of 31DEC06) begins SETJY5: / Resetting flux information to zero SETJY5: BIF = 1 EIF = 2 /Range of IFs SETJY5: SOURCES = '' /All sources selected SETJY5: Appears to have ended successfully SETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes SETJY5: Task SETJY (release of 31DEC06) begins SETJY5: A source model for this calibrator may be available SETJY5: Use the verb CALDIR to see if there is one SETJY5: A source model for this calibrator may be available SETJY5: Use the verb CALDIR to see if there is one SETJY5: / Flux calculated using known spectrum SETJY5: BIF = 1 EIF = 2 /Range of IFs SETJY5: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY5: '0137+331 ' IF = 2 FLUX = 3.1449 (Jy calcd) SETJY5: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY5: Appears to have ended successfully SETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing cal transfer mode with point model for each source CALIB5: This is not self-calibration CALIB5: Dividing data by source flux densities CALIB5: Determining solutions CALIB5: Writing SN table 1 CALIB5: Found 1820 good solutions CALIB5: Average closure rms = 0.0220 +- 0.0058 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.02941 of the times had 0 - 2 percent outside 2.5 times rms CALIB5: 0.38235 of the times had 2 - 4 percent outside 2.5 times rms CALIB5: 0.48529 of the times had 4 - 6 percent outside 2.5 times rms CALIB5: 0.07353 of the times had 6 - 8 percent outside 2.5 times rms CALIB5: 0.01471 of the times had 8 - 10 percent outside 2.5 times rms CALIB5: 0.01471 of the times had 12 - 14 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.5 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD5: Task CALRD (release of 31DEC06) begins CALRD5: Reading disk file AIPSTARS:3C48_X.MODEL CALRD5: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD5: Appears to have ended successfully CALRD5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing self-cal mode with CC model CALIB5: SETGDS: imaging done with reprojected tangent point(s) CALIB5: FACSET: source model will be scaled to 3.164 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.22586E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: VISDFT: Model components of type Point CALIB5: I Polarization model processed CALIB5: Model computation is 40 percent complete CALIB5: Model computation is 80 percent complete CALIB5: FACSET: source model will be scaled to 3.145 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.17087E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: I Polarization model processed CALIB5: Field 1 used 300 CCs CALIB5: Determining solutions CALIB5: Deleted 54 records from SN table no. 1 CALIB5: Writing SN table 1 CALIB5: Found 216 good solutions CALIB5: Average closure rms = 0.0041 +- 0.0004 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.12500 of the times had 2 - 4 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB5: 0.12500 of the times had 14 - 16 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.9 Real= 5 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode 2PT CLCAL5: Processing SN table 1 CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 455 merged records from 455 input records CLCAL5: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.3 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode SELF CLCAL5: Deleted 621 records from CL table no. 2 CLCAL5: Processing SN table 1 CLCAL5: WARNING: SN table 1 has already been applied CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 455 merged records from 455 input records CLCAL5: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.2 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing cal transfer mode with point model for each source CALIB5: This is not self-calibration CALIB5: Dividing data by source flux densities CALIB5: Determining solutions CALIB5: Writing SN table 2 CALIB5: RPOL, IF= 1 The average gain over these antennas is 3.230E+00 CALIB5: RPOL, IF= 2 The average gain over these antennas is 3.220E+00 CALIB5: LPOL, IF= 1 The average gain over these antennas is 3.221E+00 CALIB5: LPOL, IF= 2 The average gain over these antennas is 3.223E+00 CALIB5: Found 1712 good solutions CALIB5: Average closure rms = 0.0037 +- 0.0003 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.75000 of the times had 0 - 2 percent outside 2.5 times rms CALIB5: 0.18750 of the times had 2 - 4 percent outside 2.5 times rms CALIB5: 0.01562 of the times had 6 - 8 percent outside 2.5 times rms CALIB5: 0.04688 of the times had 8 - 10 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 2.0 Real= 12 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing self-cal mode with CC model CALIB5: SETGDS: imaging done with reprojected tangent point(s) CALIB5: FACSET: source model will be scaled to 3.164 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.22586E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: VISDFT: Model components of type Point CALIB5: I Polarization model processed CALIB5: Model computation is 40 percent complete CALIB5: Model computation is 80 percent complete CALIB5: FACSET: source model will be scaled to 3.145 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.17087E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: I Polarization model processed CALIB5: Field 1 used 300 CCs CALIB5: Determining solutions CALIB5: Deleted 27 records from SN table no. 2 CALIB5: Writing SN table 2 CALIB5: RPOL, IF= 1 The average gain over these antennas is 3.187E+00 CALIB5: RPOL, IF= 2 The average gain over these antennas is 3.180E+00 CALIB5: LPOL, IF= 1 The average gain over these antennas is 3.126E+00 CALIB5: LPOL, IF= 2 The average gain over these antennas is 3.129E+00 CALIB5: Found 108 good solutions CALIB5: Average closure rms = 0.0012 +- 0.0000 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.75000 of the times had 4 - 6 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.9 Real= 6 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 GETJY5: Task GETJY (release of 31DEC06) begins GETJY5: Source:Qual CALCODE IF Flux (Jy) GETJY5: 1637+472 : 0 B 1 0.96323 +/- 0.01812 GETJY5: 2 0.96480 +/- 0.01830 GETJY5: Appears to have ended successfully GETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode 2PT CLCAL5: Processing SN table 2 CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 428 merged records from 428 input records CLCAL5: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode SELF CLCAL5: Deleted 621 records from CL table no. 3 CLCAL5: Processing SN table 2 CLCAL5: WARNING: SN table 2 has already been applied CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 428 merged records from 428 input records CLCAL5: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.2 Real= 3 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes TASAV5: Task TASAV (release of 31DEC06) begins TASAV5: Create 20000210 .TASAV . 1 (UV) on disk 1 cno 2 TASAV5: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV5: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Appears to have ended successfully TASAV5: auto 31DEC06 TST: Cpu= 0.1 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes SPLIT5: Task SPLIT (release of 31DEC06) begins SPLIT5: You are using a non-standard program SPLIT5: Doing subarray 1 SPLIT5: Create 1637+472 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT5: Applying CL Table version 3 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 3654 0 3654 SPLIT5: Fully 0 0 25160 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Create G991208 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 13970 0 13970 SPLIT5: Fully 0 0 111753 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Create 0137+331 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 103 0 103 SPLIT5: Fully 0 0 6514 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Appears to have ended successfully SPLIT5: auto 31DEC06 TST: Cpu= 0.5 Real= 5 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06659 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found 1637+472 X BAND Seq 1 Disk: 1 in slot 3 SETFC5: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23413 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23413 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 90.3 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 1.2 Real= 7 C 1 1012 1012 16 37 45.13 47 17 33.8 00001 -1 507 512 513 C 2 1012 1012 16 37 45.13 47 14 14.5 00002 -1 507 512 513 C 3 1012 1012 16 37 28.17 47 15 54.1 00003 -1 507 512 513 C 4 1012 1012 16 38 02.09 47 15 54.1 00004 -1 507 512 513 C 5 1012 1012 16 37 28.16 47 19 13.4 00005 -1 507 512 513 C 6 1012 1012 16 38 02.11 47 19 13.4 00006 -1 507 512 513 C 7 1012 1012 16 37 45.13 47 20 53.2 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06659 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_2000F AIPS 5: EB10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 -7.1217E-03 -3.6000E-02 0 IMAGR5: Field 2 1012 1012 -7.1217E-03 -1.9934E+02 0 IMAGR5: Field 3 1012 1012 -1.7255E+02 -9.9736E+01 0 IMAGR5: Field 4 1012 1012 1.7254E+02 -9.9736E+01 0 IMAGR5: Field 5 1012 1012 -1.7266E+02 9.9564E+01 0 IMAGR5: Field 6 1012 1012 1.7274E+02 9.9564E+01 0 IMAGR5: Field 7 1012 1012 -7.1217E-03 1.9936E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create 1637+472 .IMAGR . 1 (UV) on disk 1 cno 6 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 28814 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 1.865E+04 IMAGR5: UVWAIT: Adding temperance S 3.730E+03 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 1.001E+08 and out 1.363E+08 IMAGR5: UVWAIT: Noise is increased by a factor 1.121 due to weighting IMAGR5: UVWAIT: Average summed weight 1.865E+04 over 56874 vis IMAGR5: Create 1637+472 .IBM001. 1 (MA) on disk 1 cno 7 IMAGR5: Create 1637+472 .IBM002. 1 (MA) on disk 1 cno 8 IMAGR5: Create 1637+472 .IBM003. 1 (MA) on disk 1 cno 9 IMAGR5: Create 1637+472 .IBM004. 1 (MA) on disk 1 cno 10 IMAGR5: Create 1637+472 .IBM005. 1 (MA) on disk 1 cno 11 IMAGR5: Create 1637+472 .IBM006. 1 (MA) on disk 1 cno 12 IMAGR5: Create 1637+472 .IBM007. 1 (MA) on disk 1 cno 13 IMAGR5: Create 1637+472 .ICL001. 1 (MA) on disk 1 cno 14 IMAGR5: Create 1637+472 .ICL002. 1 (MA) on disk 1 cno 15 IMAGR5: Create 1637+472 .ICL003. 1 (MA) on disk 1 cno 16 IMAGR5: Create 1637+472 .ICL004. 1 (MA) on disk 1 cno 17 IMAGR5: Create 1637+472 .ICL005. 1 (MA) on disk 1 cno 18 IMAGR5: Create 1637+472 .ICL006. 1 (MA) on disk 1 cno 19 IMAGR5: Create 1637+472 .ICL007. 1 (MA) on disk 1 cno 20 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 1 Beam min = -94.0 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.038 x 0.689 arcsec, PA= 89.0 IMAGR5: Field 2 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 2 Beam min = -94.0 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.038 x 0.689 arcsec, PA= 89.0 IMAGR5: Field 3 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 3 Beam min = -82.0 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.039 x 0.689 arcsec, PA= 88.9 IMAGR5: Field 4 Sum of gridding weights = 1.44709E+09 IMAGR5: Field 4 Beam min = -82.0 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.037 x 0.689 arcsec, PA= 89.1 IMAGR5: Field 5 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 5 Beam min = -82.1 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.039 x 0.689 arcsec, PA= 89.0 IMAGR5: Field 6 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 6 Beam min = -82.0 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.037 x 0.689 arcsec, PA= 89.1 IMAGR5: Field 7 Sum of gridding weights = 1.44710E+09 IMAGR5: Field 7 Beam min = -94.0 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.038 x 0.689 arcsec, PA= 89.1 IMAGR5: CLBHIS: minimum component 0.204 of current peak IMAGR5: Field 1 min = -79.3 MilliJy,max = 956.7 MilliJy IMAGR5: Field 2 min = -37.1 MilliJy,max = 40.6 MilliJy IMAGR5: Field 3 min = -45.7 MilliJy,max = 46.0 MilliJy IMAGR5: Field 4 min = -44.6 MilliJy,max = 42.4 MilliJy IMAGR5: Field 5 min = -47.3 MilliJy,max = 45.9 MilliJy IMAGR5: Field 6 min = -47.7 MilliJy,max = 47.5 MilliJy IMAGR5: Field 7 min = -37.3 MilliJy,max = 40.5 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 45.52 MilliJy IMAGR5: 545 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 224.915 MilliJy iter= 15 IMAGR5: Field 1 Clean flux density= 760.986 MilliJy 15 comps IMAGR5: Total Cleaned flux density = 760.986 MilliJy 15 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -18.4 MilliJy,max = 208.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 20.79 MilliJy IMAGR5: 54 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 44.335 MilliJy iter= 33 IMAGR5: Field 1 Clean flux density= 952.368 MilliJy 33 comps IMAGR5: Total Cleaned flux density = 952.368 MilliJy 33 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 4.393E-02 IMAGR5: Field 3 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.566E-03 < Second best 4.214E-02 IMAGR5: Field 1 min = -21.4 MilliJy,max = 41.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 19.77 MilliJy IMAGR5: 10 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -23.770 MilliJy iter= 41 IMAGR5: Field 1 Clean flux density= 972.494 MilliJy 41 comps IMAGR5: Total Cleaned flux density = 972.494 MilliJy 41 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.578E-03 < Second best 3.945E-02 IMAGR5: Field 5 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.795E-03 < Second best 3.886E-02 IMAGR5: Field 2 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.919E-03 < Second best 3.878E-02 IMAGR5: Field 7 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.694E-03 < Second best 2.260E-02 IMAGR5: Field 1 min = -21.4 MilliJy,max = 23.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR5: 5060 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 5.209 MilliJy iter= 188 IMAGR5: Field 1 Clean flux density= 1.003 Jy 188 comps IMAGR5: Total Cleaned flux density = 1.003 Jy 188 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -5.0 MilliJy,max = 5.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR5: 406 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -2.817 MilliJy iter= 351 IMAGR5: Field 1 Clean flux density= 1.021 Jy 351 comps IMAGR5: Total Cleaned flux density = 1.021 Jy 351 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.760E-03 < Second best 2.919E-03 IMAGR5: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.482E-03 < Second best 2.795E-03 IMAGR5: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.654E-03 < Second best 2.766E-03 IMAGR5: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.450E-03 < Second best 2.694E-03 IMAGR5: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.863E-03 < Second best 2.682E-03 IMAGR5: Field 1 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR5: 384 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.685 MilliJy iter= 528 IMAGR5: Field 1 Clean flux density= 1.030 Jy 528 comps IMAGR5: Total Cleaned flux density = 1.030 Jy 528 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.560E-03 < Second best 1.863E-03 IMAGR5: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 889.30 MicroJy IMAGR5: 463 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.041 MilliJy iter= 86 IMAGR5: Field 7 Clean flux density= 3.596 MilliJy 86 comps IMAGR5: Total Cleaned flux density = 1.034 Jy 614 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 882.64 MicroJy IMAGR5: 2697 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.137 MilliJy iter= 191 IMAGR5: Field 3 Clean flux density= 4.886 MilliJy 191 comps IMAGR5: Total Cleaned flux density = 1.039 Jy 805 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 868.45 MicroJy IMAGR5: 4796 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.146 MilliJy iter= 286 IMAGR5: Field 5 Clean flux density= 7.604 MilliJy 286 comps IMAGR5: Total Cleaned flux density = 1.046 Jy 1091 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 862.38 MicroJy IMAGR5: 536 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.034 MilliJy iter= 745 IMAGR5: Field 1 Clean flux density= 1.039 Jy 745 comps IMAGR5: Total Cleaned flux density = 1.055 Jy 1308 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 860.04 MicroJy IMAGR5: 5024 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.109 MilliJy iter= 410 IMAGR5: Field 4 Clean flux density= 6.212 MilliJy 410 comps IMAGR5: Total Cleaned flux density = 1.061 Jy 1718 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.307E-03 < Second best 1.450E-03 IMAGR5: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 841.10 MicroJy IMAGR5: 2355 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.007 MilliJy iter= 342 IMAGR5: Field 6 Clean flux density= 1.411 MilliJy 342 comps IMAGR5: Total Cleaned flux density = 1.063 Jy 2060 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 840.65 MicroJy IMAGR5: 343 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 903.092 MicroJy iter= 136 IMAGR5: Field 2 Clean flux density= 1.617 MilliJy 136 comps IMAGR5: Total Cleaned flux density = 1.064 Jy 2196 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 829.74 MicroJy IMAGR5: 4634 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.005 MilliJy iter= 790 IMAGR5: Field 5 Clean flux density= 14.963 MilliJy 790 comps IMAGR5: Total Cleaned flux density = 1.072 Jy 2700 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 815.54 MicroJy IMAGR5: 2105 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 924.787 MicroJy iter= 569 IMAGR5: Field 3 Clean flux density= 7.885 MilliJy 569 comps IMAGR5: Total Cleaned flux density = 1.075 Jy 3078 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 797.02 MicroJy IMAGR5: 4708 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 942.901 MicroJy iter= 1015 IMAGR5: Field 4 Clean flux density= 13.230 MilliJy 1015 comps IMAGR5: Total Cleaned flux density = 1.082 Jy 3683 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 791.39 MicroJy IMAGR5: 338 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -825.258 MicroJy iter= 239 IMAGR5: Field 7 Clean flux density= 3.365 MilliJy 239 comps IMAGR5: Total Cleaned flux density = 1.081 Jy 3836 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -990.1 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 787.83 MicroJy IMAGR5: 220 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -809.750 MicroJy iter= 844 IMAGR5: Field 1 Clean flux density= 1.040 Jy 844 comps IMAGR5: Total Cleaned flux density = 1.083 Jy 3935 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 770.39 MicroJy IMAGR5: 4168 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -880.094 MicroJy iter= 1382 IMAGR5: Field 5 Clean flux density= 16.618 MilliJy 1382 comps IMAGR5: Total Cleaned flux density = 1.084 Jy 4527 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 758.16 MicroJy IMAGR5: 2608 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -848.972 MicroJy iter= 903 IMAGR5: Field 6 Clean flux density= 3.738 MilliJy 903 comps IMAGR5: Total Cleaned flux density = 1.087 Jy 5088 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 739.44 MicroJy IMAGR5: 4029 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -827.411 MicroJy iter= 1644 IMAGR5: Field 4 Clean flux density= 17.122 MilliJy 1644 comps IMAGR5: Total Cleaned flux density = 1.091 Jy 5717 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 729.83 MicroJy IMAGR5: 2909 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 808.005 MicroJy iter= 1200 IMAGR5: Field 3 Clean flux density= 8.969 MilliJy 1200 comps IMAGR5: Total Cleaned flux density = 1.092 Jy 6348 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 725.40 MicroJy IMAGR5: 372 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -747.854 MicroJy iter= 322 IMAGR5: Field 2 Clean flux density= 3.270 MilliJy 322 comps IMAGR5: Total Cleaned flux density = 1.093 Jy 6534 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 710.42 MicroJy IMAGR5: 4085 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -786.377 MicroJy iter= 2102 IMAGR5: Field 5 Clean flux density= 21.175 MilliJy 2102 comps IMAGR5: Total Cleaned flux density = 1.098 Jy 7254 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 699.69 MicroJy IMAGR5: 2334 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -752.889 MicroJy iter= 1460 IMAGR5: Field 6 Clean flux density= 3.960 MilliJy 1460 comps IMAGR5: Total Cleaned flux density = 1.098 Jy 7811 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 686.18 MicroJy IMAGR5: 3769 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -747.219 MicroJy iter= 2350 IMAGR5: Field 4 Clean flux density= 18.627 MilliJy 2350 comps IMAGR5: Total Cleaned flux density = 1.100 Jy 8517 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 681.53 MicroJy IMAGR5: 447 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -700.084 MicroJy iter= 457 IMAGR5: Field 7 Clean flux density= 4.306 MilliJy 457 comps IMAGR5: Total Cleaned flux density = 1.101 Jy 8735 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 669.71 MicroJy IMAGR5: 2561 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -717.062 MicroJy iter= 1821 IMAGR5: Field 3 Clean flux density= 12.451 MilliJy 1821 comps IMAGR5: Total Cleaned flux density = 1.104 Jy 9356 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -861.3 MicroJy,max = 872.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 667.08 MicroJy IMAGR5: 81 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -670.918 MicroJy iter= 882 IMAGR5: Field 1 Clean flux density= 1.041 Jy 882 comps IMAGR5: Total Cleaned flux density = 1.105 Jy 9394 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 651.47 MicroJy IMAGR5: 3894 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 704.764 MicroJy iter= 2881 IMAGR5: Field 5 Clean flux density= 27.169 MilliJy 2881 comps IMAGR5: Total Cleaned flux density = 1.111 Jy 10173 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 642.63 MicroJy IMAGR5: 2567 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -683.716 MicroJy iter= 2105 IMAGR5: Field 6 Clean flux density= 4.017 MilliJy 2105 comps IMAGR5: Total Cleaned flux density = 1.111 Jy 10818 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 631.26 MicroJy IMAGR5: 4213 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -682.608 MicroJy iter= 3242 IMAGR5: Field 4 Clean flux density= 21.563 MilliJy 3242 comps IMAGR5: Total Cleaned flux density = 1.114 Jy 11710 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 627.32 MicroJy IMAGR5: 390 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -640.004 MicroJy iter= 535 IMAGR5: Field 2 Clean flux density= 4.679 MilliJy 535 comps IMAGR5: Total Cleaned flux density = 1.115 Jy 11923 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 618.21 MicroJy IMAGR5: 2503 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 653.788 MicroJy iter= 2497 IMAGR5: Field 3 Clean flux density= 13.278 MilliJy 2497 comps IMAGR5: Total Cleaned flux density = 1.116 Jy 12599 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 607.31 MicroJy IMAGR5: 3742 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -648.205 MicroJy iter= 3729 IMAGR5: Field 5 Clean flux density= 33.835 MilliJy 3729 comps IMAGR5: Total Cleaned flux density = 1.123 Jy 13447 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 603.53 MicroJy IMAGR5: 294 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 611.984 MicroJy iter= 627 IMAGR5: Field 7 Clean flux density= 5.700 MilliJy 627 comps IMAGR5: Total Cleaned flux density = 1.124 Jy 13617 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 594.39 MicroJy IMAGR5: 2245 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -623.168 MicroJy iter= 2756 IMAGR5: Field 6 Clean flux density= 5.524 MilliJy 2756 comps IMAGR5: Total Cleaned flux density = 1.125 Jy 14268 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 581.55 MicroJy IMAGR5: 4013 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 620.264 MicroJy iter= 4192 IMAGR5: Field 4 Clean flux density= 23.751 MilliJy 4192 comps IMAGR5: Total Cleaned flux density = 1.128 Jy 15218 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -753.3 MicroJy,max = 779.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 580.23 MicroJy IMAGR5: 55 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 581.879 MicroJy iter= 916 IMAGR5: Field 1 Clean flux density= 1.041 Jy 916 comps IMAGR5: Total Cleaned flux density = 1.128 Jy 15252 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 572.07 MicroJy IMAGR5: 2438 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -599.025 MicroJy iter= 3203 IMAGR5: Field 3 Clean flux density= 16.747 MilliJy 3203 comps IMAGR5: Total Cleaned flux density = 1.131 Jy 15958 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 561.16 MicroJy IMAGR5: 3796 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 593.632 MicroJy iter= 4649 IMAGR5: Field 5 Clean flux density= 37.951 MilliJy 4649 comps IMAGR5: Total Cleaned flux density = 1.135 Jy 16878 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 559.20 MicroJy IMAGR5: 737 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 572.430 MicroJy iter= 895 IMAGR5: Field 2 Clean flux density= 7.967 MilliJy 895 comps IMAGR5: Total Cleaned flux density = 1.139 Jy 17238 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 551.45 MicroJy IMAGR5: 2076 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -573.187 MicroJy iter= 3421 IMAGR5: Field 6 Clean flux density= 7.200 MilliJy 3421 comps IMAGR5: Total Cleaned flux density = 1.140 Jy 17903 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 539.87 MicroJy IMAGR5: 3432 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -567.552 MicroJy iter= 5099 IMAGR5: Field 4 Clean flux density= 23.610 MilliJy 5099 comps IMAGR5: Total Cleaned flux density = 1.140 Jy 18810 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 538.38 MicroJy IMAGR5: 855 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 551.401 MicroJy iter= 1053 IMAGR5: Field 7 Clean flux density= 5.045 MilliJy 1053 comps IMAGR5: Total Cleaned flux density = 1.139 Jy 19236 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 530.67 MicroJy IMAGR5: 2242 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -550.993 MicroJy iter= 3907 IMAGR5: Field 3 Clean flux density= 17.202 MilliJy 3907 comps IMAGR5: Total Cleaned flux density = 1.140 Jy 19940 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 520.24 MicroJy IMAGR5: 3575 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -546.075 MicroJy iter= 5617 IMAGR5: Field 5 Clean flux density= 40.001 MilliJy 5617 comps IMAGR5: Total Cleaned flux density = 1.142 Jy 20908 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -761.7 MicroJy,max = 682.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 519.61 MicroJy IMAGR5: 66 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -520.615 MicroJy iter= 955 IMAGR5: Field 1 Clean flux density= 1.041 Jy 955 comps IMAGR5: Total Cleaned flux density = 1.142 Jy 20947 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 514.05 MicroJy IMAGR5: 2398 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -533.445 MicroJy iter= 4190 IMAGR5: Field 6 Clean flux density= 8.575 MilliJy 4190 comps IMAGR5: Total Cleaned flux density = 1.144 Jy 21716 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -976.8 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 511.34 MicroJy IMAGR5: 672 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -520.558 MicroJy iter= 1247 IMAGR5: Field 2 Clean flux density= 7.974 MilliJy 1247 comps IMAGR5: Total Cleaned flux density = 1.144 Jy 22068 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 502.79 MicroJy IMAGR5: 3495 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -526.063 MicroJy iter= 6103 IMAGR5: Field 4 Clean flux density= 24.306 MilliJy 6103 comps IMAGR5: Total Cleaned flux density = 1.144 Jy 23072 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 497.00 MicroJy IMAGR5: 2346 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -514.245 MicroJy iter= 4677 IMAGR5: Field 3 Clean flux density= 16.411 MilliJy 4677 comps IMAGR5: Total Cleaned flux density = 1.144 Jy 23842 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 494.27 MicroJy IMAGR5: 740 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -502.896 MicroJy iter= 1440 IMAGR5: Field 7 Clean flux density= 5.952 MilliJy 1440 comps IMAGR5: Total Cleaned flux density = 1.145 Jy 24229 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 485.69 MicroJy IMAGR5: 3444 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -506.422 MicroJy iter= 6617 IMAGR5: Field 5 Clean flux density= 40.632 MilliJy 6617 comps IMAGR5: Total Cleaned flux density = 1.145 Jy 25229 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -984.5 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 479.87 MicroJy IMAGR5: 2383 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -495.587 MicroJy iter= 4993 IMAGR5: Field 6 Clean flux density= 9.212 MilliJy 4993 comps IMAGR5: Total Cleaned flux density = 1.146 Jy 26032 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 473.00 MicroJy IMAGR5: 3466 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -492.440 MicroJy iter= 7138 IMAGR5: Field 4 Clean flux density= 23.616 MilliJy 7138 comps IMAGR5: Total Cleaned flux density = 1.145 Jy 27067 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -898.9 MicroJy,max = 961.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 470.40 MicroJy IMAGR5: 518 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 476.281 MicroJy iter= 1525 IMAGR5: Field 2 Clean flux density= 8.763 MilliJy 1525 comps IMAGR5: Total Cleaned flux density = 1.146 Jy 27345 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -651.8 MicroJy,max = 626.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 469.85 MicroJy IMAGR5: 51 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -471.001 MicroJy iter= 993 IMAGR5: Field 1 Clean flux density= 1.042 Jy 993 comps IMAGR5: Total Cleaned flux density = 1.146 Jy 27383 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -987.8 MicroJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 463.66 MicroJy IMAGR5: 2293 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -477.972 MicroJy iter= 5496 IMAGR5: Field 3 Clean flux density= 17.417 MilliJy 5496 comps IMAGR5: Total Cleaned flux density = 1.147 Jy 28202 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -948.5 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 456.76 MicroJy IMAGR5: 3437 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -474.324 MicroJy iter= 7668 IMAGR5: Field 5 Clean flux density= 44.048 MilliJy 7668 comps IMAGR5: Total Cleaned flux density = 1.151 Jy 29253 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.1 MilliJy,max = 947.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 453.92 MicroJy IMAGR5: 559 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 459.304 MicroJy iter= 1737 IMAGR5: Field 7 Clean flux density= 6.170 MilliJy 1737 comps IMAGR5: Total Cleaned flux density = 1.151 Jy 29550 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -887.7 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 448.78 MicroJy IMAGR5: 2565 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 463.031 MicroJy iter= 5883 IMAGR5: Field 6 Clean flux density= 9.947 MilliJy 5883 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 30440 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.0 MilliJy,max = 952.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 441.78 MicroJy IMAGR5: 3773 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -459.545 MicroJy iter= 8317 IMAGR5: Field 4 Clean flux density= 22.077 MilliJy 8317 comps IMAGR5: Total Cleaned flux density = 1.150 Jy 31619 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -959.5 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 437.56 MicroJy IMAGR5: 2529 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -450.452 MicroJy iter= 6377 IMAGR5: Field 3 Clean flux density= 16.580 MilliJy 6377 comps IMAGR5: Total Cleaned flux density = 1.149 Jy 32500 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -865.2 MicroJy,max = 930.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 435.86 MicroJy IMAGR5: 661 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -441.450 MicroJy iter= 1889 IMAGR5: Field 2 Clean flux density= 9.454 MilliJy 1889 comps IMAGR5: Total Cleaned flux density = 1.150 Jy 32864 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -924.2 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 430.19 MicroJy IMAGR5: 3780 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -446.061 MicroJy iter= 8836 IMAGR5: Field 5 Clean flux density= 45.457 MilliJy 8836 comps IMAGR5: Total Cleaned flux density = 1.151 Jy 34032 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -637.2 MicroJy,max = 593.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 429.88 MicroJy IMAGR5: 64 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 430.745 MicroJy iter= 1039 IMAGR5: Field 1 Clean flux density= 1.042 Jy 1039 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 34078 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -846.2 MicroJy,max = 921.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 425.09 MicroJy IMAGR5: 2138 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -435.684 MicroJy iter= 6677 IMAGR5: Field 6 Clean flux density= 10.118 MilliJy 6677 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 34872 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -1.0 MilliJy,max = 878.5 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 418.02 MicroJy IMAGR5: 2821 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 430.181 MicroJy iter= 9294 IMAGR5: Field 4 Clean flux density= 22.658 MilliJy 9294 comps IMAGR5: Total Cleaned flux density = 1.153 Jy 35849 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 7 min = -1.1 MilliJy,max = 954.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 416.65 MicroJy IMAGR5: 1200 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -424.321 MicroJy iter= 2313 IMAGR5: Field 7 Clean flux density= 5.599 MilliJy 2313 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 36425 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -903.6 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 411.29 MicroJy IMAGR5: 2179 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -421.425 MicroJy iter= 7199 IMAGR5: Field 3 Clean flux density= 15.272 MilliJy 7199 comps IMAGR5: Total Cleaned flux density = 1.151 Jy 37247 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -869.1 MicroJy,max = 985.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 403.44 MicroJy IMAGR5: 2724 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 414.502 MicroJy iter= 9804 IMAGR5: Field 5 Clean flux density= 46.680 MilliJy 9804 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 38215 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -851.3 MicroJy,max = 876.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 402.61 MicroJy IMAGR5: 1574 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -411.138 MicroJy iter= 2622 IMAGR5: Field 2 Clean flux density= 10.530 MilliJy 2622 comps IMAGR5: Total Cleaned flux density = 1.153 Jy 38948 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -816.4 MicroJy,max = 846.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 398.76 MicroJy IMAGR5: 2555 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -409.130 MicroJy iter= 7632 IMAGR5: Field 6 Clean flux density= 13.287 MilliJy 7632 comps IMAGR5: Total Cleaned flux density = 1.156 Jy 39903 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = ****** MicroJy,max = 826.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 393.03 MicroJy IMAGR5: 2928 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 404.072 MicroJy iter= 10359 IMAGR5: Field 4 Clean flux density= 20.781 MilliJy 10359 comps IMAGR5: Total Cleaned flux density = 1.154 Jy 40968 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 1 min = -559.2 MicroJy,max = 557.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 392.74 MicroJy IMAGR5: 96 Residual map points loaded IMAGR5: Field 1 min Clean flux = 399.194 MicroJy iter= 1086 IMAGR5: Field 1 Clean flux density= 1.042 Jy 1086 comps IMAGR5: Total Cleaned flux density = 1.154 Jy 41015 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -1.0 MilliJy,max = 897.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 390.93 MicroJy IMAGR5: 1316 Residual map points loaded IMAGR5: Field 7 min Clean flux = -399.498 MicroJy iter= 2892 IMAGR5: Field 7 Clean flux density= 4.843 MilliJy 2892 comps IMAGR5: Total Cleaned flux density = 1.153 Jy 41594 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 3 min = -884.8 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 385.06 MicroJy IMAGR5: 2830 Residual map points loaded IMAGR5: Field 3 min Clean flux = -399.544 MicroJy iter= 8045 IMAGR5: Field 3 Clean flux density= 14.389 MilliJy 8045 comps IMAGR5: Total Cleaned flux density = 1.152 Jy 42440 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 5 min = -839.0 MicroJy,max = 979.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 374.94 MicroJy IMAGR5: 4378 Residual map points loaded IMAGR5: Field 5 min Clean flux = 399.544 MicroJy iter= 10536 IMAGR5: Field 5 Clean flux density= 48.146 MilliJy 10536 comps IMAGR5: Total Cleaned flux density = 1.154 Jy 43172 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 2 min = -831.1 MicroJy,max = 828.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 362.16 MicroJy IMAGR5: 2373 Residual map points loaded IMAGR5: Field 2 min Clean flux = 399.523 MicroJy iter= 2836 IMAGR5: Field 2 Clean flux density= 10.263 MilliJy 2836 comps IMAGR5: Total Cleaned flux density = 1.154 Jy 43386 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 6 min = -778.5 MicroJy,max = 785.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 348.78 MicroJy IMAGR5: 7082 Residual map points loaded IMAGR5: Field 6 min Clean flux = -399.490 MicroJy iter= 7954 IMAGR5: Field 6 Clean flux density= 15.161 MilliJy 7954 comps IMAGR5: Total Cleaned flux density = 1.156 Jy 43708 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Field 4 min = -989.6 MicroJy,max = 814.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 319.09 MicroJy IMAGR5: 19986 Residual map points loaded IMAGR5: Field 4 min Clean flux = 399.556 MicroJy iter= 10820 IMAGR5: Field 4 Clean flux density= 20.792 MilliJy 10820 comps IMAGR5: Total Cleaned flux density = 1.156 Jy 44169 comps IMAGR5: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 501- 0 Cells, with 28814 Pts IMAGR5: Peak residual in window 399.556 less than limit 399.559 MicroJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 1086 to 277 components IMAGR5: Field 2 compressed from 2836 to 1328 components IMAGR5: Field 3 compressed from 8045 to 3417 components IMAGR5: Field 4 compressed from 10820 to 4543 components IMAGR5: Field 5 compressed from 10536 to 4524 components IMAGR5: Field 6 compressed from 7954 to 3362 components IMAGR5: Field 7 compressed from 2892 to 1339 components IMAGR5: Field 1 min = -546.9 MicroJy,max = 539.1 MicroJy IMAGR5: Field 2 min = -803.5 MicroJy,max = 823.3 MicroJy IMAGR5: Field 3 min = -890.6 MicroJy,max = 1.0 MilliJy IMAGR5: Field 4 min = -977.2 MicroJy,max = 804.4 MicroJy IMAGR5: Field 5 min = -835.6 MicroJy,max = 941.6 MicroJy IMAGR5: Field 6 min = -773.0 MicroJy,max = 773.6 MicroJy IMAGR5: Field 7 min = -949.6 MicroJy,max = 841.4 MicroJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 182.319 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR5: Restore 307.070 MicroJy ( 43 CCs) from field 1 to field 3 IMAGR5: Restore 224.780 MicroJy ( 58 CCs) from field 1 to field 4 IMAGR5: Restore -1.140 MilliJy ( 58 CCs) from field 1 to field 5 IMAGR5: Restore 572.707 MicroJy ( 42 CCs) from field 1 to field 6 IMAGR5: Restore-306.126 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR5: Restore 64.457 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR5: Restore 1.091 MilliJy ( 45 CCs) from field 2 to field 3 IMAGR5: Restore 1.651 MilliJy ( 322 CCs) from field 2 to field 4 IMAGR5: Restore 131.416 MicroJy ( 25 CCs) from field 3 to field 1 IMAGR5: Restore 236.181 MicroJy ( 39 CCs) from field 3 to field 2 IMAGR5: Restore 4.873 MilliJy ( 367 CCs) from field 3 to field 5 IMAGR5: Restore 283.915 MicroJy ( 65 CCs) from field 4 to field 1 IMAGR5: Restore 932.095 MicroJy ( 129 CCs) from field 4 to field 2 IMAGR5: Restore 893.384 MicroJy ( 229 CCs) from field 4 to field 6 IMAGR5: Restore-215.980 MicroJy ( 72 CCs) from field 5 to field 1 IMAGR5: Restore 1.551 MilliJy ( 226 CCs) from field 5 to field 3 IMAGR5: Restore -2.349 MilliJy ( 142 CCs) from field 5 to field 7 IMAGR5: Restore 346.433 MicroJy ( 28 CCs) from field 6 to field 1 IMAGR5: Restore 4.648 MilliJy ( 371 CCs) from field 6 to field 4 IMAGR5: Restore 139.817 MicroJy ( 45 CCs) from field 6 to field 7 IMAGR5: Restore-346.315 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR5: Restore 636.026 MicroJy ( 325 CCs) from field 7 to field 5 IMAGR5: Restore -1.085 MilliJy ( 43 CCs) from field 7 to field 6 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 1.042 Jy IMAGR5: Field 2 final Clean flux 11.613 MilliJy IMAGR5: Field 3 final Clean flux 17.338 MilliJy IMAGR5: Field 4 final Clean flux 27.316 MilliJy IMAGR5: Field 5 final Clean flux 52.515 MilliJy IMAGR5: Field 6 final Clean flux 15.542 MilliJy IMAGR5: Field 7 final Clean flux 2.327 MilliJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 6 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 121.5 Real= 739 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06659 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_2000F AIPS 5: EB10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 7 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.03188 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found G991208 X BAND Seq 1 Disk: 1 in slot 4 SETFC5: SETCEL: recommends IMSIZE 1369 CELLSIZE 0.23388 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23388 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 90.6 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 1.2 Real= 8 C 1 1012 1012 16 33 53.50 46 27 20.9 00001 -1 507 512 513 C 2 1012 1012 16 33 53.50 46 24 01.8 00002 -1 507 512 513 C 3 1012 1012 16 33 36.82 46 25 41.3 00003 -1 507 512 513 C 4 1012 1012 16 34 10.18 46 25 41.3 00004 -1 507 512 513 C 5 1012 1012 16 33 36.81 46 29 00.4 00005 -1 507 512 513 C 6 1012 1012 16 34 10.19 46 29 00.4 00006 -1 507 512 513 C 7 1012 1012 16 33 53.50 46 30 40.0 00007 -1 507 512 513 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 7 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.03188 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000FE AIPS 5: B10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 1.4098E-10 2.5580E-11 0 IMAGR5: Field 2 1012 1012 1.4098E-10 -1.9910E+02 0 IMAGR5: Field 3 1012 1012 -1.7237E+02 -9.9600E+01 0 IMAGR5: Field 4 1012 1012 1.7237E+02 -9.9600E+01 0 IMAGR5: Field 5 1012 1012 -1.7247E+02 9.9500E+01 0 IMAGR5: Field 6 1012 1012 1.7247E+02 9.9500E+01 0 IMAGR5: Field 7 1012 1012 1.4098E-10 1.9910E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create G991208 .IMAGR . 1 (UV) on disk 1 cno 13 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 125723 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 8.599E+04 IMAGR5: UVWAIT: Adding temperance S 1.720E+04 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 4.435E+08 and out 7.114E+08 IMAGR5: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR5: UVWAIT: Average summed weight 8.598E+04 over 251154 vis IMAGR5: Create G991208 .IBM001. 1 (MA) on disk 1 cno 14 IMAGR5: Create G991208 .IBM002. 1 (MA) on disk 1 cno 15 IMAGR5: Create G991208 .IBM003. 1 (MA) on disk 1 cno 16 IMAGR5: Create G991208 .IBM004. 1 (MA) on disk 1 cno 17 IMAGR5: Create G991208 .IBM005. 1 (MA) on disk 1 cno 18 IMAGR5: Create G991208 .IBM006. 1 (MA) on disk 1 cno 19 IMAGR5: Create G991208 .IBM007. 1 (MA) on disk 1 cno 20 IMAGR5: Create G991208 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR5: Create G991208 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR5: Create G991208 .ICL003. 1 (MA) on disk 1 cno 23 IMAGR5: Create G991208 .ICL004. 1 (MA) on disk 1 cno 24 IMAGR5: Create G991208 .ICL005. 1 (MA) on disk 1 cno 25 IMAGR5: Create G991208 .ICL006. 1 (MA) on disk 1 cno 26 IMAGR5: Create G991208 .ICL007. 1 (MA) on disk 1 cno 27 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 7.55250E+09 IMAGR5: Field 1 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.014 x 0.642 arcsec, PA= -88.0 IMAGR5: Field 2 Sum of gridding weights = 7.55250E+09 IMAGR5: Field 2 Beam min = -107.5 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.014 x 0.642 arcsec, PA= -88.1 IMAGR5: Field 3 Sum of gridding weights = 7.55250E+09 IMAGR5: Field 3 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.008 x 0.635 arcsec, PA= -86.6 IMAGR5: Field 4 Sum of gridding weights = 7.55249E+09 IMAGR5: Field 4 Beam min = -107.3 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.013 x 0.642 arcsec, PA= -88.0 IMAGR5: Field 5 Sum of gridding weights = 7.55250E+09 IMAGR5: Field 5 Beam min = -107.7 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.008 x 0.635 arcsec, PA= -86.6 IMAGR5: Field 6 Sum of gridding weights = 7.55249E+09 IMAGR5: Field 6 Beam min = -107.4 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.013 x 0.642 arcsec, PA= -87.9 IMAGR5: Field 7 Sum of gridding weights = 7.55250E+09 IMAGR5: Field 7 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.014 x 0.642 arcsec, PA= -88.0 IMAGR5: CLBHIS: minimum component 0.237 of current peak IMAGR5: Field 1 min = -197.9 MicroJy,max = 224.9 MicroJy IMAGR5: Field 2 min = -170.3 MicroJy,max = 180.2 MicroJy IMAGR5: Field 3 min = -175.9 MicroJy,max = 165.4 MicroJy IMAGR5: Field 4 min = -198.9 MicroJy,max = 177.3 MicroJy IMAGR5: Field 5 min = -184.2 MicroJy,max = 321.3 MicroJy IMAGR5: Field 6 min = -175.2 MicroJy,max = 189.4 MicroJy IMAGR5: Field 7 min = -178.6 MicroJy,max = 640.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 88.47 MicroJy IMAGR5: 10378 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 322.798 MicroJy iter= 9 IMAGR5: Field 7 Clean flux density= 419.114 MicroJy 9 comps IMAGR5: Total Cleaned flux density = 419.114 MicroJy 9 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -176.5 MicroJy,max = 297.5 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 87.97 MicroJy IMAGR5: 9973 Residual map points loaded IMAGR5: Field 7 min Clean flux = 186.075 MicroJy iter= 16 IMAGR5: Field 7 Clean flux density= 584.452 MicroJy 16 comps IMAGR5: Total Cleaned flux density = 584.452 MicroJy 16 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -194.9 MicroJy,max = 226.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 78.42 MicroJy IMAGR5: 19979 Residual map points loaded IMAGR5: Field 1 min Clean flux = 187.014 MicroJy iter= 3 IMAGR5: Field 1 Clean flux density= 61.651 MicroJy 3 comps IMAGR5: Total Cleaned flux density = 646.103 MicroJy 19 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Peak residual in window 187.014 less than limit 191.283 MicroJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 3 to 2 components IMAGR5: Field 2 compressed from 0 to 0 components IMAGR5: Field 3 compressed from 0 to 0 components IMAGR5: Field 4 compressed from 0 to 0 components IMAGR5: Field 5 compressed from 0 to 0 components IMAGR5: Field 6 compressed from 0 to 0 components IMAGR5: Field 7 compressed from 16 to 4 components IMAGR5: Field 1 min = -195.2 MicroJy,max = 170.1 MicroJy IMAGR5: Field 2 min = -168.6 MicroJy,max = 173.1 MicroJy IMAGR5: Field 3 min = -177.0 MicroJy,max = 166.6 MicroJy IMAGR5: Field 4 min = -201.3 MicroJy,max = 178.5 MicroJy IMAGR5: Field 5 min = -178.1 MicroJy,max = 169.3 MicroJy IMAGR5: Field 6 min = -173.9 MicroJy,max = 190.4 MicroJy IMAGR5: Field 7 min = -175.3 MicroJy,max = 203.0 MicroJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 584.452 MicroJy ( 4 CCs) from field 7 to field 5 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 61.651 MicroJy IMAGR5: Field 2 final Clean flux 0.000 Jy IMAGR5: Field 3 final Clean flux 0.000 Jy IMAGR5: Field 4 final Clean flux 0.000 Jy IMAGR5: Field 5 final Clean flux 584.452 MicroJy IMAGR5: Field 6 final Clean flux 0.000 Jy IMAGR5: Field 7 final Clean flux 584.452 MicroJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 13 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 20.4 Real= 105 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 7 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.03188 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000FE AIPS 5: B10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 5 SETFC5: SETCEL: recommends IMSIZE 1332 CELLSIZE 0.24038 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24038 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 74.8 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 0.1 Real= 0 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 1012 1012 01 37 41.30 33 06 10.5 00002 -1 507 512 513 C 3 1012 1012 01 37 27.19 33 07 52.8 00003 -1 507 512 513 C 4 1012 1012 01 37 55.41 33 07 52.8 00004 -1 507 512 513 C 5 1012 1012 01 37 27.18 33 11 17.4 00005 -1 507 512 513 C 6 1012 1012 01 37 55.42 33 11 17.4 00006 -1 507 512 513 C 7 1012 1012 01 37 41.30 33 12 59.8 00007 -1 507 512 513 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 7 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.03188 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000FE AIPS 5: B10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_2000F AIPS 5: EB10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 6.2786E-03 -3.4000E-02 0 IMAGR5: Field 2 1012 1012 6.2786E-03 -2.0463E+02 0 IMAGR5: Field 3 1012 1012 -1.7718E+02 -1.0233E+02 0 IMAGR5: Field 4 1012 1012 1.7719E+02 -1.0233E+02 0 IMAGR5: Field 5 1012 1012 -1.7730E+02 1.0227E+02 0 IMAGR5: Field 6 1012 1012 1.7731E+02 1.0227E+02 0 IMAGR5: Field 7 1012 1012 6.2786E-03 2.0467E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create 0137+331 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 6617 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 3.947E+04 IMAGR5: UVWAIT: Adding temperance S 7.894E+03 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 2.398E+07 and out 3.039E+07 IMAGR5: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR5: UVWAIT: Average summed weight 3.947E+04 over 13234 vis IMAGR5: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR5: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 22 IMAGR5: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 23 IMAGR5: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 24 IMAGR5: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 25 IMAGR5: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 26 IMAGR5: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 27 IMAGR5: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 28 IMAGR5: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 29 IMAGR5: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 30 IMAGR5: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 31 IMAGR5: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 32 IMAGR5: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 33 IMAGR5: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 34 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 3.22589E+08 IMAGR5: Field 1 Beam min = -169.8 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.000 x 0.730 arcsec, PA= -82.1 IMAGR5: Field 2 Sum of gridding weights = 3.22589E+08 IMAGR5: Field 2 Beam min = -169.8 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.001 x 0.730 arcsec, PA= -82.0 IMAGR5: Field 3 Sum of gridding weights = 3.22588E+08 IMAGR5: Field 3 Beam min = -108.6 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 999.609 x 730.198 Milliarcsec, PA= -82.1 IMAGR5: Field 4 Sum of gridding weights = 3.22589E+08 IMAGR5: Field 4 Beam min = -163.6 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.001 x 0.730 arcsec, PA= -82.0 IMAGR5: Field 5 Sum of gridding weights = 3.22588E+08 IMAGR5: Field 5 Beam min = -108.6 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 999.444 x 730.060 Milliarcsec, PA= -82.2 IMAGR5: Field 6 Sum of gridding weights = 3.22589E+08 IMAGR5: Field 6 Beam min = -163.6 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.001 x 0.730 arcsec, PA= -82.1 IMAGR5: Field 7 Sum of gridding weights = 3.22589E+08 IMAGR5: Field 7 Beam min = -169.8 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.000 x 0.730 arcsec, PA= -82.2 IMAGR5: CLBHIS: minimum component 0.500 of current peak IMAGR5: Field 1 min = -280.1 MilliJy,max = 2.8 Jy IMAGR5: Field 2 min = -237.4 MilliJy,max = 769.0 MilliJy IMAGR5: Field 3 min = -246.1 MilliJy,max = 961.4 MilliJy IMAGR5: Field 4 min = -260.0 MilliJy,max = 912.1 MilliJy IMAGR5: Field 5 min = -237.6 MilliJy,max = 969.8 MilliJy IMAGR5: Field 6 min = -255.8 MilliJy,max = 947.4 MilliJy IMAGR5: Field 7 min = -233.3 MilliJy,max = 764.7 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 437.62 MilliJy IMAGR5: 2175 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.496 Jy iter= 7 IMAGR5: Field 1 Clean flux density= 1.448 Jy 7 comps IMAGR5: Total Cleaned flux density = 1.448 Jy 7 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -149.0 MilliJy,max = 1.3 Jy IMAGR5: BGC Clean: using 2015 cell beam + residuals > 298.36 MilliJy IMAGR5: 593 Residual map points loaded IMAGR5: Field 1 min allowed flux = 666.907 MilliJy iter= 16 IMAGR5: Field 1 Clean flux density= 2.320 Jy 16 comps IMAGR5: Total Cleaned flux density = 2.320 Jy 16 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -59.6 MilliJy,max = 251.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.400E-01 < Second best 8.634E-01 IMAGR5: Field 4 min = -70.9 MilliJy,max = 198.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.841E-01 < Second best 7.331E-01 IMAGR5: Field 2 min = -67.0 MilliJy,max = 202.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.934E-01 < Second best 7.290E-01 IMAGR5: Field 7 min = -69.0 MilliJy,max = 200.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.907E-01 < Second best 6.344E-01 IMAGR5: Field 1 min = -82.8 MilliJy,max = 618.4 MilliJy IMAGR5: BGC Clean: using 1073 cell beam + residuals > 163.70 MilliJy IMAGR5: 292 Residual map points loaded IMAGR5: Field 1 min allowed flux = 285.944 MilliJy iter= 26 IMAGR5: Field 1 Clean flux density= 2.755 Jy 26 comps IMAGR5: Total Cleaned flux density = 2.755 Jy 26 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -40.9 MilliJy,max = 121.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 8.462E-02 < Second best 5.705E-01 IMAGR5: Field 3 min = -39.3 MilliJy,max = 89.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 6.891E-02 < Second best 2.720E-01 IMAGR5: Field 1 min = -47.9 MilliJy,max = 268.5 MilliJy IMAGR5: BGC Clean: using 1919 cell beam + residuals > 62.18 MilliJy IMAGR5: 952 Residual map points loaded IMAGR5: Field 1 min allowed flux = 128.994 MilliJy iter= 37 IMAGR5: Field 1 Clean flux density= 2.958 Jy 37 comps IMAGR5: Total Cleaned flux density = 2.958 Jy 37 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -39.5 MilliJy,max = 74.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 7.140E-02 < Second best 1.934E-01 IMAGR5: Field 2 min = -34.5 MilliJy,max = 54.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.161E-02 < Second best 1.907E-01 IMAGR5: Field 7 min = -36.6 MilliJy,max = 51.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.909E-02 < Second best 1.841E-01 IMAGR5: Field 4 min = -41.8 MilliJy,max = 59.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.715E-02 < Second best 1.227E-01 IMAGR5: Field 1 min = -36.1 MilliJy,max = 118.8 MilliJy IMAGR5: BGC Clean: using 1075 cell beam + residuals > 30.33 MilliJy IMAGR5: 2316 Residual map points loaded IMAGR5: Field 1 min allowed flux = 57.405 MilliJy iter= 52 IMAGR5: Field 1 Clean flux density= 3.085 Jy 52 comps IMAGR5: Total Cleaned flux density = 3.085 Jy 52 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -37.7 MilliJy,max = 48.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.635E-02 < Second best 7.140E-02 IMAGR5: Field 5 min = -40.2 MilliJy,max = 53.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.083E-02 < Second best 6.891E-02 IMAGR5: Field 3 min = -41.5 MilliJy,max = 49.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.749E-02 < Second best 5.715E-02 IMAGR5: Field 4 min = -42.6 MilliJy,max = 46.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.424E-02 < Second best 5.467E-02 IMAGR5: Field 1 min = -33.9 MilliJy,max = 55.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 24.62 MilliJy IMAGR5: 1045 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 35.825 MilliJy iter= 83 IMAGR5: Field 1 Clean flux density= 3.206 Jy 83 comps IMAGR5: Total Cleaned flux density = 3.206 Jy 83 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -38.0 MilliJy,max = 37.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.528E-02 < Second best 5.083E-02 IMAGR5: Field 5 min = -41.1 MilliJy,max = 50.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 24.00 MilliJy IMAGR5: 3637 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 37.033 MilliJy iter= 59 IMAGR5: Field 5 Clean flux density= 189.036 MilliJy 59 comps IMAGR5: Total Cleaned flux density = 3.395 Jy 142 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -34.0 MilliJy,max = 33.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.247E-02 < Second best 4.749E-02 IMAGR5: Field 3 min = -40.1 MilliJy,max = 40.4 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.716E-02 < Second best 4.635E-02 IMAGR5: Field 6 min = -42.3 MilliJy,max = 41.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.933E-02 < Second best 4.424E-02 IMAGR5: Field 4 min = -47.1 MilliJy,max = 44.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 23.36 MilliJy IMAGR5: 3410 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 33.538 MilliJy iter= 76 IMAGR5: Field 4 Clean flux density= 14.927 MilliJy 76 comps IMAGR5: Total Cleaned flux density = 3.410 Jy 218 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -36.5 MilliJy,max = 36.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.517E-02 < Second best 3.716E-02 IMAGR5: Field 3 min = -40.0 MilliJy,max = 39.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 23.36 MilliJy IMAGR5: 2022 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 29.814 MilliJy iter= 68 IMAGR5: Field 3 Clean flux density= 52.437 MilliJy 68 comps IMAGR5: Total Cleaned flux density = 3.463 Jy 286 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -35.2 MilliJy,max = 36.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.020E-02 < Second best 3.528E-02 IMAGR5: Field 2 min = -34.7 MilliJy,max = 29.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.732E-02 < Second best 3.517E-02 IMAGR5: Field 6 min = -37.0 MilliJy,max = 38.0 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 23.36 MilliJy IMAGR5: 1561 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -28.808 MilliJy iter= 72 IMAGR5: Field 6 Clean flux density= -66.792 MilliJy 72 comps IMAGR5: Total Cleaned flux density = 3.396 Jy 358 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -31.6 MilliJy,max = 33.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.021E-02 < Second best 3.247E-02 IMAGR5: Field 7 min = -30.4 MilliJy,max = 30.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.909E-02 < Second best 3.207E-02 IMAGR5: Field 4 min = -39.0 MilliJy,max = 31.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.866E-02 < Second best 3.021E-02 IMAGR5: BGC Clean: using 103 cell beam + residuals > 19.83 MilliJy IMAGR5: 669 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 23.265 MilliJy iter= 147 IMAGR5: Field 1 Clean flux density= 3.205 Jy 147 comps IMAGR5: Total Cleaned flux density = 3.394 Jy 422 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -34.2 MilliJy,max = 38.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 19.76 MilliJy IMAGR5: 2390 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -25.280 MilliJy iter= 191 IMAGR5: Field 5 Clean flux density= 311.859 MilliJy 191 comps IMAGR5: Total Cleaned flux density = 3.517 Jy 554 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -29.4 MilliJy,max = 28.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.679E-02 < Second best 2.866E-02 IMAGR5: Field 4 min = -42.7 MilliJy,max = 30.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 19.72 MilliJy IMAGR5: 1908 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -24.317 MilliJy iter= 216 IMAGR5: Field 4 Clean flux density= -7.955 MilliJy 216 comps IMAGR5: Total Cleaned flux density = 3.494 Jy 694 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -28.0 MilliJy,max = 31.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.460E-02 < Second best 2.758E-02 IMAGR5: Field 6 min = -28.0 MilliJy,max = 27.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.539E-02 < Second best 2.732E-02 IMAGR5: Field 2 min = -28.7 MilliJy,max = 26.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.408E-02 < Second best 2.679E-02 IMAGR5: Field 7 min = -25.8 MilliJy,max = 26.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 17.22 MilliJy IMAGR5: 453 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 19.434 MilliJy iter= 90 IMAGR5: Field 7 Clean flux density= -22.657 MilliJy 90 comps IMAGR5: Total Cleaned flux density = 3.472 Jy 784 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -27.0 MilliJy,max = 27.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 17.13 MilliJy IMAGR5: 1667 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -20.103 MilliJy iter= 218 IMAGR5: Field 6 Clean flux density= 53.801 MilliJy 218 comps IMAGR5: Total Cleaned flux density = 3.592 Jy 930 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -28.8 MilliJy,max = 31.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 17.13 MilliJy IMAGR5: 2645 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 20.576 MilliJy iter= 265 IMAGR5: Field 3 Clean flux density= 83.357 MilliJy 265 comps IMAGR5: Total Cleaned flux density = 3.623 Jy 1127 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -22.7 MilliJy,max = 25.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.014E-02 < Second best 2.408E-02 IMAGR5: Field 2 min = -26.0 MilliJy,max = 22.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.162E-02 < Second best 2.328E-02 IMAGR5: Field 4 min = -31.6 MilliJy,max = 24.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.943E-02 < Second best 2.225E-02 IMAGR5: Field 1 min = -22.7 MilliJy,max = 21.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 14.86 MilliJy IMAGR5: 829 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -16.619 MilliJy iter= 277 IMAGR5: Field 1 Clean flux density= 3.227 Jy 277 comps IMAGR5: Total Cleaned flux density = 3.646 Jy 1257 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -25.9 MilliJy,max = 22.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 14.81 MilliJy IMAGR5: 514 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 16.342 MilliJy iter= 131 IMAGR5: Field 2 Clean flux density= -7.364 MilliJy 131 comps IMAGR5: Total Cleaned flux density = 3.638 Jy 1388 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -22.4 MilliJy,max = 25.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.872E-02 < Second best 1.972E-02 IMAGR5: Field 3 min = -24.6 MilliJy,max = 25.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.663E-02 < Second best 1.943E-02 IMAGR5: Field 4 min = -32.4 MilliJy,max = 24.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 13.73 MilliJy IMAGR5: 1992 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 15.898 MilliJy iter= 448 IMAGR5: Field 4 Clean flux density= -77.660 MilliJy 448 comps IMAGR5: Total Cleaned flux density = 3.569 Jy 1620 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -23.3 MilliJy,max = 23.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.718E-02 < Second best 1.872E-02 IMAGR5: Field 5 min = -21.8 MilliJy,max = 26.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 12.77 MilliJy IMAGR5: 1950 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -14.804 MilliJy iter= 450 IMAGR5: Field 5 Clean flux density= 365.741 MilliJy 450 comps IMAGR5: Total Cleaned flux density = 3.622 Jy 1879 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -18.4 MilliJy,max = 21.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.589E-02 < Second best 1.718E-02 IMAGR5: Field 6 min = -23.7 MilliJy,max = 22.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 12.32 MilliJy IMAGR5: 1987 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 13.958 MilliJy iter= 476 IMAGR5: Field 6 Clean flux density= 100.888 MilliJy 476 comps IMAGR5: Total Cleaned flux density = 3.670 Jy 2137 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -21.6 MilliJy,max = 21.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 12.15 MilliJy IMAGR5: 836 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 13.149 MilliJy iter= 440 IMAGR5: Field 3 Clean flux density= 76.202 MilliJy 440 comps IMAGR5: Total Cleaned flux density = 3.662 Jy 2312 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -16.6 MilliJy,max = 16.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.454E-02 < Second best 1.589E-02 IMAGR5: Field 7 min = -17.5 MilliJy,max = 18.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 11.72 MilliJy IMAGR5: 283 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -12.265 MilliJy iter= 193 IMAGR5: Field 7 Clean flux density= -32.630 MilliJy 193 comps IMAGR5: Total Cleaned flux density = 3.652 Jy 2415 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -15.3 MilliJy,max = 17.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.419E-02 < Second best 1.523E-02 IMAGR5: Field 4 min = -23.1 MilliJy,max = 19.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.350E-02 < Second best 1.454E-02 IMAGR5: Field 1 min = -15.9 MilliJy,max = 14.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 10.70 MilliJy IMAGR5: 612 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 11.424 MilliJy iter= 442 IMAGR5: Field 1 Clean flux density= 3.262 Jy 442 comps IMAGR5: Total Cleaned flux density = 3.687 Jy 2580 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -15.7 MilliJy,max = 17.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 10.69 MilliJy IMAGR5: 139 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 11.015 MilliJy iter= 204 IMAGR5: Field 2 Clean flux density= 14.513 MilliJy 204 comps IMAGR5: Total Cleaned flux density = 3.709 Jy 2653 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -16.2 MilliJy,max = 17.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.188E-02 < Second best 1.350E-02 IMAGR5: Field 4 min = -23.5 MilliJy,max = 21.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 10.09 MilliJy IMAGR5: 738 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -10.816 MilliJy iter= 642 IMAGR5: Field 4 Clean flux density= -91.164 MilliJy 642 comps IMAGR5: Total Cleaned flux density = 3.696 Jy 2847 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -19.1 MilliJy,max = 18.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 9.30 MilliJy IMAGR5: 1145 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 10.072 MilliJy iter= 712 IMAGR5: Field 6 Clean flux density= 113.211 MilliJy 712 comps IMAGR5: Total Cleaned flux density = 3.708 Jy 3083 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -19.8 MilliJy,max = 19.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.82 MilliJy IMAGR5: 3484 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -10.060 MilliJy iter= 874 IMAGR5: Field 3 Clean flux density= 90.983 MilliJy 874 comps IMAGR5: Total Cleaned flux density = 3.723 Jy 3517 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -15.8 MilliJy,max = 18.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.112E-02 < Second best 1.175E-02 IMAGR5: Field 7 min = -13.6 MilliJy,max = 13.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.53 MilliJy IMAGR5: 665 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -9.032 MilliJy iter= 393 IMAGR5: Field 7 Clean flux density= -54.167 MilliJy 393 comps IMAGR5: Total Cleaned flux density = 3.701 Jy 3717 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -16.1 MilliJy,max = 18.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.52 MilliJy IMAGR5: 571 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -8.970 MilliJy iter= 635 IMAGR5: Field 5 Clean flux density= 363.997 MilliJy 635 comps IMAGR5: Total Cleaned flux density = 3.700 Jy 3902 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -11.6 MilliJy,max = 13.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.26 MilliJy IMAGR5: 547 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -8.707 MilliJy iter= 610 IMAGR5: Field 1 Clean flux density= 3.296 Jy 610 comps IMAGR5: Total Cleaned flux density = 3.733 Jy 4070 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -11.5 MilliJy,max = 13.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.13 MilliJy IMAGR5: 143 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 8.281 MilliJy iter= 284 IMAGR5: Field 2 Clean flux density= 1.825 MilliJy 284 comps IMAGR5: Total Cleaned flux density = 3.721 Jy 4150 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -17.9 MilliJy,max = 17.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 7.86 MilliJy IMAGR5: 725 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -8.262 MilliJy iter= 849 IMAGR5: Field 4 Clean flux density= -108.611 MilliJy 849 comps IMAGR5: Total Cleaned flux density = 3.703 Jy 4357 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -15.4 MilliJy,max = 15.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 7.57 MilliJy IMAGR5: 1028 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -8.050 MilliJy iter= 980 IMAGR5: Field 6 Clean flux density= 126.974 MilliJy 980 comps IMAGR5: Total Cleaned flux density = 3.717 Jy 4625 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -16.6 MilliJy,max = 17.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.94 MilliJy IMAGR5: 1098 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 7.376 MilliJy iter= 1153 IMAGR5: Field 3 Clean flux density= 122.365 MilliJy 1153 comps IMAGR5: Total Cleaned flux density = 3.748 Jy 4904 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.75 MilliJy IMAGR5: 416 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 6.984 MilliJy iter= 550 IMAGR5: Field 7 Clean flux density= -57.119 MilliJy 550 comps IMAGR5: Total Cleaned flux density = 3.745 Jy 5061 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -15.1 MilliJy,max = 15.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.52 MilliJy IMAGR5: 879 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 6.867 MilliJy iter= 898 IMAGR5: Field 5 Clean flux density= 363.140 MilliJy 898 comps IMAGR5: Total Cleaned flux density = 3.744 Jy 5324 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -8.8 MilliJy,max = 10.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.33 MilliJy IMAGR5: 1029 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 6.722 MilliJy iter= 877 IMAGR5: Field 1 Clean flux density= 3.331 Jy 877 comps IMAGR5: Total Cleaned flux density = 3.780 Jy 5591 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -10.3 MilliJy,max = 11.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.24 MilliJy IMAGR5: 354 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -6.422 MilliJy iter= 432 IMAGR5: Field 2 Clean flux density= 33.839 MilliJy 432 comps IMAGR5: Total Cleaned flux density = 3.812 Jy 5739 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -14.2 MilliJy,max = 14.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.03 MilliJy IMAGR5: 1266 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -6.391 MilliJy iter= 1181 IMAGR5: Field 4 Clean flux density= -148.418 MilliJy 1181 comps IMAGR5: Total Cleaned flux density = 3.772 Jy 6071 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -13.1 MilliJy,max = 12.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.75 MilliJy IMAGR5: 1953 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 6.200 MilliJy iter= 1392 IMAGR5: Field 6 Clean flux density= 141.941 MilliJy 1392 comps IMAGR5: Total Cleaned flux density = 3.787 Jy 6483 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -14.2 MilliJy,max = 13.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.56 MilliJy IMAGR5: 2249 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 5.991 MilliJy iter= 1598 IMAGR5: Field 3 Clean flux density= 145.309 MilliJy 1598 comps IMAGR5: Total Cleaned flux density = 3.810 Jy 6928 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -9.4 MilliJy,max = 9.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.47 MilliJy IMAGR5: 503 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -5.654 MilliJy iter= 768 IMAGR5: Field 7 Clean flux density= -68.316 MilliJy 768 comps IMAGR5: Total Cleaned flux density = 3.798 Jy 7146 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -13.9 MilliJy,max = 14.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.32 MilliJy IMAGR5: 1160 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 5.596 MilliJy iter= 1241 IMAGR5: Field 5 Clean flux density= 354.501 MilliJy 1241 comps IMAGR5: Total Cleaned flux density = 3.790 Jy 7489 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -8.3 MilliJy,max = 9.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.20 MilliJy IMAGR5: 1615 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 5.542 MilliJy iter= 1268 IMAGR5: Field 1 Clean flux density= 3.364 Jy 1268 comps IMAGR5: Total Cleaned flux density = 3.823 Jy 7880 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -8.0 MilliJy,max = 8.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.14 MilliJy IMAGR5: 544 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -5.290 MilliJy iter= 645 IMAGR5: Field 2 Clean flux density= 77.999 MilliJy 645 comps IMAGR5: Total Cleaned flux density = 3.867 Jy 8093 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -12.1 MilliJy,max = 12.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR5: 1324 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -5.270 MilliJy iter= 1518 IMAGR5: Field 4 Clean flux density= -182.257 MilliJy 1518 comps IMAGR5: Total Cleaned flux density = 3.833 Jy 8430 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -10.9 MilliJy,max = 10.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.81 MilliJy IMAGR5: 1458 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -5.073 MilliJy iter= 1765 IMAGR5: Field 6 Clean flux density= 176.821 MilliJy 1765 comps IMAGR5: Total Cleaned flux density = 3.868 Jy 8803 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -12.1 MilliJy,max = 11.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.61 MilliJy IMAGR5: 1475 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -4.844 MilliJy iter= 1964 IMAGR5: Field 3 Clean flux density= 150.341 MilliJy 1964 comps IMAGR5: Total Cleaned flux density = 3.873 Jy 9169 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -7.7 MilliJy,max = 7.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.53 MilliJy IMAGR5: 444 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -4.632 MilliJy iter= 949 IMAGR5: Field 7 Clean flux density= -78.882 MilliJy 949 comps IMAGR5: Total Cleaned flux density = 3.863 Jy 9350 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -12.0 MilliJy,max = 12.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.40 MilliJy IMAGR5: 1128 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -4.573 MilliJy iter= 1571 IMAGR5: Field 5 Clean flux density= 370.030 MilliJy 1571 comps IMAGR5: Total Cleaned flux density = 3.878 Jy 9680 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.26 MilliJy IMAGR5: 2044 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 4.525 MilliJy iter= 1730 IMAGR5: Field 1 Clean flux density= 3.344 Jy 1730 comps IMAGR5: Total Cleaned flux density = 3.858 Jy 10142 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -6.9 MilliJy,max = 6.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.20 MilliJy IMAGR5: 961 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -4.385 MilliJy iter= 967 IMAGR5: Field 2 Clean flux density= 148.212 MilliJy 967 comps IMAGR5: Total Cleaned flux density = 3.928 Jy 10464 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -8.6 MilliJy,max = 10.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.08 MilliJy IMAGR5: 1407 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -4.253 MilliJy iter= 1938 IMAGR5: Field 4 Clean flux density= -164.943 MilliJy 1938 comps IMAGR5: Total Cleaned flux density = 3.945 Jy 10884 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -9.6 MilliJy,max = 9.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.95 MilliJy IMAGR5: 1844 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 4.157 MilliJy iter= 2231 IMAGR5: Field 6 Clean flux density= 169.785 MilliJy 2231 comps IMAGR5: Total Cleaned flux density = 3.938 Jy 11350 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -10.2 MilliJy,max = 10.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.85 MilliJy IMAGR5: 2146 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -4.058 MilliJy iter= 2478 IMAGR5: Field 3 Clean flux density= 143.244 MilliJy 2478 comps IMAGR5: Total Cleaned flux density = 3.931 Jy 11864 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -6.2 MilliJy,max = 6.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.80 MilliJy IMAGR5: 712 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 3.905 MilliJy iter= 1232 IMAGR5: Field 7 Clean flux density= -78.271 MilliJy 1232 comps IMAGR5: Total Cleaned flux density = 3.932 Jy 12147 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -10.2 MilliJy,max = 10.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR5: 1075 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -3.843 MilliJy iter= 1920 IMAGR5: Field 5 Clean flux density= 347.734 MilliJy 1920 comps IMAGR5: Total Cleaned flux density = 3.910 Jy 12496 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -5.9 MilliJy,max = 7.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.62 MilliJy IMAGR5: 2212 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -3.831 MilliJy iter= 2217 IMAGR5: Field 1 Clean flux density= 3.410 Jy 2217 comps IMAGR5: Total Cleaned flux density = 3.976 Jy 12983 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -6.7 MilliJy,max = 5.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.56 MilliJy IMAGR5: 817 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -3.648 MilliJy iter= 1255 IMAGR5: Field 2 Clean flux density= 114.888 MilliJy 1255 comps IMAGR5: Total Cleaned flux density = 3.942 Jy 13271 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -7.6 MilliJy,max = 8.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR5: 1467 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -3.623 MilliJy iter= 2342 IMAGR5: Field 4 Clean flux density= -194.035 MilliJy 2342 comps IMAGR5: Total Cleaned flux density = 3.913 Jy 13675 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -8.7 MilliJy,max = 8.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR5: 2009 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 3.550 MilliJy iter= 2732 IMAGR5: Field 6 Clean flux density= 195.558 MilliJy 2732 comps IMAGR5: Total Cleaned flux density = 3.939 Jy 14176 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -8.5 MilliJy,max = 10.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR5: 1899 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -3.429 MilliJy iter= 2954 IMAGR5: Field 3 Clean flux density= 149.622 MilliJy 2954 comps IMAGR5: Total Cleaned flux density = 3.945 Jy 14652 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR5: 744 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -3.327 MilliJy iter= 1502 IMAGR5: Field 7 Clean flux density= -101.241 MilliJy 1502 comps IMAGR5: Total Cleaned flux density = 3.922 Jy 14922 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.5 MilliJy,max = 9.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR5: 1363 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -3.294 MilliJy iter= 2309 IMAGR5: Field 5 Clean flux density= 356.724 MilliJy 2309 comps IMAGR5: Total Cleaned flux density = 3.931 Jy 15311 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.10 MilliJy IMAGR5: 2790 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -3.268 MilliJy iter= 2784 IMAGR5: Field 1 Clean flux density= 3.434 Jy 2784 comps IMAGR5: Total Cleaned flux density = 3.955 Jy 15878 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -6.0 MilliJy,max = 5.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.05 MilliJy IMAGR5: 937 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -3.132 MilliJy iter= 1594 IMAGR5: Field 2 Clean flux density= 149.443 MilliJy 1594 comps IMAGR5: Total Cleaned flux density = 3.990 Jy 16217 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -7.6 MilliJy,max = 7.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR5: 1798 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 3.142 MilliJy iter= 2834 IMAGR5: Field 4 Clean flux density= -234.158 MilliJy 2834 comps IMAGR5: Total Cleaned flux density = 3.950 Jy 16709 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -7.4 MilliJy,max = 7.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR5: 2290 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 3.073 MilliJy iter= 3313 IMAGR5: Field 6 Clean flux density= 203.782 MilliJy 3313 comps IMAGR5: Total Cleaned flux density = 3.958 Jy 17290 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -8.0 MilliJy,max = 9.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR5: 2038 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -2.989 MilliJy iter= 3484 IMAGR5: Field 3 Clean flux density= 166.898 MilliJy 3484 comps IMAGR5: Total Cleaned flux density = 3.975 Jy 17820 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -5.0 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR5: 1004 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -2.916 MilliJy iter= 1870 IMAGR5: Field 7 Clean flux density= -108.961 MilliJy 1870 comps IMAGR5: Total Cleaned flux density = 3.967 Jy 18188 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.2 MilliJy,max = 8.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.81 MilliJy IMAGR5: 1719 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.911 MilliJy iter= 2792 IMAGR5: Field 5 Clean flux density= 347.866 MilliJy 2792 comps IMAGR5: Total Cleaned flux density = 3.959 Jy 18671 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -5.1 MilliJy,max = 6.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR5: 3969 Residual map points loaded IMAGR5: Field 1 min allowed flux = 3.037 MilliJy iter= 3378 IMAGR5: Field 1 Clean flux density= 3.464 Jy 3378 comps IMAGR5: Total Cleaned flux density = 3.989 Jy 19265 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -7.7 MilliJy,max = 7.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR5: 3877 Residual map points loaded IMAGR5: Field 4 min allowed flux = -3.115 MilliJy iter= 3370 IMAGR5: Field 4 Clean flux density= -277.117 MilliJy 3370 comps IMAGR5: Total Cleaned flux density = 3.946 Jy 19801 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -5.9 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.75 MilliJy IMAGR5: 1702 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 2.873 MilliJy iter= 2094 IMAGR5: Field 2 Clean flux density= 159.071 MilliJy 2094 comps IMAGR5: Total Cleaned flux density = 3.955 Jy 20301 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -5.8 MilliJy,max = 5.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.69 MilliJy IMAGR5: 365 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.715 MilliJy iter= 3532 IMAGR5: Field 4 Clean flux density= -270.830 MilliJy 3532 comps IMAGR5: Total Cleaned flux density = 3.962 Jy 20463 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR5: 2350 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 2.757 MilliJy iter= 3924 IMAGR5: Field 6 Clean flux density= 225.877 MilliJy 3924 comps IMAGR5: Total Cleaned flux density = 3.984 Jy 21074 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -3.8 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR5: 287 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -2.564 MilliJy iter= 3521 IMAGR5: Field 1 Clean flux density= 3.477 Jy 3521 comps IMAGR5: Total Cleaned flux density = 3.997 Jy 21217 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -7.6 MilliJy,max = 9.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR5: 4043 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 2.655 MilliJy iter= 4370 IMAGR5: Field 3 Clean flux density= 147.716 MilliJy 4370 comps IMAGR5: Total Cleaned flux density = 3.978 Jy 22103 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR5: 1517 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -2.561 MilliJy iter= 2330 IMAGR5: Field 7 Clean flux density= -97.731 MilliJy 2330 comps IMAGR5: Total Cleaned flux density = 3.989 Jy 22563 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -7.3 MilliJy,max = 7.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR5: 2757 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.544 MilliJy iter= 3510 IMAGR5: Field 5 Clean flux density= 358.271 MilliJy 3510 comps IMAGR5: Total Cleaned flux density = 4.000 Jy 23281 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR5: 3002 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 2.528 MilliJy iter= 2813 IMAGR5: Field 2 Clean flux density= 167.848 MilliJy 2813 comps IMAGR5: Total Cleaned flux density = 4.008 Jy 24000 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -6.4 MilliJy,max = 6.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR5: 3330 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -2.499 MilliJy iter= 4743 IMAGR5: Field 6 Clean flux density= 201.734 MilliJy 4743 comps IMAGR5: Total Cleaned flux density = 3.984 Jy 24819 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -4.7 MilliJy,max = 5.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR5: 788 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.408 MilliJy iter= 3832 IMAGR5: Field 4 Clean flux density= -259.482 MilliJy 3832 comps IMAGR5: Total Cleaned flux density = 3.996 Jy 25119 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -5.8 MilliJy,max = 8.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR5: 2322 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -2.397 MilliJy iter= 5014 IMAGR5: Field 3 Clean flux density= 131.817 MilliJy 5014 comps IMAGR5: Total Cleaned flux density = 3.980 Jy 25763 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR5: 1329 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 2.374 MilliJy iter= 3919 IMAGR5: Field 1 Clean flux density= 3.508 Jy 3919 comps IMAGR5: Total Cleaned flux density = 4.011 Jy 26161 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.9 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR5: 1183 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 2.354 MilliJy iter= 2696 IMAGR5: Field 7 Clean flux density= -110.172 MilliJy 2696 comps IMAGR5: Total Cleaned flux density = 3.998 Jy 26527 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR5: 969 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.284 MilliJy iter= 3831 IMAGR5: Field 5 Clean flux density= 350.588 MilliJy 3831 comps IMAGR5: Total Cleaned flux density = 3.991 Jy 26848 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -4.6 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR5: 351 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -2.161 MilliJy iter= 2965 IMAGR5: Field 2 Clean flux density= 167.346 MilliJy 2965 comps IMAGR5: Total Cleaned flux density = 3.990 Jy 27000 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -5.7 MilliJy,max = 5.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR5: 2009 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -2.132 MilliJy iter= 5292 IMAGR5: Field 6 Clean flux density= 195.913 MilliJy 5292 comps IMAGR5: Total Cleaned flux density = 3.984 Jy 27549 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR5: 1402 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.085 MilliJy iter= 4327 IMAGR5: Field 4 Clean flux density= -248.702 MilliJy 4327 comps IMAGR5: Total Cleaned flux density = 3.995 Jy 28044 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -5.6 MilliJy,max = 6.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR5: 2109 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 2.037 MilliJy iter= 5639 IMAGR5: Field 3 Clean flux density= 136.906 MilliJy 5639 comps IMAGR5: Total Cleaned flux density = 4.000 Jy 28669 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR5: 1578 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.962 MilliJy iter= 4373 IMAGR5: Field 1 Clean flux density= 3.522 Jy 4373 comps IMAGR5: Total Cleaned flux density = 4.014 Jy 29123 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR5: 2020 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.937 MilliJy iter= 3260 IMAGR5: Field 7 Clean flux density= -124.958 MilliJy 3260 comps IMAGR5: Total Cleaned flux density = 3.999 Jy 29687 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR5: 3136 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.933 MilliJy iter= 4637 IMAGR5: Field 5 Clean flux density= 340.511 MilliJy 4637 comps IMAGR5: Total Cleaned flux density = 3.989 Jy 30493 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -4.5 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR5: 1708 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.914 MilliJy iter= 3489 IMAGR5: Field 2 Clean flux density= 179.946 MilliJy 3489 comps IMAGR5: Total Cleaned flux density = 4.002 Jy 31017 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -6.0 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR5: 3309 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.923 MilliJy iter= 6129 IMAGR5: Field 6 Clean flux density= 185.833 MilliJy 6129 comps IMAGR5: Total Cleaned flux density = 3.991 Jy 31854 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -4.2 MilliJy,max = 4.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR5: 2828 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.908 MilliJy iter= 5126 IMAGR5: Field 4 Clean flux density= -237.536 MilliJy 5126 comps IMAGR5: Total Cleaned flux density = 4.003 Jy 32653 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -6.0 MilliJy,max = 6.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR5: 4267 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.939 MilliJy iter= 6684 IMAGR5: Field 3 Clean flux density= 118.465 MilliJy 6684 comps IMAGR5: Total Cleaned flux density = 3.984 Jy 33698 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR5: 3979 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.947 MilliJy iter= 5300 IMAGR5: Field 1 Clean flux density= 3.544 Jy 5300 comps IMAGR5: Total Cleaned flux density = 4.007 Jy 34625 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR5: 283 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.832 MilliJy iter= 5444 IMAGR5: Field 1 Clean flux density= 3.537 Jy 5444 comps IMAGR5: Total Cleaned flux density = 3.999 Jy 34769 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -4.8 MilliJy,max = 6.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR5: 2625 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.856 MilliJy iter= 7446 IMAGR5: Field 3 Clean flux density= 116.454 MilliJy 7446 comps IMAGR5: Total Cleaned flux density = 3.997 Jy 35531 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR5: 2874 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.864 MilliJy iter= 4046 IMAGR5: Field 7 Clean flux density= -107.758 MilliJy 4046 comps IMAGR5: Total Cleaned flux density = 4.014 Jy 36317 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR5: 3113 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.852 MilliJy iter= 5530 IMAGR5: Field 5 Clean flux density= 334.872 MilliJy 5530 comps IMAGR5: Total Cleaned flux density = 4.009 Jy 37210 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR5: 6273 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.909 MilliJy iter= 7495 IMAGR5: Field 6 Clean flux density= 191.395 MilliJy 7495 comps IMAGR5: Total Cleaned flux density = 4.014 Jy 38576 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR5: 3281 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.892 MilliJy iter= 4421 IMAGR5: Field 2 Clean flux density= 172.809 MilliJy 4421 comps IMAGR5: Total Cleaned flux density = 4.007 Jy 39508 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -4.6 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR5: 3510 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.906 MilliJy iter= 6107 IMAGR5: Field 4 Clean flux density= -245.960 MilliJy 6107 comps IMAGR5: Total Cleaned flux density = 3.999 Jy 40489 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR5: 4646 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.896 MilliJy iter= 8742 IMAGR5: Field 6 Clean flux density= 197.759 MilliJy 8742 comps IMAGR5: Total Cleaned flux density = 4.005 Jy 41736 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.9 MilliJy,max = 4.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR5: 3589 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.882 MilliJy iter= 7091 IMAGR5: Field 4 Clean flux density= -276.075 MilliJy 7091 comps IMAGR5: Total Cleaned flux density = 3.975 Jy 42720 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -4.0 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR5: 3730 Residual map points loaded IMAGR5: Field 6 min allowed flux = 1.879 MilliJy iter= 9730 IMAGR5: Field 6 Clean flux density= 325.661 MilliJy 9730 comps IMAGR5: Total Cleaned flux density = 4.103 Jy 43708 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR5: 4087 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.874 MilliJy iter= 5578 IMAGR5: Field 2 Clean flux density= 66.578 MilliJy 5578 comps IMAGR5: Total Cleaned flux density = 3.997 Jy 44865 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR5: 5739 Residual map points loaded IMAGR5: Field 4 min allowed flux = -2.055 MilliJy iter= 8140 IMAGR5: Field 4 Clean flux density= -252.542 MilliJy 8140 comps IMAGR5: Total Cleaned flux density = 4.020 Jy 45914 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -6.7 MilliJy,max = 5.5 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.96 MilliJy IMAGR5: 8946 Residual map points loaded IMAGR5: Field 4 min allowed flux = 3.360 MilliJy iter= 8196 IMAGR5: Field 4 Clean flux density= -258.771 MilliJy 8196 comps IMAGR5: Total Cleaned flux density = 4.014 Jy 45970 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR5: 2909 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.849 MilliJy iter= 9133 IMAGR5: Field 4 Clean flux density= -222.396 MilliJy 9133 comps IMAGR5: Total Cleaned flux density = 4.050 Jy 46907 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -6.2 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.95 MilliJy IMAGR5: 9659 Residual map points loaded IMAGR5: Field 6 min allowed flux = -3.063 MilliJy iter= 9802 IMAGR5: Field 6 Clean flux density= 298.383 MilliJy 9802 comps IMAGR5: Total Cleaned flux density = 4.023 Jy 46979 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -4.6 MilliJy,max = 5.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR5: 3167 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.840 MilliJy iter= 10850 IMAGR5: Field 6 Clean flux density= 278.136 MilliJy 10850 comps IMAGR5: Total Cleaned flux density = 4.003 Jy 48027 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR5: 1325 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.784 MilliJy iter= 6032 IMAGR5: Field 2 Clean flux density= 110.663 MilliJy 6032 comps IMAGR5: Total Cleaned flux density = 4.047 Jy 48481 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR5: 3777 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.809 MilliJy iter= 5107 IMAGR5: Field 7 Clean flux density= -161.614 MilliJy 5107 comps IMAGR5: Total Cleaned flux density = 3.993 Jy 49542 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -5.7 MilliJy,max = 6.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR5: 10112 Residual map points loaded IMAGR5: Field 3 min allowed flux = 1.990 MilliJy iter= 9532 IMAGR5: Field 3 Clean flux density= 271.338 MilliJy 9532 comps IMAGR5: Total Cleaned flux density = 4.148 Jy 51628 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -8.9 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 2.59 MilliJy IMAGR5: 19078 Residual map points loaded IMAGR5: Field 3 min allowed flux = -4.442 MilliJy iter= 9603 IMAGR5: Field 3 Clean flux density= 232.772 MilliJy 9603 comps IMAGR5: Total Cleaned flux density = 4.109 Jy 51699 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -5.3 MilliJy,max = 4.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR5: 16701 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 3 min algorithm flux= -3.358 MilliJy iter= 9803 IMAGR5: Field 3 Clean flux density= 186.110 MilliJy 9803 comps IMAGR5: Total Cleaned flux density = 4.063 Jy 51899 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR5: 5018 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.835 MilliJy iter= 11153 IMAGR5: Field 3 Clean flux density= 233.126 MilliJy 11153 comps IMAGR5: Total Cleaned flux density = 4.110 Jy 53249 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR5: 5648 Residual map points loaded IMAGR5: Field 5 min allowed flux = -1.892 MilliJy iter= 6978 IMAGR5: Field 5 Clean flux density= 252.247 MilliJy 6978 comps IMAGR5: Total Cleaned flux density = 4.027 Jy 54697 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -5.1 MilliJy,max = 6.7 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.96 MilliJy IMAGR5: 11711 Residual map points loaded IMAGR5: Field 5 min allowed flux = 3.346 MilliJy iter= 7043 IMAGR5: Field 5 Clean flux density= 273.647 MilliJy 7043 comps IMAGR5: Total Cleaned flux density = 4.049 Jy 54762 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR5: 4839 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.853 MilliJy iter= 8448 IMAGR5: Field 5 Clean flux density= 360.577 MilliJy 8448 comps IMAGR5: Total Cleaned flux density = 4.135 Jy 56167 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -8.1 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 2.36 MilliJy IMAGR5: 13914 Residual map points loaded IMAGR5: Field 5 min allowed flux = -4.036 MilliJy iter= 8524 IMAGR5: Field 5 Clean flux density= 322.689 MilliJy 8524 comps IMAGR5: Total Cleaned flux density = 4.098 Jy 56243 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.8 MilliJy,max = 5.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR5: 8849 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -2.575 MilliJy iter= 9039 IMAGR5: Field 5 Clean flux density= 258.180 MilliJy 9039 comps IMAGR5: Total Cleaned flux density = 4.033 Jy 56758 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.2 MilliJy,max = 5.0 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 1.77 MilliJy IMAGR5: 3187 Residual map points loaded IMAGR5: Field 5 min allowed flux = 2.498 MilliJy iter= 9107 IMAGR5: Field 5 Clean flux density= 279.776 MilliJy 9107 comps IMAGR5: Total Cleaned flux density = 4.055 Jy 56826 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR5: 99 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.724 MilliJy iter= 9163 IMAGR5: Field 5 Clean flux density= 285.407 MilliJy 9163 comps IMAGR5: Total Cleaned flux density = 4.060 Jy 56882 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.5 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR5: 3292 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.776 MilliJy iter= 10099 IMAGR5: Field 4 Clean flux density= -193.206 MilliJy 10099 comps IMAGR5: Total Cleaned flux density = 4.090 Jy 57848 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR5: 2588 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.743 MilliJy iter= 11636 IMAGR5: Field 6 Clean flux density= 243.777 MilliJy 11636 comps IMAGR5: Total Cleaned flux density = 4.055 Jy 58634 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR5: 2244 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.675 MilliJy iter= 11812 IMAGR5: Field 3 Clean flux density= 237.165 MilliJy 11812 comps IMAGR5: Total Cleaned flux density = 4.059 Jy 59293 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR5: 1466 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.666 MilliJy iter= 5933 IMAGR5: Field 1 Clean flux density= 3.552 Jy 5933 comps IMAGR5: Total Cleaned flux density = 4.074 Jy 59782 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.6 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR5: 1006 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.607 MilliJy iter= 5454 IMAGR5: Field 7 Clean flux density= -159.392 MilliJy 5454 comps IMAGR5: Total Cleaned flux density = 4.076 Jy 60129 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR5: 866 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.577 MilliJy iter= 6345 IMAGR5: Field 2 Clean flux density= 106.558 MilliJy 6345 comps IMAGR5: Total Cleaned flux density = 4.072 Jy 60442 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR5: 1684 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.517 MilliJy iter= 10594 IMAGR5: Field 4 Clean flux density= -194.391 MilliJy 10594 comps IMAGR5: Total Cleaned flux density = 4.071 Jy 60937 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR5: 1353 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.451 MilliJy iter= 12103 IMAGR5: Field 6 Clean flux density= 241.481 MilliJy 12103 comps IMAGR5: Total Cleaned flux density = 4.068 Jy 61404 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR5: 1953 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.455 MilliJy iter= 9783 IMAGR5: Field 5 Clean flux density= 273.835 MilliJy 9783 comps IMAGR5: Total Cleaned flux density = 4.057 Jy 62024 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR5: 2330 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.419 MilliJy iter= 12557 IMAGR5: Field 3 Clean flux density= 253.478 MilliJy 12557 comps IMAGR5: Total Cleaned flux density = 4.073 Jy 62769 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 3059 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.390 MilliJy iter= 6690 IMAGR5: Field 1 Clean flux density= 3.558 Jy 6690 comps IMAGR5: Total Cleaned flux density = 4.079 Jy 63526 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR5: 1629 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.367 MilliJy iter= 5977 IMAGR5: Field 7 Clean flux density= -153.744 MilliJy 5977 comps IMAGR5: Total Cleaned flux density = 4.085 Jy 64049 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR5: 1867 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.358 MilliJy iter= 6920 IMAGR5: Field 2 Clean flux density= 108.050 MilliJy 6920 comps IMAGR5: Total Cleaned flux density = 4.086 Jy 64624 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR5: 2527 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.347 MilliJy iter= 11320 IMAGR5: Field 4 Clean flux density= -198.055 MilliJy 11320 comps IMAGR5: Total Cleaned flux density = 4.083 Jy 65350 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR5: 2999 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.344 MilliJy iter= 10676 IMAGR5: Field 5 Clean flux density= 273.214 MilliJy 10676 comps IMAGR5: Total Cleaned flux density = 4.082 Jy 66243 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR5: 3144 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.353 MilliJy iter= 12974 IMAGR5: Field 6 Clean flux density= 263.191 MilliJy 12974 comps IMAGR5: Total Cleaned flux density = 4.104 Jy 67114 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR5: 2455 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.336 MilliJy iter= 13311 IMAGR5: Field 3 Clean flux density= 248.049 MilliJy 13311 comps IMAGR5: Total Cleaned flux density = 4.098 Jy 67868 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR5: 2521 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.319 MilliJy iter= 7387 IMAGR5: Field 1 Clean flux density= 3.566 Jy 7387 comps IMAGR5: Total Cleaned flux density = 4.107 Jy 68565 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR5: 1507 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.305 MilliJy iter= 6450 IMAGR5: Field 7 Clean flux density= -144.247 MilliJy 6450 comps IMAGR5: Total Cleaned flux density = 4.117 Jy 69038 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR5: 1384 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.296 MilliJy iter= 7375 IMAGR5: Field 2 Clean flux density= 105.556 MilliJy 7375 comps IMAGR5: Total Cleaned flux density = 4.114 Jy 69493 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR5: 1760 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.278 MilliJy iter= 13527 IMAGR5: Field 6 Clean flux density= 250.010 MilliJy 13527 comps IMAGR5: Total Cleaned flux density = 4.101 Jy 70046 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR5: 1826 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.256 MilliJy iter= 11913 IMAGR5: Field 4 Clean flux density= -190.424 MilliJy 11913 comps IMAGR5: Total Cleaned flux density = 4.109 Jy 70639 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR5: 2738 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.243 MilliJy iter= 11463 IMAGR5: Field 5 Clean flux density= 254.503 MilliJy 11463 comps IMAGR5: Total Cleaned flux density = 4.090 Jy 71426 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR5: 4152 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.248 MilliJy iter= 14391 IMAGR5: Field 3 Clean flux density= 257.029 MilliJy 14391 comps IMAGR5: Total Cleaned flux density = 4.099 Jy 72506 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR5: 3875 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.241 MilliJy iter= 8334 IMAGR5: Field 1 Clean flux density= 3.560 Jy 8334 comps IMAGR5: Total Cleaned flux density = 4.093 Jy 73453 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR5: 3073 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.251 MilliJy iter= 7333 IMAGR5: Field 7 Clean flux density= -101.033 MilliJy 7333 comps IMAGR5: Total Cleaned flux density = 4.136 Jy 74336 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR5: 3461 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.262 MilliJy iter= 8356 IMAGR5: Field 2 Clean flux density= 45.115 MilliJy 8356 comps IMAGR5: Total Cleaned flux density = 4.076 Jy 75317 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR5: 4580 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.291 MilliJy iter= 14822 IMAGR5: Field 6 Clean flux density= 279.993 MilliJy 14822 comps IMAGR5: Total Cleaned flux density = 4.106 Jy 76612 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR5: 2205 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.256 MilliJy iter= 15551 IMAGR5: Field 6 Clean flux density= 239.462 MilliJy 15551 comps IMAGR5: Total Cleaned flux density = 4.065 Jy 77341 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.0 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR5: 2747 Residual map points loaded IMAGR5: Field 2 min allowed flux = 1.390 MilliJy iter= 8817 IMAGR5: Field 2 Clean flux density= 109.969 MilliJy 8817 comps IMAGR5: Total Cleaned flux density = 4.130 Jy 77802 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -4.4 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.28 MilliJy IMAGR5: 5900 Residual map points loaded IMAGR5: Field 2 min allowed flux = -2.191 MilliJy iter= 8853 IMAGR5: Field 2 Clean flux density= 99.261 MilliJy 8853 comps IMAGR5: Total Cleaned flux density = 4.119 Jy 77838 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR5: 864 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.224 MilliJy iter= 9186 IMAGR5: Field 2 Clean flux density= 64.715 MilliJy 9186 comps IMAGR5: Total Cleaned flux density = 4.085 Jy 78171 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR5: 528 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.197 MilliJy iter= 15782 IMAGR5: Field 6 Clean flux density= 254.789 MilliJy 15782 comps IMAGR5: Total Cleaned flux density = 4.100 Jy 78402 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR5: 1662 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.205 MilliJy iter= 12429 IMAGR5: Field 4 Clean flux density= -186.425 MilliJy 12429 comps IMAGR5: Total Cleaned flux density = 4.104 Jy 78918 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR5: 1522 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.182 MilliJy iter= 7833 IMAGR5: Field 7 Clean flux density= -95.475 MilliJy 7833 comps IMAGR5: Total Cleaned flux density = 4.109 Jy 79418 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR5: 4836 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.196 MilliJy iter= 15608 IMAGR5: Field 3 Clean flux density= 274.128 MilliJy 15608 comps IMAGR5: Total Cleaned flux density = 4.127 Jy 80635 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR5: 5962 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.219 MilliJy iter= 12897 IMAGR5: Field 5 Clean flux density= 226.493 MilliJy 12897 comps IMAGR5: Total Cleaned flux density = 4.099 Jy 82069 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.31 MilliJy IMAGR5: 8460 Residual map points loaded IMAGR5: Field 1 min allowed flux = -1.559 MilliJy iter= 8968 IMAGR5: Field 1 Clean flux density= 3.603 Jy 8968 comps IMAGR5: Total Cleaned flux density = 4.141 Jy 82703 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -4.4 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.28 MilliJy IMAGR5: 2713 Residual map points loaded IMAGR5: Field 1 min allowed flux = -2.184 MilliJy iter= 8987 IMAGR5: Field 1 Clean flux density= 3.597 Jy 8987 comps IMAGR5: Total Cleaned flux density = 4.135 Jy 82722 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR5: 1518 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.169 MilliJy iter= 9521 IMAGR5: Field 1 Clean flux density= 3.556 Jy 9521 comps IMAGR5: Total Cleaned flux density = 4.095 Jy 83256 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.33 MilliJy IMAGR5: 3234 Residual map points loaded IMAGR5: Field 2 min allowed flux = -1.583 MilliJy iter= 9460 IMAGR5: Field 2 Clean flux density= 83.758 MilliJy 9460 comps IMAGR5: Total Cleaned flux density = 4.114 Jy 83530 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR5: 433 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.141 MilliJy iter= 9656 IMAGR5: Field 2 Clean flux density= 82.544 MilliJy 9656 comps IMAGR5: Total Cleaned flux density = 4.112 Jy 83726 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR5: 3906 Residual map points loaded IMAGR5: Field 5 min allowed flux = 1.310 MilliJy iter= 13277 IMAGR5: Field 5 Clean flux density= 241.929 MilliJy 13277 comps IMAGR5: Total Cleaned flux density = 4.128 Jy 84106 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR5: 369 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.077 MilliJy iter= 13434 IMAGR5: Field 5 Clean flux density= 234.684 MilliJy 13434 comps IMAGR5: Total Cleaned flux density = 4.121 Jy 84263 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR5: 2209 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.080 MilliJy iter= 13072 IMAGR5: Field 4 Clean flux density= -193.111 MilliJy 13072 comps IMAGR5: Total Cleaned flux density = 4.114 Jy 84906 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR5: 3104 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.100 MilliJy iter= 16621 IMAGR5: Field 6 Clean flux density= 256.926 MilliJy 16621 comps IMAGR5: Total Cleaned flux density = 4.116 Jy 85745 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR5: 3878 Residual map points loaded IMAGR5: Field 3 min allowed flux = -1.217 MilliJy iter= 16070 IMAGR5: Field 3 Clean flux density= 279.521 MilliJy 16070 comps IMAGR5: Total Cleaned flux density = 4.121 Jy 86207 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR5: 1764 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.036 MilliJy iter= 16650 IMAGR5: Field 3 Clean flux density= 274.538 MilliJy 16650 comps IMAGR5: Total Cleaned flux density = 4.116 Jy 86787 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR5: 3887 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.041 MilliJy iter= 8943 IMAGR5: Field 7 Clean flux density= -90.665 MilliJy 8943 comps IMAGR5: Total Cleaned flux density = 4.121 Jy 87897 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR5: 3133 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.033 MilliJy iter= 10419 IMAGR5: Field 1 Clean flux density= 3.549 Jy 10419 comps IMAGR5: Total Cleaned flux density = 4.114 Jy 88795 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR5: 5320 Residual map points loaded IMAGR5: Field 2 min allowed flux = -1.069 MilliJy iter= 11002 IMAGR5: Field 2 Clean flux density= 50.410 MilliJy 11002 comps IMAGR5: Total Cleaned flux density = 4.082 Jy 90141 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR5: 8087 Residual map points loaded IMAGR5: Field 6 min allowed flux = -1.159 MilliJy iter= 18168 IMAGR5: Field 6 Clean flux density= 245.417 MilliJy 18168 comps IMAGR5: Total Cleaned flux density = 4.070 Jy 91688 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.13 MilliJy IMAGR5: 8717 Residual map points loaded IMAGR5: Field 6 min allowed flux = -1.354 MilliJy iter= 18929 IMAGR5: Field 6 Clean flux density= 295.874 MilliJy 18929 comps IMAGR5: Total Cleaned flux density = 4.121 Jy 92449 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.19 MilliJy IMAGR5: 5486 Residual map points loaded IMAGR5: Field 6 min allowed flux = -2.026 MilliJy iter= 18962 IMAGR5: Field 6 Clean flux density= 286.954 MilliJy 18962 comps IMAGR5: Total Cleaned flux density = 4.112 Jy 92482 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.0 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR5: 3241 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.054 MilliJy iter= 19988 IMAGR5: Field 6 Clean flux density= 200.651 MilliJy 19988 comps IMAGR5: Total Cleaned flux density = 4.026 Jy 93508 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -2.5 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.31 MilliJy IMAGR5: 9533 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 4 min algorithm flux= 1.948 MilliJy iter= 13259 IMAGR5: Field 4 Clean flux density= -154.319 MilliJy 13259 comps IMAGR5: Total Cleaned flux density = 4.064 Jy 93695 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR5: 6755 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.096 MilliJy iter= 15081 IMAGR5: Field 4 Clean flux density= -139.754 MilliJy 15081 comps IMAGR5: Total Cleaned flux density = 4.079 Jy 95517 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.5 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.18 MilliJy IMAGR5: 9614 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.734 MilliJy iter= 15177 IMAGR5: Field 4 Clean flux density= -149.501 MilliJy 15177 comps IMAGR5: Total Cleaned flux density = 4.069 Jy 95613 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR5: 5215 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.073 MilliJy iter= 16886 IMAGR5: Field 4 Clean flux density= -139.908 MilliJy 16886 comps IMAGR5: Total Cleaned flux density = 4.079 Jy 97322 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR5: 11483 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.211 MilliJy iter= 16107 IMAGR5: Field 5 Clean flux density= 230.438 MilliJy 16107 comps IMAGR5: Total Cleaned flux density = 4.075 Jy 99995 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -6.2 MilliJy,max = 5.0 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.97 MilliJy IMAGR5: 19141 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.097 MilliJy iter= 16220 IMAGR5: Field 5 Clean flux density= 221.083 MilliJy 16220 comps IMAGR5: Total Cleaned flux density = 4.065 Jy 100108 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.9 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR5: 18940 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.519 MilliJy iter= 20590 IMAGR5: Field 5 Clean flux density= 241.928 MilliJy 20590 comps IMAGR5: Total Cleaned flux density = 4.086 Jy 104478 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -15.0 MilliJy,max = 14.0 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 6.27 MilliJy IMAGR5: 11799 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -10.480 MilliJy iter= 20752 IMAGR5: Field 5 Clean flux density= 193.194 MilliJy 20752 comps IMAGR5: Total Cleaned flux density = 4.037 Jy 104640 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR5: 19989 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.698 MilliJy iter= 24955 IMAGR5: Field 5 Clean flux density= 480.444 MilliJy 24955 comps IMAGR5: Total Cleaned flux density = 4.325 Jy 108843 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -36.5 MilliJy,max = 31.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 15.27 MilliJy IMAGR5: 13414 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -30.139 MilliJy iter= 24987 IMAGR5: Field 5 Clean flux density= 384.103 MilliJy 24987 comps IMAGR5: Total Cleaned flux density = 4.228 Jy 108875 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -29.1 MilliJy,max = 27.7 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 12.62 MilliJy IMAGR5: 19971 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -23.703 MilliJy iter= 25068 IMAGR5: Field 5 Clean flux density= 307.128 MilliJy 25068 comps IMAGR5: Total Cleaned flux density = 4.151 Jy 108956 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -21.5 MilliJy,max = 21.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 10.22 MilliJy IMAGR5: 19994 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -17.271 MilliJy iter= 25307 IMAGR5: Field 5 Clean flux density= 247.317 MilliJy 25307 comps IMAGR5: Total Cleaned flux density = 4.092 Jy 109195 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -14.5 MilliJy,max = 12.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.76 MilliJy IMAGR5: 19981 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -10.112 MilliJy iter= 25457 IMAGR5: Field 5 Clean flux density= 197.472 MilliJy 25457 comps IMAGR5: Total Cleaned flux density = 4.042 Jy 109345 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.2 MilliJy,max = 8.5 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 4.24 MilliJy IMAGR5: 19426 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -4.438 MilliJy iter= 28558 IMAGR5: Field 5 Clean flux density= 482.294 MilliJy 28558 comps IMAGR5: Total Cleaned flux density = 4.327 Jy 112446 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -26.9 MilliJy,max = 24.5 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 11.28 MilliJy IMAGR5: 16777 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -21.818 MilliJy iter= 28608 IMAGR5: Field 5 Clean flux density= 384.565 MilliJy 28608 comps IMAGR5: Total Cleaned flux density = 4.229 Jy 112496 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -19.2 MilliJy,max = 20.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 9.41 MilliJy IMAGR5: 19981 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -16.035 MilliJy iter= 28797 IMAGR5: Field 5 Clean flux density= 309.457 MilliJy 28797 comps IMAGR5: Total Cleaned flux density = 4.154 Jy 112685 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -12.0 MilliJy,max = 12.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 6.12 MilliJy IMAGR5: 19992 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -9.024 MilliJy iter= 29461 IMAGR5: Field 5 Clean flux density= 248.164 MilliJy 29461 comps IMAGR5: Total Cleaned flux density = 4.092 Jy 113349 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.1 MilliJy,max = 8.1 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 2.63 MilliJy IMAGR5: 19340 Residual map points loaded IMAGR5: Field 5 min allowed flux = 4.058 MilliJy iter= 29564 IMAGR5: Field 5 Clean flux density= 240.613 MilliJy 29564 comps IMAGR5: Total Cleaned flux density = 4.085 Jy 113452 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR5: 19985 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.156 MilliJy iter= 34642 IMAGR5: Field 5 Clean flux density= 386.959 MilliJy 34642 comps IMAGR5: Total Cleaned flux density = 4.231 Jy 118530 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -20.6 MilliJy,max = 18.9 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 8.64 MilliJy IMAGR5: 13895 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -15.712 MilliJy iter= 34730 IMAGR5: Field 5 Clean flux density= 309.411 MilliJy 34730 comps IMAGR5: Total Cleaned flux density = 4.154 Jy 118618 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -13.1 MilliJy,max = 13.3 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 6.58 MilliJy IMAGR5: 15317 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -6.849 MilliJy iter= 37222 IMAGR5: Field 5 Clean flux density= 325.010 MilliJy 37222 comps IMAGR5: Total Cleaned flux density = 4.169 Jy 121110 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -35.9 MilliJy,max = 33.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 15.05 MilliJy IMAGR5: 12907 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -29.171 MilliJy iter= 37259 IMAGR5: Field 5 Clean flux density= 258.889 MilliJy 37259 comps IMAGR5: Total Cleaned flux density = 4.103 Jy 121147 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -26.9 MilliJy,max = 26.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 12.22 MilliJy IMAGR5: 19953 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -15.797 MilliJy iter= 38560 IMAGR5: Field 5 Clean flux density= 240.387 MilliJy 38560 comps IMAGR5: Total Cleaned flux density = 4.085 Jy 122448 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -42.6 MilliJy,max = 42.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 17.86 MilliJy IMAGR5: 13196 Residual map points loaded IMAGR5: Field 5 min allowed flux = 21.315 MilliJy iter= 39905 IMAGR5: Field 5 Clean flux density= 499.675 MilliJy 39905 comps IMAGR5: Total Cleaned flux density = 4.344 Jy 123793 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -95.1 MilliJy,max = 91.6 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 30.15 MilliJy IMAGR5: 19498 Residual map points loaded IMAGR5: Field 5 min allowed flux = -47.467 MilliJy iter= 40041 IMAGR5: Field 5 Clean flux density= 443.515 MilliJy 40041 comps IMAGR5: Total Cleaned flux density = 4.288 Jy 123929 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -41.6 MilliJy,max = 42.2 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 17.38 MilliJy IMAGR5: 18817 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -31.861 MilliJy iter= 40300 IMAGR5: Field 5 Clean flux density= 371.871 MilliJy 40300 comps IMAGR5: Total Cleaned flux density = 4.216 Jy 124188 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -16.9 MilliJy,max = 15.9 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 6.17 MilliJy IMAGR5: 17890 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -9.163 MilliJy iter= 40783 IMAGR5: Field 5 Clean flux density= 297.069 MilliJy 40783 comps IMAGR5: Total Cleaned flux density = 4.141 Jy 124671 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -7.7 MilliJy,max = 10.6 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 3.35 MilliJy IMAGR5: 16959 Residual map points loaded IMAGR5: Field 5 min allowed flux = -5.278 MilliJy iter= 41072 IMAGR5: Field 5 Clean flux density= 408.266 MilliJy 41072 comps IMAGR5: Total Cleaned flux density = 4.252 Jy 124960 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.7 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 2.44 MilliJy IMAGR5: 19474 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.325 MilliJy iter= 41762 IMAGR5: Field 5 Clean flux density= 358.957 MilliJy 41762 comps IMAGR5: Total Cleaned flux density = 4.203 Jy 125650 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.8 MilliJy,max = 6.3 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.82 MilliJy IMAGR5: 9381 Residual map points loaded IMAGR5: Field 5 min allowed flux = 3.125 MilliJy iter= 41797 IMAGR5: Field 5 Clean flux density= 373.286 MilliJy 41797 comps IMAGR5: Total Cleaned flux density = 4.218 Jy 125685 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.5 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR5: 18696 Residual map points loaded IMAGR5: Field 5 min allowed flux = -1.493 MilliJy iter= 46287 IMAGR5: Field 5 Clean flux density= 427.996 MilliJy 46287 comps IMAGR5: Total Cleaned flux density = 4.272 Jy 130175 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -15.7 MilliJy,max = 8.5 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 4.56 MilliJy IMAGR5: 11290 Residual map points loaded IMAGR5: Field 5 min allowed flux = -7.829 MilliJy iter= 46332 IMAGR5: Field 5 Clean flux density= 383.496 MilliJy 46332 comps IMAGR5: Total Cleaned flux density = 4.228 Jy 130220 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -7.5 MilliJy,max = 7.7 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 3.28 MilliJy IMAGR5: 18812 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -5.377 MilliJy iter= 46595 IMAGR5: Field 5 Clean flux density= 306.899 MilliJy 46595 comps IMAGR5: Total Cleaned flux density = 4.151 Jy 130483 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR5: 19967 Residual map points loaded IMAGR5: Field 5 min allowed flux = 2.096 MilliJy iter= 51194 IMAGR5: Field 5 Clean flux density= 428.974 MilliJy 51194 comps IMAGR5: Total Cleaned flux density = 4.273 Jy 135082 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -15.7 MilliJy,max = 15.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 6.56 MilliJy IMAGR5: 19852 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -10.812 MilliJy iter= 51453 IMAGR5: Field 5 Clean flux density= 344.168 MilliJy 51453 comps IMAGR5: Total Cleaned flux density = 4.188 Jy 135341 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.2 MilliJy,max = 8.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR5: 19974 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -5.104 MilliJy iter= 52814 IMAGR5: Field 5 Clean flux density= 276.433 MilliJy 52814 comps IMAGR5: Total Cleaned flux density = 4.121 Jy 136702 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -12.0 MilliJy,max = 13.2 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 4.47 MilliJy IMAGR5: 14561 Residual map points loaded IMAGR5: Field 5 min allowed flux = 6.580 MilliJy iter= 52990 IMAGR5: Field 5 Clean flux density= 288.478 MilliJy 52990 comps IMAGR5: Total Cleaned flux density = 4.133 Jy 136878 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 2.41 MilliJy IMAGR5: 19816 Residual map points loaded IMAGR5: Field 5 min allowed flux = 2.811 MilliJy iter= 54876 IMAGR5: Field 5 Clean flux density= 283.739 MilliJy 54876 comps IMAGR5: Total Cleaned flux density = 4.128 Jy 138764 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -10.3 MilliJy,max = 11.4 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 4.16 MilliJy IMAGR5: 18889 Residual map points loaded IMAGR5: Field 5 min allowed flux = -5.683 MilliJy iter= 55889 IMAGR5: Field 5 Clean flux density= 483.975 MilliJy 55889 comps IMAGR5: Total Cleaned flux density = 4.328 Jy 139777 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -22.9 MilliJy,max = 12.1 MilliJy IMAGR5: BGC Clean: using 1155 cell beam + residuals > 5.21 MilliJy IMAGR5: 19981 Residual map points loaded IMAGR5: Field 5 min allowed flux = -11.425 MilliJy iter= 55929 IMAGR5: Field 5 Clean flux density= 425.827 MilliJy 55929 comps IMAGR5: Total Cleaned flux density = 4.270 Jy 139817 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -11.3 MilliJy,max = 10.9 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 4.05 MilliJy IMAGR5: 18839 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -8.109 MilliJy iter= 56043 IMAGR5: Field 5 Clean flux density= 340.618 MilliJy 56043 comps IMAGR5: Total Cleaned flux density = 4.185 Jy 139931 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.1 MilliJy,max = 7.4 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 2.57 MilliJy IMAGR5: 14346 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.683 MilliJy iter= 56190 IMAGR5: Field 5 Clean flux density= 343.841 MilliJy 56190 comps IMAGR5: Total Cleaned flux density = 4.188 Jy 140078 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.54 MilliJy IMAGR5: 18746 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -2.150 MilliJy iter= 57060 IMAGR5: Field 5 Clean flux density= 275.177 MilliJy 57060 comps IMAGR5: Total Cleaned flux density = 4.119 Jy 140948 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -3.3 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.56 MilliJy IMAGR5: 19025 Residual map points loaded IMAGR5: Field 5 min allowed flux = 2.667 MilliJy iter= 57149 IMAGR5: Field 5 Clean flux density= 304.050 MilliJy 57149 comps IMAGR5: Total Cleaned flux density = 4.148 Jy 141037 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR5: 12550 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.226 MilliJy iter= 60496 IMAGR5: Field 5 Clean flux density= 464.137 MilliJy 60496 comps IMAGR5: Total Cleaned flux density = 4.308 Jy 144384 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -14.5 MilliJy,max = 11.7 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 4.94 MilliJy IMAGR5: 17087 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -8.414 MilliJy iter= 60608 IMAGR5: Field 5 Clean flux density= 370.590 MilliJy 60608 comps IMAGR5: Total Cleaned flux density = 4.215 Jy 144496 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.9 MilliJy,max = 7.5 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 2.99 MilliJy IMAGR5: 16674 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.763 MilliJy iter= 60979 IMAGR5: Field 5 Clean flux density= 346.623 MilliJy 60979 comps IMAGR5: Total Cleaned flux density = 4.191 Jy 144867 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR5: 6304 Residual map points loaded IMAGR5: Field 5 min allowed flux = -1.166 MilliJy iter= 62692 IMAGR5: Field 5 Clean flux density= 336.116 MilliJy 62692 comps IMAGR5: Total Cleaned flux density = 4.180 Jy 146580 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -4.0 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.36 MilliJy IMAGR5: 12417 Residual map points loaded IMAGR5: Field 5 min allowed flux = 1.999 MilliJy iter= 62804 IMAGR5: Field 5 Clean flux density= 331.298 MilliJy 62804 comps IMAGR5: Total Cleaned flux density = 4.176 Jy 146692 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR5: 6008 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.120 MilliJy iter= 64789 IMAGR5: Field 5 Clean flux density= 362.400 MilliJy 64789 comps IMAGR5: Total Cleaned flux density = 4.207 Jy 148677 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -6.2 MilliJy,max = 5.0 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.97 MilliJy IMAGR5: 15589 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.107 MilliJy iter= 64880 IMAGR5: Field 5 Clean flux density= 347.517 MilliJy 64880 comps IMAGR5: Total Cleaned flux density = 4.192 Jy 148768 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR5: 18512 Residual map points loaded IMAGR5: Field 5 min allowed flux = -1.505 MilliJy iter= 68877 IMAGR5: Field 5 Clean flux density= 340.548 MilliJy 68877 comps IMAGR5: Total Cleaned flux density = 4.185 Jy 152765 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -18.8 MilliJy,max = 17.5 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 6.88 MilliJy IMAGR5: 18961 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -12.850 MilliJy iter= 69048 IMAGR5: Field 5 Clean flux density= 271.909 MilliJy 69048 comps IMAGR5: Total Cleaned flux density = 4.116 Jy 152936 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.3 MilliJy,max = 9.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 4.01 MilliJy IMAGR5: 10924 Residual map points loaded IMAGR5: Field 5 min allowed flux = 4.793 MilliJy iter= 70059 IMAGR5: Field 5 Clean flux density= 556.629 MilliJy 70059 comps IMAGR5: Total Cleaned flux density = 4.401 Jy 153947 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -18.0 MilliJy,max = 7.9 MilliJy IMAGR5: BGC Clean: using 1155 cell beam + residuals > 4.09 MilliJy IMAGR5: 19703 Residual map points loaded IMAGR5: Field 5 min allowed flux = -8.973 MilliJy iter= 70100 IMAGR5: Field 5 Clean flux density= 509.775 MilliJy 70100 comps IMAGR5: Total Cleaned flux density = 4.354 Jy 153988 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -8.9 MilliJy,max = 6.9 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 3.18 MilliJy IMAGR5: 19028 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -5.780 MilliJy iter= 70250 IMAGR5: Field 5 Clean flux density= 407.721 MilliJy 70250 comps IMAGR5: Total Cleaned flux density = 4.252 Jy 154138 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.83 MilliJy IMAGR5: 15825 Residual map points loaded IMAGR5: Field 5 min allowed flux = -2.354 MilliJy iter= 70440 IMAGR5: Field 5 Clean flux density= 394.177 MilliJy 70440 comps IMAGR5: Total Cleaned flux density = 4.238 Jy 154328 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR5: 12981 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.229 MilliJy iter= 73984 IMAGR5: Field 5 Clean flux density= 350.504 MilliJy 73984 comps IMAGR5: Total Cleaned flux density = 4.195 Jy 157872 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -8.4 MilliJy,max = 8.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.54 MilliJy IMAGR5: 19991 Residual map points loaded IMAGR5: Field 5 min allowed flux = -4.198 MilliJy iter= 76965 IMAGR5: Field 5 Clean flux density= 658.251 MilliJy 76965 comps IMAGR5: Total Cleaned flux density = 4.502 Jy 160853 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -44.1 MilliJy,max = 37.4 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 14.97 MilliJy IMAGR5: 18704 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -24.106 MilliJy iter= 77098 IMAGR5: Field 5 Clean flux density= 524.202 MilliJy 77098 comps IMAGR5: Total Cleaned flux density = 4.368 Jy 160986 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -21.6 MilliJy,max = 21.0 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 8.83 MilliJy IMAGR5: 19182 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -14.364 MilliJy iter= 77474 IMAGR5: Field 5 Clean flux density= 434.812 MilliJy 77474 comps IMAGR5: Total Cleaned flux density = 4.279 Jy 161362 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -7.4 MilliJy,max = 7.3 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 3.10 MilliJy IMAGR5: 17034 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.695 MilliJy iter= 78873 IMAGR5: Field 5 Clean flux density= 427.441 MilliJy 78873 comps IMAGR5: Total Cleaned flux density = 4.272 Jy 162761 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -12.5 MilliJy,max = 12.8 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 4.07 MilliJy IMAGR5: 14315 Residual map points loaded IMAGR5: Field 5 min allowed flux = 6.414 MilliJy iter= 78969 IMAGR5: Field 5 Clean flux density= 429.528 MilliJy 78969 comps IMAGR5: Total Cleaned flux density = 4.274 Jy 162857 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 2.69 MilliJy IMAGR5: 15963 Residual map points loaded IMAGR5: Field 5 min allowed flux = 3.089 MilliJy iter= 80611 IMAGR5: Field 5 Clean flux density= 451.339 MilliJy 80611 comps IMAGR5: Total Cleaned flux density = 4.296 Jy 164499 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -16.1 MilliJy,max = 14.4 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 5.31 MilliJy IMAGR5: 15624 Residual map points loaded IMAGR5: Field 5 min allowed flux = -7.823 MilliJy iter= 80788 IMAGR5: Field 5 Clean flux density= 422.324 MilliJy 80788 comps IMAGR5: Total Cleaned flux density = 4.267 Jy 164676 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 2.65 MilliJy IMAGR5: 14946 Residual map points loaded IMAGR5: Field 5 min allowed flux = -3.162 MilliJy iter= 81108 IMAGR5: Field 5 Clean flux density= 426.098 MilliJy 81108 comps IMAGR5: Total Cleaned flux density = 4.270 Jy 164996 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR5: 13200 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.237 MilliJy iter= 84986 IMAGR5: Field 5 Clean flux density= 382.012 MilliJy 84986 comps IMAGR5: Total Cleaned flux density = 4.226 Jy 168874 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -9.5 MilliJy,max = 11.2 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 3.80 MilliJy IMAGR5: 19097 Residual map points loaded IMAGR5: Field 5 min allowed flux = -5.587 MilliJy iter= 85152 IMAGR5: Field 5 Clean flux density= 429.281 MilliJy 85152 comps IMAGR5: Total Cleaned flux density = 4.274 Jy 169040 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.9 MilliJy,max = 5.1 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 2.34 MilliJy IMAGR5: 18243 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -2.744 MilliJy iter= 86888 IMAGR5: Field 5 Clean flux density= 344.201 MilliJy 86888 comps IMAGR5: Total Cleaned flux density = 4.188 Jy 170776 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -9.6 MilliJy,max = 11.0 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 3.92 MilliJy IMAGR5: 19212 Residual map points loaded IMAGR5: Field 5 min allowed flux = 5.515 MilliJy iter= 87181 IMAGR5: Field 5 Clean flux density= 446.244 MilliJy 87181 comps IMAGR5: Total Cleaned flux density = 4.290 Jy 171069 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.79 MilliJy IMAGR5: 12508 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -2.299 MilliJy iter= 87965 IMAGR5: Field 5 Clean flux density= 356.969 MilliJy 87965 comps IMAGR5: Total Cleaned flux density = 4.201 Jy 171853 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.2 MilliJy,max = 5.0 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.44 MilliJy IMAGR5: 14467 Residual map points loaded IMAGR5: Field 5 min allowed flux = -2.465 MilliJy iter= 88031 IMAGR5: Field 5 Clean flux density= 375.898 MilliJy 88031 comps IMAGR5: Total Cleaned flux density = 4.220 Jy 171919 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR5: 10302 Residual map points loaded IMAGR5: Field 5 min allowed flux = 1.187 MilliJy iter= 90853 IMAGR5: Field 5 Clean flux density= 575.194 MilliJy 90853 comps IMAGR5: Total Cleaned flux density = 4.419 Jy 174741 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -12.8 MilliJy,max = 9.4 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 4.06 MilliJy IMAGR5: 15974 Residual map points loaded IMAGR5: Field 5 min allowed flux = -6.390 MilliJy iter= 90955 IMAGR5: Field 5 Clean flux density= 497.913 MilliJy 90955 comps IMAGR5: Total Cleaned flux density = 4.342 Jy 174843 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 2.68 MilliJy IMAGR5: 13362 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -3.985 MilliJy iter= 91444 IMAGR5: Field 5 Clean flux density= 399.103 MilliJy 91444 comps IMAGR5: Total Cleaned flux density = 4.243 Jy 175332 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.0 MilliJy,max = 4.8 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.41 MilliJy IMAGR5: 12661 Residual map points loaded IMAGR5: Field 5 min allowed flux = -2.400 MilliJy iter= 91515 IMAGR5: Field 5 Clean flux density= 407.303 MilliJy 91515 comps IMAGR5: Total Cleaned flux density = 4.252 Jy 175403 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR5: 7316 Residual map points loaded IMAGR5: Field 5 min allowed flux = 1.157 MilliJy iter= 93517 IMAGR5: Field 5 Clean flux density= 527.280 MilliJy 93517 comps IMAGR5: Total Cleaned flux density = 4.372 Jy 177405 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -10.2 MilliJy,max = 8.3 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 2.97 MilliJy IMAGR5: 17999 Residual map points loaded IMAGR5: Field 5 min allowed flux = -5.097 MilliJy iter= 93602 IMAGR5: Field 5 Clean flux density= 497.094 MilliJy 93602 comps IMAGR5: Total Cleaned flux density = 4.341 Jy 177490 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 1.87 MilliJy IMAGR5: 18376 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 5 min algorithm flux= -3.016 MilliJy iter= 94139 IMAGR5: Field 5 Clean flux density= 397.627 MilliJy 94139 comps IMAGR5: Total Cleaned flux density = 4.242 Jy 178027 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.3 MilliJy,max = 6.4 MilliJy IMAGR5: BGC Clean: using 1073 cell beam + residuals > 1.58 MilliJy IMAGR5: 18541 Residual map points loaded IMAGR5: Field 5 min allowed flux = 3.157 MilliJy iter= 94193 IMAGR5: Field 5 Clean flux density= 415.428 MilliJy 94193 comps IMAGR5: Total Cleaned flux density = 4.260 Jy 178081 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.32 MilliJy IMAGR5: 8116 Residual map points loaded IMAGR5: Field 5 min allowed flux = 1.558 MilliJy iter= 95072 IMAGR5: Field 5 Clean flux density= 514.239 MilliJy 95072 comps IMAGR5: Total Cleaned flux density = 4.358 Jy 178960 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -8.5 MilliJy,max = 5.3 MilliJy IMAGR5: BGC Clean: using 765 cell beam + residuals > 2.14 MilliJy IMAGR5: 19166 Residual map points loaded IMAGR5: Field 5 min allowed flux = -4.264 MilliJy iter= 95134 IMAGR5: Field 5 Clean flux density= 482.919 MilliJy 95134 comps IMAGR5: Total Cleaned flux density = 4.327 Jy 179022 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.45 MilliJy IMAGR5: 17019 Residual map points loaded IMAGR5: Field 5 min allowed flux = -2.117 MilliJy iter= 95306 IMAGR5: Field 5 Clean flux density= 462.677 MilliJy 95306 comps IMAGR5: Total Cleaned flux density = 4.307 Jy 179194 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR5: 551 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.050 MilliJy iter= 95606 IMAGR5: Field 5 Clean flux density= 451.898 MilliJy 95606 comps IMAGR5: Total Cleaned flux density = 4.296 Jy 179494 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR5: 17276 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.466 MilliJy iter= 18867 IMAGR5: Field 4 Clean flux density= -134.487 MilliJy 18867 comps IMAGR5: Total Cleaned flux density = 4.302 Jy 181475 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.97 MilliJy IMAGR5: 19001 Residual map points loaded IMAGR5: Field 4 min allowed flux = 2.901 MilliJy iter= 19043 IMAGR5: Field 4 Clean flux density= -143.136 MilliJy 19043 comps IMAGR5: Total Cleaned flux density = 4.293 Jy 181651 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR5: 16943 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.310 MilliJy iter= 22909 IMAGR5: Field 4 Clean flux density= -122.492 MilliJy 22909 comps IMAGR5: Total Cleaned flux density = 4.314 Jy 185517 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -10.1 MilliJy,max = 10.9 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 4.58 MilliJy IMAGR5: 11789 Residual map points loaded IMAGR5: Field 4 min allowed flux = -5.472 MilliJy iter= 23961 IMAGR5: Field 4 Clean flux density= -132.393 MilliJy 23961 comps IMAGR5: Total Cleaned flux density = 4.304 Jy 186569 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -18.3 MilliJy,max = 15.5 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 5.31 MilliJy IMAGR5: 12180 Residual map points loaded IMAGR5: Field 4 min allowed flux = 9.081 MilliJy iter= 24023 IMAGR5: Field 4 Clean flux density= -136.399 MilliJy 24023 comps IMAGR5: Total Cleaned flux density = 4.300 Jy 186631 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -8.8 MilliJy,max = 8.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 3.80 MilliJy IMAGR5: 12647 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 4 min algorithm flux= 4.897 MilliJy iter= 24972 IMAGR5: Field 4 Clean flux density= -110.732 MilliJy 24972 comps IMAGR5: Total Cleaned flux density = 4.325 Jy 187580 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -16.6 MilliJy,max = 17.6 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 5.11 MilliJy IMAGR5: 17101 Residual map points loaded IMAGR5: Field 4 min allowed flux = -8.774 MilliJy iter= 25059 IMAGR5: Field 4 Clean flux density= -123.112 MilliJy 25059 comps IMAGR5: Total Cleaned flux density = 4.313 Jy 187667 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -8.6 MilliJy,max = 8.3 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 3.11 MilliJy IMAGR5: 18246 Residual map points loaded IMAGR5: Field 4 min allowed flux = 4.276 MilliJy iter= 25376 IMAGR5: Field 4 Clean flux density= -131.573 MilliJy 25376 comps IMAGR5: Total Cleaned flux density = 4.304 Jy 187984 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.3 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR5: 11041 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.261 MilliJy iter= 27238 IMAGR5: Field 4 Clean flux density= -187.781 MilliJy 27238 comps IMAGR5: Total Cleaned flux density = 4.248 Jy 189846 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.7 MilliJy,max = 7.0 MilliJy IMAGR5: BGC Clean: using 1075 cell beam + residuals > 1.64 MilliJy IMAGR5: 18363 Residual map points loaded IMAGR5: Field 4 min allowed flux = 3.492 MilliJy iter= 27266 IMAGR5: Field 4 Clean flux density= -174.972 MilliJy 27266 comps IMAGR5: Total Cleaned flux density = 4.261 Jy 189874 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.46 MilliJy IMAGR5: 13883 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 4 min algorithm flux= 2.487 MilliJy iter= 27466 IMAGR5: Field 4 Clean flux density= -140.225 MilliJy 27466 comps IMAGR5: Total Cleaned flux density = 4.296 Jy 190074 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.04 MilliJy IMAGR5: 3997 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.064 MilliJy iter= 28489 IMAGR5: Field 4 Clean flux density= -162.345 MilliJy 28489 comps IMAGR5: Total Cleaned flux density = 4.274 Jy 191097 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR5: 5680 Residual map points loaded IMAGR5: Field 2 min allowed flux = -1.112 MilliJy iter= 12240 IMAGR5: Field 2 Clean flux density= 79.137 MilliJy 12240 comps IMAGR5: Total Cleaned flux density = 4.302 Jy 192335 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -3.3 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.04 MilliJy IMAGR5: 5838 Residual map points loaded IMAGR5: Field 2 min allowed flux = -1.638 MilliJy iter= 12270 IMAGR5: Field 2 Clean flux density= 72.982 MilliJy 12270 comps IMAGR5: Total Cleaned flux density = 4.296 Jy 192365 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR5: 2796 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.034 MilliJy iter= 13276 IMAGR5: Field 2 Clean flux density= 23.962 MilliJy 13276 comps IMAGR5: Total Cleaned flux density = 4.247 Jy 193371 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 992.96 MicroJy IMAGR5: 1645 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.014 MilliJy iter= 29050 IMAGR5: Field 4 Clean flux density= -123.518 MilliJy 29050 comps IMAGR5: Total Cleaned flux density = 4.286 Jy 193932 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.16 MilliJy IMAGR5: 5338 Residual map points loaded IMAGR5: Field 6 min allowed flux = 1.380 MilliJy iter= 20429 IMAGR5: Field 6 Clean flux density= 197.309 MilliJy 20429 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: Total Cleaned flux density = 4.283 Jy 194373 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 981.57 MicroJy IMAGR5: 2448 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.001 MilliJy iter= 21223 IMAGR5: Field 6 Clean flux density= 204.763 MilliJy 21223 comps IMAGR5: Total Cleaned flux density = 4.290 Jy 195167 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 982.18 MicroJy IMAGR5: 1129 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -1.000 MilliJy iter= 96008 IMAGR5: Field 5 Clean flux density= 451.710 MilliJy 96008 comps IMAGR5: Total Cleaned flux density = 4.290 Jy 195569 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 983.20 MicroJy IMAGR5: 4902 Residual map points loaded IMAGR5: Field 7 min allowed flux = -1.013 MilliJy iter= 10193 IMAGR5: Field 7 Clean flux density= -86.459 MilliJy 10193 comps IMAGR5: Total Cleaned flux density = 4.294 Jy 196819 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.12 MilliJy IMAGR5: 5979 Residual map points loaded IMAGR5: Field 3 min allowed flux = 1.331 MilliJy iter= 17189 IMAGR5: Field 3 Clean flux density= 273.986 MilliJy 17189 comps IMAGR5: Total Cleaned flux density = 4.294 Jy 197358 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 984.19 MicroJy IMAGR5: 2656 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.002 MilliJy iter= 18065 IMAGR5: Field 3 Clean flux density= 278.054 MilliJy 18065 comps IMAGR5: Total Cleaned flux density = 4.298 Jy 198234 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 971.45 MicroJy IMAGR5: 1864 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -987.831 MicroJy iter= 13852 IMAGR5: Field 2 Clean flux density= 20.337 MilliJy 13852 comps IMAGR5: Total Cleaned flux density = 4.294 Jy 198810 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 971.20 MicroJy IMAGR5: 3954 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -992.579 MicroJy iter= 11545 IMAGR5: Field 1 Clean flux density= 3.559 Jy 11545 comps IMAGR5: Total Cleaned flux density = 4.304 Jy 199936 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.9 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.12 MilliJy IMAGR5: 12396 Residual map points loaded IMAGR5: Field 4 min allowed flux = -1.334 MilliJy iter= 30115 IMAGR5: Field 4 Clean flux density= -178.134 MilliJy 30115 comps IMAGR5: Total Cleaned flux density = 4.250 Jy 201001 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -2.7 MilliJy,max = 4.2 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.22 MilliJy IMAGR5: 12188 Residual map points loaded IMAGR5: Field 4 min allowed flux = 2.081 MilliJy iter= 30185 IMAGR5: Field 4 Clean flux density= -160.157 MilliJy 30185 comps IMAGR5: Total Cleaned flux density = 4.268 Jy 201071 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 994.05 MicroJy IMAGR5: 4862 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.020 MilliJy iter= 31635 IMAGR5: Field 4 Clean flux density= -98.682 MilliJy 31635 comps IMAGR5: Total Cleaned flux density = 4.329 Jy 202521 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -5.8 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.69 MilliJy IMAGR5: 12789 Residual map points loaded IMAGR5: Field 4 min allowed flux = 2.897 MilliJy iter= 31711 IMAGR5: Field 4 Clean flux density= -125.237 MilliJy 31711 comps IMAGR5: Total Cleaned flux density = 4.302 Jy 202597 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.21 MilliJy IMAGR5: 7336 Residual map points loaded IMAGR5: Field 4 min allowed flux = -1.340 MilliJy iter= 32753 IMAGR5: Field 4 Clean flux density= -224.430 MilliJy 32753 comps IMAGR5: Total Cleaned flux density = 4.203 Jy 203639 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -4.0 MilliJy,max = 6.7 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 1.95 MilliJy IMAGR5: 12643 Residual map points loaded IMAGR5: Field 4 min allowed flux = 3.338 MilliJy iter= 32833 IMAGR5: Field 4 Clean flux density= -190.971 MilliJy 32833 comps IMAGR5: Total Cleaned flux density = 4.237 Jy 203719 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.13 MilliJy IMAGR5: 12559 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.587 MilliJy iter= 33015 IMAGR5: Field 4 Clean flux density= -163.228 MilliJy 33015 comps IMAGR5: Total Cleaned flux density = 4.264 Jy 203901 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 958.71 MicroJy IMAGR5: 179 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -961.810 MicroJy iter= 33099 IMAGR5: Field 4 Clean flux density= -167.521 MilliJy 33099 comps IMAGR5: Total Cleaned flux density = 4.260 Jy 203985 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 936.62 MicroJy IMAGR5: 2721 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 954.167 MicroJy iter= 11036 IMAGR5: Field 7 Clean flux density= -83.466 MilliJy 11036 comps IMAGR5: Total Cleaned flux density = 4.263 Jy 204828 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 3 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.01 MilliJy IMAGR5: 3460 Residual map points loaded IMAGR5: Field 3 min allowed flux = 1.209 MilliJy iter= 18322 IMAGR5: Field 3 Clean flux density= 275.618 MilliJy 18322 comps IMAGR5: Total Cleaned flux density = 4.261 Jy 205085 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 923.68 MicroJy IMAGR5: 2287 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 931.157 MicroJy iter= 19130 IMAGR5: Field 3 Clean flux density= 279.625 MilliJy 19130 comps IMAGR5: Total Cleaned flux density = 4.265 Jy 205893 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 983.63 MicroJy IMAGR5: 4944 Residual map points loaded IMAGR5: Field 6 min allowed flux = 1.174 MilliJy iter= 21647 IMAGR5: Field 6 Clean flux density= 202.471 MilliJy 21647 comps IMAGR5: Total Cleaned flux density = 4.262 Jy 206317 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 905.31 MicroJy IMAGR5: 1374 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -915.941 MicroJy iter= 22153 IMAGR5: Field 6 Clean flux density= 206.543 MilliJy 22153 comps IMAGR5: Total Cleaned flux density = 4.267 Jy 206823 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 912.60 MicroJy IMAGR5: 3412 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 930.752 MicroJy iter= 96910 IMAGR5: Field 5 Clean flux density= 433.856 MilliJy 96910 comps IMAGR5: Total Cleaned flux density = 4.249 Jy 207725 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 912.09 MicroJy IMAGR5: 5827 Residual map points loaded IMAGR5: Field 1 min allowed flux = 986.241 MicroJy iter= 12493 IMAGR5: Field 1 Clean flux density= 3.586 Jy 12493 comps IMAGR5: Total Cleaned flux density = 4.275 Jy 208673 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.03 MilliJy IMAGR5: 6828 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 2 min algorithm flux= -1.518 MilliJy iter= 14002 IMAGR5: Field 2 Clean flux density= 17.367 MilliJy 14002 comps IMAGR5: Total Cleaned flux density = 4.272 Jy 208823 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.8 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 910.64 MicroJy IMAGR5: 2938 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 925.831 MicroJy iter= 14966 IMAGR5: Field 2 Clean flux density= -3.569 MilliJy 14966 comps IMAGR5: Total Cleaned flux density = 4.251 Jy 209787 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 878.84 MicroJy IMAGR5: 1199 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: Field 1 min algorithm flux= -894.583 MicroJy iter= 12933 IMAGR5: Field 1 Clean flux density= 3.590 Jy 12933 comps IMAGR5: Total Cleaned flux density = 4.255 Jy 210227 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 890.34 MicroJy IMAGR5: 2387 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 907.221 MicroJy iter= 33781 IMAGR5: Field 4 Clean flux density= -160.970 MilliJy 33781 comps IMAGR5: Total Cleaned flux density = 4.262 Jy 210909 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 879.20 MicroJy IMAGR5: 2395 Residual map points loaded IMAGR5: Field 7 min allowed flux = -902.913 MicroJy iter= 11710 IMAGR5: Field 7 Clean flux density= -89.316 MilliJy 11710 comps IMAGR5: Total Cleaned flux density = 4.256 Jy 211583 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 989.25 MicroJy IMAGR5: 3225 Residual map points loaded IMAGR5: Field 3 min allowed flux = -1.181 MilliJy iter= 19410 IMAGR5: Field 3 Clean flux density= 286.843 MilliJy 19410 comps IMAGR5: Total Cleaned flux density = 4.263 Jy 211863 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 869.17 MicroJy IMAGR5: 2083 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -881.468 MicroJy iter= 20142 IMAGR5: Field 3 Clean flux density= 288.919 MilliJy 20142 comps IMAGR5: Total Cleaned flux density = 4.265 Jy 212595 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 853.96 MicroJy IMAGR5: 2577 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 870.219 MicroJy iter= 97728 IMAGR5: Field 5 Clean flux density= 429.219 MilliJy 97728 comps IMAGR5: Total Cleaned flux density = 4.261 Jy 213413 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 844.26 MicroJy IMAGR5: 3371 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 2 min algorithm flux= 1.367 MilliJy iter= 14973 IMAGR5: Field 2 Clean flux density= -2.846 MilliJy 14973 comps IMAGR5: Total Cleaned flux density = 4.261 Jy 213420 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 842.71 MicroJy IMAGR5: 3129 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 856.506 MicroJy iter= 15911 IMAGR5: Field 2 Clean flux density= -1.647 MilliJy 15911 comps IMAGR5: Total Cleaned flux density = 4.263 Jy 214358 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 875.22 MicroJy IMAGR5: 7190 Residual map points loaded IMAGR5: Field 6 min allowed flux = -928.934 MicroJy iter= 23630 IMAGR5: Field 6 Clean flux density= 188.271 MilliJy 23630 comps IMAGR5: Total Cleaned flux density = 4.244 Jy 215835 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 920.63 MicroJy IMAGR5: 6990 Residual map points loaded IMAGR5: Field 6 min allowed flux = 1.098 MilliJy iter= 24164 IMAGR5: Field 6 Clean flux density= 211.604 MilliJy 24164 comps IMAGR5: Total Cleaned flux density = 4.268 Jy 216369 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 839.29 MicroJy IMAGR5: 2104 Residual map points loaded IMAGR5: Field 6 min allowed flux = -944.062 MicroJy iter= 24499 IMAGR5: Field 6 Clean flux density= 188.693 MilliJy 24499 comps IMAGR5: Total Cleaned flux density = 4.245 Jy 216704 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 832.02 MicroJy IMAGR5: 785 Residual map points loaded IMAGR5: Field 6 min allowed flux = -873.284 MicroJy iter= 24698 IMAGR5: Field 6 Clean flux density= 198.504 MilliJy 24698 comps IMAGR5: Total Cleaned flux density = 4.255 Jy 216903 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 830.26 MicroJy IMAGR5: 3621 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -844.401 MicroJy iter= 34816 IMAGR5: Field 4 Clean flux density= -163.862 MilliJy 34816 comps IMAGR5: Total Cleaned flux density = 4.252 Jy 217938 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 842.72 MicroJy IMAGR5: 5577 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -864.794 MicroJy iter= 13212 IMAGR5: Field 7 Clean flux density= -84.192 MilliJy 13212 comps IMAGR5: Total Cleaned flux density = 4.257 Jy 219440 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 1 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.06 MilliJy IMAGR5: 6909 Residual map points loaded IMAGR5: Field 1 min allowed flux = -1.264 MilliJy iter= 13475 IMAGR5: Field 1 Clean flux density= 3.596 Jy 13475 comps IMAGR5: Total Cleaned flux density = 4.263 Jy 219982 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -1.9 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 843.38 MicroJy IMAGR5: 1853 Residual map points loaded IMAGR5: Field 1 min allowed flux = -955.969 MicroJy iter= 13773 IMAGR5: Field 1 Clean flux density= 3.576 Jy 13773 comps IMAGR5: Total Cleaned flux density = 4.243 Jy 220280 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -1.4 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 904.65 MicroJy IMAGR5: 298 Residual map points loaded IMAGR5: Field 1 min allowed flux = 1.072 MilliJy iter= 13806 IMAGR5: Field 1 Clean flux density= 3.580 Jy 13806 comps IMAGR5: Total Cleaned flux density = 4.247 Jy 220313 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 833.55 MicroJy IMAGR5: 25 Residual map points loaded IMAGR5: Field 1 min Clean flux = -825.812 MicroJy iter= 13823 IMAGR5: Field 1 Clean flux density= 3.580 Jy 13823 comps IMAGR5: Total Cleaned flux density = 4.247 Jy 220330 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 882.39 MicroJy IMAGR5: 6810 Residual map points loaded IMAGR5: Field 3 min allowed flux = 1.205 MilliJy iter= 20380 IMAGR5: Field 3 Clean flux density= 289.273 MilliJy 20380 comps IMAGR5: Total Cleaned flux density = 4.247 Jy 220568 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 839.09 MicroJy IMAGR5: 3981 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -852.519 MicroJy iter= 21571 IMAGR5: Field 3 Clean flux density= 273.147 MilliJy 21571 comps IMAGR5: Total Cleaned flux density = 4.231 Jy 221759 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 853.56 MicroJy IMAGR5: 3121 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -871.277 MicroJy iter= 25741 IMAGR5: Field 6 Clean flux density= 211.452 MilliJy 25741 comps IMAGR5: Total Cleaned flux density = 4.244 Jy 222802 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 838.58 MicroJy IMAGR5: 616 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 849.713 MicroJy iter= 25982 IMAGR5: Field 6 Clean flux density= 205.455 MilliJy 25982 comps IMAGR5: Total Cleaned flux density = 4.238 Jy 223043 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 850.32 MicroJy IMAGR5: 4741 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 869.238 MicroJy iter= 98938 IMAGR5: Field 5 Clean flux density= 419.473 MilliJy 98938 comps IMAGR5: Total Cleaned flux density = 4.228 Jy 224253 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 838.48 MicroJy IMAGR5: 2949 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -857.196 MicroJy iter= 99804 IMAGR5: Field 5 Clean flux density= 432.759 MilliJy 99804 comps IMAGR5: Total Cleaned flux density = 4.242 Jy 225119 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 820.52 MicroJy IMAGR5: 3173 Residual map points loaded IMAGR5: Field 7 min allowed flux = 862.041 MicroJy iter= 14058 IMAGR5: Field 7 Clean flux density= -123.003 MilliJy 14058 comps IMAGR5: Total Cleaned flux density = 4.203 Jy 225965 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 815.96 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: 2423 Residual map points loaded IMAGR5: Field 7 min allowed flux = 858.733 MicroJy iter= 14744 IMAGR5: Field 7 Clean flux density= -57.558 MilliJy 14744 comps IMAGR5: Total Cleaned flux density = 4.268 Jy 226651 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 857.65 MicroJy IMAGR5: 9076 Residual map points loaded IMAGR5: Field 2 min allowed flux = -930.049 MicroJy iter= 17747 IMAGR5: Field 2 Clean flux density= -103.283 MilliJy 17747 comps IMAGR5: Total Cleaned flux density = 4.167 Jy 228487 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.1 MilliJy,max = 3.7 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.25 MilliJy IMAGR5: 14602 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 2 min algorithm flux= 2.281 MilliJy iter= 17823 IMAGR5: Field 2 Clean flux density= -82.568 MilliJy 17823 comps IMAGR5: Total Cleaned flux density = 4.187 Jy 228563 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 955.21 MicroJy IMAGR5: 13404 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 2 min algorithm flux= 1.546 MilliJy iter= 17939 IMAGR5: Field 2 Clean flux density= -65.927 MilliJy 17939 comps IMAGR5: Total Cleaned flux density = 4.204 Jy 228679 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 834.76 MicroJy IMAGR5: 6598 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 852.770 MicroJy iter= 19979 IMAGR5: Field 2 Clean flux density= -29.204 MilliJy 19979 comps IMAGR5: Total Cleaned flux density = 4.241 Jy 230719 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -3.6 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 761 cell beam + residuals > 1.14 MilliJy IMAGR5: 13416 Residual map points loaded IMAGR5: Field 7 min allowed flux = -1.786 MilliJy iter= 14824 IMAGR5: Field 7 Clean flux density= -76.123 MilliJy 14824 comps IMAGR5: Total Cleaned flux density = 4.222 Jy 230799 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 901.59 MicroJy IMAGR5: 10415 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 924.764 MicroJy iter= 17343 IMAGR5: Field 7 Clean flux density= -110.222 MilliJy 17343 comps IMAGR5: Total Cleaned flux density = 4.188 Jy 233318 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.94 MilliJy IMAGR5: 11648 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 7 min algorithm flux= 3.407 MilliJy iter= 17429 IMAGR5: Field 7 Clean flux density= -88.001 MilliJy 17429 comps IMAGR5: Total Cleaned flux density = 4.210 Jy 233404 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.43 MilliJy IMAGR5: 10790 Residual map points loaded IMAGR5: Field 7 min allowed flux = 1.470 MilliJy iter= 18960 IMAGR5: Field 7 Clean flux density= -113.980 MilliJy 18960 comps IMAGR5: Total Cleaned flux density = 4.184 Jy 234935 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 7 min = -4.6 MilliJy,max = 7.5 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 2.18 MilliJy IMAGR5: 16737 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 7 min algorithm flux= 4.386 MilliJy iter= 19003 IMAGR5: Field 7 Clean flux density= -90.756 MilliJy 19003 comps IMAGR5: Total Cleaned flux density = 4.207 Jy 234978 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 1.84 MilliJy IMAGR5: 12158 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 7 min algorithm flux= 3.260 MilliJy iter= 19111 IMAGR5: Field 7 Clean flux density= -73.148 MilliJy 19111 comps IMAGR5: Total Cleaned flux density = 4.225 Jy 235086 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR5: BGC Clean: using 573 cell beam + residuals > 1.11 MilliJy IMAGR5: 18370 Residual map points loaded IMAGR5: Field 7 min allowed flux = -1.369 MilliJy iter= 19459 IMAGR5: Field 7 Clean flux density= -100.845 MilliJy 19459 comps IMAGR5: Total Cleaned flux density = 4.197 Jy 235434 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 823.36 MicroJy IMAGR5: 172 Residual map points loaded IMAGR5: Field 7 min Clean flux = -833.770 MicroJy iter= 19542 IMAGR5: Field 7 Clean flux density= -98.083 MilliJy 19542 comps IMAGR5: Total Cleaned flux density = 4.200 Jy 235517 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 838.91 MicroJy IMAGR5: 5670 Residual map points loaded IMAGR5: Field 5 min allowed flux = -882.907 MicroJy iter= 101064 IMAGR5: Field 5 Clean flux density= 421.750 MilliJy 101064 comps IMAGR5: Total Cleaned flux density = 4.189 Jy 236777 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 932.82 MicroJy IMAGR5: 9579 Residual map points loaded IMAGR5: Field 5 min allowed flux = -1.313 MilliJy iter= 101230 IMAGR5: Field 5 Clean flux density= 430.734 MilliJy 101230 comps IMAGR5: Total Cleaned flux density = 4.198 Jy 236943 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 808.94 MicroJy IMAGR5: 1067 Residual map points loaded IMAGR5: Field 5 min Clean flux = 833.738 MicroJy iter= 101572 IMAGR5: Field 5 Clean flux density= 427.767 MilliJy 101572 comps IMAGR5: Total Cleaned flux density = 4.195 Jy 237285 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 796.95 MicroJy IMAGR5: 8040 Residual map points loaded IMAGR5: Field 2 min allowed flux = 916.648 MicroJy iter= 21088 IMAGR5: Field 2 Clean flux density= -32.962 MilliJy 21088 comps IMAGR5: Total Cleaned flux density = 4.191 Jy 238394 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 2 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 899.07 MicroJy IMAGR5: 3658 Residual map points loaded IMAGR5: Field 2 min allowed flux = 1.073 MilliJy iter= 21419 IMAGR5: Field 2 Clean flux density= -56.234 MilliJy 21419 comps IMAGR5: Total Cleaned flux density = 4.168 Jy 238725 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.4 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 821.21 MicroJy IMAGR5: 638 Residual map points loaded IMAGR5: Field 2 min allowed flux = 976.579 MicroJy iter= 21484 IMAGR5: Field 2 Clean flux density= -48.386 MilliJy 21484 comps IMAGR5: Total Cleaned flux density = 4.176 Jy 238790 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 743.75 MicroJy IMAGR5: 317 Residual map points loaded IMAGR5: Field 2 min Clean flux = 831.941 MicroJy iter= 21508 IMAGR5: Field 2 Clean flux density= -49.090 MilliJy 21508 comps IMAGR5: Total Cleaned flux density = 4.175 Jy 238814 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.0 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 763 cell beam + residuals > 853.53 MicroJy IMAGR5: 9060 Residual map points loaded IMAGR5: Field 3 min allowed flux = -1.464 MilliJy iter= 21645 IMAGR5: Field 3 Clean flux density= 271.429 MilliJy 21645 comps IMAGR5: Total Cleaned flux density = 4.174 Jy 238888 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 754.45 MicroJy IMAGR5: 11063 Residual map points loaded IMAGR5: Field 3 min Clean flux = 833.704 MicroJy iter= 23770 IMAGR5: Field 3 Clean flux density= 280.576 MilliJy 23770 comps IMAGR5: Total Cleaned flux density = 4.183 Jy 241013 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 763.62 MicroJy IMAGR5: 13309 Residual map points loaded IMAGR5: Field 6 min Clean flux = 833.627 MicroJy iter= 28715 IMAGR5: Field 6 Clean flux density= 195.039 MilliJy 28715 comps IMAGR5: Total Cleaned flux density = 4.172 Jy 243746 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 971.98 MicroJy IMAGR5: 18790 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.160 MilliJy iter= 36478 IMAGR5: Field 4 Clean flux density= -139.159 MilliJy 36478 comps IMAGR5: Total Cleaned flux density = 4.197 Jy 245408 comps IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 179 cell beam + residuals > 1.22 MilliJy IMAGR5: 17386 Residual map points loaded IMAGR5: Field 4 min allowed flux = -1.661 MilliJy iter= 37328 IMAGR5: Field 4 Clean flux density= -191.348 MilliJy 37328 comps IMAGR5: Total Cleaned flux density = 4.145 Jy 246258 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR5: ALGSTB: All 482 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 471- 0 Cells, with 6617 Pts IMAGR5: Field 4 min = -4.1 MilliJy,max = 6.1 MilliJy IMAGR5: BGC Clean: using 1073 cell beam + residuals > 1.50 MilliJy IMAGR5: 18819 Residual map points loaded IMAGR5: Field 4 min allowed flux = -3.038 MilliJy iter= 37380 IMAGR5: Field 4 Clean flux density= -175.718 MilliJy 37380 comps IMAGR5: Total Cleaned flux density = 4.160 Jy 246310 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 465 cell beam + residuals > 1.08 MilliJy IMAGR5: 18489 Residual map points loaded IMAGR5: Field 4 min allowed flux = 1.488 MilliJy iter= 37727 IMAGR5: Field 4 Clean flux density= -155.085 MilliJy 37727 comps IMAGR5: Total Cleaned flux density = 4.181 Jy 246657 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 177 cell beam + residuals > 623.10 MicroJy IMAGR5: 11567 Residual map points loaded IMAGR5: Field 4 min Clean flux = -833.377 MicroJy iter= 38166 IMAGR5: Field 4 Clean flux density= -159.329 MilliJy 38166 comps IMAGR5: Total Cleaned flux density = 4.177 Jy 247096 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Peak residual in window 833.770 less than limit 833.782 MicroJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 13823 to 7359 components IMAGR5: Field 2 compressed from 21508 to 11725 components IMAGR5: Field 3 compressed from 23770 to 11206 components IMAGR5: Field 4 compressed from 38166 to 19250 components IMAGR5: Field 5 compressed from 101572 to 41730 components IMAGR5: Field 6 compressed from 28715 to 14117 components IMAGR5: Field 7 compressed from 19542 to 9848 components IMAGR5: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR5: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR5: Field 3 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR5: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR5: Field 5 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR5: Field 6 min = -2.5 MilliJy,max = 3.2 MilliJy IMAGR5: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 3.043 MilliJy ( 631 CCs) from field 1 to field 2 IMAGR5: Restore 12.301 MilliJy ( 863 CCs) from field 1 to field 3 IMAGR5: Restore 81.960 MilliJy ( 1194 CCs) from field 1 to field 4 IMAGR5: Restore 25.093 MilliJy ( 1001 CCs) from field 1 to field 5 IMAGR5: Restore 82.637 MilliJy ( 1283 CCs) from field 1 to field 6 IMAGR5: Restore 78.597 MilliJy ( 843 CCs) from field 1 to field 7 IMAGR5: Restore -40.807 MilliJy ( 1248 CCs) from field 2 to field 1 IMAGR5: Restore -88.666 MilliJy ( 1568 CCs) from field 2 to field 3 IMAGR5: Restore -68.592 MilliJy ( 1425 CCs) from field 2 to field 4 IMAGR5: Restore 61.228 MilliJy ( 1013 CCs) from field 3 to field 1 IMAGR5: Restore 22.969 MilliJy ( 775 CCs) from field 3 to field 2 IMAGR5: Restore 99.788 MilliJy ( 809 CCs) from field 3 to field 5 IMAGR5: Restore -29.095 MilliJy ( 2435 CCs) from field 4 to field 1 IMAGR5: Restore 10.831 MilliJy ( 2148 CCs) from field 4 to field 2 IMAGR5: Restore -25.043 MilliJy ( 1867 CCs) from field 4 to field 6 IMAGR5: Restore -2.907 MilliJy ( 5536 CCs) from field 5 to field 1 IMAGR5: Restore 125.888 MilliJy ( 4065 CCs) from field 5 to field 3 IMAGR5: Restore 2.852 MilliJy ( 4875 CCs) from field 5 to field 7 IMAGR5: Restore 69.544 MilliJy ( 1480 CCs) from field 6 to field 1 IMAGR5: Restore -24.515 MilliJy ( 1064 CCs) from field 6 to field 4 IMAGR5: Restore 7.180 MilliJy ( 1292 CCs) from field 6 to field 7 IMAGR5: Restore 10.430 MilliJy ( 841 CCs) from field 7 to field 1 IMAGR5: Restore -11.532 MilliJy ( 998 CCs) from field 7 to field 5 IMAGR5: Restore 33.563 MilliJy ( 1099 CCs) from field 7 to field 6 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 3.648 Jy IMAGR5: Field 2 final Clean flux -12.246 MilliJy IMAGR5: Field 3 final Clean flux 330.100 MilliJy IMAGR5: Field 4 final Clean flux -170.475 MilliJy IMAGR5: Field 5 final Clean flux 541.116 MilliJy IMAGR5: Field 6 final Clean flux 286.196 MilliJy IMAGR5: Field 7 final Clean flux -9.454 MilliJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 20 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 550.4 Real= 2896 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 7 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.03188 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000FE AIPS 5: B10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_2000F AIPS 5: EB10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 21 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 22 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 23 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 24 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 25 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 26 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 27 disk= 1 AIPS 5: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 5: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 5: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 5: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 5: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 5: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 5: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 5: ' ' AIPS 5: ' ' AIPS 5: Found in Version=ABIN AIPS 5: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 5: Disk 1 No files needed renumbering AIPS 5: 'EMPTY CATALOG ?' 26 >AIPS 5: Begin check for any 'standard' scratch files AIPS 5: Scratch files -- destroyed: 0 still active: 0 AIPS 5: User18483: 6208 messages, oldest written 18-SEP-2006 07:55:58 AIPS 5: Deleted 0 messages AIPS 5: Saved POPS environment in area named 'LASTEXIT' AIPS 5: Session command-line history saved. AIPS 5: auto 31DEC06 TST: Cpu= 0.8 Real= 3818 /home/auto/run/AK485_2000FEB10_1.run.0 finished on Mon Sep 18 10:58:46 MDT 2006