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 3: You are NOT assigned a TV device or server AIPS 3: You are NOT assigned a graphics device or server AIPS 3: Enter user ID number ?AIPS 3: 31DEC06 AIPS: AIPS 3: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 3: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 3: for details, type HELP GNUGPL AIPS 3: This is free software, and you are welcome to redistribute it AIPS 3: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 3: Previous session command-line history *not* recovered. AIPS 3: TAB-key completions enabled, type HELP READLINE for details. AIPS 3: Recovered POPS environment from last exit >>>AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 3: procedure pipedef1 AIPS 3: string*12 pnam AIPS 3: string*6 pcls AIPS 3: scalar pseq,pdsk AIPS 3: pdsk=1 AIPS 3: finish AIPS 3: pipedef1 AIPS 3: procedure namepipe AIPS 3: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 3: finish AIPS 3: procedure pipename AIPS 3: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 3: finish AIPS 3: AIPS 3: procedure checkcat AIPS 3: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 3: scalar numcat AIPS 3: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 3: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 3: if(numcat>0)then;recat;end;clrtemp AIPS 3: return numcat AIPS 3: finish AIPS 3: AIPS 3: procedure gx AIPS 3: $ inputs AIPS 3: go;wait AIPS 3: finish AIPS 3: AIPS 3: procedure pre_fillm AIPS 3: $LOS - sets VLA archive defaults for fillm AIPS 3: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 3: finish AIPS 3: AIPS 3: procedure fname AIPS 3: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 3: finish AIPS 3: AIPS 3: procedure del AIPS 3: error=1;zap AIPS 3: finish AIPS 3: AIPS 3: procedure skipdata AIPS 3: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 3: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 3: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 3: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 3: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 3: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 3: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 3: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 3: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 3: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 3: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 3: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 3: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 3: end AIPS 3: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 3: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure checkcal AIPS 3: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 3: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 3: scalar idx,jdx AIPS 3: string*16 sname AIPS 3: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 3: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 3: for jdx=1:idx AIPS 3: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 3: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try B1950 name AIPS 3: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 AIPS 3: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 name AIPS 3: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 3: end;end;end;clrtemp AIPS 3: end AIPS 3: $ if error>0 check on coords (for different name than standard) AIPS 3: $ but keyval not reliable to do this.. ?? AIPS 3: $ end AIPS 3: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 3: else;checkids;error=-1;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure j2000fix AIPS 3: $LOS - convert data to J2000 by default use of uvfix AIPS 3: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 3: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 3: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure datachks AIPS 3: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 3: if(error<1)then $ file exists AIPS 3: skipdata;if(error<1)then $ file was not zapped AIPS 3: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 3: j2000fix AIPS 3: $ addcalco AIPS 3: end;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure freqchks AIPS 3: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 3: scalar rows, nfrq AIPS 3: if(error<1)then $ file exists AIPS 3: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 3: if (nfrq > 1) then AIPS 3: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 3: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 3: for rows=1:nfrq AIPS 3: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 3: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 3: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 3: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 3: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 3: tget uvcop;freqid=1;clrtemp AIPS 3: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 3: finish AIPS 3: AIPS 3: procedure pre_move AIPS 3: $LOS - moves file to another AIPS user number AIPS 3: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: $ AIPS 3: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 3: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 3: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 3: $ Rearanged inputs and options, added integration time calculation, AIPS 3: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 3: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 3: $ array, use model,.. AIPS 3: $ AIPS 3: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 3: $ find imsize, find cutoffflux, include infi le AIPS 3: $--------------------------------------------------------------- AIPS 3: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 3: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 3: $=============================================== AIPS 3: $! Calibrating amplitude and phase, and imaging VLA data AIPS 3: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 3: $--------------------------------------------------------------- AIPS 3: $; Copyright (C) 2002-2006 AIPS 3: $; Associated Universities, Inc. Washington DC, USA. AIPS 3: $; AIPS 3: $; This program is free software; you can redistribute it and/o r AIPS 3: $; modify it under the terms of the GNU General Public License as AIPS 3: $; published by the Free Software Foundation; either version 2 of AIPS 3: $; the License, or (at your option) any later version. AIPS 3: $; AIPS 3: $; This program is distributed in the hope that it will be usef ul, AIPS 3: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 3: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 3: $; GNU General Public License for more details. AIPS 3: $; AIPS 3: $; You should have received a copy of the GNU General Public AIPS 3: $; License along with this program; if not, write to the Free AIPS 3: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 3: $; MA 02139, USA. AIPS 3: $; AIPS 3: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 3: $; Internet email: aipsmail@nrao.edu. AIPS 3: $; Postal address: AIPS Project Office AIPS 3: $; National Radio Astronomy Observatory AIPS 3: $; 520 Edgemont Road AIPS 3: $; Charlottesville, VA 22903-2475 USA AIPS 3: $--------------------------------------------------------------- AIPS 3: $=============================================================== AIPS 3: AIPS 3: procedure pipeinit AIPS 3: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 3: scalar lsids,star,tint,fsw AIPS 3: string*2 lstyp AIPS 3: string*3 lsvla AIPS 3: string*6 lsidc,lsstrng AIPS 3: string*16 lsidn,lscal AIPS 3: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 3: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 3: string*20 expnm AIPS 3: string*48 expmsg AIPS 3: finish AIPS 3: pipeinit AIPS 3: AIPS 3: procedure pipeinpt AIPS 3: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 3: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 3: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 3: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 3: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 3: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 3: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 3: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 3: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 3: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 3: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 3: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 3: lsparm(9)=docal;lsparm(10)=doresid AIPS 3: $ check input values AIPS 3: $->lsbadd AIPS 3: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 3: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 3: if (error<>0) then AIPS 3: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 3: else AIPS 3: userid=0;k=1;lsname=0 AIPS 3: while (lsname=0);egetname k AIPS 3: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 3: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 3: else;k=k+1;end;end;end;else AIPS 3: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 3: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 3: else AIPS 3: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 3: end AIPS 3: end AIPS 3: AIPS 3: $->inname AIPS 3: $->inclass AIPS 3: $->inseq AIPS 3: $->fsw AIPS 3: $->lsflag AIPS 3: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 3: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 3: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 3: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 3: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 3: end AIPS 3: $->lscal AIPS 3: if (length(lscal)<>0) then AIPS 3: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 3: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 3: end AIPS 3: AIPS 3: $->lsflux AIPS 3: $-> #3+#4 uvrange AIPS 3: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 3: if((i=1)&(j=1))then;star=1;else; AIPS 3: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 3: end;end;end;end;clrtemp;end AIPS 3: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 3: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 3: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 3: end;end;clrtemp AIPS 3: $-> #11 dopol AIPS 3: $-> #12 bpa AIPS 3: $->lscont AIPS 3: $->lsplot AIPS 3: if (lsparm(1) > 0) then AIPS 3: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 3: else; AIPS 3: if (lsparm(5)=0) then; AIPS 3: keyword='TELESCOP';gethead; AIPS 3: if (substr(keystrng,1,3)<>'VLA') then; AIPS 3: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 3: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 3: for j=1:k AIPS 3: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 3: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: lsvla=substr(keystrng,i+1,i+3);else AIPS 3: lsvla=substr(keystrng,i+2,i+4);end AIPS 3: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 3: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: keyword=substr(keystrng,i+2,i+8);else AIPS 3: keyword=substr(keystrng,i+3,i+9);end AIPS 3: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 3: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 3: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 3: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 3: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 3: if(lsparm(5)>0)then AIPS 3: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 3: end;end;end;end AIPS 3: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 3: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 3: AIPS 3: $-> #7 niter AIPS 3: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 3: $-> #8 cutoff AIPS 3: $-> #9 docal AIPS 3: $-> #10 doresid AIPS 3: AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure getidn AIPS 3: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 3: finish AIPS 3: AIPS 3: procedure getset AIPS 3: default;getidn;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure lsclrcal AIPS 3: $ consolidate lists, deal with calcode='*' later AIPS 3: scalar lsidx,l,m,n AIPS 3: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 3: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 3: for i=1:lsidx $ remember source number AIPS 3: pixxy=i,3,0;tabget;error=0 AIPS 3: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 3: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 3: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 3: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 3: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 3: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 3: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 3: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 3: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 3: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 3: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 3: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 3: $here - clean up pnt cal for doubles - subtract from total count below AIPS 3: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 3: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 3: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 3: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 3: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 3: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 3: return;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure numtab(lsstrng) AIPS 3: keystrng'';j=0;clrtemp AIPS 3: while ((j<15)&(keystrng<>lsstrng)) AIPS 3: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 3: if (keystrng=lsstrng) then AIPS 3: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 3: keyword'';keystrng'';clrtemp AIPS 3: return keyvalue(1);finish AIPS 3: AIPS 3: procedure numbasel AIPS 3: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 3: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 3: for numbant=1:numarow AIPS 3: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 3: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 3: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 3: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 3: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 3: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 3: return numbase AIPS 3: finish AIPS 3: AIPS 3: procedure calcintt AIPS 3: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 3: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 3: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 3: else AIPS 3: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 3: if(numxrow>rmax)then;numxrow rmax;end AIPS 3: for numscan=1:numxrow;clrtemp AIPS 3: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 3: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 3: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 3: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 3: end;numcnst=numbasel;sum=0 AIPS 3: if (avr > 0) then AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 3: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 3: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 3: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 3: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 3: end AIPS 3: return avr AIPS 3: finish AIPS 3: AIPS 3: procedure guesintt AIPS 3: scalar intcst,intavr,intmod,intime AIPS 3: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 3: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 3: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 3: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 3: if (intavr>10) then AIPS 3: $ intime=10*floor(0.5+(intavr/10)) AIPS 3: intime=10*floor(intavr/10) AIPS 3: else;if (intavr>0) then AIPS 3: intmod=mod(intavr,intcst) AIPS 3: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 3: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 3: else;intime=intavr;end;end;clrtemp AIPS 3: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 3: return intime AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure chkobjct AIPS 3: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 3: then; object='3C286';end AIPS 3: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 3: then; object='3C48';end AIPS 3: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 3: then; object='3C138';end AIPS 3: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 3: then; object='3C147';end AIPS 3: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 3: then; object='3C295';end;clrtemp;return AIPS 3: finish AIPS 3: AIPS 3: procedure checkbnd AIPS 3: band='';j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9; AIPS 3: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 3: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 3: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 3: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 3: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 3: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 3: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 3: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure chkmodel AIPS 3: error=0;sysout='';sys2com'' AIPS 3: syscom'ls -1 $AIPSTARS/ AIPS 3: sys2com(1) inname!!'.MODEL' AIPS 3: sys2com(2) ' >& /dev/null AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure loadmodl AIPS 3: scalar lsidx,l AIPS 3: array lsload(5) AIPS 3: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 3: while (j<21) AIPS 3: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 3: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 3: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 3: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 3: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 3: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 3: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 3: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 3: end;return AIPS 3: finish AIPS 3: AIPS 3: procedure vlanew AIPS 3: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 3: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 3: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 3: if (inclass='LINE') then AIPS 3: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 3: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 3: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 3: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 3: finish AIPS 3: AIPS 3: procedure allzap AIPS 3: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure allplot AIPS 3: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 3: if (j>0) then AIPS 3: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 3: else;type 'NOTHING TO PLOT - DONE';end AIPS 3: finish AIPS 3: AIPS 3: procedure goplt0 AIPS 3: if (lsplot>0) then;go;end AIPS 3: finish $SN only AIPS 3: procedure goplt1 AIPS 3: if (lsplot>1) then;go;end AIPS 3: finish $SN+CL AIPS 3: procedure goplt2 AIPS 3: if (lsplot>2) then;go;end AIPS 3: finish $SN+CL+BP AIPS 3: procedure goplt3 AIPS 3: if (lsplot>3) then;go;end AIPS 3: finish $CL,BP applied AIPS 3: AIPS 3: procedure calpipe(lsdisk,lsname,lsrant) AIPS 3: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 3: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 3: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 3: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 3: if (lsflag>=1) then AIPS 3: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 3: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 3: end;task'FLAGR';getset AIPS 3: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 3: end AIPS 3: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 3: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 3: if (length(lscal)<>0) then AIPS 3: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 3: end;sources=lsampcal;go AIPS 3: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 3: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 3: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 3: if (lsmodl>0) then $ use models for ones that exist AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;clrtemp AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 3: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 3: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 3: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 3: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 3: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 3: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 3: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 3: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 3: if(star>0)then;calsour'';calcode'*';end;go AIPS 3: if (lsmodl>0) then AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 3: if (error<1) then;zap;end;end AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 3: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 3: if (star>0) then; AIPS 3: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 3: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 3: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 3: soucode='*' AIPS 3: else AIPS 3: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 3: end;go AIPS 3: if (lscont<1) then AIPS 3: type '****************************************************** **' AIPS 3: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 3: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 3: type '****************************************************** **';read AIPS 3: end AIPS 3: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 3: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 3: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 3: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 3: if (inclass='CH 0') then AIPS 3: task'TACOP';getset AIPS 3: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 3: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 3: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 3: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 3: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 3: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 3: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 3: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 3: sources=lsampcal;goplt3 AIPS 3: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 3: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure calcrms AIPS 3: scalar nbas,nvis,tbw,rms,minhrs AIPS 3: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 3: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 3: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 3: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 3: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 3: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 3: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 3: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 3: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 3: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 3: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 3: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 3: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 3: return rms AIPS 3: finish AIPS 3: AIPS 3: procedure setboxfle AIPS 3: scalar ci,bi AIPS 3: string*48 fbox AIPS 3: fbox'/tmp/SETFC@ AIPS 3: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 3: ci=0;bi=length(fbox) AIPS 3: while(ci& /dev/null AIPS 3: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure catboxfile AIPS 3: sys2com'';syscom 'cat AIPS 3: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 3: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure setimsize AIPS 3: scalar szf, kk AIPS 3: string*48 bxf AIPS 3: array szc(2), szi(2), orgc(2), orgi(2) AIPS 3: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 3: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 3: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 3: while (kk<9) AIPS 3: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 3: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 3: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 3: go;szf=nfield;szc=cellsize;szi=imsize AIPS 3: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 3: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 3: vput imagr AIPS 3: finish AIPS 3: AIPS 3: procedure imapipe(k,lsdisk,lsname) AIPS 3: vnum=33;dowait=true AIPS 3: if (k=1) then AIPS 3: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 3: baddisk=lsbadd;douvcomp=-1;go AIPS 3: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 3: go;end;end;clrtemp AIPS 3: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 3: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 3: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 3: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 3: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 3: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 3: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 3: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 3: while ((lssid(k)>0) & (k<1001)) AIPS 3: if (lssid(k)=keyvalue(1))then error=0;end AIPS 3: k=k+1;end;end;vget imagr AIPS 3: if (error < 1) then AIPS 3: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 3: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 3: while (j<30) AIPS 3: k=length(inname) AIPS 3: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 3: lstarg=0;j=30 AIPS 3: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 3: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 3: if(imsize(1)<0)then;imsize=256;end;end AIPS 3: else;j=j+1;end $ check next source, if not found -> targ et AIPS 3: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 3: AIPS 3: j=1 AIPS 3: $calibrator lstarg=0 AIPS 3: $target if lstarg=1 AIPS 3: AIPS 3: AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 3: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 3: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 3: if (inclass='CH 0') then AIPS 3: for k=1:keyvalue(1);bif=k;eif=k AIPS 3: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 3: end;clrtemp;k=keyvalue(1) AIPS 3: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 3: if (error < 1) then AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 3: if (keystrng='FREQ') then AIPS 3: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 3: else;j=j+1;end AIPS 3: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 3: if (bchan=1) then;bchan=2;end;j=k AIPS 3: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 3: end;end;clrtemp AIPS 3: else AIPS 3: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 3: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 3: else AIPS 3: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 3: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 3: end;end;boxfile=setboxfle;delboxfle AIPS 3: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 3: $ inclass'SCIMG';allzap AIPS 3: inclass'IBM*';intype'MA';allzap AIPS 3: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 3: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 3: end;end;dowait=false;vnum=0 AIPS 3: finish AIPS 3: AIPS 3: procedure avlapipe AIPS 3: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 3: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 3: else;lsclrcal;tint=guesintt;clrtemp AIPS 3: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 3: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 3: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 3: type'--------------------------------------------------- --------' AIPS 3: end;type ' ' AIPS 3: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 3: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 3: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: default'AVLAPIPE' AIPS 3: Found in Version=ABIN AIPS 3: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 3: docal 1; sources '*''' AIPS 3: $ to be set by itself later AIPS 3: solint 1; factor 5; doarray -1; imsize -1 AIPS 3: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 3: niter -1; cutoff -1 AIPS 3: $ for now debugging AIPS 3: docont 1; plver -1; doall 1; doresid 0 AIPS 3: AIPS 3: $ defaults AIPS 3: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 3: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 3: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 3: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 3: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 3: 'AD431_1999OCT29_3' >>AIPS 3: 'AD431_1999OCT29_3' >AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General catalog looks like AIPS 3: $$ Multi-source UV data file AIPS 3: $$ Multi-source TASAV file AIPS 3: $$ Single-source calibrated data - auvf AIPS 3: $$ Single-source calibrated images- aimg AIPS 3: AIPS 3: $May need to redefine after a restore 0: AIPS 3: $allzap AIPS 3: $calcintt AIPS 3: $guesintt AIPS 3: $lsparm(5);tint;lsdisk AIPS 3: AIPS 3: procedure flatfov AIPS 3: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 3: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 3: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 3: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 3: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 3: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 3: while (kk<5) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 3: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 3: end AIPS 3: for i=3:uvi;getname i AIPS 3: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 3: for j=1:keyvalue(1) AIPS 3: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 3: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 3: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 3: $ so instead of maximum frequency span, use max individual bandw idth AIPS 3: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 3: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 3: for j=1:mai $ assume inseq starts at 1.. AIPS 3: inseq=j;kk=1;cellsize=0;userid=0 AIPS 3: while (kk<5) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 3: keyword='CDELT'!!char(kk);clrtemp AIPS 3: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 3: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 3: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 3: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 3: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 3: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 3: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 3: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 3: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 3: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 3: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 3: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 3: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 3: go;wait;allzap;recat AIPS 3: end;end;end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasimage AIPS 3: $LOS - Determine noise, do primary beam correction, include copy right AIPS 3: scalar numfle,ll,mm AIPS 3: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 3: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 3: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 3: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 3: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 3: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 3: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 3: end AIPS 3: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 3: for j=mai:numfle AIPS 3: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 3: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 3: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 3: for j=mai:numfle $ can only do on MA files AIPS 3: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasname AIPS 3: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 3: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 3: string*1 pm,rmsc AIPS 3: string*2 zz AIPS 3: string*3 mmm AIPS 3: string*4 rmss,sbms,fras AIPS 3: string*5 radi AIPS 3: string*30 dir AIPS 3: string*20 expn AIPS 3: ki=1;userid=0 AIPS 3: while (ki<9) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 3: typ ki, keys AIPS 3: if(substr(keystrng,1,2)='RA')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 3: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 3: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 3: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 3: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 3: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 3: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 3: typ 'HERE' AIPS 3: if(substr(keystrng,1,3)='DEC')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 3: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 3: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 3: ds=floor(dc1+(3600*dc2));clrtemp AIPS 3: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 3: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 3: if(substr(keystrng,1,6)='STOKES')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 3: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 3: end; AIPS 3: typ ki 'TOO' AIPS 3: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 3: end;clrtemp $ build the output file name here AIPS 3: typ 'BUILD NOW' AIPS 3: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 3: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 3: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 3: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 3: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 3: AIPS 3: AIPS 3: AIPS 3: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 3: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 3: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 3: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 3: else AIPS 3: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 3: end AIPS 3: AIPS 3: if (expnm='') then AIPS 3: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 3: mmm=substr(keystrng,5,6) AIPS 3: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 3: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 3: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 3: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 3: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 3: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 3: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 3: end AIPS 3: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print outf AIPS 3: AIPS 3: $ make the source dir here AIPS 3: dir='';sysout'';syscom'mkdir AIPS 3: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 3: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 3: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 3: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 3: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 3: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK3: Task QUACK (release of 31DEC06) begins QUACK3: Flagged 1.50 min. of data in 9 scans QUACK3: Appears to have ended successfully QUACK3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes STARTPMON: [AUTO] Too many TPMON daemons possibly found???? STARTPMON: [AUTO] Expected 1, found 2. STARTPMON: [AUTO] Please inform the AIPS Manager. FLAGR3: Task FLAGR (release of 31DEC06) begins FLAGR3: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR3: Overall average amp= 7.545E-01 +- 2.488E-02 source= 1331+305 FLAGR3: Overall average rms= 3.376E-03 +- 5.214E-04 source= 1331+305 FLAGR3: Overall average amp= 7.403E-02 +- 2.242E-03 source= 1800+388 FLAGR3: Overall average rms= 2.768E-03 +- 4.343E-04 source= 1800+388 FLAGR3: Found 701 bad times, 2226 total flags FLAGR3: Wrote 86 antenna & IF independent flags FLAGR3: Wrote 722 antenna independent, IF dependent flags FLAGR3: Wrote 1418 antenna & IF dependent flags FLAGR3: Wrote 0 antenna & IF dependent, all-times flags FLAGR3: Appears to have ended successfully FLAGR3: auto 31DEC06 TST: Cpu= 9.5 Real= 30 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: / Resetting flux information to zero SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: SOURCES = '' /All sources selected SETJY3: Appears to have ended successfully SETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: / Flux calculated using known spectrum SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: '1331+305 ' IF = 1 FLUX = 7.4620 (Jy calcd) SETJY3: '1331+305 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY3: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY3: Appears to have ended successfully SETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 1 CALIB3: Found 4222 good solutions CALIB3: Failed on 54 solutions CALIB3: No data were found > 2.5 rms from solution CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 0.3 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD3: Task CALRD (release of 31DEC06) begins CALRD3: Reading disk file AIPSTARS:3C286_C.MODEL CALRD3: Create 3C286_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD3: Appears to have ended successfully CALRD3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 7.462 Jy CALIB3: FACSET: 7.652053 Jy found from 542 components CALIB3: FACSET: scaling factor set to 9.75165E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 100 percent complete CALIB3: FACSET: source model will be scaled to 7.510 Jy CALIB3: FACSET: 7.652053 Jy found from 542 components CALIB3: FACSET: scaling factor set to 9.81438E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 542 CCs CALIB3: Determining solutions CALIB3: Deleted 34 records from SN table no. 1 CALIB3: Writing SN table 1 CALIB3: Found 133 good solutions CALIB3: No data were found > 2.5 rms from solution CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 1 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1072 merged records from 1072 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.5 Real= 1 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 624 records from CL table no. 2 CLCAL3: Processing SN table 1 CLCAL3: WARNING: SN table 1 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1072 merged records from 1072 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.7 Real= 2 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 3.695E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 3.711E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 3.649E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 3.675E+00 CALIB3: Found 868 good solutions CALIB3: Failed on 8 solutions CALIB3: No data were found > 2.5 rms from solution CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 19991029 . C BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 7.462 Jy CALIB3: FACSET: 7.652053 Jy found from 542 components CALIB3: FACSET: scaling factor set to 9.75165E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 100 percent complete CALIB3: FACSET: source model will be scaled to 7.510 Jy CALIB3: FACSET: 7.652053 Jy found from 542 components CALIB3: FACSET: scaling factor set to 9.81438E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 542 CCs CALIB3: Determining solutions CALIB3: Deleted 7 records from SN table no. 2 CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 3.170E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 3.175E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 3.154E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 3.172E+00 CALIB3: Found 28 good solutions CALIB3: No data were found > 2.5 rms from solution CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 GETJY3: Task GETJY (release of 31DEC06) begins GETJY3: Source:Qual CALCODE IF Flux (Jy) GETJY3: 1800+388 : 7 A 1 0.73294 +/- 0.00446 GETJY3: 2 0.72734 +/- 0.00372 GETJY3: Appears to have ended successfully GETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 2 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 219 merged records from 219 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.5 Real= 1 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 624 records from CL table no. 3 CLCAL3: Processing SN table 2 CLCAL3: WARNING: SN table 2 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 219 merged records from 219 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.7 Real= 1 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes TASAV3: Task TASAV (release of 31DEC06) begins TASAV3: Create 19991029 .TASAV . 1 (UV) on disk 1 cno 2 TASAV3: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV3: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Appears to have ended successfully TASAV3: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes SPLIT3: Task SPLIT (release of 31DEC06) begins SPLIT3: You are using a non-standard program SPLIT3: Doing subarray 1 SPLIT3: Create 1331+305 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT3: Applying CL Table version 3 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 303 0 303 SPLIT3: Fully 0 0 432 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Create 1800+388 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 12771 3 12764 SPLIT3: Fully 0 90 11816 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Appears to have ended successfully SPLIT3: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06583 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 3 SETFC3: SETCEL: recommends IMSIZE 102 CELLSIZE 5.39481 SETFC3: SETCEL: returns IMSIZE 128 CELLSIZE 5.39481 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.113 deg SETFC3: Searching catalog between 0.11 and 0.23 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 45.2 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 116 116 13 31 08.29 30 30 33.0 00001 -1 59 64 65 C 2 116 116 13 31 08.29 30 23 46.5 00002 -1 59 64 65 C 3 116 116 13 30 41.07 30 27 09.5 00003 -1 59 64 65 C 4 116 116 13 31 35.51 30 27 09.5 00004 -1 59 64 65 C 5 116 116 13 30 41.03 30 33 56.0 00005 -1 59 64 65 C 6 116 116 13 31 35.54 30 33 56.0 00006 -1 59 64 65 C 7 116 116 13 31 08.29 30 37 19.4 00007 -1 59 64 65 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06583 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 3: CT29_3.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 116 116 2.4554E-02 4.0000E-02 0 IMAGR3: Field 2 116 116 2.4554E-02 -4.0646E+02 0 IMAGR3: Field 3 116 116 -3.5175E+02 -2.0346E+02 0 IMAGR3: Field 4 116 116 3.5179E+02 -2.0346E+02 0 IMAGR3: Field 5 116 116 -3.5226E+02 2.0304E+02 0 IMAGR3: Field 6 116 116 3.5218E+02 2.0304E+02 0 IMAGR3: Field 7 116 116 2.4554E-02 4.0644E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 5 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 735 visibilities to be imaged IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 8.126E+04 IMAGR3: UVWAIT: Adding temperance S 1.625E+04 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 1.238E+06 and out 1.667E+06 IMAGR3: UVWAIT: Noise is increased by a factor 1.182 due to weighting IMAGR3: UVWAIT: Average summed weight 8.126E+04 over 1461 vis IMAGR3: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 6 IMAGR3: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 7 IMAGR3: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 8 IMAGR3: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 9 IMAGR3: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 10 IMAGR3: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 11 IMAGR3: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 12 IMAGR3: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 13 IMAGR3: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 14 IMAGR3: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 15 IMAGR3: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 16 IMAGR3: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 17 IMAGR3: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 18 IMAGR3: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 19 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 1.76959E+07 IMAGR3: Field 1 Beam min = -485.7 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 18.812 x 9.886 arcsec, PA= 60.3 IMAGR3: Field 2 Sum of gridding weights = 1.76958E+07 IMAGR3: Field 2 Beam min = -478.3 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 18.814 x 9.890 arcsec, PA= 60.3 IMAGR3: Field 3 Sum of gridding weights = 1.76959E+07 IMAGR3: Field 3 Beam min = -452.2 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 18.815 x 9.887 arcsec, PA= 60.2 IMAGR3: Field 4 Sum of gridding weights = 1.76958E+07 IMAGR3: Field 4 Beam min = -506.8 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 18.810 x 9.889 arcsec, PA= 60.4 IMAGR3: Field 5 Sum of gridding weights = 1.76960E+07 IMAGR3: Field 5 Beam min = -446.9 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 18.813 x 9.883 arcsec, PA= 60.2 IMAGR3: Field 6 Sum of gridding weights = 1.76959E+07 IMAGR3: Field 6 Beam min = -507.8 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 18.808 x 9.886 arcsec, PA= 60.4 IMAGR3: Field 7 Sum of gridding weights = 1.76960E+07 IMAGR3: Field 7 Beam min = -473.7 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 18.810 x 9.883 arcsec, PA= 60.3 IMAGR3: CLBHIS: minimum component 0.500 of current peak IMAGR3: Field 1 min = -3.0 Jy,max = 7.6 Jy IMAGR3: Field 2 min = -3.1 Jy,max = 7.0 Jy IMAGR3: Field 3 min = -3.0 Jy,max = 7.0 Jy IMAGR3: Field 4 min = -3.0 Jy,max = 7.4 Jy IMAGR3: Field 5 min = -3.0 Jy,max = 7.3 Jy IMAGR3: Field 6 min = -3.0 Jy,max = 7.2 Jy IMAGR3: Field 7 min = -3.0 Jy,max = 7.1 Jy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.60 Jy IMAGR3: 624 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 6.567 Jy iter= 2 IMAGR3: Field 5 Clean flux density= 1.386 Jy 2 comps IMAGR3: Total Cleaned flux density = 1.386 Jy 2 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -2.5 Jy,max = 5.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 5.205E+00 < Second best 6.303E+00 IMAGR3: Field 5 min = -2.5 Jy,max = 5.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 5.703E+00 < Second best 6.214E+00 IMAGR3: Field 3 min = -2.5 Jy,max = 5.8 Jy IMAGR3: TRY ANOTHER FIELD: this is 5.001E+00 < Second best 6.002E+00 IMAGR3: Field 1 min = -2.5 Jy,max = 6.2 Jy IMAGR3: TRY ANOTHER FIELD: this is 4.949E+00 < Second best 5.703E+00 IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.93 Jy IMAGR3: 625 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 4.461 Jy iter= 6 IMAGR3: Field 5 Clean flux density= 3.454 Jy 6 comps IMAGR3: Total Cleaned flux density = 3.454 Jy 6 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -1.7 Jy,max = 4.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 3.190E+00 < Second best 5.261E+00 IMAGR3: Field 2 min = -1.7 Jy,max = 3.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.971E+00 < Second best 5.205E+00 IMAGR3: Field 7 min = -1.7 Jy,max = 4.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 3.579E+00 < Second best 5.001E+00 IMAGR3: Field 3 min = -1.7 Jy,max = 4.0 Jy IMAGR3: TRY ANOTHER FIELD: this is 3.444E+00 < Second best 4.949E+00 IMAGR3: Field 1 min = -1.7 Jy,max = 4.3 Jy IMAGR3: TRY ANOTHER FIELD: this is 3.431E+00 < Second best 4.432E+00 IMAGR3: Field 4 min = -1.7 Jy,max = 4.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.509E+00 < Second best 4.282E+00 IMAGR3: Field 5 min = -1.7 Jy,max = 4.1 Jy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.20 Jy IMAGR3: 488 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 3.054 Jy iter= 10 IMAGR3: Field 5 Clean flux density= 4.867 Jy 10 comps IMAGR3: Total Cleaned flux density = 4.867 Jy 10 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -1.2 Jy,max = 2.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.444E+00 < Second best 3.444E+00 IMAGR3: Field 3 min = -1.2 Jy,max = 2.8 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.325E+00 < Second best 3.431E+00 IMAGR3: Field 1 min = -1.2 Jy,max = 2.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.370E+00 < Second best 3.190E+00 IMAGR3: Field 6 min = -1.2 Jy,max = 2.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.204E+00 < Second best 2.971E+00 IMAGR3: Field 2 min = -1.2 Jy,max = 2.8 Jy IMAGR3: TRY ANOTHER FIELD: this is 2.015E+00 < Second best 2.932E+00 IMAGR3: Field 5 min = -1.2 Jy,max = 2.8 Jy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.51 Jy IMAGR3: 482 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.901 Jy iter= 15 IMAGR3: Field 5 Clean flux density= 6.021 Jy 15 comps IMAGR3: Total Cleaned flux density = 6.021 Jy 15 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -758.1 MilliJy,max = 1.8 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.138E+00 < Second best 2.444E+00 IMAGR3: Field 7 min = -764.6 MilliJy,max = 1.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.574E+00 < Second best 2.370E+00 IMAGR3: Field 1 min = -769.1 MilliJy,max = 1.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.482E+00 < Second best 2.325E+00 IMAGR3: Field 3 min = -784.7 MilliJy,max = 1.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.468E+00 < Second best 2.204E+00 IMAGR3: Field 6 min = -767.6 MilliJy,max = 1.9 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.435E+00 < Second best 2.015E+00 IMAGR3: Field 2 min = -816.9 MilliJy,max = 1.8 Jy IMAGR3: TRY ANOTHER FIELD: this is 1.240E+00 < Second best 1.825E+00 IMAGR3: Field 5 min = -761.0 MilliJy,max = 1.7 Jy IMAGR3: BGC Clean: using 507 cell beam + residuals > 937.15 MilliJy IMAGR3: 517 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.130 Jy iter= 21 IMAGR3: Field 5 Clean flux density= 6.876 Jy 21 comps IMAGR3: Total Cleaned flux density = 6.876 Jy 21 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -491.6 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 9.534E-01 < Second best 1.482E+00 IMAGR3: Field 1 min = -476.2 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 9.087E-01 < Second best 1.468E+00 IMAGR3: Field 3 min = -491.0 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 8.767E-01 < Second best 1.435E+00 IMAGR3: Field 6 min = -479.0 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 8.538E-01 < Second best 1.240E+00 IMAGR3: Field 2 min = -519.2 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 7.182E-01 < Second best 1.138E+00 IMAGR3: Field 4 min = -468.2 MilliJy,max = 1.1 Jy IMAGR3: TRY ANOTHER FIELD: this is 6.792E-01 < Second best 1.085E+00 IMAGR3: Field 5 min = -465.7 MilliJy,max = 1.0 Jy IMAGR3: BGC Clean: using 507 cell beam + residuals > 557.12 MilliJy IMAGR3: 511 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 671.819 MilliJy iter= 27 IMAGR3: Field 5 Clean flux density= 7.384 Jy 27 comps IMAGR3: Total Cleaned flux density = 7.384 Jy 27 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -324.3 MilliJy,max = 655.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.953E-01 < Second best 9.087E-01 IMAGR3: Field 1 min = -306.7 MilliJy,max = 678.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.437E-01 < Second best 8.767E-01 IMAGR3: Field 3 min = -317.0 MilliJy,max = 657.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.157E-01 < Second best 8.538E-01 IMAGR3: Field 6 min = -342.6 MilliJy,max = 679.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.168E-01 < Second best 7.182E-01 IMAGR3: Field 2 min = -355.5 MilliJy,max = 650.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.058E-01 < Second best 6.792E-01 IMAGR3: Field 4 min = -307.6 MilliJy,max = 658.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.122E-01 < Second best 6.452E-01 IMAGR3: Field 5 min = -315.9 MilliJy,max = 648.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 331.15 MilliJy IMAGR3: 505 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 382.271 MilliJy iter= 34 IMAGR3: Field 5 Clean flux density= 7.728 Jy 34 comps IMAGR3: Total Cleaned flux density = 7.728 Jy 34 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -235.8 MilliJy,max = 378.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.382E-01 < Second best 5.437E-01 IMAGR3: Field 1 min = -221.6 MilliJy,max = 391.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.246E-01 < Second best 5.168E-01 IMAGR3: Field 6 min = -251.9 MilliJy,max = 393.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.810E-01 < Second best 5.157E-01 IMAGR3: Field 3 min = -215.6 MilliJy,max = 378.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.039E-01 < Second best 4.122E-01 IMAGR3: Field 4 min = -224.2 MilliJy,max = 377.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.216E-01 < Second best 4.058E-01 IMAGR3: Field 2 min = -245.9 MilliJy,max = 377.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.091E-01 < Second best 3.672E-01 IMAGR3: Field 5 min = -223.9 MilliJy,max = 363.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 188.43 MilliJy IMAGR3: 610 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 212.068 MilliJy iter= 42 IMAGR3: Field 5 Clean flux density= 7.950 Jy 42 comps IMAGR3: Total Cleaned flux density = 7.950 Jy 42 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -182.6 MilliJy,max = 216.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.846E-01 < Second best 3.246E-01 IMAGR3: Field 1 min = -178.0 MilliJy,max = 213.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.761E-01 < Second best 3.039E-01 IMAGR3: Field 3 min = -171.7 MilliJy,max = 220.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.717E-01 < Second best 2.810E-01 IMAGR3: Field 6 min = -189.9 MilliJy,max = 215.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.488E-01 < Second best 2.216E-01 IMAGR3: Field 4 min = -177.8 MilliJy,max = 212.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.132E-01 < Second best 2.091E-01 IMAGR3: Field 2 min = -179.6 MilliJy,max = 212.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.299E-01 < Second best 2.039E-01 IMAGR3: Field 5 min = -173.0 MilliJy,max = 207.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 104.53 MilliJy IMAGR3: 1291 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 122.900 MilliJy iter= 54 IMAGR3: Field 5 Clean flux density= 8.115 Jy 54 comps IMAGR3: Total Cleaned flux density = 8.115 Jy 54 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -143.7 MilliJy,max = 142.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.223E-01 < Second best 1.761E-01 IMAGR3: Field 1 min = -131.6 MilliJy,max = 175.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.106E-01 < Second best 1.717E-01 IMAGR3: Field 3 min = -139.7 MilliJy,max = 137.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.703E-02 < Second best 1.488E-01 IMAGR3: Field 6 min = -149.1 MilliJy,max = 138.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.811E-02 < Second best 1.299E-01 IMAGR3: Field 2 min = -150.3 MilliJy,max = 148.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.359E-02 < Second best 1.223E-01 IMAGR3: BGC Clean: using 507 cell beam + residuals > 98.89 MilliJy IMAGR3: 110 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 105.386 MilliJy iter= 5 IMAGR3: Field 7 Clean flux density= 35.947 MilliJy 5 comps IMAGR3: Total Cleaned flux density = 8.151 Jy 59 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -124.8 MilliJy,max = 128.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.003E-01 < Second best 1.132E-01 IMAGR3: Field 4 min = -136.3 MilliJy,max = 131.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.851E-02 < Second best 1.106E-01 IMAGR3: Field 1 min = -132.3 MilliJy,max = 174.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.052E-02 < Second best 1.015E-01 IMAGR3: Field 7 min = -131.6 MilliJy,max = 133.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 51.95 MilliJy IMAGR3: 1506 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -65.198 MilliJy iter= 22 IMAGR3: Field 7 Clean flux density= 95.413 MilliJy 22 comps IMAGR3: Total Cleaned flux density = 8.211 Jy 76 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -122.3 MilliJy,max = 111.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.743E-02 < Second best 9.811E-02 IMAGR3: Field 6 min = -115.0 MilliJy,max = 99.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.121E-02 < Second best 9.703E-02 IMAGR3: Field 3 min = -119.2 MilliJy,max = 112.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 49.71 MilliJy IMAGR3: 613 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 55.691 MilliJy iter= 13 IMAGR3: Field 3 Clean flux density= 1.222 MilliJy 13 comps IMAGR3: Total Cleaned flux density = 8.212 Jy 89 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -106.5 MilliJy,max = 105.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.501E-02 < Second best 9.052E-02 IMAGR3: Field 1 min = -104.6 MilliJy,max = 147.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.843E-02 < Second best 7.851E-02 IMAGR3: Field 4 min = -103.0 MilliJy,max = 122.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 49.31 MilliJy IMAGR3: 165 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -52.269 MilliJy iter= 7 IMAGR3: Field 4 Clean flux density= 23.730 MilliJy 7 comps IMAGR3: Total Cleaned flux density = 8.236 Jy 96 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -114.4 MilliJy,max = 98.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 49.31 MilliJy IMAGR3: 389 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 52.391 MilliJy iter= 62 IMAGR3: Field 5 Clean flux density= 8.141 Jy 62 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 104 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -103.0 MilliJy,max = 100.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.893E-02 < Second best 6.287E-02 IMAGR3: Field 7 min = -98.7 MilliJy,max = 101.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 46.10 MilliJy IMAGR3: 94 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -46.974 MilliJy iter= 28 IMAGR3: Field 7 Clean flux density= 95.075 MilliJy 28 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 110 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -102.0 MilliJy,max = 95.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 46.10 MilliJy IMAGR3: 37 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -46.844 MilliJy iter= 4 IMAGR3: Field 2 Clean flux density= -22.098 MilliJy 4 comps IMAGR3: Total Cleaned flux density = 8.239 Jy 114 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -104.7 MilliJy,max = 138.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.824E-02 < Second best 5.352E-02 IMAGR3: Field 3 min = -96.1 MilliJy,max = 91.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 41.39 MilliJy IMAGR3: 148 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -42.219 MilliJy iter= 22 IMAGR3: Field 3 Clean flux density= 5.081 MilliJy 22 comps IMAGR3: Total Cleaned flux density = 8.242 Jy 123 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -83.3 MilliJy,max = 82.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 41.39 MilliJy IMAGR3: 28 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -41.871 MilliJy iter= 4 IMAGR3: Field 6 Clean flux density= -9.793 MilliJy 4 comps IMAGR3: Total Cleaned flux density = 8.233 Jy 127 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -97.2 MilliJy,max = 84.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 41.39 MilliJy IMAGR3: 134 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -42.307 MilliJy iter= 67 IMAGR3: Field 5 Clean flux density= 8.147 Jy 67 comps IMAGR3: Total Cleaned flux density = 8.239 Jy 132 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -88.9 MilliJy,max = 90.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 31.67 MilliJy IMAGR3: 428 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -34.053 MilliJy iter= 18 IMAGR3: Field 4 Clean flux density= 27.152 MilliJy 18 comps IMAGR3: Total Cleaned flux density = 8.242 Jy 143 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -79.9 MilliJy,max = 78.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 31.67 MilliJy IMAGR3: 379 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -34.423 MilliJy iter= 45 IMAGR3: Field 7 Clean flux density= 100.056 MilliJy 45 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 160 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -88.4 MilliJy,max = 79.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.857E-02 < Second best 4.079E-02 IMAGR3: Field 5 min = -82.5 MilliJy,max = 85.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 31.40 MilliJy IMAGR3: 169 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -32.246 MilliJy iter= 72 IMAGR3: Field 5 Clean flux density= 8.151 Jy 72 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 165 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -86.4 MilliJy,max = 80.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 26.32 MilliJy IMAGR3: 586 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 28.539 MilliJy iter= 37 IMAGR3: Field 3 Clean flux density= -813.702 MicroJy 37 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 180 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -72.8 MilliJy,max = 69.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 26.32 MilliJy IMAGR3: 237 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -27.486 MilliJy iter= 15 IMAGR3: Field 6 Clean flux density= -12.578 MilliJy 15 comps IMAGR3: Total Cleaned flux density = 8.243 Jy 191 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -79.9 MilliJy,max = 75.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.820E-02 < Second best 3.824E-02 IMAGR3: Field 1 min = -73.3 MilliJy,max = 115.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 26.32 MilliJy IMAGR3: 126 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 27.037 MilliJy iter= 6 IMAGR3: Field 1 Clean flux density= 11.718 MilliJy 6 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 197 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -63.6 MilliJy,max = 61.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 26.32 MilliJy IMAGR3: 105 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 27.652 MilliJy iter= 56 IMAGR3: Field 7 Clean flux density= 102.342 MilliJy 56 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 208 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -74.4 MilliJy,max = 67.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 25.29 MilliJy IMAGR3: 134 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 25.604 MilliJy iter= 26 IMAGR3: Field 4 Clean flux density= 33.411 MilliJy 26 comps IMAGR3: Total Cleaned flux density = 8.263 Jy 216 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -74.2 MilliJy,max = 73.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 25.29 MilliJy IMAGR3: 209 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 24.791 MilliJy iter= 79 IMAGR3: Field 5 Clean flux density= 8.160 Jy 79 comps IMAGR3: Total Cleaned flux density = 8.272 Jy 223 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -78.1 MilliJy,max = 67.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 25.29 MilliJy IMAGR3: 3 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -23.243 MilliJy iter= 7 IMAGR3: Field 2 Clean flux density= -29.720 MilliJy 7 comps IMAGR3: Total Cleaned flux density = 8.264 Jy 226 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -75.8 MilliJy,max = 69.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 19.46 MilliJy IMAGR3: 595 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -21.406 MilliJy iter= 59 IMAGR3: Field 3 Clean flux density= -6.192 MilliJy 59 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 248 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -58.8 MilliJy,max = 54.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 19.46 MilliJy IMAGR3: 730 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -21.095 MilliJy iter= 86 IMAGR3: Field 7 Clean flux density= 102.634 MilliJy 86 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 278 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -60.0 MilliJy,max = 62.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 18.03 MilliJy IMAGR3: 218 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -18.217 MilliJy iter= 26 IMAGR3: Field 6 Clean flux density= -29.472 MilliJy 26 comps IMAGR3: Total Cleaned flux density = 8.242 Jy 289 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -64.8 MilliJy,max = 93.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.252E-02 < Second best 2.460E-02 IMAGR3: Field 4 min = -56.3 MilliJy,max = 52.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 18.03 MilliJy IMAGR3: 134 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -17.991 MilliJy iter= 35 IMAGR3: Field 4 Clean flux density= 36.426 MilliJy 35 comps IMAGR3: Total Cleaned flux density = 8.245 Jy 298 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -68.0 MilliJy,max = 66.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 18.03 MilliJy IMAGR3: 447 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -18.408 MilliJy iter= 93 IMAGR3: Field 5 Clean flux density= 8.179 Jy 93 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 312 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -62.5 MilliJy,max = 89.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.783E-02 < Second best 2.235E-02 IMAGR3: Field 2 min = -69.0 MilliJy,max = 56.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 18.03 MilliJy IMAGR3: 29 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 17.985 MilliJy iter= 12 IMAGR3: Field 2 Clean flux density= -31.990 MilliJy 12 comps IMAGR3: Total Cleaned flux density = 8.262 Jy 317 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -67.2 MilliJy,max = 62.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 16.74 MilliJy IMAGR3: 343 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 3 min algorithm flux= 29.753 MilliJy iter= 60 IMAGR3: Field 3 Clean flux density= -3.217 MilliJy 60 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 318 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -67.4 MilliJy,max = 61.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.67 MilliJy IMAGR3: 505 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 16.285 MilliJy iter= 93 IMAGR3: Field 3 Clean flux density= -6.460 MilliJy 93 comps IMAGR3: Total Cleaned flux density = 8.262 Jy 351 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -56.7 MilliJy,max = 47.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 974 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -16.290 MilliJy iter= 121 IMAGR3: Field 7 Clean flux density= 101.262 MilliJy 121 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 386 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -53.9 MilliJy,max = 80.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.606E-02 < Second best 1.774E-02 IMAGR3: Field 5 min = -57.1 MilliJy,max = 53.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 220 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 14.951 MilliJy iter= 103 IMAGR3: Field 5 Clean flux density= 8.187 Jy 103 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 396 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -60.0 MilliJy,max = 59.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 316 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -15.127 MilliJy iter= 39 IMAGR3: Field 6 Clean flux density= -43.527 MilliJy 39 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 409 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -61.4 MilliJy,max = 51.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.601E-02 < Second best 1.729E-02 IMAGR3: Field 4 min = -49.1 MilliJy,max = 40.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 19 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 14.249 MilliJy iter= 43 IMAGR3: Field 4 Clean flux density= 33.211 MilliJy 43 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 417 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -53.0 MilliJy,max = 74.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 27 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 14.794 MilliJy iter= 9 IMAGR3: Field 1 Clean flux density= 16.603 MilliJy 9 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 420 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -61.5 MilliJy,max = 51.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 14.71 MilliJy IMAGR3: 6 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 14.599 MilliJy iter= 16 IMAGR3: Field 2 Clean flux density= -32.085 MilliJy 16 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 424 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -52.1 MilliJy,max = 44.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.69 MilliJy IMAGR3: 333 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 14.242 MilliJy iter= 135 IMAGR3: Field 7 Clean flux density= 112.348 MilliJy 135 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 438 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -62.8 MilliJy,max = 57.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 480 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 13.628 MilliJy iter= 114 IMAGR3: Field 3 Clean flux density= -13.587 MilliJy 114 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 459 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -63.8 MilliJy,max = 58.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 213 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 13.298 MilliJy iter= 56 IMAGR3: Field 6 Clean flux density= -42.840 MilliJy 56 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 476 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -54.6 MilliJy,max = 50.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 497 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 13.235 MilliJy iter= 117 IMAGR3: Field 5 Clean flux density= 8.203 Jy 117 comps IMAGR3: Total Cleaned flux density = 8.277 Jy 490 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -49.6 MilliJy,max = 69.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.267E-02 < Second best 1.403E-02 IMAGR3: Field 2 min = -55.8 MilliJy,max = 47.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 13 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -12.830 MilliJy iter= 22 IMAGR3: Field 2 Clean flux density= -37.958 MilliJy 22 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 496 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -51.4 MilliJy,max = 40.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 199 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 12.968 MilliJy iter= 149 IMAGR3: Field 7 Clean flux density= 118.540 MilliJy 149 comps IMAGR3: Total Cleaned flux density = 8.277 Jy 510 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -49.1 MilliJy,max = 38.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 13.05 MilliJy IMAGR3: 47 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -13.158 MilliJy iter= 51 IMAGR3: Field 4 Clean flux density= 29.893 MilliJy 51 comps IMAGR3: Total Cleaned flux density = 8.274 Jy 518 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -59.9 MilliJy,max = 54.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.84 MilliJy IMAGR3: 450 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 10.992 MilliJy iter= 171 IMAGR3: Field 3 Clean flux density= -24.527 MilliJy 171 comps IMAGR3: Total Cleaned flux density = 8.263 Jy 575 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -64.5 MilliJy,max = 52.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 734 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -10.592 MilliJy iter= 94 IMAGR3: Field 6 Clean flux density= -50.789 MilliJy 94 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 613 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -51.6 MilliJy,max = 47.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 1260 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -10.401 MilliJy iter= 146 IMAGR3: Field 5 Clean flux density= 8.220 Jy 146 comps IMAGR3: Total Cleaned flux density = 8.272 Jy 642 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -45.9 MilliJy,max = 61.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.112E-02 < Second best 1.261E-02 IMAGR3: Field 4 min = -44.3 MilliJy,max = 34.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 110 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 10.043 MilliJy iter= 73 IMAGR3: Field 4 Clean flux density= 30.028 MilliJy 73 comps IMAGR3: Total Cleaned flux density = 8.272 Jy 664 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -47.7 MilliJy,max = 37.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 610 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 10.278 MilliJy iter= 173 IMAGR3: Field 7 Clean flux density= 126.222 MilliJy 173 comps IMAGR3: Total Cleaned flux density = 8.280 Jy 688 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -51.2 MilliJy,max = 46.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 44 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -9.910 MilliJy iter= 33 IMAGR3: Field 2 Clean flux density= -50.304 MilliJy 33 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 699 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -45.6 MilliJy,max = 55.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 3 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -9.411 MilliJy iter= 12 IMAGR3: Field 1 Clean flux density= 15.599 MilliJy 12 comps IMAGR3: Total Cleaned flux density = 8.266 Jy 702 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -55.9 MilliJy,max = 51.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.90 MilliJy IMAGR3: 188 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 10.078 MilliJy iter= 187 IMAGR3: Field 3 Clean flux density= -30.394 MilliJy 187 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 718 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -64.1 MilliJy,max = 50.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 9.17 MilliJy IMAGR3: 293 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -9.616 MilliJy iter= 123 IMAGR3: Field 6 Clean flux density= -57.060 MilliJy 123 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 747 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -51.3 MilliJy,max = 45.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.79 MilliJy IMAGR3: 1307 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -9.188 MilliJy iter= 176 IMAGR3: Field 5 Clean flux density= 8.225 Jy 176 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 777 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -46.6 MilliJy,max = 36.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.79 MilliJy IMAGR3: 343 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 8.948 MilliJy iter= 190 IMAGR3: Field 7 Clean flux density= 129.362 MilliJy 190 comps IMAGR3: Total Cleaned flux density = 8.263 Jy 794 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -55.0 MilliJy,max = 48.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.64 MilliJy IMAGR3: 233 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 9.036 MilliJy iter= 217 IMAGR3: Field 3 Clean flux density= -39.722 MilliJy 217 comps IMAGR3: Total Cleaned flux density = 8.253 Jy 824 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -45.3 MilliJy,max = 37.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.54 MilliJy IMAGR3: 231 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -8.711 MilliJy iter= 87 IMAGR3: Field 4 Clean flux density= 30.334 MilliJy 87 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 838 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -42.1 MilliJy,max = 39.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.54 MilliJy IMAGR3: 100 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -8.656 MilliJy iter= 45 IMAGR3: Field 2 Clean flux density= -47.919 MilliJy 45 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 850 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -64.0 MilliJy,max = 46.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.54 MilliJy IMAGR3: 287 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -8.858 MilliJy iter= 154 IMAGR3: Field 6 Clean flux density= -64.475 MilliJy 154 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 881 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -40.9 MilliJy,max = 48.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.54 MilliJy IMAGR3: 177 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 8.388 MilliJy iter= 21 IMAGR3: Field 1 Clean flux density= 19.124 MilliJy 21 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 890 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -51.4 MilliJy,max = 43.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.54 MilliJy IMAGR3: 380 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -8.441 MilliJy iter= 198 IMAGR3: Field 5 Clean flux density= 8.222 Jy 198 comps IMAGR3: Total Cleaned flux density = 8.248 Jy 912 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -51.3 MilliJy,max = 47.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.24 MilliJy IMAGR3: 173 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 8.279 MilliJy iter= 239 IMAGR3: Field 3 Clean flux density= -41.869 MilliJy 239 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 934 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -45.5 MilliJy,max = 36.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.24 MilliJy IMAGR3: 411 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -8.527 MilliJy iter= 217 IMAGR3: Field 7 Clean flux density= 129.126 MilliJy 217 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 961 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -62.0 MilliJy,max = 48.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.24 MilliJy IMAGR3: 194 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 8.372 MilliJy iter= 172 IMAGR3: Field 6 Clean flux density= -65.191 MilliJy 172 comps IMAGR3: Total Cleaned flux density = 8.245 Jy 979 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -42.6 MilliJy,max = 34.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.83 MilliJy IMAGR3: 289 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 7.103 MilliJy iter= 117 IMAGR3: Field 4 Clean flux density= 33.538 MilliJy 117 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 1009 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -41.8 MilliJy,max = 40.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.83 MilliJy IMAGR3: 179 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -6.883 MilliJy iter= 65 IMAGR3: Field 2 Clean flux density= -46.697 MilliJy 65 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 1029 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -41.7 MilliJy,max = 34.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.93 MilliJy IMAGR3: 555 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 7.312 MilliJy iter= 261 IMAGR3: Field 7 Clean flux density= 139.084 MilliJy 261 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 1073 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -49.8 MilliJy,max = 43.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.93 MilliJy IMAGR3: 554 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 7.116 MilliJy iter= 235 IMAGR3: Field 5 Clean flux density= 8.223 Jy 235 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 1110 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -41.8 MilliJy,max = 38.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.93 MilliJy IMAGR3: 44 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 6.607 MilliJy iter= 29 IMAGR3: Field 1 Clean flux density= 25.370 MilliJy 29 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 1118 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -60.8 MilliJy,max = 43.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 7.03 MilliJy IMAGR3: 244 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 7.259 MilliJy iter= 214 IMAGR3: Field 6 Clean flux density= -66.965 MilliJy 214 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 1160 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -51.8 MilliJy,max = 46.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 7.03 MilliJy IMAGR3: 440 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -7.343 MilliJy iter= 286 IMAGR3: Field 3 Clean flux density= -40.509 MilliJy 286 comps IMAGR3: Total Cleaned flux density = 8.266 Jy 1207 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -48.3 MilliJy,max = 42.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 7.03 MilliJy IMAGR3: 45 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 7.011 MilliJy iter= 296 IMAGR3: Field 3 Clean flux density= -40.503 MilliJy 296 comps IMAGR3: Total Cleaned flux density = 8.266 Jy 1217 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -40.8 MilliJy,max = 34.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 7.03 MilliJy IMAGR3: 842 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 7.232 MilliJy iter= 293 IMAGR3: Field 7 Clean flux density= 140.851 MilliJy 293 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 1249 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -39.7 MilliJy,max = 34.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 7.03 MilliJy IMAGR3: 4 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 6.981 MilliJy iter= 295 IMAGR3: Field 7 Clean flux density= 140.833 MilliJy 295 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 1251 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -60.2 MilliJy,max = 44.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.57 MilliJy IMAGR3: 215 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 6.726 MilliJy iter= 252 IMAGR3: Field 6 Clean flux density= -70.266 MilliJy 252 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 1289 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -47.3 MilliJy,max = 41.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.27 MilliJy IMAGR3: 686 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -6.575 MilliJy iter= 280 IMAGR3: Field 5 Clean flux density= 8.226 Jy 280 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 1334 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -40.1 MilliJy,max = 35.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 388 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 6.798 MilliJy iter= 149 IMAGR3: Field 4 Clean flux density= 39.927 MilliJy 149 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 1366 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -49.0 MilliJy,max = 44.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 267 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 6.793 MilliJy iter= 331 IMAGR3: Field 3 Clean flux density= -44.178 MilliJy 331 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 1401 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -38.3 MilliJy,max = 32.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 749 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 6.801 MilliJy iter= 323 IMAGR3: Field 7 Clean flux density= 145.354 MilliJy 323 comps IMAGR3: Total Cleaned flux density = 8.276 Jy 1429 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -37.9 MilliJy,max = 34.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 12 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -6.527 MilliJy iter= 73 IMAGR3: Field 2 Clean flux density= -45.221 MilliJy 73 comps IMAGR3: Total Cleaned flux density = 8.277 Jy 1437 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -37.1 MilliJy,max = 33.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 24 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 6.416 MilliJy iter= 331 IMAGR3: Field 7 Clean flux density= 146.710 MilliJy 331 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 1445 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -47.0 MilliJy,max = 42.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.65 MilliJy IMAGR3: 49 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -6.695 MilliJy iter= 359 IMAGR3: Field 3 Clean flux density= -45.304 MilliJy 359 comps IMAGR3: Total Cleaned flux density = 8.277 Jy 1473 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -40.8 MilliJy,max = 31.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.02 MilliJy IMAGR3: 293 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 6.163 MilliJy iter= 173 IMAGR3: Field 4 Clean flux density= 38.065 MilliJy 173 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 1497 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -59.1 MilliJy,max = 43.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 470 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 6.105 MilliJy iter= 309 IMAGR3: Field 6 Clean flux density= -74.170 MilliJy 309 comps IMAGR3: Total Cleaned flux density = 8.272 Jy 1554 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -47.8 MilliJy,max = 43.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 785 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -6.207 MilliJy iter= 416 IMAGR3: Field 3 Clean flux density= -49.137 MilliJy 416 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 1611 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -38.9 MilliJy,max = 32.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 110 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 5.758 MilliJy iter= 40 IMAGR3: Field 1 Clean flux density= 30.623 MilliJy 40 comps IMAGR3: Total Cleaned flux density = 8.273 Jy 1622 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -46.0 MilliJy,max = 39.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 561 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -5.992 MilliJy iter= 317 IMAGR3: Field 5 Clean flux density= 8.220 Jy 317 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 1659 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -35.4 MilliJy,max = 31.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 259 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -6.037 MilliJy iter= 89 IMAGR3: Field 2 Clean flux density= -43.450 MilliJy 89 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 1675 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -37.4 MilliJy,max = 33.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 473 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 6.049 MilliJy iter= 352 IMAGR3: Field 7 Clean flux density= 149.693 MilliJy 352 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 1696 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -47.3 MilliJy,max = 41.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 128 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -6.068 MilliJy iter= 453 IMAGR3: Field 3 Clean flux density= -49.862 MilliJy 453 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 1733 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -38.9 MilliJy,max = 30.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.91 MilliJy IMAGR3: 349 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -5.972 MilliJy iter= 197 IMAGR3: Field 4 Clean flux density= 34.446 MilliJy 197 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 1757 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -57.2 MilliJy,max = 42.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.72 MilliJy IMAGR3: 293 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -5.956 MilliJy iter= 360 IMAGR3: Field 6 Clean flux density= -80.520 MilliJy 360 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 1808 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -46.6 MilliJy,max = 41.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.72 MilliJy IMAGR3: 615 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -5.914 MilliJy iter= 487 IMAGR3: Field 3 Clean flux density= -48.761 MilliJy 487 comps IMAGR3: Total Cleaned flux density = 8.262 Jy 1842 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -35.8 MilliJy,max = 32.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.72 MilliJy IMAGR3: 422 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -5.813 MilliJy iter= 378 IMAGR3: Field 7 Clean flux density= 148.329 MilliJy 378 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 1868 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -36.7 MilliJy,max = 31.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.72 MilliJy IMAGR3: 52 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -5.752 MilliJy iter= 101 IMAGR3: Field 2 Clean flux density= -40.571 MilliJy 101 comps IMAGR3: Total Cleaned flux density = 8.263 Jy 1880 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -45.6 MilliJy,max = 38.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.67 MilliJy IMAGR3: 383 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -5.849 MilliJy iter= 350 IMAGR3: Field 5 Clean flux density= 8.214 Jy 350 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 1913 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -36.0 MilliJy,max = 30.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.32 MilliJy IMAGR3: 484 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -5.505 MilliJy iter= 231 IMAGR3: Field 4 Clean flux density= 36.584 MilliJy 231 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 1947 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -54.7 MilliJy,max = 41.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.32 MilliJy IMAGR3: 269 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -5.501 MilliJy iter= 409 IMAGR3: Field 6 Clean flux density= -84.325 MilliJy 409 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 1996 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -47.3 MilliJy,max = 42.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.05 MilliJy IMAGR3: 664 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -5.312 MilliJy iter= 567 IMAGR3: Field 3 Clean flux density= -47.699 MilliJy 567 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 2076 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -43.8 MilliJy,max = 36.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.05 MilliJy IMAGR3: 291 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -5.194 MilliJy iter= 391 IMAGR3: Field 5 Clean flux density= 8.208 Jy 391 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 2117 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -34.7 MilliJy,max = 32.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.62 MilliJy IMAGR3: 767 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -5.720 MilliJy iter= 394 IMAGR3: Field 7 Clean flux density= 147.561 MilliJy 394 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 2133 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -36.8 MilliJy,max = 31.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.62 MilliJy IMAGR3: 26 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -5.586 MilliJy iter= 50 IMAGR3: Field 1 Clean flux density= 34.805 MilliJy 50 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 2143 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -34.3 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.62 MilliJy IMAGR3: 19 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 5.496 MilliJy iter= 110 IMAGR3: Field 2 Clean flux density= -39.985 MilliJy 110 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 2152 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -34.1 MilliJy,max = 31.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.01 MilliJy IMAGR3: 63 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -5.008 MilliJy iter= 410 IMAGR3: Field 7 Clean flux density= 145.199 MilliJy 410 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 2168 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -36.7 MilliJy,max = 30.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.01 MilliJy IMAGR3: 14 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -5.024 MilliJy iter= 58 IMAGR3: Field 1 Clean flux density= 36.983 MilliJy 58 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 2176 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -35.7 MilliJy,max = 30.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 361 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 4.922 MilliJy iter= 256 IMAGR3: Field 4 Clean flux density= 39.795 MilliJy 256 comps IMAGR3: Total Cleaned flux density = 8.258 Jy 2201 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -53.9 MilliJy,max = 41.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 248 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.931 MilliJy iter= 454 IMAGR3: Field 6 Clean flux density= -92.620 MilliJy 454 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 2246 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -34.6 MilliJy,max = 31.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 389 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.858 MilliJy iter= 129 IMAGR3: Field 2 Clean flux density= -32.070 MilliJy 129 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 2265 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -45.4 MilliJy,max = 41.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 237 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.942 MilliJy iter= 636 IMAGR3: Field 3 Clean flux density= -44.730 MilliJy 636 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 2334 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -43.2 MilliJy,max = 36.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 299 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -4.934 MilliJy iter= 436 IMAGR3: Field 5 Clean flux density= 8.202 Jy 436 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 2379 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -34.2 MilliJy,max = 29.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 343 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 4.857 MilliJy iter= 75 IMAGR3: Field 1 Clean flux density= 39.399 MilliJy 75 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 2396 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -33.2 MilliJy,max = 31.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 421 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 4.917 MilliJy iter= 426 IMAGR3: Field 7 Clean flux density= 143.326 MilliJy 426 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 2412 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -43.8 MilliJy,max = 38.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 218 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.953 MilliJy iter= 689 IMAGR3: Field 3 Clean flux density= -44.474 MilliJy 689 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 2465 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -41.1 MilliJy,max = 36.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 12 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.782 MilliJy iter= 697 IMAGR3: Field 3 Clean flux density= -44.478 MilliJy 697 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 2473 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -42.0 MilliJy,max = 35.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 146 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -4.825 MilliJy iter= 455 IMAGR3: Field 5 Clean flux density= 8.197 Jy 455 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 2492 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -52.3 MilliJy,max = 41.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 431 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 5.004 MilliJy iter= 532 IMAGR3: Field 6 Clean flux density= -103.207 MilliJy 532 comps IMAGR3: Total Cleaned flux density = 8.240 Jy 2570 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -50.9 MilliJy,max = 40.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 13 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 4.806 MilliJy iter= 538 IMAGR3: Field 6 Clean flux density= -101.238 MilliJy 538 comps IMAGR3: Total Cleaned flux density = 8.242 Jy 2576 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -31.5 MilliJy,max = 30.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 176 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 4.864 MilliJy iter= 452 IMAGR3: Field 7 Clean flux density= 144.757 MilliJy 452 comps IMAGR3: Total Cleaned flux density = 8.243 Jy 2602 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -32.7 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 199 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 4.855 MilliJy iter= 281 IMAGR3: Field 4 Clean flux density= 41.853 MilliJy 281 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 2627 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -30.6 MilliJy,max = 29.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 51 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -4.816 MilliJy iter= 462 IMAGR3: Field 7 Clean flux density= 145.849 MilliJy 462 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 2637 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -32.1 MilliJy,max = 28.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 109 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -4.748 MilliJy iter= 137 IMAGR3: Field 2 Clean flux density= -29.660 MilliJy 137 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 2645 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -33.8 MilliJy,max = 28.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.80 MilliJy IMAGR3: 39 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -4.654 MilliJy iter= 290 IMAGR3: Field 4 Clean flux density= 39.140 MilliJy 290 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 2654 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -34.0 MilliJy,max = 29.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.41 MilliJy IMAGR3: 327 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 3.512 MilliJy iter= 108 IMAGR3: Field 1 Clean flux density= 46.114 MilliJy 108 comps IMAGR3: Total Cleaned flux density = 8.253 Jy 2687 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -44.5 MilliJy,max = 36.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.59 MilliJy IMAGR3: 244 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 4.721 MilliJy iter= 489 IMAGR3: Field 5 Clean flux density= 8.191 Jy 489 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 2721 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -30.5 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.59 MilliJy IMAGR3: 130 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 4.656 MilliJy iter= 472 IMAGR3: Field 7 Clean flux density= 146.659 MilliJy 472 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 2731 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -50.3 MilliJy,max = 41.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.12 MilliJy IMAGR3: 158 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 5.155 MilliJy iter= 553 IMAGR3: Field 6 Clean flux density= -104.402 MilliJy 553 comps IMAGR3: Total Cleaned flux density = 8.244 Jy 2746 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -49.8 MilliJy,max = 40.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.59 MilliJy IMAGR3: 101 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 4.550 MilliJy iter= 583 IMAGR3: Field 6 Clean flux density= -104.161 MilliJy 583 comps IMAGR3: Total Cleaned flux density = 8.244 Jy 2776 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -43.9 MilliJy,max = 38.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.59 MilliJy IMAGR3: 659 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.667 MilliJy iter= 770 IMAGR3: Field 3 Clean flux density= -39.601 MilliJy 770 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 2849 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -29.6 MilliJy,max = 25.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.59 MilliJy IMAGR3: 25 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.470 MilliJy iter= 144 IMAGR3: Field 2 Clean flux density= -31.687 MilliJy 144 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 2856 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -42.2 MilliJy,max = 34.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.84 MilliJy IMAGR3: 794 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 4.066 MilliJy iter= 609 IMAGR3: Field 5 Clean flux density= 8.187 Jy 609 comps IMAGR3: Total Cleaned flux density = 8.243 Jy 2976 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -40.9 MilliJy,max = 34.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.11 MilliJy IMAGR3: 254 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.149 MilliJy iter= 799 IMAGR3: Field 3 Clean flux density= -37.974 MilliJy 799 comps IMAGR3: Total Cleaned flux density = 8.245 Jy 3005 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -30.7 MilliJy,max = 30.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.16 MilliJy IMAGR3: 745 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 4.223 MilliJy iter= 504 IMAGR3: Field 7 Clean flux density= 151.597 MilliJy 504 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3037 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -33.2 MilliJy,max = 30.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.16 MilliJy IMAGR3: 479 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 4.208 MilliJy iter= 327 IMAGR3: Field 4 Clean flux density= 33.611 MilliJy 327 comps IMAGR3: Total Cleaned flux density = 8.244 Jy 3074 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -48.2 MilliJy,max = 40.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.16 MilliJy IMAGR3: 266 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.207 MilliJy iter= 630 IMAGR3: Field 6 Clean flux density= -103.981 MilliJy 630 comps IMAGR3: Total Cleaned flux density = 8.245 Jy 3121 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -28.4 MilliJy,max = 25.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.16 MilliJy IMAGR3: 368 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.161 MilliJy iter= 158 IMAGR3: Field 2 Clean flux density= -26.349 MilliJy 158 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3135 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -29.8 MilliJy,max = 27.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.11 MilliJy IMAGR3: 143 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -4.071 MilliJy iter= 541 IMAGR3: Field 7 Clean flux density= 152.138 MilliJy 541 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3172 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -32.7 MilliJy,max = 27.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.11 MilliJy IMAGR3: 155 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -4.142 MilliJy iter= 342 IMAGR3: Field 4 Clean flux density= 32.969 MilliJy 342 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3187 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -47.7 MilliJy,max = 40.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.11 MilliJy IMAGR3: 120 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 4.088 MilliJy iter= 663 IMAGR3: Field 6 Clean flux density= -105.034 MilliJy 663 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 3220 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -29.6 MilliJy,max = 26.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.11 MilliJy IMAGR3: 203 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.059 MilliJy iter= 166 IMAGR3: Field 2 Clean flux density= -22.386 MilliJy 166 comps IMAGR3: Total Cleaned flux density = 8.253 Jy 3228 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -41.1 MilliJy,max = 36.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.68 MilliJy IMAGR3: 459 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.896 MilliJy iter= 959 IMAGR3: Field 3 Clean flux density= -36.160 MilliJy 959 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 3388 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -31.5 MilliJy,max = 26.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 903 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -3.981 MilliJy iter= 381 IMAGR3: Field 4 Clean flux density= 30.216 MilliJy 381 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 3427 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -29.3 MilliJy,max = 26.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 717 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -3.941 MilliJy iter= 583 IMAGR3: Field 7 Clean flux density= 158.424 MilliJy 583 comps IMAGR3: Total Cleaned flux density = 8.258 Jy 3469 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -47.0 MilliJy,max = 39.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.44 MilliJy IMAGR3: 153 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 4.518 MilliJy iter= 677 IMAGR3: Field 6 Clean flux density= -107.142 MilliJy 677 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 3483 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -46.6 MilliJy,max = 39.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 215 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.931 MilliJy iter= 723 IMAGR3: Field 6 Clean flux density= -106.871 MilliJy 723 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 3529 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -41.5 MilliJy,max = 35.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 1085 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -4.049 MilliJy iter= 682 IMAGR3: Field 5 Clean flux density= 8.181 Jy 682 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 3602 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -29.4 MilliJy,max = 23.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 190 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -3.962 MilliJy iter= 182 IMAGR3: Field 2 Clean flux density= -25.653 MilliJy 182 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 3618 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -40.6 MilliJy,max = 33.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 41 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -3.910 MilliJy iter= 718 IMAGR3: Field 5 Clean flux density= 8.180 Jy 718 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 3654 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -29.2 MilliJy,max = 25.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.68 MilliJy IMAGR3: 541 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 3.745 MilliJy iter= 423 IMAGR3: Field 4 Clean flux density= 33.660 MilliJy 423 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3696 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -28.3 MilliJy,max = 24.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.68 MilliJy IMAGR3: 101 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -3.613 MilliJy iter= 190 IMAGR3: Field 2 Clean flux density= -25.532 MilliJy 190 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3704 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -28.2 MilliJy,max = 28.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.61 MilliJy IMAGR3: 296 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -3.683 MilliJy iter= 609 IMAGR3: Field 7 Clean flux density= 161.025 MilliJy 609 comps IMAGR3: Total Cleaned flux density = 8.253 Jy 3730 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -45.9 MilliJy,max = 39.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.12 MilliJy IMAGR3: 154 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.187 MilliJy iter= 737 IMAGR3: Field 6 Clean flux density= -109.538 MilliJy 737 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3744 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -45.3 MilliJy,max = 39.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.61 MilliJy IMAGR3: 158 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.660 MilliJy iter= 783 IMAGR3: Field 6 Clean flux density= -109.469 MilliJy 783 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 3790 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -42.2 MilliJy,max = 34.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.61 MilliJy IMAGR3: 887 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -3.762 MilliJy iter= 821 IMAGR3: Field 5 Clean flux density= 8.178 Jy 821 comps IMAGR3: Total Cleaned flux density = 8.247 Jy 3893 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -39.9 MilliJy,max = 33.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.58 MilliJy IMAGR3: 132 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.612 MilliJy iter= 974 IMAGR3: Field 3 Clean flux density= -38.943 MilliJy 974 comps IMAGR3: Total Cleaned flux density = 8.244 Jy 3908 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -38.1 MilliJy,max = 33.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.47 MilliJy IMAGR3: 426 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.590 MilliJy iter= 1066 IMAGR3: Field 3 Clean flux density= -31.541 MilliJy 1066 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 4000 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -37.5 MilliJy,max = 31.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.23 MilliJy IMAGR3: 370 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 3.359 MilliJy iter= 925 IMAGR3: Field 5 Clean flux density= 8.177 Jy 925 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 4104 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -27.9 MilliJy,max = 26.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.00 MilliJy IMAGR3: 670 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -4.046 MilliJy iter= 453 IMAGR3: Field 4 Clean flux density= 33.324 MilliJy 453 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 4134 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -28.3 MilliJy,max = 24.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.18 MilliJy IMAGR3: 125 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 3.213 MilliJy iter= 506 IMAGR3: Field 4 Clean flux density= 35.837 MilliJy 506 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 4187 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -26.5 MilliJy,max = 26.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.18 MilliJy IMAGR3: 610 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 3.180 MilliJy iter= 659 IMAGR3: Field 7 Clean flux density= 169.980 MilliJy 659 comps IMAGR3: Total Cleaned flux density = 8.262 Jy 4237 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -44.4 MilliJy,max = 39.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.43 MilliJy IMAGR3: 149 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.500 MilliJy iter= 795 IMAGR3: Field 6 Clean flux density= -113.633 MilliJy 795 comps IMAGR3: Total Cleaned flux density = 8.258 Jy 4249 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -43.9 MilliJy,max = 39.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.18 MilliJy IMAGR3: 270 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.284 MilliJy iter= 884 IMAGR3: Field 6 Clean flux density= -113.097 MilliJy 884 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 4338 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -29.3 MilliJy,max = 24.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.34 MilliJy IMAGR3: 722 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -3.386 MilliJy iter= 210 IMAGR3: Field 2 Clean flux density= -22.929 MilliJy 210 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 4358 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -39.2 MilliJy,max = 34.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.37 MilliJy IMAGR3: 358 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.521 MilliJy iter= 1190 IMAGR3: Field 3 Clean flux density= -23.760 MilliJy 1190 comps IMAGR3: Total Cleaned flux density = 8.269 Jy 4482 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -36.5 MilliJy,max = 31.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.34 MilliJy IMAGR3: 29 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.371 MilliJy iter= 1237 IMAGR3: Field 3 Clean flux density= -26.096 MilliJy 1237 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 4529 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -25.6 MilliJy,max = 23.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.36 MilliJy IMAGR3: 451 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -3.406 MilliJy iter= 142 IMAGR3: Field 1 Clean flux density= 43.922 MilliJy 142 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 4563 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -25.7 MilliJy,max = 23.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.34 MilliJy IMAGR3: 6 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 3.269 MilliJy iter= 148 IMAGR3: Field 1 Clean flux density= 43.915 MilliJy 148 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 4569 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -24.7 MilliJy,max = 20.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.03 MilliJy IMAGR3: 77 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.949 MilliJy iter= 223 IMAGR3: Field 2 Clean flux density= -26.908 MilliJy 223 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 4582 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -37.1 MilliJy,max = 32.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.03 MilliJy IMAGR3: 178 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 3.132 MilliJy iter= 1343 IMAGR3: Field 3 Clean flux density= -28.193 MilliJy 1343 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 4688 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -35.6 MilliJy,max = 31.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.03 MilliJy IMAGR3: 357 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -3.063 MilliJy iter= 1024 IMAGR3: Field 5 Clean flux density= 8.177 Jy 1024 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 4787 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -44.3 MilliJy,max = 40.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.37 MilliJy IMAGR3: 726 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.504 MilliJy iter= 978 IMAGR3: Field 6 Clean flux density= -119.021 MilliJy 978 comps IMAGR3: Total Cleaned flux density = 8.253 Jy 4881 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -43.6 MilliJy,max = 39.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.03 MilliJy IMAGR3: 72 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.066 MilliJy iter= 1039 IMAGR3: Field 6 Clean flux density= -120.234 MilliJy 1039 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 4942 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -26.6 MilliJy,max = 24.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.15 MilliJy IMAGR3: 397 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 4.181 MilliJy iter= 162 IMAGR3: Field 1 Clean flux density= 47.673 MilliJy 162 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 4956 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -27.5 MilliJy,max = 24.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.03 MilliJy IMAGR3: 120 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 3.034 MilliJy iter= 177 IMAGR3: Field 1 Clean flux density= 48.026 MilliJy 177 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 4971 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -27.8 MilliJy,max = 24.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.11 MilliJy IMAGR3: 274 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -3.170 MilliJy iter= 538 IMAGR3: Field 4 Clean flux density= 36.511 MilliJy 538 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 5003 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -26.8 MilliJy,max = 26.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.11 MilliJy IMAGR3: 346 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -3.151 MilliJy iter= 687 IMAGR3: Field 7 Clean flux density= 172.526 MilliJy 687 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 5031 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -27.9 MilliJy,max = 23.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.70 MilliJy IMAGR3: 91 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 2.717 MilliJy iter= 590 IMAGR3: Field 4 Clean flux density= 37.079 MilliJy 590 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 5083 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -26.4 MilliJy,max = 26.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.70 MilliJy IMAGR3: 167 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.698 MilliJy iter= 739 IMAGR3: Field 7 Clean flux density= 177.675 MilliJy 739 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 5135 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -39.9 MilliJy,max = 33.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.13 MilliJy IMAGR3: 227 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.141 MilliJy iter= 1376 IMAGR3: Field 3 Clean flux density= -32.842 MilliJy 1376 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 5168 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -37.4 MilliJy,max = 32.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.71 MilliJy IMAGR3: 994 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.878 MilliJy iter= 1595 IMAGR3: Field 3 Clean flux density= -38.813 MilliJy 1595 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 5387 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -42.7 MilliJy,max = 40.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.25 MilliJy IMAGR3: 1309 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.365 MilliJy iter= 1131 IMAGR3: Field 6 Clean flux density= -119.134 MilliJy 1131 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 5479 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -41.6 MilliJy,max = 39.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.71 MilliJy IMAGR3: 124 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -2.719 MilliJy iter= 1231 IMAGR3: Field 6 Clean flux density= -117.957 MilliJy 1231 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 5579 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -36.2 MilliJy,max = 31.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.91 MilliJy IMAGR3: 1350 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 3.910 MilliJy iter= 1049 IMAGR3: Field 5 Clean flux density= 8.179 Jy 1049 comps IMAGR3: Total Cleaned flux density = 8.258 Jy 5604 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -36.4 MilliJy,max = 31.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.71 MilliJy IMAGR3: 367 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.863 MilliJy iter= 1300 IMAGR3: Field 5 Clean flux density= 8.186 Jy 1300 comps IMAGR3: Total Cleaned flux density = 8.265 Jy 5855 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -22.8 MilliJy,max = 20.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 314 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.808 MilliJy iter= 201 IMAGR3: Field 1 Clean flux density= 53.961 MilliJy 201 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 5879 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -23.8 MilliJy,max = 19.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 74 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.775 MilliJy iter= 234 IMAGR3: Field 2 Clean flux density= -29.264 MilliJy 234 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 5890 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -36.6 MilliJy,max = 31.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.90 MilliJy IMAGR3: 226 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.939 MilliJy iter= 1675 IMAGR3: Field 3 Clean flux density= -33.123 MilliJy 1675 comps IMAGR3: Total Cleaned flux density = 8.274 Jy 5970 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -33.2 MilliJy,max = 29.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 28 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.815 MilliJy iter= 1702 IMAGR3: Field 3 Clean flux density= -34.062 MilliJy 1702 comps IMAGR3: Total Cleaned flux density = 8.273 Jy 5997 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -32.7 MilliJy,max = 31.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 158 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.865 MilliJy iter= 1363 IMAGR3: Field 5 Clean flux density= 8.187 Jy 1363 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 6060 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -33.7 MilliJy,max = 31.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 36 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.717 MilliJy iter= 1376 IMAGR3: Field 5 Clean flux density= 8.188 Jy 1376 comps IMAGR3: Total Cleaned flux density = 8.276 Jy 6073 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -33.8 MilliJy,max = 30.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 81 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.830 MilliJy iter= 1722 IMAGR3: Field 3 Clean flux density= -35.716 MilliJy 1722 comps IMAGR3: Total Cleaned flux density = 8.274 Jy 6093 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -33.0 MilliJy,max = 29.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.82 MilliJy IMAGR3: 122 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.785 MilliJy iter= 1730 IMAGR3: Field 3 Clean flux density= -33.755 MilliJy 1730 comps IMAGR3: Total Cleaned flux density = 8.276 Jy 6101 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -20.4 MilliJy,max = 19.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 551 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.442 MilliJy iter= 248 IMAGR3: Field 1 Clean flux density= 60.624 MilliJy 248 comps IMAGR3: Total Cleaned flux density = 8.283 Jy 6148 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -34.5 MilliJy,max = 30.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 213 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.442 MilliJy iter= 1850 IMAGR3: Field 3 Clean flux density= -35.135 MilliJy 1850 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 6268 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -18.9 MilliJy,max = 17.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.74 MilliJy IMAGR3: 341 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 2.755 MilliJy iter= 253 IMAGR3: Field 2 Clean flux density= -25.857 MilliJy 253 comps IMAGR3: Total Cleaned flux density = 8.285 Jy 6287 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -19.2 MilliJy,max = 17.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 28 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 2.371 MilliJy iter= 270 IMAGR3: Field 2 Clean flux density= -24.101 MilliJy 270 comps IMAGR3: Total Cleaned flux density = 8.286 Jy 6304 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -31.8 MilliJy,max = 30.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 362 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.466 MilliJy iter= 1524 IMAGR3: Field 5 Clean flux density= 8.189 Jy 1524 comps IMAGR3: Total Cleaned flux density = 8.287 Jy 6452 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -41.3 MilliJy,max = 41.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.00 MilliJy IMAGR3: 439 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.007 MilliJy iter= 1256 IMAGR3: Field 6 Clean flux density= -123.500 MilliJy 1256 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 6477 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -40.4 MilliJy,max = 40.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.20 MilliJy IMAGR3: 316 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.286 MilliJy iter= 1343 IMAGR3: Field 6 Clean flux density= -123.455 MilliJy 1343 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 6564 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -39.3 MilliJy,max = 39.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 232 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.458 MilliJy iter= 1584 IMAGR3: Field 6 Clean flux density= -113.701 MilliJy 1584 comps IMAGR3: Total Cleaned flux density = 8.291 Jy 6805 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -24.6 MilliJy,max = 20.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.62 MilliJy IMAGR3: 374 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 2.665 MilliJy iter= 651 IMAGR3: Field 4 Clean flux density= 35.760 MilliJy 651 comps IMAGR3: Total Cleaned flux density = 8.290 Jy 6866 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -23.8 MilliJy,max = 25.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.96 MilliJy IMAGR3: 352 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.999 MilliJy iter= 781 IMAGR3: Field 7 Clean flux density= 186.220 MilliJy 781 comps IMAGR3: Total Cleaned flux density = 8.298 Jy 6908 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -24.4 MilliJy,max = 25.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.62 MilliJy IMAGR3: 122 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -2.626 MilliJy iter= 823 IMAGR3: Field 7 Clean flux density= 186.656 MilliJy 823 comps IMAGR3: Total Cleaned flux density = 8.299 Jy 6950 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -25.6 MilliJy,max = 21.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 71 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.396 MilliJy iter= 683 IMAGR3: Field 4 Clean flux density= 34.275 MilliJy 683 comps IMAGR3: Total Cleaned flux density = 8.297 Jy 6982 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -24.2 MilliJy,max = 25.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 133 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.389 MilliJy iter= 880 IMAGR3: Field 7 Clean flux density= 191.941 MilliJy 880 comps IMAGR3: Total Cleaned flux density = 8.303 Jy 7039 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -35.1 MilliJy,max = 31.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.59 MilliJy IMAGR3: 539 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.681 MilliJy iter= 1683 IMAGR3: Field 5 Clean flux density= 8.183 Jy 1683 comps IMAGR3: Total Cleaned flux density = 8.297 Jy 7198 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -33.5 MilliJy,max = 30.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 206 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.434 MilliJy iter= 1829 IMAGR3: Field 5 Clean flux density= 8.183 Jy 1829 comps IMAGR3: Total Cleaned flux density = 8.296 Jy 7344 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -38.5 MilliJy,max = 40.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.37 MilliJy IMAGR3: 450 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.440 MilliJy iter= 1623 IMAGR3: Field 6 Clean flux density= -114.925 MilliJy 1623 comps IMAGR3: Total Cleaned flux density = 8.295 Jy 7383 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -38.0 MilliJy,max = 39.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 326 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -2.444 MilliJy iter= 1796 IMAGR3: Field 6 Clean flux density= -112.777 MilliJy 1796 comps IMAGR3: Total Cleaned flux density = 8.297 Jy 7556 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -35.9 MilliJy,max = 36.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 25 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.388 MilliJy iter= 1817 IMAGR3: Field 6 Clean flux density= -111.863 MilliJy 1817 comps IMAGR3: Total Cleaned flux density = 8.298 Jy 7577 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -37.2 MilliJy,max = 31.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.12 MilliJy IMAGR3: 522 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.206 MilliJy iter= 1927 IMAGR3: Field 3 Clean flux density= -34.512 MilliJy 1927 comps IMAGR3: Total Cleaned flux density = 8.299 Jy 7654 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -33.5 MilliJy,max = 29.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 192 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.456 MilliJy iter= 2164 IMAGR3: Field 3 Clean flux density= -28.764 MilliJy 2164 comps IMAGR3: Total Cleaned flux density = 8.305 Jy 7891 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.6 MilliJy,max = 28.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.38 MilliJy IMAGR3: 32 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.373 MilliJy iter= 2178 IMAGR3: Field 3 Clean flux density= -28.721 MilliJy 2178 comps IMAGR3: Total Cleaned flux density = 8.305 Jy 7905 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -19.5 MilliJy,max = 17.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.60 MilliJy IMAGR3: 849 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -2.650 MilliJy iter= 281 IMAGR3: Field 1 Clean flux density= 61.451 MilliJy 281 comps IMAGR3: Total Cleaned flux density = 8.306 Jy 7938 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -19.5 MilliJy,max = 18.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.84 MilliJy IMAGR3: 570 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.883 MilliJy iter= 424 IMAGR3: Field 1 Clean flux density= 68.534 MilliJy 424 comps IMAGR3: Total Cleaned flux density = 8.313 Jy 8081 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -31.4 MilliJy,max = 31.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.40 MilliJy IMAGR3: 453 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.470 MilliJy iter= 1910 IMAGR3: Field 5 Clean flux density= 8.178 Jy 1910 comps IMAGR3: Total Cleaned flux density = 8.308 Jy 8162 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -32.0 MilliJy,max = 30.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.81 MilliJy IMAGR3: 770 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.034 MilliJy iter= 2961 IMAGR3: Field 5 Clean flux density= 8.122 Jy 2961 comps IMAGR3: Total Cleaned flux density = 8.252 Jy 9213 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 7 min = -25.3 MilliJy,max = 25.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.73 MilliJy IMAGR3: 844 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -2.741 MilliJy iter= 917 IMAGR3: Field 7 Clean flux density= 194.975 MilliJy 917 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 9250 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -25.0 MilliJy,max = 25.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.81 MilliJy IMAGR3: 471 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.858 MilliJy iter= 1069 IMAGR3: Field 7 Clean flux density= 201.750 MilliJy 1069 comps IMAGR3: Total Cleaned flux density = 8.262 Jy 9402 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -27.6 MilliJy,max = 24.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.16 MilliJy IMAGR3: 522 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -3.174 MilliJy iter= 720 IMAGR3: Field 4 Clean flux density= 28.952 MilliJy 720 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 9439 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -27.3 MilliJy,max = 24.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.56 MilliJy IMAGR3: 2008 Residual map points loaded IMAGR3: Field 4 min allowed flux = 1.738 MilliJy iter= 1398 IMAGR3: Field 4 Clean flux density= -2.834 MilliJy 1398 comps IMAGR3: Total Cleaned flux density = 8.225 Jy 10117 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 6 min = -35.9 MilliJy,max = 37.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.97 MilliJy IMAGR3: 325 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.987 MilliJy iter= 1840 IMAGR3: Field 6 Clean flux density= -113.061 MilliJy 1840 comps IMAGR3: Total Cleaned flux density = 8.224 Jy 10140 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -35.8 MilliJy,max = 36.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 561 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.977 MilliJy iter= 2020 IMAGR3: Field 6 Clean flux density= -113.686 MilliJy 2020 comps IMAGR3: Total Cleaned flux density = 8.223 Jy 10320 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -35.8 MilliJy,max = 33.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.02 MilliJy IMAGR3: 730 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 3.098 MilliJy iter= 2271 IMAGR3: Field 3 Clean flux density= -26.305 MilliJy 2271 comps IMAGR3: Total Cleaned flux density = 8.226 Jy 10413 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -32.8 MilliJy,max = 30.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 790 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.069 MilliJy iter= 3063 IMAGR3: Field 3 Clean flux density= -6.848 MilliJy 3063 comps IMAGR3: Total Cleaned flux density = 8.245 Jy 11205 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 2 min = -16.3 MilliJy,max = 17.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.97 MilliJy IMAGR3: 666 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 2 min algorithm flux= 3.333 MilliJy iter= 288 IMAGR3: Field 2 Clean flux density= -19.561 MilliJy 288 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 11223 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -16.6 MilliJy,max = 17.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.64 MilliJy IMAGR3: 1016 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.684 MilliJy iter= 486 IMAGR3: Field 2 Clean flux density= -8.552 MilliJy 486 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 11421 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.9 MilliJy,max = 28.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.04 MilliJy IMAGR3: 131 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.091 MilliJy iter= 3152 IMAGR3: Field 3 Clean flux density= -6.956 MilliJy 3152 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 11510 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.5 MilliJy,max = 27.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 353 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.980 MilliJy iter= 3538 IMAGR3: Field 3 Clean flux density= 7.671 MilliJy 3538 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 11896 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -29.1 MilliJy,max = 30.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.24 MilliJy IMAGR3: 678 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.279 MilliJy iter= 3040 IMAGR3: Field 5 Clean flux density= 8.116 Jy 3040 comps IMAGR3: Total Cleaned flux density = 8.269 Jy 11975 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -29.9 MilliJy,max = 29.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 730 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.982 MilliJy iter= 3354 IMAGR3: Field 5 Clean flux density= 8.114 Jy 3354 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 12289 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -30.2 MilliJy,max = 28.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 64 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.922 MilliJy iter= 3376 IMAGR3: Field 5 Clean flux density= 8.111 Jy 3376 comps IMAGR3: Total Cleaned flux density = 8.264 Jy 12311 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.6 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.14 MilliJy IMAGR3: 350 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.185 MilliJy iter= 3635 IMAGR3: Field 3 Clean flux density= 9.993 MilliJy 3635 comps IMAGR3: Total Cleaned flux density = 8.266 Jy 12408 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.5 MilliJy,max = 28.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 79 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.922 MilliJy iter= 3781 IMAGR3: Field 3 Clean flux density= 16.596 MilliJy 3781 comps IMAGR3: Total Cleaned flux density = 8.273 Jy 12554 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -37.3 MilliJy,max = 38.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.04 MilliJy IMAGR3: 1345 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.111 MilliJy iter= 2104 IMAGR3: Field 6 Clean flux density= -118.846 MilliJy 2104 comps IMAGR3: Total Cleaned flux density = 8.268 Jy 12638 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -35.5 MilliJy,max = 36.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.53 MilliJy IMAGR3: 868 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.619 MilliJy iter= 2639 IMAGR3: Field 6 Clean flux density= -116.279 MilliJy 2639 comps IMAGR3: Total Cleaned flux density = 8.270 Jy 13173 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -34.0 MilliJy,max = 31.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.06 MilliJy IMAGR3: 1035 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 4.113 MilliJy iter= 3803 IMAGR3: Field 3 Clean flux density= 23.867 MilliJy 3803 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 13195 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -32.5 MilliJy,max = 29.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.03 MilliJy IMAGR3: 1955 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.070 MilliJy iter= 3955 IMAGR3: Field 3 Clean flux density= 19.200 MilliJy 3955 comps IMAGR3: Total Cleaned flux density = 8.273 Jy 13347 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.8 MilliJy,max = 27.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.80 MilliJy IMAGR3: 202 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.894 MilliJy iter= 4557 IMAGR3: Field 3 Clean flux density= 23.769 MilliJy 4557 comps IMAGR3: Total Cleaned flux density = 8.277 Jy 13949 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 5 min = -27.1 MilliJy,max = 29.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.76 MilliJy IMAGR3: 302 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.712 MilliJy iter= 3403 IMAGR3: Field 5 Clean flux density= 8.111 Jy 3403 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 13976 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -27.4 MilliJy,max = 28.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.80 MilliJy IMAGR3: 1028 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.855 MilliJy iter= 3739 IMAGR3: Field 5 Clean flux density= 8.109 Jy 3739 comps IMAGR3: Total Cleaned flux density = 8.276 Jy 14312 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.8 MilliJy,max = 28.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.31 MilliJy IMAGR3: 150 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.309 MilliJy iter= 4597 IMAGR3: Field 3 Clean flux density= 23.176 MilliJy 4597 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 14352 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.7 MilliJy,max = 27.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.80 MilliJy IMAGR3: 710 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.848 MilliJy iter= 4801 IMAGR3: Field 3 Clean flux density= 30.362 MilliJy 4801 comps IMAGR3: Total Cleaned flux density = 8.282 Jy 14556 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.5 MilliJy,max = 14.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.57 MilliJy IMAGR3: 856 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.575 MilliJy iter= 455 IMAGR3: Field 1 Clean flux density= 70.971 MilliJy 455 comps IMAGR3: Total Cleaned flux density = 8.285 Jy 14587 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -15.0 MilliJy,max = 14.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 228 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.743 MilliJy iter= 547 IMAGR3: Field 1 Clean flux density= 74.114 MilliJy 547 comps IMAGR3: Total Cleaned flux density = 8.288 Jy 14679 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -27.6 MilliJy,max = 28.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 651 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.950 MilliJy iter= 3831 IMAGR3: Field 5 Clean flux density= 8.104 Jy 3831 comps IMAGR3: Total Cleaned flux density = 8.282 Jy 14771 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -27.8 MilliJy,max = 28.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 262 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.780 MilliJy iter= 4216 IMAGR3: Field 5 Clean flux density= 8.081 Jy 4216 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 15156 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -23.6 MilliJy,max = 24.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.20 MilliJy IMAGR3: 827 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.248 MilliJy iter= 1107 IMAGR3: Field 7 Clean flux density= 203.349 MilliJy 1107 comps IMAGR3: Total Cleaned flux density = 8.261 Jy 15194 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -23.2 MilliJy,max = 23.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 333 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.741 MilliJy iter= 1224 IMAGR3: Field 7 Clean flux density= 209.053 MilliJy 1224 comps IMAGR3: Total Cleaned flux density = 8.267 Jy 15311 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -31.2 MilliJy,max = 28.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.25 MilliJy IMAGR3: 453 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.281 MilliJy iter= 4857 IMAGR3: Field 3 Clean flux density= 33.397 MilliJy 4857 comps IMAGR3: Total Cleaned flux density = 8.270 Jy 15367 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.0 MilliJy,max = 27.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 481 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.809 MilliJy iter= 5545 IMAGR3: Field 3 Clean flux density= 42.285 MilliJy 5545 comps IMAGR3: Total Cleaned flux density = 8.279 Jy 16055 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -26.7 MilliJy,max = 26.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 68 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.725 MilliJy iter= 5570 IMAGR3: Field 3 Clean flux density= 42.446 MilliJy 5570 comps IMAGR3: Total Cleaned flux density = 8.279 Jy 16080 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.8 MilliJy,max = 28.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.81 MilliJy IMAGR3: 621 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.843 MilliJy iter= 4348 IMAGR3: Field 5 Clean flux density= 8.080 Jy 4348 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 16212 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.6 MilliJy,max = 27.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 244 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.750 MilliJy iter= 4476 IMAGR3: Field 5 Clean flux density= 8.076 Jy 4476 comps IMAGR3: Total Cleaned flux density = 8.274 Jy 16340 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.9 MilliJy,max = 27.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 57 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.711 MilliJy iter= 4494 IMAGR3: Field 5 Clean flux density= 8.074 Jy 4494 comps IMAGR3: Total Cleaned flux density = 8.272 Jy 16358 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.9 MilliJy,max = 13.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.26 MilliJy IMAGR3: 656 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.297 MilliJy iter= 570 IMAGR3: Field 1 Clean flux density= 77.238 MilliJy 570 comps IMAGR3: Total Cleaned flux density = 8.275 Jy 16381 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.6 MilliJy,max = 14.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 165 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.689 MilliJy iter= 635 IMAGR3: Field 1 Clean flux density= 82.582 MilliJy 635 comps IMAGR3: Total Cleaned flux density = 8.280 Jy 16446 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -25.2 MilliJy,max = 20.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.40 MilliJy IMAGR3: 519 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 4 min algorithm flux= 2.635 MilliJy iter= 1427 IMAGR3: Field 4 Clean flux density= -5.110 MilliJy 1427 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 16475 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -24.5 MilliJy,max = 20.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.59 MilliJy IMAGR3: 1038 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.650 MilliJy iter= 1834 IMAGR3: Field 4 Clean flux density= -12.695 MilliJy 1834 comps IMAGR3: Total Cleaned flux density = 8.271 Jy 16882 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -22.1 MilliJy,max = 24.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.43 MilliJy IMAGR3: 332 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.472 MilliJy iter= 1241 IMAGR3: Field 7 Clean flux density= 214.709 MilliJy 1241 comps IMAGR3: Total Cleaned flux density = 8.276 Jy 16899 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -22.4 MilliJy,max = 24.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.59 MilliJy IMAGR3: 386 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.625 MilliJy iter= 1439 IMAGR3: Field 7 Clean flux density= 221.073 MilliJy 1439 comps IMAGR3: Total Cleaned flux density = 8.283 Jy 17097 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -31.0 MilliJy,max = 29.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.39 MilliJy IMAGR3: 860 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.419 MilliJy iter= 5635 IMAGR3: Field 3 Clean flux density= 51.403 MilliJy 5635 comps IMAGR3: Total Cleaned flux density = 8.292 Jy 17162 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.4 MilliJy,max = 27.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.59 MilliJy IMAGR3: 691 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.713 MilliJy iter= 6763 IMAGR3: Field 3 Clean flux density= 55.911 MilliJy 6763 comps IMAGR3: Total Cleaned flux density = 8.296 Jy 18290 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -27.3 MilliJy,max = 26.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 388 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.634 MilliJy iter= 6836 IMAGR3: Field 3 Clean flux density= 57.618 MilliJy 6836 comps IMAGR3: Total Cleaned flux density = 8.298 Jy 18363 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.0 MilliJy,max = 28.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.13 MilliJy IMAGR3: 450 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.150 MilliJy iter= 4539 IMAGR3: Field 5 Clean flux density= 8.076 Jy 4539 comps IMAGR3: Total Cleaned flux density = 8.300 Jy 18408 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.8 MilliJy,max = 27.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 548 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.643 MilliJy iter= 4837 IMAGR3: Field 5 Clean flux density= 8.070 Jy 4837 comps IMAGR3: Total Cleaned flux density = 8.293 Jy 18706 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.8 MilliJy,max = 13.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.56 MilliJy IMAGR3: 522 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.563 MilliJy iter= 654 IMAGR3: Field 1 Clean flux density= 84.601 MilliJy 654 comps IMAGR3: Total Cleaned flux density = 8.295 Jy 18725 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.6 MilliJy,max = 14.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 222 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.604 MilliJy iter= 730 IMAGR3: Field 1 Clean flux density= 90.574 MilliJy 730 comps IMAGR3: Total Cleaned flux density = 8.301 Jy 18801 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -18.2 MilliJy,max = 16.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 285 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.622 MilliJy iter= 534 IMAGR3: Field 2 Clean flux density= -10.147 MilliJy 534 comps IMAGR3: Total Cleaned flux density = 8.300 Jy 18849 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -25.2 MilliJy,max = 20.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.06 MilliJy IMAGR3: 333 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 2.059 MilliJy iter= 1879 IMAGR3: Field 4 Clean flux density= -13.778 MilliJy 1879 comps IMAGR3: Total Cleaned flux density = 8.299 Jy 18894 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -24.0 MilliJy,max = 20.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 586 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.637 MilliJy iter= 2199 IMAGR3: Field 4 Clean flux density= -18.106 MilliJy 2199 comps IMAGR3: Total Cleaned flux density = 8.294 Jy 19214 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -27.0 MilliJy,max = 26.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.99 MilliJy IMAGR3: 707 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.038 MilliJy iter= 4934 IMAGR3: Field 5 Clean flux density= 8.062 Jy 4934 comps IMAGR3: Total Cleaned flux density = 8.287 Jy 19311 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.6 MilliJy,max = 27.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 492 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.668 MilliJy iter= 5664 IMAGR3: Field 5 Clean flux density= 8.018 Jy 5664 comps IMAGR3: Total Cleaned flux density = 8.243 Jy 20041 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 5 min = -25.9 MilliJy,max = 27.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 70 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.603 MilliJy iter= 5721 IMAGR3: Field 5 Clean flux density= 8.019 Jy 5721 comps IMAGR3: Total Cleaned flux density = 8.243 Jy 20098 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -26.8 MilliJy,max = 21.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.71 MilliJy IMAGR3: 1406 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.708 MilliJy iter= 2224 IMAGR3: Field 4 Clean flux density= -15.933 MilliJy 2224 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 20123 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -25.6 MilliJy,max = 20.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.33 MilliJy IMAGR3: 1842 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.384 MilliJy iter= 2580 IMAGR3: Field 4 Clean flux density= -35.109 MilliJy 2580 comps IMAGR3: Total Cleaned flux density = 8.226 Jy 20479 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.4 MilliJy,max = 29.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.91 MilliJy IMAGR3: 470 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.946 MilliJy iter= 6876 IMAGR3: Field 3 Clean flux density= 60.387 MilliJy 6876 comps IMAGR3: Total Cleaned flux density = 8.229 Jy 20519 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.8 MilliJy,max = 26.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.45 MilliJy IMAGR3: 1334 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.542 MilliJy iter= 7785 IMAGR3: Field 3 Clean flux density= 62.240 MilliJy 7785 comps IMAGR3: Total Cleaned flux density = 8.231 Jy 21428 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 7 min = -23.9 MilliJy,max = 24.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.66 MilliJy IMAGR3: 1035 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -2.715 MilliJy iter= 1480 IMAGR3: Field 7 Clean flux density= 220.305 MilliJy 1480 comps IMAGR3: Total Cleaned flux density = 8.230 Jy 21469 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -23.2 MilliJy,max = 24.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.34 MilliJy IMAGR3: 1474 Residual map points loaded IMAGR3: Field 7 min allowed flux = -1.468 MilliJy iter= 1900 IMAGR3: Field 7 Clean flux density= 228.933 MilliJy 1900 comps IMAGR3: Total Cleaned flux density = 8.239 Jy 21889 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -16.6 MilliJy,max = 14.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.33 MilliJy IMAGR3: 467 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.305 MilliJy iter= 550 IMAGR3: Field 2 Clean flux density= -8.647 MilliJy 550 comps IMAGR3: Total Cleaned flux density = 8.240 Jy 21905 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -16.8 MilliJy,max = 14.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.56 MilliJy IMAGR3: 344 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.564 MilliJy iter= 628 IMAGR3: Field 2 Clean flux density= -7.464 MilliJy 628 comps IMAGR3: Total Cleaned flux density = 8.242 Jy 21983 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -33.3 MilliJy,max = 34.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.73 MilliJy IMAGR3: 317 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -2.696 MilliJy iter= 2664 IMAGR3: Field 6 Clean flux density= -119.413 MilliJy 2664 comps IMAGR3: Total Cleaned flux density = 8.238 Jy 22008 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -32.4 MilliJy,max = 34.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.11 MilliJy IMAGR3: 288 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.167 MilliJy iter= 2796 IMAGR3: Field 6 Clean flux density= -123.567 MilliJy 2796 comps IMAGR3: Total Cleaned flux density = 8.234 Jy 22140 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -30.7 MilliJy,max = 32.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 319 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.502 MilliJy iter= 3289 IMAGR3: Field 6 Clean flux density= -134.051 MilliJy 3289 comps IMAGR3: Total Cleaned flux density = 8.224 Jy 22633 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -28.2 MilliJy,max = 30.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.64 MilliJy IMAGR3: 1307 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.678 MilliJy iter= 5780 IMAGR3: Field 5 Clean flux density= 8.020 Jy 5780 comps IMAGR3: Total Cleaned flux density = 8.225 Jy 22692 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -27.3 MilliJy,max = 28.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.32 MilliJy IMAGR3: 2111 Residual map points loaded IMAGR3: Field 5 min allowed flux = -1.585 MilliJy iter= 7632 IMAGR3: Field 5 Clean flux density= 7.933 Jy 7632 comps IMAGR3: Total Cleaned flux density = 8.138 Jy 24544 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 1 min = -14.9 MilliJy,max = 14.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.55 MilliJy IMAGR3: 685 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -2.595 MilliJy iter= 750 IMAGR3: Field 1 Clean flux density= 92.982 MilliJy 750 comps IMAGR3: Total Cleaned flux density = 8.141 Jy 24564 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.7 MilliJy,max = 15.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.57 MilliJy IMAGR3: 363 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.588 MilliJy iter= 814 IMAGR3: Field 1 Clean flux density= 97.478 MilliJy 814 comps IMAGR3: Total Cleaned flux density = 8.145 Jy 24628 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.5 MilliJy,max = 26.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.71 MilliJy IMAGR3: 184 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.734 MilliJy iter= 7658 IMAGR3: Field 5 Clean flux density= 7.931 Jy 7658 comps IMAGR3: Total Cleaned flux density = 8.143 Jy 24654 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.7 MilliJy,max = 26.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 136 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.482 MilliJy iter= 7935 IMAGR3: Field 5 Clean flux density= 7.922 Jy 7935 comps IMAGR3: Total Cleaned flux density = 8.134 Jy 24931 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.9 MilliJy,max = 15.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.98 MilliJy IMAGR3: 551 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.002 MilliJy iter= 831 IMAGR3: Field 1 Clean flux density= 100.019 MilliJy 831 comps IMAGR3: Total Cleaned flux density = 8.136 Jy 24948 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -14.8 MilliJy,max = 16.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 150 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.441 MilliJy iter= 869 IMAGR3: Field 1 Clean flux density= 105.314 MilliJy 869 comps IMAGR3: Total Cleaned flux density = 8.142 Jy 24986 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -19.4 MilliJy,max = 16.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 293 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.496 MilliJy iter= 727 IMAGR3: Field 2 Clean flux density= -3.081 MilliJy 727 comps IMAGR3: Total Cleaned flux density = 8.146 Jy 25085 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.4 MilliJy,max = 28.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.21 MilliJy IMAGR3: 247 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.214 MilliJy iter= 7838 IMAGR3: Field 3 Clean flux density= 67.410 MilliJy 7838 comps IMAGR3: Total Cleaned flux density = 8.151 Jy 25138 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.3 MilliJy,max = 27.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 739 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.588 MilliJy iter= 9586 IMAGR3: Field 3 Clean flux density= 122.834 MilliJy 9586 comps IMAGR3: Total Cleaned flux density = 8.207 Jy 26886 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -27.0 MilliJy,max = 25.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 756 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.506 MilliJy iter= 9885 IMAGR3: Field 3 Clean flux density= 129.081 MilliJy 9885 comps IMAGR3: Total Cleaned flux density = 8.213 Jy 27185 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.0 MilliJy,max = 25.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 52 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.464 MilliJy iter= 9989 IMAGR3: Field 3 Clean flux density= 134.227 MilliJy 9989 comps IMAGR3: Total Cleaned flux density = 8.218 Jy 27289 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -34.6 MilliJy,max = 33.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.38 MilliJy IMAGR3: 1087 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.401 MilliJy iter= 3313 IMAGR3: Field 6 Clean flux density= -134.979 MilliJy 3313 comps IMAGR3: Total Cleaned flux density = 8.217 Jy 27313 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -32.8 MilliJy,max = 33.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.68 MilliJy IMAGR3: 1156 Residual map points loaded IMAGR3: Field 6 min allowed flux = -1.740 MilliJy iter= 3621 IMAGR3: Field 6 Clean flux density= -140.387 MilliJy 3621 comps IMAGR3: Total Cleaned flux density = 8.212 Jy 27621 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -28.0 MilliJy,max = 30.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 317 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.501 MilliJy iter= 4042 IMAGR3: Field 6 Clean flux density= -144.260 MilliJy 4042 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 28042 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -26.3 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 19 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.458 MilliJy iter= 4051 IMAGR3: Field 6 Clean flux density= -144.095 MilliJy 4051 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 28051 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -16.2 MilliJy,max = 14.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.62 MilliJy IMAGR3: 1125 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 2.638 MilliJy iter= 745 IMAGR3: Field 2 Clean flux density= -4.830 MilliJy 745 comps IMAGR3: Total Cleaned flux density = 8.206 Jy 28069 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -15.5 MilliJy,max = 14.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.30 MilliJy IMAGR3: 1690 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.330 MilliJy iter= 831 IMAGR3: Field 2 Clean flux density= -8.947 MilliJy 831 comps IMAGR3: Total Cleaned flux density = 8.202 Jy 28155 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.7 MilliJy,max = 27.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.24 MilliJy IMAGR3: 474 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.263 MilliJy iter= 7986 IMAGR3: Field 5 Clean flux density= 7.926 Jy 7986 comps IMAGR3: Total Cleaned flux density = 8.207 Jy 28206 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.6 MilliJy,max = 26.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 618 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.520 MilliJy iter= 8793 IMAGR3: Field 5 Clean flux density= 7.888 Jy 8793 comps IMAGR3: Total Cleaned flux density = 8.168 Jy 29013 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 5 min = -24.8 MilliJy,max = 25.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 120 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.469 MilliJy iter= 8861 IMAGR3: Field 5 Clean flux density= 7.889 Jy 8861 comps IMAGR3: Total Cleaned flux density = 8.170 Jy 29081 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.7 MilliJy,max = 25.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.46 MilliJy IMAGR3: 36 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.467 MilliJy iter= 8891 IMAGR3: Field 5 Clean flux density= 7.889 Jy 8891 comps IMAGR3: Total Cleaned flux density = 8.169 Jy 29111 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -21.5 MilliJy,max = 21.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.01 MilliJy IMAGR3: 865 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -2.041 MilliJy iter= 1934 IMAGR3: Field 7 Clean flux density= 228.769 MilliJy 1934 comps IMAGR3: Total Cleaned flux density = 8.169 Jy 29145 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -21.5 MilliJy,max = 21.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 608 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.387 MilliJy iter= 2156 IMAGR3: Field 7 Clean flux density= 235.059 MilliJy 2156 comps IMAGR3: Total Cleaned flux density = 8.175 Jy 29367 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.6 MilliJy,max = 26.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.88 MilliJy IMAGR3: 298 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.899 MilliJy iter= 8921 IMAGR3: Field 5 Clean flux density= 7.887 Jy 8921 comps IMAGR3: Total Cleaned flux density = 8.173 Jy 29397 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.6 MilliJy,max = 25.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 331 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.407 MilliJy iter= 9463 IMAGR3: Field 5 Clean flux density= 7.877 Jy 9463 comps IMAGR3: Total Cleaned flux density = 8.163 Jy 29939 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.9 MilliJy,max = 28.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.02 MilliJy IMAGR3: 122 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.025 MilliJy iter= 10025 IMAGR3: Field 3 Clean flux density= 137.345 MilliJy 10025 comps IMAGR3: Total Cleaned flux density = 8.166 Jy 29975 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.6 MilliJy,max = 27.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.47 MilliJy IMAGR3: 1202 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.589 MilliJy iter= 12006 IMAGR3: Field 3 Clean flux density= 197.066 MilliJy 12006 comps IMAGR3: Total Cleaned flux density = 8.226 Jy 31956 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -28.0 MilliJy,max = 26.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 724 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.505 MilliJy iter= 14544 IMAGR3: Field 3 Clean flux density= 204.038 MilliJy 14544 comps IMAGR3: Total Cleaned flux density = 8.233 Jy 34494 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -26.9 MilliJy,max = 25.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 125 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.388 MilliJy iter= 14631 IMAGR3: Field 3 Clean flux density= 203.751 MilliJy 14631 comps IMAGR3: Total Cleaned flux density = 8.233 Jy 34581 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -32.4 MilliJy,max = 32.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.90 MilliJy IMAGR3: 1191 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.917 MilliJy iter= 4071 IMAGR3: Field 6 Clean flux density= -143.823 MilliJy 4071 comps IMAGR3: Total Cleaned flux density = 8.233 Jy 34601 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -30.4 MilliJy,max = 31.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.93 MilliJy IMAGR3: 1517 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.967 MilliJy iter= 4225 IMAGR3: Field 6 Clean flux density= -145.244 MilliJy 4225 comps IMAGR3: Total Cleaned flux density = 8.231 Jy 34755 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -27.7 MilliJy,max = 30.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 515 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.423 MilliJy iter= 4904 IMAGR3: Field 6 Clean flux density= -162.323 MilliJy 4904 comps IMAGR3: Total Cleaned flux density = 8.214 Jy 35434 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 1 min = -12.7 MilliJy,max = 12.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.98 MilliJy IMAGR3: 805 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -2.010 MilliJy iter= 894 IMAGR3: Field 1 Clean flux density= 104.680 MilliJy 894 comps IMAGR3: Total Cleaned flux density = 8.214 Jy 35459 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -12.9 MilliJy,max = 12.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 418 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.397 MilliJy iter= 1025 IMAGR3: Field 1 Clean flux density= 105.727 MilliJy 1025 comps IMAGR3: Total Cleaned flux density = 8.215 Jy 35590 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -26.6 MilliJy,max = 30.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 344 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.408 MilliJy iter= 5082 IMAGR3: Field 6 Clean flux density= -169.782 MilliJy 5082 comps IMAGR3: Total Cleaned flux density = 8.207 Jy 35768 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -26.1 MilliJy,max = 26.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.31 MilliJy IMAGR3: 691 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.342 MilliJy iter= 9502 IMAGR3: Field 5 Clean flux density= 7.873 Jy 9502 comps IMAGR3: Total Cleaned flux density = 8.203 Jy 35807 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.5 MilliJy,max = 25.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.15 MilliJy IMAGR3: 2622 Residual map points loaded IMAGR3: Field 5 min allowed flux = -1.368 MilliJy iter= 11370 IMAGR3: Field 5 Clean flux density= 7.799 Jy 11370 comps IMAGR3: Total Cleaned flux density = 8.130 Jy 37675 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 6 min = -28.1 MilliJy,max = 29.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.48 MilliJy IMAGR3: 582 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.439 MilliJy iter= 5097 IMAGR3: Field 6 Clean flux density= -168.450 MilliJy 5097 comps IMAGR3: Total Cleaned flux density = 8.131 Jy 37690 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -27.9 MilliJy,max = 29.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.70 MilliJy IMAGR3: 1434 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.726 MilliJy iter= 5302 IMAGR3: Field 6 Clean flux density= -167.717 MilliJy 5302 comps IMAGR3: Total Cleaned flux density = 8.132 Jy 37895 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -26.2 MilliJy,max = 28.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 266 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.402 MilliJy iter= 5743 IMAGR3: Field 6 Clean flux density= -158.801 MilliJy 5743 comps IMAGR3: Total Cleaned flux density = 8.141 Jy 38336 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -24.6 MilliJy,max = 27.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 14 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.343 MilliJy iter= 5751 IMAGR3: Field 6 Clean flux density= -158.798 MilliJy 5751 comps IMAGR3: Total Cleaned flux density = 8.141 Jy 38344 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -13.9 MilliJy,max = 13.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.56 MilliJy IMAGR3: 720 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.582 MilliJy iter= 1052 IMAGR3: Field 1 Clean flux density= 105.925 MilliJy 1052 comps IMAGR3: Total Cleaned flux density = 8.141 Jy 38371 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -13.9 MilliJy,max = 13.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 77 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.384 MilliJy iter= 1133 IMAGR3: Field 1 Clean flux density= 108.600 MilliJy 1133 comps IMAGR3: Total Cleaned flux density = 8.144 Jy 38452 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.1 MilliJy,max = 28.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.29 MilliJy IMAGR3: 71 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.326 MilliJy iter= 14676 IMAGR3: Field 3 Clean flux density= 203.194 MilliJy 14676 comps IMAGR3: Total Cleaned flux density = 8.143 Jy 38497 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.1 MilliJy,max = 27.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 1255 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.537 MilliJy iter= 18644 IMAGR3: Field 3 Clean flux density= 268.996 MilliJy 18644 comps IMAGR3: Total Cleaned flux density = 8.209 Jy 42465 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -27.5 MilliJy,max = 26.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.41 MilliJy IMAGR3: 655 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.435 MilliJy iter= 18824 IMAGR3: Field 3 Clean flux density= 266.236 MilliJy 18824 comps IMAGR3: Total Cleaned flux density = 8.206 Jy 42645 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.4 MilliJy,max = 25.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 73 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.392 MilliJy iter= 18848 IMAGR3: Field 3 Clean flux density= 267.752 MilliJy 18848 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 42669 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.6 MilliJy,max = 25.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 27 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.379 MilliJy iter= 18862 IMAGR3: Field 3 Clean flux density= 268.428 MilliJy 18862 comps IMAGR3: Total Cleaned flux density = 8.209 Jy 42683 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -17.8 MilliJy,max = 16.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.22 MilliJy IMAGR3: 1692 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -4.151 MilliJy iter= 2598 IMAGR3: Field 4 Clean flux density= -35.252 MilliJy 2598 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 42701 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -16.4 MilliJy,max = 14.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.05 MilliJy IMAGR3: 2420 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.035 MilliJy iter= 2649 IMAGR3: Field 4 Clean flux density= -32.829 MilliJy 2649 comps IMAGR3: Total Cleaned flux density = 8.211 Jy 42752 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -16.8 MilliJy,max = 14.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 678 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.370 MilliJy iter= 2981 IMAGR3: Field 4 Clean flux density= -37.805 MilliJy 2981 comps IMAGR3: Total Cleaned flux density = 8.206 Jy 43084 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -17.9 MilliJy,max = 20.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.90 MilliJy IMAGR3: 525 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.922 MilliJy iter= 2171 IMAGR3: Field 7 Clean flux density= 237.594 MilliJy 2171 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 43099 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -18.2 MilliJy,max = 21.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 255 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.359 MilliJy iter= 2334 IMAGR3: Field 7 Clean flux density= 239.387 MilliJy 2334 comps IMAGR3: Total Cleaned flux density = 8.210 Jy 43262 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -13.4 MilliJy,max = 12.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.78 MilliJy IMAGR3: 322 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.782 MilliJy iter= 1147 IMAGR3: Field 1 Clean flux density= 109.798 MilliJy 1147 comps IMAGR3: Total Cleaned flux density = 8.211 Jy 43276 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -13.6 MilliJy,max = 12.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 83 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.320 MilliJy iter= 1168 IMAGR3: Field 1 Clean flux density= 109.592 MilliJy 1168 comps IMAGR3: Total Cleaned flux density = 8.211 Jy 43297 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.7 MilliJy,max = 27.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.18 MilliJy IMAGR3: 51 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.228 MilliJy iter= 18907 IMAGR3: Field 3 Clean flux density= 263.812 MilliJy 18907 comps IMAGR3: Total Cleaned flux density = 8.207 Jy 43342 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.0 MilliJy,max = 26.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 815 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.468 MilliJy iter= 22334 IMAGR3: Field 3 Clean flux density= 317.472 MilliJy 22334 comps IMAGR3: Total Cleaned flux density = 8.260 Jy 46769 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -27.4 MilliJy,max = 25.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.43 MilliJy IMAGR3: 759 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.441 MilliJy iter= 22533 IMAGR3: Field 3 Clean flux density= 314.713 MilliJy 22533 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 46968 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.2 MilliJy,max = 25.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 78 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.347 MilliJy iter= 22691 IMAGR3: Field 3 Clean flux density= 312.966 MilliJy 22691 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 47126 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -19.0 MilliJy,max = 17.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.51 MilliJy IMAGR3: 1756 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 3.490 MilliJy iter= 2999 IMAGR3: Field 4 Clean flux density= -37.924 MilliJy 2999 comps IMAGR3: Total Cleaned flux density = 8.256 Jy 47144 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -17.7 MilliJy,max = 15.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.72 MilliJy IMAGR3: 2564 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.754 MilliJy iter= 3064 IMAGR3: Field 4 Clean flux density= -36.886 MilliJy 3064 comps IMAGR3: Total Cleaned flux density = 8.257 Jy 47209 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -18.2 MilliJy,max = 16.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.35 MilliJy IMAGR3: 246 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.368 MilliJy iter= 3355 IMAGR3: Field 4 Clean flux density= -34.824 MilliJy 3355 comps IMAGR3: Total Cleaned flux density = 8.259 Jy 47500 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -23.7 MilliJy,max = 25.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.06 MilliJy IMAGR3: 279 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.064 MilliJy iter= 11414 IMAGR3: Field 5 Clean flux density= 7.796 Jy 11414 comps IMAGR3: Total Cleaned flux density = 8.255 Jy 47544 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -23.7 MilliJy,max = 25.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 554 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.320 MilliJy iter= 11799 IMAGR3: Field 5 Clean flux density= 7.786 Jy 11799 comps IMAGR3: Total Cleaned flux density = 8.246 Jy 47929 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -20.3 MilliJy,max = 16.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.11 MilliJy IMAGR3: 1603 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 2.146 MilliJy iter= 3384 IMAGR3: Field 4 Clean flux density= -30.420 MilliJy 3384 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 47958 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -19.7 MilliJy,max = 16.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 714 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.291 MilliJy iter= 3665 IMAGR3: Field 4 Clean flux density= -36.138 MilliJy 3665 comps IMAGR3: Total Cleaned flux density = 8.244 Jy 48239 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -19.9 MilliJy,max = 21.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.67 MilliJy IMAGR3: 598 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.701 MilliJy iter= 2376 IMAGR3: Field 7 Clean flux density= 244.549 MilliJy 2376 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 48281 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -19.9 MilliJy,max = 21.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 194 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.305 MilliJy iter= 2520 IMAGR3: Field 7 Clean flux density= 248.977 MilliJy 2520 comps IMAGR3: Total Cleaned flux density = 8.254 Jy 48425 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -26.4 MilliJy,max = 29.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.97 MilliJy IMAGR3: 218 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.986 MilliJy iter= 5772 IMAGR3: Field 6 Clean flux density= -162.560 MilliJy 5772 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 48446 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -25.6 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 452 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.308 MilliJy iter= 5998 IMAGR3: Field 6 Clean flux density= -163.087 MilliJy 5998 comps IMAGR3: Total Cleaned flux density = 8.250 Jy 48672 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -30.8 MilliJy,max = 28.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.27 MilliJy IMAGR3: 59 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.244 MilliJy iter= 22706 IMAGR3: Field 3 Clean flux density= 314.788 MilliJy 22706 comps IMAGR3: Total Cleaned flux density = 8.251 Jy 48687 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.8 MilliJy,max = 28.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.60 MilliJy IMAGR3: 1141 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.618 MilliJy iter= 22838 IMAGR3: Field 3 Clean flux density= 312.203 MilliJy 22838 comps IMAGR3: Total Cleaned flux density = 8.249 Jy 48819 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.9 MilliJy,max = 26.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 418 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.416 MilliJy iter= 27174 IMAGR3: Field 3 Clean flux density= 344.458 MilliJy 27174 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 53155 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -26.8 MilliJy,max = 25.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.31 MilliJy IMAGR3: 1747 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.331 MilliJy iter= 27296 IMAGR3: Field 3 Clean flux density= 343.173 MilliJy 27296 comps IMAGR3: Total Cleaned flux density = 8.280 Jy 53277 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -26.3 MilliJy,max = 25.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.28 MilliJy IMAGR3: 142 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.287 MilliJy iter= 27360 IMAGR3: Field 3 Clean flux density= 345.257 MilliJy 27360 comps IMAGR3: Total Cleaned flux density = 8.282 Jy 53341 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -13.4 MilliJy,max = 13.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.97 MilliJy IMAGR3: 791 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.995 MilliJy iter= 854 IMAGR3: Field 2 Clean flux density= -10.130 MilliJy 854 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 53364 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -14.3 MilliJy,max = 14.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.48 MilliJy IMAGR3: 1641 Residual map points loaded IMAGR3: Field 2 min allowed flux = 1.675 MilliJy iter= 953 IMAGR3: Field 2 Clean flux density= -9.471 MilliJy 953 comps IMAGR3: Total Cleaned flux density = 8.281 Jy 53463 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -14.9 MilliJy,max = 15.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.27 MilliJy IMAGR3: 369 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -1.265 MilliJy iter= 1064 IMAGR3: Field 2 Clean flux density= -8.669 MilliJy 1064 comps IMAGR3: Total Cleaned flux density = 8.282 Jy 53574 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -12.5 MilliJy,max = 11.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.52 MilliJy IMAGR3: 520 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.536 MilliJy iter= 1187 IMAGR3: Field 1 Clean flux density= 111.079 MilliJy 1187 comps IMAGR3: Total Cleaned flux density = 8.284 Jy 53593 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -12.7 MilliJy,max = 11.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.27 MilliJy IMAGR3: 250 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.268 MilliJy iter= 1258 IMAGR3: Field 1 Clean flux density= 112.008 MilliJy 1258 comps IMAGR3: Total Cleaned flux density = 8.285 Jy 53664 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -25.2 MilliJy,max = 27.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.66 MilliJy IMAGR3: 292 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.669 MilliJy iter= 11854 IMAGR3: Field 5 Clean flux density= 7.779 Jy 11854 comps IMAGR3: Total Cleaned flux density = 8.278 Jy 53719 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.4 MilliJy,max = 26.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.10 MilliJy IMAGR3: 1298 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.178 MilliJy iter= 14853 IMAGR3: Field 5 Clean flux density= 7.696 Jy 14853 comps IMAGR3: Total Cleaned flux density = 8.194 Jy 56718 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 6 min = -28.3 MilliJy,max = 30.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.37 MilliJy IMAGR3: 1134 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.378 MilliJy iter= 6020 IMAGR3: Field 6 Clean flux density= -165.136 MilliJy 6020 comps IMAGR3: Total Cleaned flux density = 8.192 Jy 56740 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -27.2 MilliJy,max = 30.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.67 MilliJy IMAGR3: 1860 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.700 MilliJy iter= 6173 IMAGR3: Field 6 Clean flux density= -163.527 MilliJy 6173 comps IMAGR3: Total Cleaned flux density = 8.194 Jy 56893 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -25.2 MilliJy,max = 29.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 649 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.154 MilliJy iter= 7134 IMAGR3: Field 6 Clean flux density= -151.264 MilliJy 7134 comps IMAGR3: Total Cleaned flux density = 8.206 Jy 57854 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 7 min = -16.5 MilliJy,max = 21.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.63 MilliJy IMAGR3: 368 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.664 MilliJy iter= 2559 IMAGR3: Field 7 Clean flux density= 251.201 MilliJy 2559 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 57893 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -16.3 MilliJy,max = 21.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 506 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.138 MilliJy iter= 2857 IMAGR3: Field 7 Clean flux density= 254.011 MilliJy 2857 comps IMAGR3: Total Cleaned flux density = 8.211 Jy 58191 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -16.3 MilliJy,max = 15.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.54 MilliJy IMAGR3: 564 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.533 MilliJy iter= 3692 IMAGR3: Field 4 Clean flux density= -38.830 MilliJy 3692 comps IMAGR3: Total Cleaned flux density = 8.208 Jy 58218 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -16.6 MilliJy,max = 15.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 328 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.137 MilliJy iter= 4003 IMAGR3: Field 4 Clean flux density= -34.759 MilliJy 4003 comps IMAGR3: Total Cleaned flux density = 8.212 Jy 58529 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -29.5 MilliJy,max = 27.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.02 MilliJy IMAGR3: 667 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.059 MilliJy iter= 27448 IMAGR3: Field 3 Clean flux density= 346.436 MilliJy 27448 comps IMAGR3: Total Cleaned flux density = 8.213 Jy 58617 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.5 MilliJy,max = 26.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.01 MilliJy IMAGR3: 2142 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.364 MilliJy iter= 49388 IMAGR3: Field 3 Clean flux density= 553.327 MilliJy 49388 comps IMAGR3: Total Cleaned flux density = 8.420 Jy 80557 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -25.9 MilliJy,max = 23.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.27 MilliJy IMAGR3: 1206 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.290 MilliJy iter= 49496 IMAGR3: Field 3 Clean flux density= 546.482 MilliJy 49496 comps IMAGR3: Total Cleaned flux density = 8.414 Jy 80665 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -25.2 MilliJy,max = 22.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 284 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 3 min algorithm flux= -1.148 MilliJy iter= 50461 IMAGR3: Field 3 Clean flux density= 517.325 MilliJy 50461 comps IMAGR3: Total Cleaned flux density = 8.384 Jy 81630 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 1 min = -10.4 MilliJy,max = 11.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.76 MilliJy IMAGR3: 707 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -3.831 MilliJy iter= 1280 IMAGR3: Field 1 Clean flux density= 111.971 MilliJy 1280 comps IMAGR3: Total Cleaned flux density = 8.384 Jy 81652 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -10.4 MilliJy,max = 11.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.89 MilliJy IMAGR3: 1355 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.878 MilliJy iter= 1416 IMAGR3: Field 1 Clean flux density= 115.349 MilliJy 1416 comps IMAGR3: Total Cleaned flux density = 8.388 Jy 81788 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -11.4 MilliJy,max = 12.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 1312 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.128 MilliJy iter= 1692 IMAGR3: Field 1 Clean flux density= 121.746 MilliJy 1692 comps IMAGR3: Total Cleaned flux density = 8.394 Jy 82064 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -14.7 MilliJy,max = 16.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.42 MilliJy IMAGR3: 222 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.431 MilliJy iter= 1084 IMAGR3: Field 2 Clean flux density= -9.067 MilliJy 1084 comps IMAGR3: Total Cleaned flux density = 8.394 Jy 82084 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -14.0 MilliJy,max = 15.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.12 MilliJy IMAGR3: 188 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.136 MilliJy iter= 1263 IMAGR3: Field 2 Clean flux density= -8.200 MilliJy 1263 comps IMAGR3: Total Cleaned flux density = 8.395 Jy 82263 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.9 MilliJy,max = 27.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.07 MilliJy IMAGR3: 186 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 2.106 MilliJy iter= 14897 IMAGR3: Field 5 Clean flux density= 7.690 Jy 14897 comps IMAGR3: Total Cleaned flux density = 8.389 Jy 82307 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.7 MilliJy,max = 27.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.04 MilliJy IMAGR3: 1396 Residual map points loaded IMAGR3: Field 5 min allowed flux = -1.086 MilliJy iter= 15840 IMAGR3: Field 5 Clean flux density= 7.673 Jy 15840 comps IMAGR3: Total Cleaned flux density = 8.372 Jy 83250 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 6 min = -27.3 MilliJy,max = 30.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.11 MilliJy IMAGR3: 1748 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -3.172 MilliJy iter= 7158 IMAGR3: Field 6 Clean flux density= -154.616 MilliJy 7158 comps IMAGR3: Total Cleaned flux density = 8.368 Jy 83274 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -26.9 MilliJy,max = 30.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.56 MilliJy IMAGR3: 2457 Residual map points loaded IMAGR3: Field 6 min allowed flux = -1.639 MilliJy iter= 7312 IMAGR3: Field 6 Clean flux density= -156.321 MilliJy 7312 comps IMAGR3: Total Cleaned flux density = 8.367 Jy 83428 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -25.3 MilliJy,max = 29.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 541 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.101 MilliJy iter= 8179 IMAGR3: Field 6 Clean flux density= -152.002 MilliJy 8179 comps IMAGR3: Total Cleaned flux density = 8.371 Jy 84295 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -30.0 MilliJy,max = 26.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.64 MilliJy IMAGR3: 326 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.688 MilliJy iter= 50513 IMAGR3: Field 3 Clean flux density= 514.461 MilliJy 50513 comps IMAGR3: Total Cleaned flux density = 8.368 Jy 84347 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.2 MilliJy,max = 25.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.33 MilliJy IMAGR3: 1484 Residual map points loaded IMAGR3: Field 3 min allowed flux = 1.368 MilliJy iter= 50818 IMAGR3: Field 3 Clean flux density= 517.767 MilliJy 50818 comps IMAGR3: Total Cleaned flux density = 8.371 Jy 84652 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.9 MilliJy,max = 25.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 220 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.407 MilliJy iter= 50950 IMAGR3: Field 3 Clean flux density= 515.656 MilliJy 50950 comps IMAGR3: Total Cleaned flux density = 8.369 Jy 84784 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.9 MilliJy,max = 25.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.38 MilliJy IMAGR3: 451 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.409 MilliJy iter= 51002 IMAGR3: Field 3 Clean flux density= 512.118 MilliJy 51002 comps IMAGR3: Total Cleaned flux density = 8.366 Jy 84836 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.7 MilliJy,max = 25.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.11 MilliJy IMAGR3: 302 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.267 MilliJy iter= 61995 IMAGR3: Field 3 Clean flux density= 587.414 MilliJy 61995 comps IMAGR3: Total Cleaned flux density = 8.441 Jy 95829 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -25.8 MilliJy,max = 22.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.14 MilliJy IMAGR3: 670 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.154 MilliJy iter= 62012 IMAGR3: Field 3 Clean flux density= 584.811 MilliJy 62012 comps IMAGR3: Total Cleaned flux density = 8.438 Jy 95846 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -25.2 MilliJy,max = 22.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.06 MilliJy IMAGR3: 1644 Residual map points loaded IMAGR3: Field 3 min allowed flux = -1.237 MilliJy iter= 62724 IMAGR3: Field 3 Clean flux density= 541.549 MilliJy 62724 comps IMAGR3: Total Cleaned flux density = 8.395 Jy 96558 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -26.1 MilliJy,max = 22.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 118 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.117 MilliJy iter= 65915 IMAGR3: Field 3 Clean flux density= 557.429 MilliJy 65915 comps IMAGR3: Total Cleaned flux density = 8.411 Jy 99749 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 7 min = -19.2 MilliJy,max = 26.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.71 MilliJy IMAGR3: 866 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 3.732 MilliJy iter= 2889 IMAGR3: Field 7 Clean flux density= 250.737 MilliJy 2889 comps IMAGR3: Total Cleaned flux density = 8.408 Jy 99781 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -18.6 MilliJy,max = 24.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.84 MilliJy IMAGR3: 1676 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.874 MilliJy iter= 3029 IMAGR3: Field 7 Clean flux density= 252.740 MilliJy 3029 comps IMAGR3: Total Cleaned flux density = 8.410 Jy 99921 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -17.7 MilliJy,max = 23.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 923.94 MicroJy IMAGR3: 1803 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -962.305 MicroJy iter= 5421 IMAGR3: Field 7 Clean flux density= 268.783 MilliJy 5421 comps IMAGR3: Total Cleaned flux density = 8.426 Jy 102313 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 4 min = -15.9 MilliJy,max = 16.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.21 MilliJy IMAGR3: 503 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.239 MilliJy iter= 4034 IMAGR3: Field 4 Clean flux density= -40.150 MilliJy 4034 comps IMAGR3: Total Cleaned flux density = 8.420 Jy 102344 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -15.7 MilliJy,max = 15.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.10 MilliJy IMAGR3: 920 Residual map points loaded IMAGR3: Field 4 min allowed flux = -1.142 MilliJy iter= 4473 IMAGR3: Field 4 Clean flux density= -37.221 MilliJy 4473 comps IMAGR3: Total Cleaned flux density = 8.423 Jy 102783 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -16.2 MilliJy,max = 15.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 131 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.080 MilliJy iter= 4572 IMAGR3: Field 4 Clean flux density= -38.461 MilliJy 4572 comps IMAGR3: Total Cleaned flux density = 8.422 Jy 102882 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -15.0 MilliJy,max = 14.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.67 MilliJy IMAGR3: 330 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 2 min algorithm flux= 2.310 MilliJy iter= 1269 IMAGR3: Field 2 Clean flux density= -6.546 MilliJy 1269 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Total Cleaned flux density = 8.424 Jy 102888 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -15.3 MilliJy,max = 14.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.14 MilliJy IMAGR3: 771 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 2 min algorithm flux= 1.905 MilliJy iter= 1280 IMAGR3: Field 2 Clean flux density= -5.099 MilliJy 1280 comps IMAGR3: Total Cleaned flux density = 8.425 Jy 102899 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -15.3 MilliJy,max = 14.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 939.11 MicroJy IMAGR3: 993 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 2 min algorithm flux= 1.622 MilliJy iter= 1298 IMAGR3: Field 2 Clean flux density= -4.084 MilliJy 1298 comps IMAGR3: Total Cleaned flux density = 8.426 Jy 102917 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -15.1 MilliJy,max = 14.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 327 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.078 MilliJy iter= 1399 IMAGR3: Field 2 Clean flux density= -2.377 MilliJy 1399 comps IMAGR3: Total Cleaned flux density = 8.428 Jy 103018 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -12.4 MilliJy,max = 11.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 286 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.071 MilliJy iter= 1737 IMAGR3: Field 1 Clean flux density= 125.422 MilliJy 1737 comps IMAGR3: Total Cleaned flux density = 8.432 Jy 103063 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -28.9 MilliJy,max = 25.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.11 MilliJy IMAGR3: 568 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.135 MilliJy iter= 65988 IMAGR3: Field 3 Clean flux density= 550.443 MilliJy 65988 comps IMAGR3: Total Cleaned flux density = 8.425 Jy 103136 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -27.9 MilliJy,max = 24.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.05 MilliJy IMAGR3: 1550 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.279 MilliJy iter= 88667 IMAGR3: Field 3 Clean flux density= 763.122 MilliJy 88667 comps IMAGR3: Total Cleaned flux density = 8.637 Jy 125815 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -25.5 MilliJy,max = 21.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.48 MilliJy IMAGR3: 1028 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.499 MilliJy iter= 88694 IMAGR3: Field 3 Clean flux density= 762.694 MilliJy 88694 comps IMAGR3: Total Cleaned flux density = 8.637 Jy 125842 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -24.8 MilliJy,max = 21.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 434 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.113 MilliJy iter= 91395 IMAGR3: Field 3 Clean flux density= 760.375 MilliJy 91395 comps IMAGR3: Total Cleaned flux density = 8.634 Jy 128543 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -25.7 MilliJy,max = 21.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.13 MilliJy IMAGR3: 225 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.156 MilliJy iter= 91427 IMAGR3: Field 3 Clean flux density= 758.737 MilliJy 91427 comps IMAGR3: Total Cleaned flux density = 8.633 Jy 128575 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -25.0 MilliJy,max = 21.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 205 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.105 MilliJy iter= 93497 IMAGR3: Field 3 Clean flux density= 765.720 MilliJy 93497 comps IMAGR3: Total Cleaned flux density = 8.640 Jy 130645 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -24.7 MilliJy,max = 21.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.16 MilliJy IMAGR3: 1313 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.180 MilliJy iter= 93564 IMAGR3: Field 3 Clean flux density= 765.054 MilliJy 93564 comps IMAGR3: Total Cleaned flux density = 8.639 Jy 130712 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -24.9 MilliJy,max = 21.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 159 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.085 MilliJy iter= 93847 IMAGR3: Field 3 Clean flux density= 776.486 MilliJy 93847 comps IMAGR3: Total Cleaned flux density = 8.651 Jy 130995 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -25.7 MilliJy,max = 30.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.01 MilliJy IMAGR3: 1025 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 4.890 MilliJy iter= 8199 IMAGR3: Field 6 Clean flux density= -151.154 MilliJy 8199 comps IMAGR3: Total Cleaned flux density = 8.651 Jy 131015 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -25.0 MilliJy,max = 30.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.41 MilliJy IMAGR3: 1302 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -2.456 MilliJy iter= 8273 IMAGR3: Field 6 Clean flux density= -145.859 MilliJy 8273 comps IMAGR3: Total Cleaned flux density = 8.657 Jy 131089 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -24.9 MilliJy,max = 30.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.45 MilliJy IMAGR3: 946 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.485 MilliJy iter= 8524 IMAGR3: Field 6 Clean flux density= -149.205 MilliJy 8524 comps IMAGR3: Total Cleaned flux density = 8.653 Jy 131340 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -22.6 MilliJy,max = 28.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 379 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.088 MilliJy iter= 9492 IMAGR3: Field 6 Clean flux density= -160.723 MilliJy 9492 comps IMAGR3: Total Cleaned flux density = 8.642 Jy 132308 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 6 min = -21.4 MilliJy,max = 26.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.07 MilliJy IMAGR3: 76 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.076 MilliJy iter= 9529 IMAGR3: Field 6 Clean flux density= -159.623 MilliJy 9529 comps IMAGR3: Total Cleaned flux density = 8.643 Jy 132345 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -23.7 MilliJy,max = 29.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.53 MilliJy IMAGR3: 671 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.540 MilliJy iter= 15864 IMAGR3: Field 5 Clean flux density= 7.666 Jy 15864 comps IMAGR3: Total Cleaned flux density = 8.637 Jy 132369 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -23.4 MilliJy,max = 27.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.25 MilliJy IMAGR3: 1816 Residual map points loaded IMAGR3: Field 5 min allowed flux = 1.386 MilliJy iter= 16115 IMAGR3: Field 5 Clean flux density= 7.664 Jy 16115 comps IMAGR3: Total Cleaned flux density = 8.634 Jy 132620 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -24.1 MilliJy,max = 26.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 935.84 MicroJy IMAGR3: 854 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.036 MilliJy iter= 28614 IMAGR3: Field 5 Clean flux density= 7.827 Jy 28614 comps IMAGR3: Total Cleaned flux density = 8.797 Jy 145119 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -26.0 MilliJy,max = 24.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.64 MilliJy IMAGR3: 487 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.646 MilliJy iter= 93922 IMAGR3: Field 3 Clean flux density= 777.882 MilliJy 93922 comps IMAGR3: Total Cleaned flux density = 8.798 Jy 145194 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -24.9 MilliJy,max = 23.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 991.59 MicroJy IMAGR3: 1015 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.133 MilliJy iter= 113255 IMAGR3: Field 3 Clean flux density= 396.061 MilliJy 113255 comps IMAGR3: Total Cleaned flux density = 8.417 Jy 164527 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -24.5 MilliJy,max = 20.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.26 MilliJy IMAGR3: 912 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.290 MilliJy iter= 113561 IMAGR3: Field 3 Clean flux density= 396.494 MilliJy 113561 comps IMAGR3: Total Cleaned flux density = 8.417 Jy 164833 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -24.5 MilliJy,max = 20.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.14 MilliJy IMAGR3: 299 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.187 MilliJy iter= 117733 IMAGR3: Field 3 Clean flux density= 382.621 MilliJy 117733 comps IMAGR3: Total Cleaned flux density = 8.403 Jy 169005 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -24.5 MilliJy,max = 21.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.23 MilliJy IMAGR3: 445 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.245 MilliJy iter= 117784 IMAGR3: Field 3 Clean flux density= 382.008 MilliJy 117784 comps IMAGR3: Total Cleaned flux density = 8.403 Jy 169056 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -23.9 MilliJy,max = 20.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 935.84 MicroJy IMAGR3: 346 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.114 MilliJy iter= 151390 IMAGR3: Field 3 Clean flux density= 406.243 MilliJy 151390 comps IMAGR3: Total Cleaned flux density = 8.427 Jy 202662 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -24.1 MilliJy,max = 21.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.67 MilliJy IMAGR3: 991 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.701 MilliJy iter= 151463 IMAGR3: Field 3 Clean flux density= 410.440 MilliJy 151463 comps IMAGR3: Total Cleaned flux density = 8.431 Jy 202735 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -22.8 MilliJy,max = 21.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.14 MilliJy IMAGR3: 556 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.154 MilliJy iter= 152429 IMAGR3: Field 3 Clean flux density= 411.255 MilliJy 152429 comps IMAGR3: Total Cleaned flux density = 8.432 Jy 203701 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -23.5 MilliJy,max = 20.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 935.84 MicroJy IMAGR3: 478 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.186 MilliJy iter= 210872 IMAGR3: Field 3 Clean flux density= 655.333 MilliJy 210872 comps IMAGR3: Total Cleaned flux density = 8.676 Jy 262144 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -27.9 MilliJy,max = 22.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.61 MilliJy IMAGR3: 585 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.604 MilliJy iter= 210890 IMAGR3: Field 3 Clean flux density= 653.707 MilliJy 210890 comps IMAGR3: Total Cleaned flux density = 8.674 Jy 262162 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -26.3 MilliJy,max = 22.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 790.63 MicroJy IMAGR3: 1478 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.268 MilliJy iter= 419996 IMAGR3: Field 3 Clean flux density= 3.411 Jy 419996 comps IMAGR3: Total Cleaned flux density = 11.432 Jy 471268 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -38.0 MilliJy,max = 31.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.66 MilliJy IMAGR3: 375 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.617 MilliJy iter= 420006 IMAGR3: Field 3 Clean flux density= 3.405 Jy 420006 comps IMAGR3: Total Cleaned flux density = 11.426 Jy 471278 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -34.9 MilliJy,max = 31.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.28 MilliJy IMAGR3: 799 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.294 MilliJy iter= 420037 IMAGR3: Field 3 Clean flux density= 3.406 Jy 420037 comps IMAGR3: Total Cleaned flux density = 11.427 Jy 471309 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -32.4 MilliJy,max = 30.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.13 MilliJy IMAGR3: 958 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.469 MilliJy iter= 571645 IMAGR3: Field 3 Clean flux density= 5.734 Jy 571645 comps IMAGR3: Total Cleaned flux density = 13.755 Jy 622917 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -43.7 MilliJy,max = 42.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.78 MilliJy IMAGR3: 700 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.811 MilliJy iter= 571656 IMAGR3: Field 3 Clean flux density= 5.726 Jy 571656 comps IMAGR3: Total Cleaned flux density = 13.747 Jy 622928 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -43.4 MilliJy,max = 41.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.37 MilliJy IMAGR3: 1081 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.399 MilliJy iter= 571700 IMAGR3: Field 3 Clean flux density= 5.722 Jy 571700 comps IMAGR3: Total Cleaned flux density = 13.743 Jy 622972 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -41.6 MilliJy,max = 40.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.51 MilliJy IMAGR3: 761 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 3 min algorithm flux= -1.999 MilliJy iter= 752539 IMAGR3: Field 3 Clean flux density= 4.596 Jy 752539 comps IMAGR3: Total Cleaned flux density = 12.617 Jy 803811 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -46.2 MilliJy,max = 52.2 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.84 MilliJy IMAGR3: 568 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -5.874 MilliJy iter= 752550 IMAGR3: Field 3 Clean flux density= 4.587 Jy 752550 comps IMAGR3: Total Cleaned flux density = 12.608 Jy 803822 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -43.9 MilliJy,max = 50.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.90 MilliJy IMAGR3: 1070 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.889 MilliJy iter= 752626 IMAGR3: Field 3 Clean flux density= 4.586 Jy 752626 comps IMAGR3: Total Cleaned flux density = 12.608 Jy 803898 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -43.2 MilliJy,max = 49.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.97 MilliJy IMAGR3: 473 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.094 MilliJy iter= 789040 IMAGR3: Field 3 Clean flux density= 4.418 Jy 789040 comps IMAGR3: Total Cleaned flux density = 12.439 Jy 840312 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -48.8 MilliJy,max = 49.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.40 MilliJy IMAGR3: 624 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -5.332 MilliJy iter= 789054 IMAGR3: Field 3 Clean flux density= 4.414 Jy 789054 comps IMAGR3: Total Cleaned flux density = 12.435 Jy 840326 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -50.8 MilliJy,max = 49.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.63 MilliJy IMAGR3: 970 Residual map points loaded IMAGR3: Field 3 min allowed flux = -2.819 MilliJy iter= 789618 IMAGR3: Field 3 Clean flux density= 4.418 Jy 789618 comps IMAGR3: Total Cleaned flux density = 12.439 Jy 840890 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -47.0 MilliJy,max = 50.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.00 MilliJy IMAGR3: 474 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.078 MilliJy iter= 804997 IMAGR3: Field 3 Clean flux density= 4.273 Jy 804997 comps IMAGR3: Total Cleaned flux density = 12.294 Jy 856269 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -45.4 MilliJy,max = 56.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.22 MilliJy IMAGR3: 136 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 3.253 MilliJy iter= 805030 IMAGR3: Field 3 Clean flux density= 4.277 Jy 805030 comps IMAGR3: Total Cleaned flux density = 12.298 Jy 856302 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -45.7 MilliJy,max = 57.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.15 MilliJy IMAGR3: 640 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.324 MilliJy iter= 857611 IMAGR3: Field 3 Clean flux density= 4.826 Jy 857611 comps IMAGR3: Total Cleaned flux density = 12.847 Jy 908883 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -52.7 MilliJy,max = 62.5 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 4.48 MilliJy IMAGR3: 661 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -4.453 MilliJy iter= 857631 IMAGR3: Field 3 Clean flux density= 4.823 Jy 857631 comps IMAGR3: Total Cleaned flux density = 12.844 Jy 908903 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -52.2 MilliJy,max = 61.7 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.20 MilliJy IMAGR3: 1741 Residual map points loaded IMAGR3: Field 3 min allowed flux = 2.386 MilliJy iter= 866502 IMAGR3: Field 3 Clean flux density= 4.745 Jy 866502 comps IMAGR3: Total Cleaned flux density = 12.766 Jy 917774 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -47.7 MilliJy,max = 59.6 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.39 MilliJy IMAGR3: 277 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.437 MilliJy iter= 867041 IMAGR3: Field 3 Clean flux density= 4.751 Jy 867041 comps IMAGR3: Total Cleaned flux density = 12.772 Jy 918313 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -46.8 MilliJy,max = 56.9 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.12 MilliJy IMAGR3: 1053 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 3 min algorithm flux= -2.453 MilliJy iter= 928843 IMAGR3: Field 3 Clean flux density= 3.805 Jy 928843 comps IMAGR3: Total Cleaned flux density = 11.826 Jy 980115 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -51.0 MilliJy,max = 66.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 3.81 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: 830 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 3.885 MilliJy iter= 928862 IMAGR3: Field 3 Clean flux density= 3.813 Jy 928862 comps IMAGR3: Total Cleaned flux density = 11.834 Jy 980134 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -50.2 MilliJy,max = 65.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 1.92 MilliJy IMAGR3: 1937 Residual map points loaded IMAGR3: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR3: Field 3 min algorithm flux= -2.679 MilliJy iter= 946835 IMAGR3: Field 3 Clean flux density= 3.051 Jy 946835 comps IMAGR3: Total Cleaned flux density = 11.072 Jy 998107 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Field 3 min = -52.8 MilliJy,max = 68.3 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.70 MilliJy IMAGR3: 328 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -2.753 MilliJy iter= 947150 IMAGR3: Field 3 Clean flux density= 3.067 Jy 947150 comps IMAGR3: Total Cleaned flux density = 11.088 Jy 998422 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -54.0 MilliJy,max = 66.8 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 2.32 MilliJy IMAGR3: 833 Residual map points loaded IMAGR3: Field 3 Iter limit, Max resid= 2.993 MilliJy iter= 948728 IMAGR3: Field 3 Clean flux density= 3.014 Jy 948728 comps IMAGR3: Total Cleaned flux density = 11.035 Jy 1000000 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 735 Pts IMAGR3: Total Clean components 1000000 reaches limit 1000000 IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 1737 to 257 components IMAGR3: Field 2 compressed from 1399 to 227 components IMAGR3: Field 3 compressed from 948728 to 1333 components IMAGR3: Field 4 compressed from 4572 to 313 components IMAGR3: Field 5 compressed from 28614 to 496 components IMAGR3: Field 6 compressed from 9529 to 352 components IMAGR3: Field 7 compressed from 5421 to 343 components IMAGR3: Field 1 min = -63.6 MilliJy,max = 66.3 MilliJy IMAGR3: Field 2 min = -35.6 MilliJy,max = 37.2 MilliJy IMAGR3: Field 3 min = -54.1 MilliJy,max = 66.2 MilliJy IMAGR3: Field 4 min = -73.1 MilliJy,max = 76.0 MilliJy IMAGR3: Field 5 min = -62.1 MilliJy,max = 65.0 MilliJy IMAGR3: Field 6 min = -79.9 MilliJy,max = 79.7 MilliJy IMAGR3: Field 7 min = -84.4 MilliJy,max = 86.9 MilliJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 125.421 MilliJy ( 257 CCs) from field 1 to field 2 IMAGR3: Restore 25.844 MilliJy ( 137 CCs) from field 1 to field 3 IMAGR3: Restore 125.422 MilliJy ( 257 CCs) from field 1 to field 4 IMAGR3: Restore 42.805 MilliJy ( 105 CCs) from field 1 to field 5 IMAGR3: Restore 141.899 MilliJy ( 214 CCs) from field 1 to field 6 IMAGR3: Restore 63.669 MilliJy ( 112 CCs) from field 1 to field 7 IMAGR3: Restore 47.839 MilliJy ( 79 CCs) from field 2 to field 1 IMAGR3: Restore 32.088 MilliJy ( 78 CCs) from field 2 to field 3 IMAGR3: Restore 60.269 MilliJy ( 158 CCs) from field 2 to field 4 IMAGR3: Restore 5.304 MilliJy ( 10 CCs) from field 2 to field 5 IMAGR3: Restore 10.071 MilliJy ( 16 CCs) from field 2 to field 6 IMAGR3: Restore 4.933 Jy ( 1023 CCs) from field 3 to field 1 IMAGR3: Restore 3.015 Jy ( 1333 CCs) from field 3 to field 2 IMAGR3: Restore 3.015 Jy ( 1333 CCs) from field 3 to field 4 IMAGR3: Restore -5.183 Jy ( 647 CCs) from field 3 to field 5 IMAGR3: Restore -5.183 Jy ( 647 CCs) from field 3 to field 6 IMAGR3: Restore -1.625 Jy ( 252 CCs) from field 3 to field 7 IMAGR3: Restore 87.122 MilliJy ( 102 CCs) from field 4 to field 1 IMAGR3: Restore 75.090 MilliJy ( 136 CCs) from field 4 to field 2 IMAGR3: Restore 100.779 MilliJy ( 119 CCs) from field 4 to field 6 IMAGR3: Restore 19.371 MilliJy ( 31 CCs) from field 4 to field 7 IMAGR3: Restore 7.827 Jy ( 496 CCs) from field 5 to field 1 IMAGR3: Restore 7.827 Jy ( 496 CCs) from field 5 to field 2 IMAGR3: Restore 7.827 Jy ( 496 CCs) from field 5 to field 3 IMAGR3: Restore 7.827 Jy ( 496 CCs) from field 5 to field 4 IMAGR3: Restore 7.827 Jy ( 496 CCs) from field 5 to field 6 IMAGR3: Restore 7.644 Jy ( 426 CCs) from field 5 to field 7 IMAGR3: Restore 500.642 MilliJy ( 152 CCs) from field 6 to field 1 IMAGR3: Restore 500.642 MilliJy ( 152 CCs) from field 6 to field 2 IMAGR3: Restore-159.623 MilliJy ( 352 CCs) from field 6 to field 4 IMAGR3: Restore 490.260 MilliJy ( 113 CCs) from field 6 to field 7 IMAGR3: Restore 268.782 MilliJy ( 343 CCs) from field 7 to field 1 IMAGR3: Restore 310.803 MilliJy ( 270 CCs) from field 7 to field 2 IMAGR3: Restore 167.470 MilliJy ( 185 CCs) from field 7 to field 3 IMAGR3: Restore 268.782 MilliJy ( 343 CCs) from field 7 to field 4 IMAGR3: Restore 167.470 MilliJy ( 185 CCs) from field 7 to field 5 IMAGR3: Restore 268.782 MilliJy ( 343 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 13.789 Jy IMAGR3: Field 2 final Clean flux 11.851 Jy IMAGR3: Field 3 final Clean flux 11.067 Jy IMAGR3: Field 4 final Clean flux 11.098 Jy IMAGR3: Field 5 final Clean flux 2.859 Jy IMAGR3: Field 6 final Clean flux 3.006 Jy IMAGR3: Field 7 final Clean flux 6.861 Jy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 5 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: auto 31DEC06 TST: Cpu= 88.2 Real= 191 sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 19991029.C BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '1331+305 MODEL =' '3C286_C' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06583 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 3: CT29_3.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 6 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Disk 1 in-CNO 13 renumbered as CNO 5 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01138 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1800+388_C,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1800+388 C BAND Seq 1 Disk: 1 in slot 4 SETFC3: SETCEL: recommends IMSIZE 104 CELLSIZE 5.29740 SETFC3: SETCEL: returns IMSIZE 128 CELLSIZE 5.29740 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1800+388_C,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.111 deg SETFC3: Searching catalog between 0.11 and 0.23 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 74.2 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: auto 31DEC06 TST: Cpu= 1.4 Real= 5 C 1 116 116 18 00 24.77 38 48 30.7 00001 -1 59 64 65 C 2 116 116 18 00 24.77 38 41 51.6 00002 -1 59 64 65 C 3 116 116 17 59 55.22 38 45 10.9 00003 -1 59 64 65 C 4 116 116 18 00 54.31 38 45 10.9 00004 -1 59 64 65 C 5 116 116 17 59 55.17 38 51 50.0 00005 -1 59 64 65 C 6 116 116 18 00 54.36 38 51 50.0 00006 -1 59 64 65 C 7 116 116 18 00 24.77 38 55 09.8 00007 -1 59 64 65 -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 6 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Disk 1 in-CNO 13 renumbered as CNO 5 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01138 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1800+388_C,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1800+388_C,BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 3: CT29_3.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =1800+388' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1800+388_C,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 116 116 5.3768E-02 2.0000E-03 0 IMAGR3: Field 2 116 116 5.3768E-02 -3.9910E+02 0 IMAGR3: Field 3 116 116 -3.4535E+02 -1.9980E+02 0 IMAGR3: Field 4 116 116 3.4534E+02 -1.9980E+02 0 IMAGR3: Field 5 116 116 -3.4593E+02 1.9930E+02 0 IMAGR3: Field 6 116 116 3.4592E+02 1.9930E+02 0 IMAGR3: Field 7 116 116 5.3768E-02 3.9910E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1800+388_C,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create 1800+388 .IMAGR . 1 (UV) on disk 1 cno 12 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 24580 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 2.038E+05 IMAGR3: UVWAIT: Adding temperance S 4.076E+04 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 3.901E+07 and out 6.175E+07 IMAGR3: UVWAIT: Noise is increased by a factor 1.196 due to weighting IMAGR3: UVWAIT: Average summed weight 2.038E+05 over 47829 vis IMAGR3: Create 1800+388 .IBM001. 1 (MA) on disk 1 cno 13 IMAGR3: Create 1800+388 .IBM002. 1 (MA) on disk 1 cno 14 IMAGR3: Create 1800+388 .IBM003. 1 (MA) on disk 1 cno 15 IMAGR3: Create 1800+388 .IBM004. 1 (MA) on disk 1 cno 16 IMAGR3: Create 1800+388 .IBM005. 1 (MA) on disk 1 cno 17 IMAGR3: Create 1800+388 .IBM006. 1 (MA) on disk 1 cno 18 IMAGR3: Create 1800+388 .IBM007. 1 (MA) on disk 1 cno 19 IMAGR3: Create 1800+388 .ICL001. 1 (MA) on disk 1 cno 20 IMAGR3: Create 1800+388 .ICL002. 1 (MA) on disk 1 cno 21 IMAGR3: Create 1800+388 .ICL003. 1 (MA) on disk 1 cno 22 IMAGR3: Create 1800+388 .ICL004. 1 (MA) on disk 1 cno 23 IMAGR3: Create 1800+388 .ICL005. 1 (MA) on disk 1 cno 24 IMAGR3: Create 1800+388 .ICL006. 1 (MA) on disk 1 cno 25 IMAGR3: Create 1800+388 .ICL007. 1 (MA) on disk 1 cno 26 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 6.55581E+08 IMAGR3: Field 1 Beam min = -429.7 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 1 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 2 Sum of gridding weights = 6.55581E+08 IMAGR3: Field 2 Beam min = -429.8 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 2 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 3 Sum of gridding weights = 6.55581E+08 IMAGR3: Field 3 Beam min = -430.0 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 3 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 4 Sum of gridding weights = 6.55580E+08 IMAGR3: Field 4 Beam min = -429.5 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 4 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 5 Sum of gridding weights = 6.55581E+08 IMAGR3: Field 5 Beam min = -429.9 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 5 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 6 Sum of gridding weights = 6.55580E+08 IMAGR3: Field 6 Beam min = -429.5 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 6 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: Field 7 Sum of gridding weights = 6.55580E+08 IMAGR3: Field 7 Beam min = -429.7 MilliJy, max = 1.0 Jy IMAGR3: FITBM: SOLUTION FOR RESTORING BEAM FAILED IMAGR3: Field 7 fit FWHM = 12.474 x 12.474 arcsec, PA= -45.0 IMAGR3: CLBHIS: minimum component 0.500 of current peak IMAGR3: Field 1 min = -315.2 MilliJy,max = 730.3 MilliJy IMAGR3: Field 2 min = -299.2 MilliJy,max = 649.0 MilliJy IMAGR3: Field 3 min = -320.0 MilliJy,max = 687.8 MilliJy IMAGR3: Field 4 min = -312.2 MilliJy,max = 695.4 MilliJy IMAGR3: Field 5 min = -278.8 MilliJy,max = 615.2 MilliJy IMAGR3: Field 6 min = -289.4 MilliJy,max = 587.2 MilliJy IMAGR3: Field 7 min = -302.3 MilliJy,max = 662.0 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 29.68 MilliJy IMAGR3: 5396 Residual map points loaded IMAGR3: Field 5 min allowed flux = 288.045 MilliJy iter= 11 IMAGR3: Field 5 Clean flux density= 465.305 MilliJy 11 comps IMAGR3: Total Cleaned flux density = 465.305 MilliJy 11 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -149.0 MilliJy,max = 279.0 MilliJy IMAGR3: BGC Clean: using 237 cell beam + residuals > 26.84 MilliJy IMAGR3: 2461 Residual map points loaded IMAGR3: Field 5 min allowed flux = 135.231 MilliJy iter= 23 IMAGR3: Field 5 Clean flux density= 701.583 MilliJy 23 comps IMAGR3: Total Cleaned flux density = 701.583 MilliJy 23 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -107.8 MilliJy,max = 165.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.163E-02 < Second best 1.418E-01 IMAGR3: Field 1 min = -107.7 MilliJy,max = 181.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.181E-02 < Second best 1.363E-01 IMAGR3: Field 3 min = -107.6 MilliJy,max = 172.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.222E-02 < Second best 1.289E-01 IMAGR3: Field 5 min = -97.4 MilliJy,max = 125.6 MilliJy IMAGR3: BGC Clean: using 237 cell beam + residuals > 12.60 MilliJy IMAGR3: 2783 Residual map points loaded IMAGR3: Field 5 min allowed flux = 61.083 MilliJy iter= 44 IMAGR3: Field 5 Clean flux density= 758.216 MilliJy 44 comps IMAGR3: Total Cleaned flux density = 758.216 MilliJy 44 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -63.0 MilliJy,max = 68.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.212E-03 < Second best 5.932E-02 IMAGR3: Field 6 min = -59.8 MilliJy,max = 60.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.485E-03 < Second best 5.827E-02 IMAGR3: Field 5 min = -59.3 MilliJy,max = 59.5 MilliJy IMAGR3: BGC Clean: using 219 cell beam + residuals > 6.27 MilliJy IMAGR3: 3123 Residual map points loaded IMAGR3: Field 5 min allowed flux = -29.100 MilliJy iter= 77 IMAGR3: Field 5 Clean flux density= 743.968 MilliJy 77 comps IMAGR3: Total Cleaned flux density = 743.968 MilliJy 77 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -29.6 MilliJy,max = 41.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.418E-03 < Second best 5.163E-02 IMAGR3: Field 7 min = -29.8 MilliJy,max = 38.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.406E-02 < Second best 4.222E-02 IMAGR3: Field 3 min = -29.7 MilliJy,max = 40.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.417E-02 < Second best 3.181E-02 IMAGR3: Field 1 min = -28.7 MilliJy,max = 43.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.021E-02 < Second best 2.778E-02 IMAGR3: Field 5 min = -28.1 MilliJy,max = 28.2 MilliJy IMAGR3: BGC Clean: using 501 cell beam + residuals > 2.10 MilliJy IMAGR3: 5374 Residual map points loaded IMAGR3: Field 5 min allowed flux = -14.109 MilliJy iter= 116 IMAGR3: Field 5 Clean flux density= 714.189 MilliJy 116 comps IMAGR3: Total Cleaned flux density = 714.189 MilliJy 116 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -16.5 MilliJy,max = 19.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.778E-03 < Second best 1.406E-02 IMAGR3: Field 7 min = -15.3 MilliJy,max = 18.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.031E-02 < Second best 1.348E-02 IMAGR3: Field 5 min = -14.0 MilliJy,max = 13.7 MilliJy IMAGR3: BGC Clean: using 217 cell beam + residuals > 1.62 MilliJy IMAGR3: 4308 Residual map points loaded IMAGR3: Field 5 min allowed flux = 6.965 MilliJy iter= 169 IMAGR3: Field 5 Clean flux density= 687.832 MilliJy 169 comps IMAGR3: Total Cleaned flux density = 687.832 MilliJy 169 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -8.7 MilliJy,max = 9.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.197E-03 < Second best 1.021E-02 IMAGR3: Field 1 min = -9.4 MilliJy,max = 10.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.088E-03 < Second best 8.778E-03 IMAGR3: Field 3 min = -9.4 MilliJy,max = 9.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.074E-03 < Second best 7.212E-03 IMAGR3: Field 2 min = -7.4 MilliJy,max = 7.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.103E-03 < Second best 7.197E-03 IMAGR3: BGC Clean: using 257 cell beam + residuals > 1.11 MilliJy IMAGR3: 2230 Residual map points loaded IMAGR3: Field 7 min allowed flux = 3.733 MilliJy iter= 20 IMAGR3: Field 7 Clean flux density= 6.943 MilliJy 20 comps IMAGR3: Total Cleaned flux density = 694.776 MilliJy 189 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -7.1 MilliJy,max = 6.8 MilliJy IMAGR3: BGC Clean: using 163 cell beam + residuals > 1.20 MilliJy IMAGR3: 3648 Residual map points loaded IMAGR3: Field 5 min allowed flux = 3.483 MilliJy iter= 233 IMAGR3: Field 5 Clean flux density= 684.627 MilliJy 233 comps IMAGR3: Total Cleaned flux density = 691.570 MilliJy 253 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -4.0 MilliJy,max = 6.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.131E-03 < Second best 5.074E-03 IMAGR3: Field 3 min = -4.6 MilliJy,max = 6.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.038E-03 < Second best 4.088E-03 IMAGR3: Field 1 min = -4.6 MilliJy,max = 5.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.460E-03 < Second best 3.564E-03 IMAGR3: Field 7 min = -4.3 MilliJy,max = 6.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.932E-03 < Second best 3.418E-03 IMAGR3: Field 4 min = -4.5 MilliJy,max = 6.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.847E-03 < Second best 3.335E-03 IMAGR3: Field 5 min = -4.1 MilliJy,max = 6.6 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 703.93 MicroJy IMAGR3: 4742 Residual map points loaded IMAGR3: Field 5 min allowed flux = 1.723 MilliJy iter= 386 IMAGR3: Field 5 Clean flux density= 685.168 MilliJy 386 comps IMAGR3: Total Cleaned flux density = 692.111 MilliJy 406 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -3.3 MilliJy,max = 5.3 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.675E-03 < Second best 2.932E-03 IMAGR3: Field 7 min = -3.3 MilliJy,max = 5.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.116E-03 < Second best 2.460E-03 IMAGR3: Field 1 min = -3.1 MilliJy,max = 5.1 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 697.30 MicroJy IMAGR3: 1278 Residual map points loaded IMAGR3: Field 1 min allowed flux = -1.064 MilliJy iter= 75 IMAGR3: Field 1 Clean flux density= 752.845 MicroJy 75 comps IMAGR3: Total Cleaned flux density = 692.864 MilliJy 481 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -3.0 MilliJy,max = 5.8 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 697.30 MicroJy IMAGR3: 1543 Residual map points loaded IMAGR3: Field 6 min allowed flux = 1.116 MilliJy iter= 57 IMAGR3: Field 6 Clean flux density= 1.279 MilliJy 57 comps IMAGR3: Total Cleaned flux density = 694.143 MilliJy 538 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -3.2 MilliJy,max = 5.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.881E-03 < Second best 2.103E-03 IMAGR3: Field 2 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.276E-03 < Second best 1.881E-03 IMAGR3: BGC Clean: using 163 cell beam + residuals > 595.81 MicroJy IMAGR3: 2069 Residual map points loaded IMAGR3: Field 7 min allowed flux = -977.748 MicroJy iter= 117 IMAGR3: Field 7 Clean flux density= 5.991 MilliJy 117 comps IMAGR3: Total Cleaned flux density = 693.191 MilliJy 635 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.6 MilliJy,max = 4.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.456E-03 < Second best 1.675E-03 IMAGR3: Field 3 min = -2.5 MilliJy,max = 4.3 MilliJy IMAGR3: BGC Clean: using 163 cell beam + residuals > 595.81 MicroJy IMAGR3: 1821 Residual map points loaded IMAGR3: Field 3 min allowed flux = 824.642 MicroJy iter= 103 IMAGR3: Field 3 Clean flux density= 592.245 MicroJy 103 comps IMAGR3: Total Cleaned flux density = 693.783 MilliJy 738 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.4 MilliJy,max = 4.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 460.85 MicroJy IMAGR3: 2607 Residual map points loaded IMAGR3: Field 5 min allowed flux = -813.842 MicroJy iter= 507 IMAGR3: Field 5 Clean flux density= 684.978 MilliJy 507 comps IMAGR3: Total Cleaned flux density = 693.593 MilliJy 859 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.7 MilliJy,max = 3.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 459.21 MicroJy IMAGR3: 1882 Residual map points loaded IMAGR3: Field 4 min allowed flux = -761.361 MicroJy iter= 82 IMAGR3: Field 4 Clean flux density= 1.917 MilliJy 82 comps IMAGR3: Total Cleaned flux density = 695.510 MilliJy 941 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.873E-04 < Second best 1.070E-03 IMAGR3: Field 6 min = -2.7 MilliJy,max = 4.2 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 431.98 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: 1841 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 529.162 MicroJy iter= 273 IMAGR3: Field 6 Clean flux density= -1.402 MilliJy 273 comps IMAGR3: Total Cleaned flux density = 692.829 MilliJy 1157 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -2.2 MilliJy,max = 3.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.790E-04 < Second best 9.873E-04 IMAGR3: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 396.48 MicroJy IMAGR3: 1830 Residual map points loaded IMAGR3: Field 2 min allowed flux = -497.204 MicroJy iter= 172 IMAGR3: Field 2 Clean flux density= -830.074 MicroJy 172 comps IMAGR3: Total Cleaned flux density = 691.999 MilliJy 1329 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -2.2 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 356.19 MicroJy IMAGR3: 1873 Residual map points loaded IMAGR3: Field 7 min allowed flux = 466.560 MicroJy iter= 319 IMAGR3: Field 7 Clean flux density= 6.896 MilliJy 319 comps IMAGR3: Total Cleaned flux density = 692.904 MilliJy 1531 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 332.37 MicroJy IMAGR3: 1994 Residual map points loaded IMAGR3: Field 3 min allowed flux = 432.649 MicroJy iter= 280 IMAGR3: Field 3 Clean flux density= -121.751 MicroJy 280 comps IMAGR3: Total Cleaned flux density = 692.190 MilliJy 1708 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 3.1 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 308.15 MicroJy IMAGR3: 1625 Residual map points loaded IMAGR3: Field 5 min allowed flux = 450.872 MicroJy iter= 633 IMAGR3: Field 5 Clean flux density= 685.956 MilliJy 633 comps IMAGR3: Total Cleaned flux density = 693.168 MilliJy 1834 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.7 MilliJy,max = 2.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.545E-04 < Second best 7.301E-04 IMAGR3: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 264.25 MicroJy IMAGR3: 2027 Residual map points loaded IMAGR3: Field 4 min allowed flux = 385.037 MicroJy iter= 252 IMAGR3: Field 4 Clean flux density= 4.224 MilliJy 252 comps IMAGR3: Total Cleaned flux density = 695.475 MilliJy 2004 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 261.82 MicroJy IMAGR3: 677 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 282.479 MicroJy iter= 203 IMAGR3: Field 1 Clean flux density= 1.121 MilliJy 203 comps IMAGR3: Total Cleaned flux density = 695.843 MilliJy 2132 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 238.06 MicroJy IMAGR3: 1586 Residual map points loaded IMAGR3: Field 6 min allowed flux = -290.405 MicroJy iter= 515 IMAGR3: Field 6 Clean flux density= -1.631 MilliJy 515 comps IMAGR3: Total Cleaned flux density = 695.615 MilliJy 2374 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 215.48 MicroJy IMAGR3: 1607 Residual map points loaded IMAGR3: Field 2 min allowed flux = 250.412 MicroJy iter= 387 IMAGR3: Field 2 Clean flux density= -1.683 MilliJy 387 comps IMAGR3: Total Cleaned flux density = 694.761 MilliJy 2589 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.7 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 198.75 MicroJy IMAGR3: 1859 Residual map points loaded IMAGR3: Field 7 min allowed flux = 295.416 MicroJy iter= 458 IMAGR3: Field 7 Clean flux density= 6.569 MilliJy 458 comps IMAGR3: Total Cleaned flux density = 694.434 MilliJy 2728 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 189.55 MicroJy IMAGR3: 2276 Residual map points loaded IMAGR3: Field 5 min allowed flux = 283.645 MicroJy iter= 864 IMAGR3: Field 5 Clean flux density= 685.954 MilliJy 864 comps IMAGR3: Total Cleaned flux density = 694.433 MilliJy 2959 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 174.08 MicroJy IMAGR3: 2427 Residual map points loaded IMAGR3: Field 3 min allowed flux = -271.206 MicroJy iter= 424 IMAGR3: Field 3 Clean flux density= -495.251 MicroJy 424 comps IMAGR3: Total Cleaned flux density = 694.059 MilliJy 3103 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 160.60 MicroJy IMAGR3: 1833 Residual map points loaded IMAGR3: Field 4 min allowed flux = 234.009 MicroJy iter= 424 IMAGR3: Field 4 Clean flux density= 4.612 MilliJy 424 comps IMAGR3: Total Cleaned flux density = 694.447 MilliJy 3275 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 156.18 MicroJy IMAGR3: 1994 Residual map points loaded IMAGR3: Field 7 min allowed flux = 199.697 MicroJy iter= 745 IMAGR3: Field 7 Clean flux density= 5.884 MilliJy 745 comps IMAGR3: Total Cleaned flux density = 693.762 MilliJy 3562 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 146.32 MicroJy IMAGR3: 1527 Residual map points loaded IMAGR3: Field 6 min allowed flux = -205.532 MicroJy iter= 690 IMAGR3: Field 6 Clean flux density= -1.617 MilliJy 690 comps IMAGR3: Total Cleaned flux density = 693.776 MilliJy 3737 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 139.29 MicroJy IMAGR3: 1994 Residual map points loaded IMAGR3: Field 5 min allowed flux = -194.830 MicroJy iter= 1131 IMAGR3: Field 5 Clean flux density= 686.114 MilliJy 1131 comps IMAGR3: Total Cleaned flux density = 693.935 MilliJy 4004 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 127.99 MicroJy IMAGR3: 1032 Residual map points loaded IMAGR3: Field 1 min allowed flux = 149.945 MicroJy iter= 360 IMAGR3: Field 1 Clean flux density= 1.196 MilliJy 360 comps IMAGR3: Total Cleaned flux density = 694.011 MilliJy 4161 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 121.88 MicroJy IMAGR3: 2698 Residual map points loaded IMAGR3: Field 3 min allowed flux = -167.727 MicroJy iter= 719 IMAGR3: Field 3 Clean flux density= -988.205 MicroJy 719 comps IMAGR3: Total Cleaned flux density = 693.517 MilliJy 4456 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 110.70 MicroJy IMAGR3: 1811 Residual map points loaded IMAGR3: Field 2 min allowed flux = -132.816 MicroJy iter= 608 IMAGR3: Field 2 Clean flux density= -1.994 MilliJy 608 comps IMAGR3: Total Cleaned flux density = 693.206 MilliJy 4677 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 103.65 MicroJy IMAGR3: 1785 Residual map points loaded IMAGR3: Field 4 min allowed flux = 168.040 MicroJy iter= 622 IMAGR3: Field 4 Clean flux density= 5.086 MilliJy 622 comps IMAGR3: Total Cleaned flux density = 693.681 MilliJy 4875 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 101.33 MicroJy IMAGR3: 2246 Residual map points loaded IMAGR3: Field 6 min allowed flux = 143.122 MicroJy iter= 1005 IMAGR3: Field 6 Clean flux density= -1.820 MilliJy 1005 comps IMAGR3: Total Cleaned flux density = 693.477 MilliJy 5190 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 95.44 MicroJy IMAGR3: 2434 Residual map points loaded IMAGR3: Field 7 min allowed flux = 164.714 MicroJy iter= 884 IMAGR3: Field 7 Clean flux density= 5.714 MilliJy 884 comps IMAGR3: Total Cleaned flux density = 693.307 MilliJy 5329 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 91.17 MicroJy IMAGR3: 2565 Residual map points loaded IMAGR3: Field 5 min allowed flux = -191.257 MicroJy iter= 1217 IMAGR3: Field 5 Clean flux density= 686.067 MilliJy 1217 comps IMAGR3: Total Cleaned flux density = 693.259 MilliJy 5415 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: BGC Clean: using 103 cell beam + residuals > 89.78 MicroJy IMAGR3: 2125 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 102.864 MicroJy iter= 1951 IMAGR3: Field 5 Clean flux density= 686.712 MilliJy 1951 comps IMAGR3: Total Cleaned flux density = 693.905 MilliJy 6149 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 85.21 MicroJy IMAGR3: 2651 Residual map points loaded IMAGR3: Field 3 min allowed flux = 117.394 MicroJy iter= 1024 IMAGR3: Field 3 Clean flux density= -1.607 MilliJy 1024 comps IMAGR3: Total Cleaned flux density = 693.286 MilliJy 6454 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 84.24 MicroJy IMAGR3: 2331 Residual map points loaded IMAGR3: Field 4 min allowed flux = -135.689 MicroJy iter= 837 IMAGR3: Field 4 Clean flux density= 5.211 MilliJy 837 comps IMAGR3: Total Cleaned flux density = 693.411 MilliJy 6669 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 82.65 MicroJy IMAGR3: 2466 Residual map points loaded IMAGR3: Field 7 min allowed flux = -136.028 MicroJy iter= 1062 IMAGR3: Field 7 Clean flux density= 5.300 MilliJy 1062 comps IMAGR3: Total Cleaned flux density = 692.998 MilliJy 6847 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 76.75 MicroJy IMAGR3: 788 Residual map points loaded IMAGR3: Field 1 min allowed flux = -89.965 MicroJy iter= 487 IMAGR3: Field 1 Clean flux density= 1.314 MilliJy 487 comps IMAGR3: Total Cleaned flux density = 693.115 MilliJy 6974 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 72.79 MicroJy IMAGR3: 1935 Residual map points loaded IMAGR3: Field 6 min allowed flux = 110.510 MicroJy iter= 1298 IMAGR3: Field 6 Clean flux density= -1.701 MilliJy 1298 comps IMAGR3: Total Cleaned flux density = 693.235 MilliJy 7267 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 69.40 MicroJy IMAGR3: 1695 Residual map points loaded IMAGR3: Field 7 min allowed flux = -89.669 MicroJy iter= 1371 IMAGR3: Field 7 Clean flux density= 5.134 MilliJy 1371 comps IMAGR3: Total Cleaned flux density = 693.068 MilliJy 7576 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 66.54 MicroJy IMAGR3: 2213 Residual map points loaded IMAGR3: Field 4 min allowed flux = 121.548 MicroJy iter= 985 IMAGR3: Field 4 Clean flux density= 5.475 MilliJy 985 comps IMAGR3: Total Cleaned flux density = 693.332 MilliJy 7724 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 62.15 MicroJy IMAGR3: 2695 Residual map points loaded IMAGR3: Field 2 min allowed flux = 91.291 MicroJy iter= 823 IMAGR3: Field 2 Clean flux density= -2.089 MilliJy 823 comps IMAGR3: Total Cleaned flux density = 693.236 MilliJy 7939 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 60.44 MicroJy IMAGR3: 1717 Residual map points loaded IMAGR3: Field 4 min allowed flux = 80.083 MicroJy iter= 1599 IMAGR3: Field 4 Clean flux density= 5.065 MilliJy 1599 comps IMAGR3: Total Cleaned flux density = 692.827 MilliJy 8553 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 56.14 MicroJy IMAGR3: 2306 Residual map points loaded IMAGR3: Field 3 min allowed flux = -97.700 MicroJy iter= 1210 IMAGR3: Field 3 Clean flux density= -1.865 MilliJy 1210 comps IMAGR3: Total Cleaned flux density = 692.568 MilliJy 8739 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 55.29 MicroJy IMAGR3: 2611 Residual map points loaded IMAGR3: Field 6 min allowed flux = -93.863 MicroJy iter= 1611 IMAGR3: Field 6 Clean flux density= -2.316 MilliJy 1611 comps IMAGR3: Total Cleaned flux density = 691.953 MilliJy 9052 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 53.80 MicroJy IMAGR3: 3097 Residual map points loaded IMAGR3: Field 5 min allowed flux = -132.623 MicroJy iter= 2050 IMAGR3: Field 5 Clean flux density= 686.581 MilliJy 2050 comps IMAGR3: Total Cleaned flux density = 691.822 MilliJy 9151 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 51.92 MicroJy IMAGR3: 2651 Residual map points loaded IMAGR3: Field 5 min allowed flux = 69.360 MicroJy iter= 3143 IMAGR3: Field 5 Clean flux density= 686.530 MilliJy 3143 comps IMAGR3: Total Cleaned flux density = 691.771 MilliJy 10244 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 52.28 MicroJy IMAGR3: 2892 Residual map points loaded IMAGR3: Field 3 min allowed flux = 85.855 MicroJy iter= 1506 IMAGR3: Field 3 Clean flux density= -1.907 MilliJy 1506 comps IMAGR3: Total Cleaned flux density = 691.729 MilliJy 10540 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 51.40 MicroJy IMAGR3: 2390 Residual map points loaded IMAGR3: Field 6 min allowed flux = 73.726 MicroJy iter= 2032 IMAGR3: Field 6 Clean flux density= -2.177 MilliJy 2032 comps IMAGR3: Total Cleaned flux density = 691.868 MilliJy 10961 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 50.04 MicroJy IMAGR3: 2979 Residual map points loaded IMAGR3: Field 2 min allowed flux = 77.028 MicroJy iter= 1013 IMAGR3: Field 2 Clean flux density= -1.869 MilliJy 1013 comps IMAGR3: Total Cleaned flux density = 692.088 MilliJy 11151 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 46.92 MicroJy IMAGR3: 737 Residual map points loaded IMAGR3: Field 1 min allowed flux = -70.698 MicroJy iter= 547 IMAGR3: Field 1 Clean flux density= 1.273 MilliJy 547 comps IMAGR3: Total Cleaned flux density = 692.047 MilliJy 11211 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 45.91 MicroJy IMAGR3: 2918 Residual map points loaded IMAGR3: Field 7 min allowed flux = 93.147 MicroJy iter= 1504 IMAGR3: Field 7 Clean flux density= 5.026 MilliJy 1504 comps IMAGR3: Total Cleaned flux density = 691.940 MilliJy 11344 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 44.54 MicroJy IMAGR3: 2086 Residual map points loaded IMAGR3: Field 7 min Clean flux = 68.278 MicroJy iter= 1733 IMAGR3: Field 7 Clean flux density= 4.805 MilliJy 1733 comps IMAGR3: Total Cleaned flux density = 691.718 MilliJy 11573 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 39.31 MicroJy IMAGR3: 2709 Residual map points loaded IMAGR3: Field 3 min allowed flux = 79.376 MicroJy iter= 1663 IMAGR3: Field 3 Clean flux density= -2.067 MilliJy 1663 comps IMAGR3: Total Cleaned flux density = 691.559 MilliJy 11730 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 39.25 MicroJy IMAGR3: 3157 Residual map points loaded IMAGR3: Field 4 min allowed flux = -96.964 MicroJy iter= 1717 IMAGR3: Field 4 Clean flux density= 5.114 MilliJy 1717 comps IMAGR3: Total Cleaned flux density = 691.607 MilliJy 11848 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 37.75 MicroJy IMAGR3: 2784 Residual map points loaded IMAGR3: Field 4 min Clean flux = -68.214 MicroJy iter= 2085 IMAGR3: Field 4 Clean flux density= 4.939 MilliJy 2085 comps IMAGR3: Total Cleaned flux density = 691.433 MilliJy 12216 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 33.29 MicroJy IMAGR3: 3191 Residual map points loaded IMAGR3: Field 3 min Clean flux = 68.097 MicroJy iter= 1887 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR3: Field 3 Clean flux density= -2.323 MilliJy 1887 comps IMAGR3: Total Cleaned flux density = 691.176 MilliJy 12440 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 29.92 MicroJy IMAGR3: 3981 Residual map points loaded IMAGR3: Field 2 min allowed flux = -69.902 MicroJy iter= 1103 IMAGR3: Field 2 Clean flux density= -1.793 MilliJy 1103 comps IMAGR3: Total Cleaned flux density = 691.252 MilliJy 12530 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 119 cell beam + residuals > 28.70 MicroJy IMAGR3: 4138 Residual map points loaded IMAGR3: Field 6 min allowed flux = 68.365 MicroJy iter= 2509 IMAGR3: Field 6 Clean flux density= -2.956 MilliJy 2509 comps IMAGR3: Total Cleaned flux density = 690.474 MilliJy 13007 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 163 cell beam + residuals > 24.22 MicroJy IMAGR3: 3469 Residual map points loaded IMAGR3: Field 1 min Clean flux = 68.273 MicroJy iter= 596 IMAGR3: Field 1 Clean flux density= 1.392 MilliJy 596 comps IMAGR3: Total Cleaned flux density = 690.593 MilliJy 13056 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 177 cell beam + residuals > 18.67 MicroJy IMAGR3: 5275 Residual map points loaded IMAGR3: Field 2 min Clean flux = 67.535 MicroJy iter= 1131 IMAGR3: Field 2 Clean flux density= -1.736 MilliJy 1131 comps IMAGR3: Total Cleaned flux density = 690.650 MilliJy 13084 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 8.68 MicroJy IMAGR3: 8685 Residual map points loaded IMAGR3: Field 5 min allowed flux = 89.696 MicroJy iter= 3261 IMAGR3: Field 5 Clean flux density= 686.339 MilliJy 3261 comps IMAGR3: Total Cleaned flux density = 690.459 MilliJy 13202 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 6.62 MicroJy IMAGR3: 9099 Residual map points loaded IMAGR3: Field 5 min Clean flux = 68.274 MicroJy iter= 3661 IMAGR3: Field 5 Clean flux density= 686.071 MilliJy 3661 comps IMAGR3: Total Cleaned flux density = 690.192 MilliJy 13602 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 507 cell beam + residuals > 5.60 MicroJy IMAGR3: 9305 Residual map points loaded IMAGR3: Field 6 min Clean flux = 67.973 MicroJy iter= 2719 IMAGR3: Field 6 Clean flux density= -3.027 MilliJy 2719 comps IMAGR3: Total Cleaned flux density = 690.120 MilliJy 13812 comps IMAGR3: ALGSTB: All 123 Rows In AP (Max 267) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 112- 0 Cells, with 24580 Pts IMAGR3: Peak residual in window 68.278 less than limit 68.300 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 596 to 247 components IMAGR3: Field 2 compressed from 1131 to 406 components IMAGR3: Field 3 compressed from 1887 to 542 components IMAGR3: Field 4 compressed from 2085 to 424 components IMAGR3: Field 5 compressed from 3661 to 629 components IMAGR3: Field 6 compressed from 2719 to 557 components IMAGR3: Field 7 compressed from 1733 to 444 components IMAGR3: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR3: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR3: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 1.392 MilliJy ( 247 CCs) from field 1 to field 2 IMAGR3: Restore-396.490 MicroJy ( 141 CCs) from field 1 to field 3 IMAGR3: Restore 1.392 MilliJy ( 247 CCs) from field 1 to field 4 IMAGR3: Restore 94.005 MicroJy ( 102 CCs) from field 1 to field 5 IMAGR3: Restore 1.712 MilliJy ( 171 CCs) from field 1 to field 6 IMAGR3: Restore 2.029 MilliJy ( 109 CCs) from field 1 to field 7 IMAGR3: Restore-959.778 MicroJy ( 114 CCs) from field 2 to field 1 IMAGR3: Restore -1.543 MilliJy ( 138 CCs) from field 2 to field 3 IMAGR3: Restore -1.206 MilliJy ( 272 CCs) from field 2 to field 4 IMAGR3: Restore-668.537 MicroJy ( 9 CCs) from field 2 to field 5 IMAGR3: Restore-340.933 MicroJy ( 15 CCs) from field 2 to field 6 IMAGR3: Restore 863.348 MicroJy ( 376 CCs) from field 3 to field 1 IMAGR3: Restore -2.323 MilliJy ( 542 CCs) from field 3 to field 2 IMAGR3: Restore -2.323 MilliJy ( 542 CCs) from field 3 to field 4 IMAGR3: Restore -1.141 MilliJy ( 184 CCs) from field 3 to field 5 IMAGR3: Restore -1.141 MilliJy ( 184 CCs) from field 3 to field 6 IMAGR3: Restore 566.267 MicroJy ( 37 CCs) from field 3 to field 7 IMAGR3: Restore 1.020 MilliJy ( 68 CCs) from field 4 to field 1 IMAGR3: Restore 747.090 MicroJy ( 128 CCs) from field 4 to field 2 IMAGR3: Restore 2.020 MilliJy ( 125 CCs) from field 4 to field 6 IMAGR3: Restore -70.084 MicroJy ( 8 CCs) from field 4 to field 7 IMAGR3: Restore 686.072 MilliJy ( 629 CCs) from field 5 to field 1 IMAGR3: Restore 686.072 MilliJy ( 629 CCs) from field 5 to field 2 IMAGR3: Restore 686.072 MilliJy ( 629 CCs) from field 5 to field 3 IMAGR3: Restore 686.072 MilliJy ( 629 CCs) from field 5 to field 4 IMAGR3: Restore 686.072 MilliJy ( 629 CCs) from field 5 to field 6 IMAGR3: Restore 686.287 MilliJy ( 559 CCs) from field 5 to field 7 IMAGR3: Restore 191.376 MicroJy ( 187 CCs) from field 6 to field 1 IMAGR3: Restore 191.376 MicroJy ( 187 CCs) from field 6 to field 2 IMAGR3: Restore -3.027 MilliJy ( 557 CCs) from field 6 to field 4 IMAGR3: Restore-217.515 MicroJy ( 163 CCs) from field 6 to field 7 IMAGR3: Restore 4.805 MilliJy ( 444 CCs) from field 7 to field 1 IMAGR3: Restore 7.048 MilliJy ( 370 CCs) from field 7 to field 2 IMAGR3: Restore 4.315 MilliJy ( 250 CCs) from field 7 to field 3 IMAGR3: Restore 4.805 MilliJy ( 444 CCs) from field 7 to field 4 IMAGR3: Restore 4.315 MilliJy ( 250 CCs) from field 7 to field 5 IMAGR3: Restore 4.805 MilliJy ( 444 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 693.383 MilliJy IMAGR3: Field 2 final Clean flux 691.391 MilliJy IMAGR3: Field 3 final Clean flux 686.125 MilliJy IMAGR3: Field 4 final Clean flux 690.651 MilliJy IMAGR3: Field 5 final Clean flux 688.671 MilliJy IMAGR3: Field 6 final Clean flux 690.100 MilliJy IMAGR3: Field 7 final Clean flux 693.399 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 12 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: auto 31DEC06 TST: Cpu= 18.4 Real= 38 -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 6 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Disk 1 in-CNO 13 renumbered as CNO 5 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01138 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1800+388_C,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1800+388_C,BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 3: CT29_3.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =1800+388' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1800+388_C,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: ' ' AIPS 3: ' ' AIPS 3: Found in Version=ABIN AIPS 3: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 3: Disk 1 No files needed renumbering AIPS 3: 'EMPTY CATALOG ?' 18 >AIPS 3: Begin check for any 'standard' scratch files AIPS 3: Scratch files -- destroyed: 0 still active: 0 AIPS 3: User18232: 6681 messages, oldest written 07-SEP-2006 13:05:31 AIPS 3: Deleted 0 messages AIPS 3: Saved POPS environment in area named 'LASTEXIT' AIPS 3: Session command-line history saved. AIPS 3: auto 31DEC06 TST: Cpu= 0.6 Real= 278 /home/auto/run/AD431_1999OCT29_3.run.0 finished on Thu Sep 7 14:59:42 MDT 2006