AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Oct 3 14:33 /home/auto/bin/AVLAPREP.001 Pipe version = Oct 2 09:13 /home/auto/bin/AVLAPIPE.001 Post version = Oct 10 11:13 /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 global default file /home/auto/aips/DA00/DADEVS.LIST 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 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure expid AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: return expnm AIPS 2: finish AIPS 2: type expid AIPS 2: ' ' >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw,kj AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 7e4; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;j=1 AIPS 2: while (j<9);keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if(keystrng='FREQ')then AIPS 2: keyword='CRVAL'!!char(j);gethead;keyval(1)=keyval(1)/1 e10;j=9 AIPS 2: if (keyval(1) < 1.8) then;clrtemp;go;else AIPS 2: type 'QUACK SKIPPED FOR THIS HIGH FREQUENCY OBSERVAT ION' AIPS 2: type 'MAY BE A FAST-SWITHCING OBS - IE LOSS OF ALL D ATA' AIPS 2: type 'RUN BY HAND IF YOU REALLY WANT THIS QUACK';tge t quack AIPS 2: end;else;j=j+1;end;end AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go;clrtemp AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;kj=0;userid=0;clrtemp AIPS 2: while (kj<9) AIPS 2: kj=kj+1;keyvalue=0;keystrng'';keyword='CTYPE'!!char(kj);ge thead;clrtemp AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kj);gethead AIPS 2: kj=10;end;end;vget;if((keyvalue(1))>17e9&(solint>0.5))then;s olint=1/3 AIPS 2: aparm(7)=3.5;vput;type' AUTOMATIC RESET: SOLINT=20SEC (HIG H FREQ)';end AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode'';snver=numta b('SN')+1 AIPS 2: solint=lsparm(13)*lsparm(2);clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(2 )=30 AIPS 2: bparm(3)=1;bparm(4)=0;bparm(5)=0.031;bparm(6)=256;bparm(7)=256 ;bparm(8)=100 AIPS 2: gx;bparm(4)=3*bparm(1);bparm(1)=-0.7*bparm(1);bcount=nfield+1 AIPS 2: type'SEARCHING FOR NVSS SOURCES';gx;szf=nfield;szc=cellsize;sz i=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: keyword'GCOUNT';gethead;if(keyvalue(1)<10)then;type'NO DATA' ;error=1;end AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=7e4)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 2: 'AD431_1999OCT29_2' >>AIPS 2: 'AD431_1999OCT29_2' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: egetname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk =1 AIPS 2: while (kk<7) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=10;else;kk=kk+1;en d;end AIPS 2: for i=3:uvi;egetname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: end;intype'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - CHECK?';end; inclass'NVAS06' AIPS 2: chkname;if(error<1)then;type inname!!' : FLATFOV ALREADY D ONE';mai=0;end AIPS 2: if (mai=1) then;inclass'*001' AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);geth ead AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fo v;end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsi ze(2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1), cellsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view radius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov /cellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps =1;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp =15;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSE C RADIUS' AIPS 2: inclass'?CL001';gx AIPS 2: $inclass'?CL*';allzap;recat AIPS 2: ;inclass'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI' ;dparm fov,0 AIPS 2: gx;allzap;recat AIPS 2: end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while((mai'BLANK')) AIPS 2: mai=mai+1;egetname mai;end;if(inclass<>'BLANK')then;mai=numf le+1;end AIPS 2: for j=mai:numfle;default imean;docat=1;intype'SC';egetname j;c hkname AIPS 2: if(error=0)then;keyvalue=0;keystrng'';keyword='CRPIX1';gethe ad AIPS 2: ll=keyvalue(1);keyword='CRPIX2';gethead;mm=keyvalue(1);doinv ers=1 AIPS 2: blc(1)=ll-29;blc(2)=mm-30;trc(1)=ll+30;trc(2)=mm+29;imstat;d oinv=-1 AIPS 2: blc=0;trc=0;rms=pixstd;go;wa;if(pixstd=rms)then;keyword'ACTN OISE' AIPS 2: keytype'R';keyvalue=rms,0;puthead;end;end;end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: intype'SC';egetname mai;chkname;if(error=0)then;getoname mai AIPS 2: outclass'RADCOR';outseq=0;inclass'BLANK';outdisk=indisk;gx;z ap;recat;end AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: intype'SC';egetname mai;chkname;getoname mai;outclass'NVAS06 '; AIPS 2: if(inclass='RADCOR')then;gx;inclass'RADCOR';zap;recat;end;en d AIPS 2: finish AIPS 2: AIPS 2: procedure mkarr AIPS 2: string*1 sx,lx,az AIPS 2: string*4 nnsl AIPS 2: scalar aw, ae, an, ai AIPS 2: numbant=0;aw=0;ae=0;an=0 AIPS 2: keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyvalue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end;clrtemp AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then;lsvla=substr(keystrng ,i+1,i+3) AIPS 2: else;lsvla=substr(keystrng,i+2,i+4);end;az=substr(lsvla,1,1) AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then;numbant=numbant+1 AIPS 2: if (lsvla='VPT')then;ai=75;lx='P';else;ai=value(substr(lsv la,2,3)) AIPS 2: if(az='W')then;aw=max(aw,ai);else;if(az='E')then;ae=max( ae,ai);else AIPS 2: if(az='N')then;an=max(an,ai);else;if(lx<>'P')then; AIPS 2: type lsvla!!' - ERROR: ANTENNA NOT KNOWN';end;en d;end;end AIPS 2: clrtemp;end;end;end AIPS 2: if (lx<>'P')then;ai=max(aw,ae);ai=max(ai,an);lx='D';if(ai>36)t hen;lx='A' AIPS 2: else;if(ai>18)then;lx='B';else;if(ai>9)then;lx='C';end;end ;end;end AIPS 2: ai=min(aw,ae);ai=min(ai,an);sx='A';if(ai<10)then;sx='D';else;i f(ai<19)then AIPS 2: sx='C';else;if(ai<37)then;sx='B';end;end;end;clrtemp AIPS 2: if(numbant<10)then AIPS 2: nnsl='0'!!char(numbant)!!sx!!lx;else;nnsl=char(numbant)!!sx! !lx;end AIPS 2: return nnsl AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,rh,rm,rs,dd,dm,ds,rmsv,sbmv AIPS 2: scalar ifx,nif,nu,nu1,nu2,bw,nst,stv,msuv1,msuv2,msuv AIPS 2: string*1 pm,rmsc,stc,ik AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras,frqs,nnsl AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expnm AIPS 2: expnm = '' AIPS 2: if(expnm='')then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';g ethead AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';en d AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';en d AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';en d AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';en d AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';en d AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';en d AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng ,7,8)!!'_2' AIPS 2: end;ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: ik=char(ki);keyvalue=0;keystrng'';keyword='CTYPE'!!ik;gethea d;clrtemp AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!ik;gethead;ra1=keyvalue(1);ra2=keyvalue(2 );msuv1=ra1+ra2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(1)=-1*keyvalue(1)*360 0;ra1=ra1/15 AIPS 2: ra2=ra2/15;rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1 =(ra1-rm)*60 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+0.005)/1000);clrtemp AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!ik;gethead;ra1=0.5*keyvalue(1)*cellsize(1 );end AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!ik;gethead;dc1=keyvalue(1);dc2=keyvalue(2) ;msuv1=dc1+dc2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(2)=keyvalue(1)*3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2)+0.0005);clrtemp;keyword='NAXIS'!!i k AIPS 2: gethead;dc1=0.5*(keyvalue(1)-10)*cellsize(2);end $ie corre ct for (c)-top AIPS 2: if(substr(keystrng,1,2)='IF')then AIPS 2: keyword='NAXIS'!!ik;gethead;nif=keyvalue(1);clrtemp;end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!ik;gethead;nu1=keyvalue(1)/1e6;nu2=keyval ue(2)/1e6 AIPS 2: keyword='CDELT'!!ik;gethead;bw=keyvalue(1)/1e6;end;nu=(nu1 +nu2);clrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!ik;gethead;stv=keyvalue(1) AIPS 2: keyword='NAXIS'!!ik;gethead;nst=keyvalue(1);clrtemp AIPS 2: if(nst=4)then;stc='F';else;if(nst=2)then;stc='H';else;if(s tv=-1)then AIPS 2: stc='R';else;if(stv=-2)then;stc='L';else;if(stv=-5)t hen;stc='X' AIPS 2: else;if(stv=-6)then;stc='Y';else;if(stv >0)then;st c='I';else AIPS 2: stc='U';end;end;end;end;end;end;end;end AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: if(intype='UV')then;nu1=0;nu2=0;clrtemp;inext'FQ';for ifx=1:ni f AIPS 2: pixxy=1,2,ifx;tabget;nu1=nu1+((keyvalue(1)+keyvalue(2))/1e 6) AIPS 2: pixxy=1,3,ifx;tabget;nu2=nu2+((keyvalue(1)+keyvalue(2))/1e 6);end AIPS 2: nu=nu+0.5*(nu1+(0.5*nu2));clrtemp;else;if(intype='MA')then; AIPS 2: fras=substr(char(0.5*(ra1+dc1)),1,4);nu=nu+(bw/(2*nif));el se AIPS 2: type 'ERROR: FILE TYPE UNKNOWN (HOW DID THIS HAPPEN?)';end ;end AIPS 2: frqs=substr(char((nu+5)/1000),1,4);clrtemp AIPS 2: if (intype='MA')then; $read conv size, rms from header, use ims i*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2/ 60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyvalu e(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: outfile=frqs!!stc!!sbms!!'_'!!expnm!!'_'!!rmss!!rmsc!!fras!! radi AIPS 2: else;outfile=frqs!!stc!!nnsl!!'_'!!expnm!!'.UVF';sys2com(1)=' $aimg/ AIPS 2: end AIPS 2: msuv=(sqrt((msuv1*msuv1)+(msuv2*msuv2)))*3600 AIPS 2: if(msuv>5)then $ not multisource UV, make a source dir AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'! ! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char( rm);end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: sys2com(4)=substr(sys2com(4),1,4);clrtemp AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char( dm);end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sysSETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 7.4620 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C-BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 1372 good solutions CALIB2: Average closure rms = 0.0172 +- 0.0112 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25221 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.07522 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.03540 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01770 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.5 Real= 1 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_C.MODEL CALRD2: Create 3C286_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C-BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 73 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 292 good solutions CALIB2: Average closure rms = 0.0025 +- 0.0009 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.15909 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.09091 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.09091 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02273 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.15909 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.06818 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: 0.02273 of the times had 18 - 20 percent outside 2.5 times rms CALIB2: 0.02273 of the times had 22 - 24 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 343 merged records from 343 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 1485 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 343 merged records from 343 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.9 Real= 2 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C-BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 4.316E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 4.378E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 4.302E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 4.414E+00 CALIB2: Found 388 good solutions CALIB2: Average closure rms = 0.0009 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.14085 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.08451 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.01408 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991029 . C-BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 16 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.253E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.307E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.246E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.339E+00 CALIB2: Found 64 good solutions CALIB2: Average closure rms = 0.0004 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.20000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.20000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1800+388 : 0 A 1 0.74510 +/- 0.00302 GETJY2: 2 0.73776 +/- 0.00276 GETJY2: 1821+397 : 0 C 1 0.35096 +/- 0.00097 GETJY2: 2 0.35516 +/- 0.00151 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 97 merged records from 97 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.2 Real= 2 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 1485 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 97 merged records from 97 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.8 Real= 2 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991029 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.5 Real= 0 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .C-BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 618 0 618 SPLIT2: Fully 0 0 3899 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create J1819+3845 .C-BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 10438 0 10438 SPLIT2: Fully 0 0 160147 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1800+388 .C-BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 123 0 123 SPLIT2: Fully 0 0 10282 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1821+397 .C-BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 8 0 8 SPLIT2: Fully 0 0 6400 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.9 Real= 3 2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991029.C-BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: Extension file type CL version 2 deleted AIPS 2: Extension file type CL version 3 deleted AIPS 2: Extension file type SN version 1 deleted AIPS 2: Extension file type SN version 2 deleted AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06504 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C-BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1145 CELLSIZE 0.48270 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.48270 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C-BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.114 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C-BAND Seq 1 Disk: 1 in slot 3 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C-BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 45.2 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 23 42.0 00002 -1 507 512 513 C 3 1012 1012 13 30 40.77 30 27 07.3 00003 -1 507 512 513 C 4 1012 1012 13 31 35.81 30 27 07.3 00004 -1 507 512 513 C 5 1012 1012 13 30 40.73 30 33 58.2 00005 -1 507 512 513 C 6 1012 1012 13 31 35.84 30 33 58.2 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 37 23.9 00007 -1 507 512 513 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C-BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.4554E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.4554E-02 -4.1096E+02 0 IMAGR2: Field 3 1012 1012 -3.5562E+02 -2.0566E+02 0 IMAGR2: Field 4 1012 1012 3.5567E+02 -2.0566E+02 0 IMAGR2: Field 5 1012 1012 -3.5614E+02 2.0524E+02 0 IMAGR2: Field 6 1012 1012 3.5606E+02 2.0524E+02 0 IMAGR2: Field 7 1012 1012 2.4554E-02 4.1094E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C-BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 7 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4517 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.435E+04 IMAGR2: UVWAIT: Adding temperance S 8.870E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.637E+06 and out 1.312E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 4.435E+04 over 8998 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 8 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 9 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 21 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.39319E+08 IMAGR2: Field 1 Beam min = -210.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.265 x 1.096 arcsec, PA= 17.6 IMAGR2: Field 2 Sum of gridding weights = 1.39319E+08 IMAGR2: Field 2 Beam min = -212.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.265 x 1.097 arcsec, PA= 17.5 IMAGR2: Field 3 Sum of gridding weights = 1.39319E+08 IMAGR2: Field 3 Beam min = -210.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.265 x 1.096 arcsec, PA= 17.5 IMAGR2: Field 4 Sum of gridding weights = 1.39319E+08 IMAGR2: Field 4 Beam min = -213.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.265 x 1.097 arcsec, PA= 17.6 IMAGR2: Field 5 Sum of gridding weights = 1.39319E+08 IMAGR2: Field 5 Beam min = -210.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.265 x 1.096 arcsec, PA= 17.6 IMAGR2: Field 6 Sum of gridding weights = 1.39318E+08 IMAGR2: Field 6 Beam min = -212.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.265 x 1.097 arcsec, PA= 17.7 IMAGR2: Field 7 Sum of gridding weights = 1.39318E+08 IMAGR2: Field 7 Beam min = -210.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.265 x 1.096 arcsec, PA= 17.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.6 Jy,max = 7.5 Jy IMAGR2: Field 2 min = -1.1 Jy,max = 1.7 Jy IMAGR2: Field 3 min = -923.2 MilliJy,max = 1.6 Jy IMAGR2: Field 4 min = -1.1 Jy,max = 1.8 Jy IMAGR2: Field 5 min = -1.1 Jy,max = 1.7 Jy IMAGR2: Field 6 min = -991.5 MilliJy,max = 1.6 Jy IMAGR2: Field 7 min = -1.1 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 894.92 MilliJy IMAGR2: 15247 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.568 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 4.248 Jy 8 comps IMAGR2: Total Cleaned flux density = 4.248 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -703.0 MilliJy,max = 3.2 Jy IMAGR2: BGC Clean: using 863 cell beam + residuals > 888.85 MilliJy IMAGR2: 806 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.536 Jy iter= 16 IMAGR2: Field 1 Clean flux density= 6.077 Jy 16 comps IMAGR2: Total Cleaned flux density = 6.077 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -239.9 MilliJy,max = 363.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.470E-01 < Second best 1.607E+00 IMAGR2: Field 4 min = -233.7 MilliJy,max = 352.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.133E-01 < Second best 1.603E+00 IMAGR2: Field 2 min = -213.4 MilliJy,max = 352.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.368E-01 < Second best 1.584E+00 IMAGR2: Field 5 min = -227.7 MilliJy,max = 358.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.428E-01 < Second best 1.500E+00 IMAGR2: Field 3 min = -210.2 MilliJy,max = 346.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.310E-01 < Second best 1.476E+00 IMAGR2: Field 6 min = -201.1 MilliJy,max = 329.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.888E-01 < Second best 1.462E+00 IMAGR2: Field 1 min = -343.9 MilliJy,max = 1.4 Jy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 184.26 MilliJy IMAGR2: 14091 Residual map points loaded IMAGR2: Field 1 min allowed flux = 656.655 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 6.954 Jy 25 comps IMAGR2: Total Cleaned flux density = 6.954 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -212.1 MilliJy,max = 611.2 MilliJy IMAGR2: BGC Clean: using 863 cell beam + residuals > 163.59 MilliJy IMAGR2: 1872 Residual map points loaded IMAGR2: Field 1 min allowed flux = 300.475 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 7.435 Jy 36 comps IMAGR2: Total Cleaned flux density = 7.435 Jy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -100.1 MilliJy,max = 114.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.094E-01 < Second best 3.428E-01 IMAGR2: Field 5 min = -100.3 MilliJy,max = 138.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.211E-01 < Second best 3.368E-01 IMAGR2: Field 2 min = -117.0 MilliJy,max = 121.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.891E-02 < Second best 3.310E-01 IMAGR2: Field 3 min = -88.6 MilliJy,max = 115.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.104E-01 < Second best 3.133E-01 IMAGR2: Field 4 min = -99.8 MilliJy,max = 105.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.321E-02 < Second best 2.888E-01 IMAGR2: Field 6 min = -85.5 MilliJy,max = 108.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.036E-01 < Second best 2.862E-01 IMAGR2: Field 1 min = -177.0 MilliJy,max = 278.4 MilliJy IMAGR2: BGC Clean: using 863 cell beam + residuals > 74.86 MilliJy IMAGR2: 4451 Residual map points loaded IMAGR2: Field 1 min allowed flux = 135.122 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 7.643 Jy 50 comps IMAGR2: Total Cleaned flux density = 7.643 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -127.9 MilliJy,max = 129.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 63.65 MilliJy IMAGR2: 1817 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 87.286 MilliJy iter= 74 IMAGR2: Field 1 Clean flux density= 7.765 Jy 74 comps IMAGR2: Total Cleaned flux density = 7.765 Jy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -83.0 MilliJy,max = 105.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.596E-02 < Second best 1.104E-01 IMAGR2: Field 3 min = -75.4 MilliJy,max = 100.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.576E-02 < Second best 1.094E-01 IMAGR2: Field 7 min = -77.8 MilliJy,max = 93.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.399E-02 < Second best 1.036E-01 IMAGR2: Field 6 min = -76.2 MilliJy,max = 84.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.106E-02 < Second best 9.891E-02 IMAGR2: Field 2 min = -93.3 MilliJy,max = 93.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.443E-02 < Second best 9.576E-02 IMAGR2: BGC Clean: using 279 cell beam + residuals > 52.70 MilliJy IMAGR2: 1263 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 69.052 MilliJy iter= 27 IMAGR2: Field 3 Clean flux density= 190.661 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 7.956 Jy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -71.6 MilliJy,max = 81.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.556E-02 < Second best 8.596E-02 IMAGR2: Field 5 min = -78.7 MilliJy,max = 94.4 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 50.77 MilliJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 64.486 MilliJy iter= 31 IMAGR2: Field 5 Clean flux density= 178.807 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 8.135 Jy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -69.3 MilliJy,max = 83.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.787E-02 < Second best 8.339E-02 IMAGR2: Field 1 min = -75.2 MilliJy,max = 78.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.497E-02 < Second best 8.106E-02 IMAGR2: Field 6 min = -73.3 MilliJy,max = 81.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 50.84 MilliJy IMAGR2: 872 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 63.164 MilliJy iter= 36 IMAGR2: Field 6 Clean flux density= 217.102 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 8.352 Jy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -69.0 MilliJy,max = 71.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.840E-02 < Second best 7.497E-02 IMAGR2: Field 1 min = -75.2 MilliJy,max = 74.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 47.17 MilliJy IMAGR2: 864 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -55.175 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 7.713 Jy 105 comps IMAGR2: Total Cleaned flux density = 8.300 Jy 199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -71.8 MilliJy,max = 78.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.186E-02 < Second best 6.840E-02 IMAGR2: Field 4 min = -64.4 MilliJy,max = 68.3 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 47.17 MilliJy IMAGR2: 450 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 53.469 MilliJy iter= 30 IMAGR2: Field 4 Clean flux density= 107.154 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 8.407 Jy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -61.0 MilliJy,max = 66.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.533E-02 < Second best 6.604E-02 IMAGR2: Field 3 min = -69.0 MilliJy,max = 69.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.701E-02 < Second best 6.186E-02 IMAGR2: Field 2 min = -69.7 MilliJy,max = 74.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 43.87 MilliJy IMAGR2: 548 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 51.009 MilliJy iter= 41 IMAGR2: Field 2 Clean flux density= 147.056 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 8.554 Jy 270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -61.1 MilliJy,max = 70.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.707E-02 < Second best 6.049E-02 IMAGR2: Field 6 min = -59.9 MilliJy,max = 71.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.213E-02 < Second best 5.707E-02 IMAGR2: BGC Clean: using 157 cell beam + residuals > 38.57 MilliJy IMAGR2: 1536 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -46.792 MilliJy iter= 94 IMAGR2: Field 5 Clean flux density= 295.268 MilliJy 94 comps IMAGR2: Total Cleaned flux density = 8.671 Jy 333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -60.9 MilliJy,max = 65.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.095E-02 < Second best 5.533E-02 IMAGR2: Field 7 min = -54.9 MilliJy,max = 61.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 38.57 MilliJy IMAGR2: 449 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -43.256 MilliJy iter= 44 IMAGR2: Field 7 Clean flux density= 113.313 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 8.784 Jy 377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -49.3 MilliJy,max = 45.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.429E-02 < Second best 5.213E-02 IMAGR2: Field 6 min = -59.1 MilliJy,max = 67.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 41.02 MilliJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -44.449 MilliJy iter= 70 IMAGR2: Field 6 Clean flux density= 272.288 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 8.839 Jy 411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -54.0 MilliJy,max = 54.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.165E-02 < Second best 5.095E-02 IMAGR2: Field 3 min = -59.6 MilliJy,max = 63.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 33.41 MilliJy IMAGR2: 1642 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 40.301 MilliJy iter= 118 IMAGR2: Field 3 Clean flux density= 407.443 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 9.056 Jy 502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -51.9 MilliJy,max = 61.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.215E-02 < Second best 4.484E-02 IMAGR2: Field 5 min = -56.1 MilliJy,max = 55.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.906E-02 < Second best 4.429E-02 IMAGR2: Field 1 min = -49.4 MilliJy,max = 43.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 30.23 MilliJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -34.806 MilliJy iter= 186 IMAGR2: Field 1 Clean flux density= 7.664 Jy 186 comps IMAGR2: Total Cleaned flux density = 9.006 Jy 583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -51.1 MilliJy,max = 64.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.902E-02 < Second best 4.215E-02 IMAGR2: Field 2 min = -46.5 MilliJy,max = 54.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 31.77 MilliJy IMAGR2: 277 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -34.379 MilliJy iter= 91 IMAGR2: Field 2 Clean flux density= 124.280 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 8.983 Jy 633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -43.9 MilliJy,max = 48.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 31.77 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 34.132 MilliJy iter= 79 IMAGR2: Field 4 Clean flux density= 87.714 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 8.964 Jy 682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -41.5 MilliJy,max = 48.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.699E-02 < Second best 3.906E-02 IMAGR2: Field 5 min = -52.0 MilliJy,max = 48.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.636E-02 < Second best 3.902E-02 IMAGR2: Field 6 min = -52.4 MilliJy,max = 57.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.648E-02 < Second best 3.861E-02 IMAGR2: Field 3 min = -50.8 MilliJy,max = 52.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.453E-02 < Second best 3.699E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.79 MilliJy IMAGR2: 1787 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -29.484 MilliJy iter= 178 IMAGR2: Field 7 Clean flux density= 313.461 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 9.164 Jy 816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -45.9 MilliJy,max = 50.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.271E-02 < Second best 3.636E-02 IMAGR2: Field 5 min = -44.4 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.284E-02 < Second best 3.453E-02 IMAGR2: Field 3 min = -47.2 MilliJy,max = 49.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 26.27 MilliJy IMAGR2: 328 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 28.024 MilliJy iter= 173 IMAGR2: Field 3 Clean flux density= 403.791 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 9.161 Jy 871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.1 MilliJy,max = 29.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.613E-02 < Second best 3.294E-02 IMAGR2: Field 2 min = -37.8 MilliJy,max = 43.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.926E-02 < Second best 3.284E-02 IMAGR2: Field 5 min = -43.5 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 24.92 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 26.720 MilliJy iter= 159 IMAGR2: Field 5 Clean flux density= 193.965 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 9.059 Jy 936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -38.6 MilliJy,max = 39.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.961E-02 < Second best 3.271E-02 IMAGR2: Field 6 min = -44.7 MilliJy,max = 49.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 21.28 MilliJy IMAGR2: 2933 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -25.588 MilliJy iter= 268 IMAGR2: Field 6 Clean flux density= 407.804 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 9.195 Jy 1134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -35.4 MilliJy,max = 35.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.634E-02 < Second best 2.926E-02 IMAGR2: Field 2 min = -34.7 MilliJy,max = 42.0 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 23.18 MilliJy IMAGR2: 184 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -24.192 MilliJy iter= 141 IMAGR2: Field 2 Clean flux density= 156.864 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 9.227 Jy 1184 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -36.3 MilliJy,max = 31.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.293E-02 < Second best 2.687E-02 IMAGR2: Field 3 min = -40.0 MilliJy,max = 42.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 20.52 MilliJy IMAGR2: 485 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -22.038 MilliJy iter= 262 IMAGR2: Field 3 Clean flux density= 446.050 MilliJy 262 comps IMAGR2: Total Cleaned flux density = 9.270 Jy 1273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -33.7 MilliJy,max = 34.1 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 20.52 MilliJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 21.634 MilliJy iter= 147 IMAGR2: Field 4 Clean flux density= 133.468 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 9.315 Jy 1341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.8 MilliJy,max = 25.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.252E-02 < Second best 2.560E-02 IMAGR2: Field 5 min = -37.6 MilliJy,max = 32.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 20.52 MilliJy IMAGR2: 99 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -21.121 MilliJy iter= 199 IMAGR2: Field 5 Clean flux density= 220.709 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 9.342 Jy 1381 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -29.9 MilliJy,max = 34.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.36 MilliJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 17.361 MilliJy iter= 350 IMAGR2: Field 6 Clean flux density= 468.548 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 9.403 Jy 1463 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -30.7 MilliJy,max = 34.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.034E-02 < Second best 2.293E-02 IMAGR2: Field 7 min = -29.9 MilliJy,max = 28.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.938E-02 < Second best 2.252E-02 IMAGR2: Field 1 min = -22.0 MilliJy,max = 22.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.37 MilliJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -16.494 MilliJy iter= 292 IMAGR2: Field 1 Clean flux density= 7.636 Jy 292 comps IMAGR2: Total Cleaned flux density = 9.375 Jy 1569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -34.8 MilliJy,max = 32.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 15.95 MilliJy IMAGR2: 503 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -16.973 MilliJy iter= 364 IMAGR2: Field 3 Clean flux density= 401.496 MilliJy 364 comps IMAGR2: Total Cleaned flux density = 9.330 Jy 1671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -27.4 MilliJy,max = 26.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.86 MilliJy IMAGR2: 1397 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 15.476 MilliJy iter= 342 IMAGR2: Field 4 Clean flux density= 222.484 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 9.419 Jy 1866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.7 MilliJy,max = 27.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.788E-02 < Second best 2.025E-02 IMAGR2: Field 5 min = -30.4 MilliJy,max = 27.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.838E-02 < Second best 1.938E-02 IMAGR2: Field 7 min = -30.7 MilliJy,max = 28.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 14.72 MilliJy IMAGR2: 264 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -15.318 MilliJy iter= 254 IMAGR2: Field 7 Clean flux density= 368.203 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 9.474 Jy 1942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -29.1 MilliJy,max = 27.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 14.72 MilliJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -15.418 MilliJy iter= 291 IMAGR2: Field 5 Clean flux density= 233.582 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 9.487 Jy 2034 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -27.0 MilliJy,max = 28.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 14.72 MilliJy IMAGR2: 131 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 15.066 MilliJy iter= 191 IMAGR2: Field 2 Clean flux density= 185.279 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 9.515 Jy 2084 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -28.6 MilliJy,max = 31.8 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 12.95 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -13.365 MilliJy iter= 415 IMAGR2: Field 6 Clean flux density= 506.640 MilliJy 415 comps IMAGR2: Total Cleaned flux density = 9.553 Jy 2149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -28.6 MilliJy,max = 29.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 12.95 MilliJy IMAGR2: 253 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -13.375 MilliJy iter= 441 IMAGR2: Field 3 Clean flux density= 417.615 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 9.570 Jy 2226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.3 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 12.55 MilliJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.628 MilliJy iter= 305 IMAGR2: Field 1 Clean flux density= 7.640 Jy 305 comps IMAGR2: Total Cleaned flux density = 9.574 Jy 2239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -22.8 MilliJy,max = 20.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 11.95 MilliJy IMAGR2: 69 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 12.139 MilliJy iter= 374 IMAGR2: Field 4 Clean flux density= 217.482 MilliJy 374 comps IMAGR2: Total Cleaned flux density = 9.569 Jy 2271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -25.5 MilliJy,max = 24.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 11.95 MilliJy IMAGR2: 221 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -12.318 MilliJy iter= 357 IMAGR2: Field 5 Clean flux density= 250.080 MilliJy 357 comps IMAGR2: Total Cleaned flux density = 9.585 Jy 2337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -25.3 MilliJy,max = 22.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-02 < Second best 1.444E-02 IMAGR2: Field 2 min = -24.9 MilliJy,max = 26.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.66 MilliJy IMAGR2: 2845 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 10.924 MilliJy iter= 507 IMAGR2: Field 2 Clean flux density= 260.634 MilliJy 507 comps IMAGR2: Total Cleaned flux density = 9.661 Jy 2653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -23.0 MilliJy,max = 22.8 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 10.55 MilliJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -11.210 MilliJy iter= 417 IMAGR2: Field 7 Clean flux density= 398.561 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 9.691 Jy 2816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -28.3 MilliJy,max = 26.1 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 10.55 MilliJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -10.932 MilliJy iter= 538 IMAGR2: Field 3 Clean flux density= 419.672 MilliJy 538 comps IMAGR2: Total Cleaned flux density = 9.693 Jy 2913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -26.9 MilliJy,max = 25.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.13 MilliJy IMAGR2: 1128 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -9.825 MilliJy iter= 614 IMAGR2: Field 6 Clean flux density= 492.956 MilliJy 614 comps IMAGR2: Total Cleaned flux density = 9.679 Jy 3112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.6 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.03 MilliJy IMAGR2: 201 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.256 MilliJy iter= 380 IMAGR2: Field 1 Clean flux density= 7.711 Jy 380 comps IMAGR2: Total Cleaned flux density = 9.750 Jy 3187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -22.2 MilliJy,max = 22.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 9.08 MilliJy IMAGR2: 1676 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.823 MilliJy iter= 587 IMAGR2: Field 5 Clean flux density= 263.103 MilliJy 587 comps IMAGR2: Total Cleaned flux density = 9.763 Jy 3417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -21.3 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 9.12 MilliJy IMAGR2: 1069 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 9.675 MilliJy iter= 554 IMAGR2: Field 4 Clean flux density= 239.215 MilliJy 554 comps IMAGR2: Total Cleaned flux density = 9.785 Jy 3597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -19.0 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 9.12 MilliJy IMAGR2: 90 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.256 MilliJy iter= 459 IMAGR2: Field 7 Clean flux density= 414.823 MilliJy 459 comps IMAGR2: Total Cleaned flux density = 9.801 Jy 3639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -20.8 MilliJy,max = 22.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 9.12 MilliJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 9.247 MilliJy iter= 557 IMAGR2: Field 2 Clean flux density= 262.154 MilliJy 557 comps IMAGR2: Total Cleaned flux density = 9.803 Jy 3689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -22.3 MilliJy,max = 24.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 7.79 MilliJy IMAGR2: 1495 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -8.300 MilliJy iter= 739 IMAGR2: Field 3 Clean flux density= 463.532 MilliJy 739 comps IMAGR2: Total Cleaned flux density = 9.847 Jy 3890 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -19.5 MilliJy,max = 23.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 7.79 MilliJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.104 MilliJy iter= 762 IMAGR2: Field 6 Clean flux density= 504.513 MilliJy 762 comps IMAGR2: Total Cleaned flux density = 9.858 Jy 4038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.4 MilliJy,max = 20.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 7.15 MilliJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.481 MilliJy iter= 737 IMAGR2: Field 5 Clean flux density= 306.618 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 9.902 Jy 4188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -17.0 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 6.92 MilliJy IMAGR2: 834 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.214 MilliJy iter= 723 IMAGR2: Field 4 Clean flux density= 297.564 MilliJy 723 comps IMAGR2: Total Cleaned flux density = 9.960 Jy 4357 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.205E-03 < Second best 8.861E-03 IMAGR2: Field 7 min = -17.2 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 6.92 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 7.114 MilliJy iter= 569 IMAGR2: Field 7 Clean flux density= 445.064 MilliJy 569 comps IMAGR2: Total Cleaned flux density = 9.991 Jy 4467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.3 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 6.36 MilliJy IMAGR2: 1233 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.644 MilliJy iter= 712 IMAGR2: Field 2 Clean flux density= 262.323 MilliJy 712 comps IMAGR2: Total Cleaned flux density = 9.991 Jy 4622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.9 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 6.36 MilliJy IMAGR2: 61 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.391 MilliJy iter= 406 IMAGR2: Field 1 Clean flux density= 7.724 Jy 406 comps IMAGR2: Total Cleaned flux density = 10.003 Jy 4648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.4 MilliJy,max = 21.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 6.90 MilliJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.073 MilliJy iter= 817 IMAGR2: Field 3 Clean flux density= 453.350 MilliJy 817 comps IMAGR2: Total Cleaned flux density = 9.993 Jy 4726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -19.0 MilliJy,max = 20.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 5.89 MilliJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.175 MilliJy iter= 948 IMAGR2: Field 6 Clean flux density= 512.835 MilliJy 948 comps IMAGR2: Total Cleaned flux density = 10.002 Jy 4912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.2 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 5.89 MilliJy IMAGR2: 1127 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.183 MilliJy iter= 927 IMAGR2: Field 5 Clean flux density= 335.498 MilliJy 927 comps IMAGR2: Total Cleaned flux density = 10.030 Jy 5102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -15.2 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 5.41 MilliJy IMAGR2: 1630 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.683 MilliJy iter= 917 IMAGR2: Field 4 Clean flux density= 321.297 MilliJy 917 comps IMAGR2: Total Cleaned flux density = 10.054 Jy 5296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.5 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 5.41 MilliJy IMAGR2: 1357 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.651 MilliJy iter= 749 IMAGR2: Field 7 Clean flux density= 482.292 MilliJy 749 comps IMAGR2: Total Cleaned flux density = 10.091 Jy 5476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -19.8 MilliJy,max = 21.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 5.26 MilliJy IMAGR2: 2562 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.607 MilliJy iter= 1119 IMAGR2: Field 3 Clean flux density= 525.011 MilliJy 1119 comps IMAGR2: Total Cleaned flux density = 10.163 Jy 5778 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.1 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.54 MilliJy IMAGR2: 859 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.765 MilliJy iter= 882 IMAGR2: Field 2 Clean flux density= 276.109 MilliJy 882 comps IMAGR2: Total Cleaned flux density = 10.177 Jy 5948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.4 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.54 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.582 MilliJy iter= 452 IMAGR2: Field 1 Clean flux density= 7.750 Jy 452 comps IMAGR2: Total Cleaned flux density = 10.203 Jy 5994 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.2 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.44 MilliJy IMAGR2: 656 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.618 MilliJy iter= 1069 IMAGR2: Field 5 Clean flux density= 339.511 MilliJy 1069 comps IMAGR2: Total Cleaned flux density = 10.207 Jy 6136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -19.1 MilliJy,max = 19.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.42 MilliJy IMAGR2: 997 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.641 MilliJy iter= 1136 IMAGR2: Field 6 Clean flux density= 528.420 MilliJy 1136 comps IMAGR2: Total Cleaned flux density = 10.222 Jy 6324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.0 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.42 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.436 MilliJy iter= 910 IMAGR2: Field 2 Clean flux density= 280.633 MilliJy 910 comps IMAGR2: Total Cleaned flux density = 10.227 Jy 6352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.0 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.11 MilliJy IMAGR2: 1136 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.325 MilliJy iter= 1124 IMAGR2: Field 4 Clean flux density= 332.981 MilliJy 1124 comps IMAGR2: Total Cleaned flux density = 10.239 Jy 6559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.5 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.11 MilliJy IMAGR2: 840 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.304 MilliJy iter= 935 IMAGR2: Field 7 Clean flux density= 502.446 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 10.259 Jy 6745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.4 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.11 MilliJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.252 MilliJy iter= 1265 IMAGR2: Field 6 Clean flux density= 551.009 MilliJy 1265 comps IMAGR2: Total Cleaned flux density = 10.281 Jy 6874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -13.7 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.11 MilliJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.211 MilliJy iter= 1182 IMAGR2: Field 5 Clean flux density= 362.531 MilliJy 1182 comps IMAGR2: Total Cleaned flux density = 10.304 Jy 6987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.6 MilliJy,max = 21.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 4.63 MilliJy IMAGR2: 1649 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.865 MilliJy iter= 1344 IMAGR2: Field 3 Clean flux density= 527.404 MilliJy 1344 comps IMAGR2: Total Cleaned flux density = 10.307 Jy 7212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 4.63 MilliJy IMAGR2: 509 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.745 MilliJy iter= 551 IMAGR2: Field 1 Clean flux density= 7.790 Jy 551 comps IMAGR2: Total Cleaned flux density = 10.347 Jy 7311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.0 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 4.63 MilliJy IMAGR2: 1264 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.818 MilliJy iter= 1119 IMAGR2: Field 2 Clean flux density= 267.826 MilliJy 1119 comps IMAGR2: Total Cleaned flux density = 10.335 Jy 7520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.2 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 4.25 MilliJy IMAGR2: 1444 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.397 MilliJy iter= 1302 IMAGR2: Field 4 Clean flux density= 358.428 MilliJy 1302 comps IMAGR2: Total Cleaned flux density = 10.360 Jy 7698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.7 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 4.25 MilliJy IMAGR2: 1256 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.396 MilliJy iter= 1109 IMAGR2: Field 7 Clean flux density= 515.153 MilliJy 1109 comps IMAGR2: Total Cleaned flux density = 10.373 Jy 7872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.4 MilliJy,max = 17.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 4.25 MilliJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.353 MilliJy iter= 1380 IMAGR2: Field 6 Clean flux density= 546.355 MilliJy 1380 comps IMAGR2: Total Cleaned flux density = 10.368 Jy 7987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -13.5 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 4.25 MilliJy IMAGR2: 1803 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.414 MilliJy iter= 1385 IMAGR2: Field 5 Clean flux density= 368.621 MilliJy 1385 comps IMAGR2: Total Cleaned flux density = 10.374 Jy 8190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.4 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 4.49 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.616 MilliJy iter= 1536 IMAGR2: Field 3 Clean flux density= 554.099 MilliJy 1536 comps IMAGR2: Total Cleaned flux density = 10.401 Jy 8382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.0 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 4.45 MilliJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.497 MilliJy iter= 1198 IMAGR2: Field 2 Clean flux density= 279.534 MilliJy 1198 comps IMAGR2: Total Cleaned flux density = 10.413 Jy 8461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.81 MilliJy IMAGR2: 458 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.871 MilliJy iter= 665 IMAGR2: Field 1 Clean flux density= 7.825 Jy 665 comps IMAGR2: Total Cleaned flux density = 10.447 Jy 8575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.2 MilliJy,max = 19.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.81 MilliJy IMAGR2: 723 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.929 MilliJy iter= 1696 IMAGR2: Field 3 Clean flux density= 536.231 MilliJy 1696 comps IMAGR2: Total Cleaned flux density = 10.429 Jy 8735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.3 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.81 MilliJy IMAGR2: 548 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.877 MilliJy iter= 1326 IMAGR2: Field 2 Clean flux density= 292.576 MilliJy 1326 comps IMAGR2: Total Cleaned flux density = 10.442 Jy 8863 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.5 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 4.05 MilliJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.153 MilliJy iter= 1520 IMAGR2: Field 5 Clean flux density= 361.398 MilliJy 1520 comps IMAGR2: Total Cleaned flux density = 10.435 Jy 8998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.5 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 3.99 MilliJy IMAGR2: 1176 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.118 MilliJy iter= 1359 IMAGR2: Field 7 Clean flux density= 522.395 MilliJy 1359 comps IMAGR2: Total Cleaned flux density = 10.442 Jy 9248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.8 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.48 MilliJy IMAGR2: 3777 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.696 MilliJy iter= 1719 IMAGR2: Field 4 Clean flux density= 388.912 MilliJy 1719 comps IMAGR2: Total Cleaned flux density = 10.473 Jy 9665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.2 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.51 MilliJy IMAGR2: 5386 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.748 MilliJy iter= 1855 IMAGR2: Field 6 Clean flux density= 537.960 MilliJy 1855 comps IMAGR2: Total Cleaned flux density = 10.464 Jy 10140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.1 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 4.11 MilliJy IMAGR2: 800 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.214 MilliJy iter= 1730 IMAGR2: Field 5 Clean flux density= 407.565 MilliJy 1730 comps IMAGR2: Total Cleaned flux density = 10.510 Jy 10350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.6 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.51 MilliJy IMAGR2: 635 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.572 MilliJy iter= 1881 IMAGR2: Field 5 Clean flux density= 387.811 MilliJy 1881 comps IMAGR2: Total Cleaned flux density = 10.491 Jy 10501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.8 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.51 MilliJy IMAGR2: 2797 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.675 MilliJy iter= 1707 IMAGR2: Field 7 Clean flux density= 593.686 MilliJy 1707 comps IMAGR2: Total Cleaned flux density = 10.562 Jy 10849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.2 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.47 MilliJy IMAGR2: 3642 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.685 MilliJy iter= 1971 IMAGR2: Field 3 Clean flux density= 541.182 MilliJy 1971 comps IMAGR2: Total Cleaned flux density = 10.567 Jy 11124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.5 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.78 MilliJy IMAGR2: 1198 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.900 MilliJy iter= 1524 IMAGR2: Field 2 Clean flux density= 312.014 MilliJy 1524 comps IMAGR2: Total Cleaned flux density = 10.586 Jy 11322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.4 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.47 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.495 MilliJy iter= 1565 IMAGR2: Field 2 Clean flux density= 317.817 MilliJy 1565 comps IMAGR2: Total Cleaned flux density = 10.592 Jy 11363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.47 MilliJy IMAGR2: 511 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.525 MilliJy iter= 720 IMAGR2: Field 1 Clean flux density= 7.845 Jy 720 comps IMAGR2: Total Cleaned flux density = 10.613 Jy 11418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.8 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.47 MilliJy IMAGR2: 2002 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.579 MilliJy iter= 2056 IMAGR2: Field 6 Clean flux density= 518.139 MilliJy 2056 comps IMAGR2: Total Cleaned flux density = 10.593 Jy 11619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.8 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.47 MilliJy IMAGR2: 1076 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.550 MilliJy iter= 1861 IMAGR2: Field 4 Clean flux density= 398.801 MilliJy 1861 comps IMAGR2: Total Cleaned flux density = 10.603 Jy 11761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -19.8 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.13 MilliJy IMAGR2: 1908 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.244 MilliJy iter= 2259 IMAGR2: Field 3 Clean flux density= 567.206 MilliJy 2259 comps IMAGR2: Total Cleaned flux density = 10.629 Jy 12049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.1 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.02 MilliJy IMAGR2: 2072 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.137 MilliJy iter= 2010 IMAGR2: Field 7 Clean flux density= 607.943 MilliJy 2010 comps IMAGR2: Total Cleaned flux density = 10.643 Jy 12352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.2 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 3.28 MilliJy IMAGR2: 438 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.324 MilliJy iter= 2187 IMAGR2: Field 6 Clean flux density= 531.391 MilliJy 2187 comps IMAGR2: Total Cleaned flux density = 10.656 Jy 12483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.1 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.08 MilliJy IMAGR2: 2993 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.224 MilliJy iter= 2221 IMAGR2: Field 5 Clean flux density= 388.315 MilliJy 2221 comps IMAGR2: Total Cleaned flux density = 10.657 Jy 12823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.9 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.08 MilliJy IMAGR2: 1537 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.162 MilliJy iter= 2138 IMAGR2: Field 4 Clean flux density= 422.602 MilliJy 2138 comps IMAGR2: Total Cleaned flux density = 10.681 Jy 13100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.08 MilliJy IMAGR2: 1503 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.183 MilliJy iter= 931 IMAGR2: Field 1 Clean flux density= 7.891 Jy 931 comps IMAGR2: Total Cleaned flux density = 10.727 Jy 13311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.3 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.08 MilliJy IMAGR2: 2944 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.209 MilliJy iter= 1927 IMAGR2: Field 2 Clean flux density= 290.859 MilliJy 1927 comps IMAGR2: Total Cleaned flux density = 10.700 Jy 13673 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.7 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 3.08 MilliJy IMAGR2: 1819 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.184 MilliJy iter= 2480 IMAGR2: Field 6 Clean flux density= 538.202 MilliJy 2480 comps IMAGR2: Total Cleaned flux density = 10.707 Jy 13966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -19.5 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.01 MilliJy IMAGR2: 3873 Residual map points loaded IMAGR2: Field 3 min allowed flux = -3.194 MilliJy iter= 2543 IMAGR2: Field 3 Clean flux density= 552.826 MilliJy 2543 comps IMAGR2: Total Cleaned flux density = 10.692 Jy 14250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.1 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.01 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.078 MilliJy iter= 2399 IMAGR2: Field 5 Clean flux density= 415.151 MilliJy 2399 comps IMAGR2: Total Cleaned flux density = 10.719 Jy 14428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.7 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 3.01 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.044 MilliJy iter= 2039 IMAGR2: Field 2 Clean flux density= 305.785 MilliJy 2039 comps IMAGR2: Total Cleaned flux density = 10.734 Jy 14540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -18.4 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.87 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.920 MilliJy iter= 2671 IMAGR2: Field 3 Clean flux density= 553.240 MilliJy 2671 comps IMAGR2: Total Cleaned flux density = 10.734 Jy 14668 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.6 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.87 MilliJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.929 MilliJy iter= 2639 IMAGR2: Field 6 Clean flux density= 538.230 MilliJy 2639 comps IMAGR2: Total Cleaned flux density = 10.734 Jy 14827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.73 MilliJy IMAGR2: 612 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.777 MilliJy iter= 1020 IMAGR2: Field 1 Clean flux density= 7.919 Jy 1020 comps IMAGR2: Total Cleaned flux density = 10.762 Jy 14916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.9 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.73 MilliJy IMAGR2: 2497 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.831 MilliJy iter= 2456 IMAGR2: Field 4 Clean flux density= 424.967 MilliJy 2456 comps IMAGR2: Total Cleaned flux density = 10.764 Jy 15234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.4 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.62 MilliJy IMAGR2: 4828 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.745 MilliJy iter= 2484 IMAGR2: Field 7 Clean flux density= 601.511 MilliJy 2484 comps IMAGR2: Total Cleaned flux density = 10.758 Jy 15708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.5 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.62 MilliJy IMAGR2: 4077 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.746 MilliJy iter= 2854 IMAGR2: Field 5 Clean flux density= 435.574 MilliJy 2854 comps IMAGR2: Total Cleaned flux density = 10.778 Jy 16163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.1 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 3.07 MilliJy IMAGR2: 1044 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.154 MilliJy iter= 2317 IMAGR2: Field 2 Clean flux density= 343.398 MilliJy 2317 comps IMAGR2: Total Cleaned flux density = 10.816 Jy 16441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.62 MilliJy IMAGR2: 517 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.657 MilliJy iter= 2459 IMAGR2: Field 2 Clean flux density= 342.230 MilliJy 2459 comps IMAGR2: Total Cleaned flux density = 10.815 Jy 16583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.9 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.68 MilliJy IMAGR2: 3223 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.789 MilliJy iter= 3047 IMAGR2: Field 6 Clean flux density= 569.754 MilliJy 3047 comps IMAGR2: Total Cleaned flux density = 10.846 Jy 16991 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -18.7 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.68 MilliJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.769 MilliJy iter= 3011 IMAGR2: Field 3 Clean flux density= 538.797 MilliJy 3011 comps IMAGR2: Total Cleaned flux density = 10.832 Jy 17331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.68 MilliJy IMAGR2: 2102 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.758 MilliJy iter= 2785 IMAGR2: Field 4 Clean flux density= 452.297 MilliJy 2785 comps IMAGR2: Total Cleaned flux density = 10.859 Jy 17660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.5 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.61 MilliJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.678 MilliJy iter= 3188 IMAGR2: Field 6 Clean flux density= 555.215 MilliJy 3188 comps IMAGR2: Total Cleaned flux density = 10.844 Jy 17801 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.61 MilliJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.673 MilliJy iter= 1146 IMAGR2: Field 1 Clean flux density= 7.956 Jy 1146 comps IMAGR2: Total Cleaned flux density = 10.882 Jy 17927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.3 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.61 MilliJy IMAGR2: 1164 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.659 MilliJy iter= 3274 IMAGR2: Field 3 Clean flux density= 517.331 MilliJy 3274 comps IMAGR2: Total Cleaned flux density = 10.861 Jy 18190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.1 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.61 MilliJy IMAGR2: 575 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.650 MilliJy iter= 2922 IMAGR2: Field 4 Clean flux density= 452.024 MilliJy 2922 comps IMAGR2: Total Cleaned flux density = 10.860 Jy 18327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.8 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.40 MilliJy IMAGR2: 3349 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.472 MilliJy iter= 2775 IMAGR2: Field 7 Clean flux density= 602.695 MilliJy 2775 comps IMAGR2: Total Cleaned flux density = 10.861 Jy 18618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.1 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.31 MilliJy IMAGR2: 3153 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.381 MilliJy iter= 3128 IMAGR2: Field 5 Clean flux density= 448.520 MilliJy 3128 comps IMAGR2: Total Cleaned flux density = 10.874 Jy 18892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.4 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.31 MilliJy IMAGR2: 2369 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.373 MilliJy iter= 3448 IMAGR2: Field 6 Clean flux density= 558.912 MilliJy 3448 comps IMAGR2: Total Cleaned flux density = 10.878 Jy 19152 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 635 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.414 MilliJy iter= 1266 IMAGR2: Field 1 Clean flux density= 7.982 Jy 1266 comps IMAGR2: Total Cleaned flux density = 10.904 Jy 19272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.8 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 1646 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.440 MilliJy iter= 3541 IMAGR2: Field 3 Clean flux density= 503.941 MilliJy 3541 comps IMAGR2: Total Cleaned flux density = 10.890 Jy 19539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.6 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 2782 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.451 MilliJy iter= 2800 IMAGR2: Field 2 Clean flux density= 349.536 MilliJy 2800 comps IMAGR2: Total Cleaned flux density = 10.898 Jy 19880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.7 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 1917 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.440 MilliJy iter= 3191 IMAGR2: Field 4 Clean flux density= 467.466 MilliJy 3191 comps IMAGR2: Total Cleaned flux density = 10.913 Jy 20149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.0 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 1331 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.415 MilliJy iter= 3058 IMAGR2: Field 7 Clean flux density= 617.317 MilliJy 3058 comps IMAGR2: Total Cleaned flux density = 10.928 Jy 20432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 860 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.405 MilliJy iter= 3009 IMAGR2: Field 2 Clean flux density= 374.488 MilliJy 3009 comps IMAGR2: Total Cleaned flux density = 10.953 Jy 20641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.5 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.37 MilliJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.424 MilliJy iter= 3747 IMAGR2: Field 3 Clean flux density= 492.318 MilliJy 3747 comps IMAGR2: Total Cleaned flux density = 10.941 Jy 20847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.6 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.18 MilliJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.199 MilliJy iter= 3320 IMAGR2: Field 4 Clean flux density= 473.828 MilliJy 3320 comps IMAGR2: Total Cleaned flux density = 10.947 Jy 20976 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.8 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.18 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.193 MilliJy iter= 3866 IMAGR2: Field 3 Clean flux density= 491.307 MilliJy 3866 comps IMAGR2: Total Cleaned flux density = 10.946 Jy 21095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.6 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.18 MilliJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.207 MilliJy iter= 3250 IMAGR2: Field 7 Clean flux density= 618.596 MilliJy 3250 comps IMAGR2: Total Cleaned flux density = 10.948 Jy 21287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.18 MilliJy IMAGR2: 762 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.222 MilliJy iter= 1341 IMAGR2: Field 1 Clean flux density= 8.000 Jy 1341 comps IMAGR2: Total Cleaned flux density = 10.966 Jy 21362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.4 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.18 MilliJy IMAGR2: 636 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.192 MilliJy iter= 3139 IMAGR2: Field 2 Clean flux density= 372.535 MilliJy 3139 comps IMAGR2: Total Cleaned flux density = 10.964 Jy 21492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.3 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.16 MilliJy IMAGR2: 2582 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.231 MilliJy iter= 3465 IMAGR2: Field 5 Clean flux density= 457.601 MilliJy 3465 comps IMAGR2: Total Cleaned flux density = 10.973 Jy 21829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.2 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.98 MilliJy IMAGR2: 4712 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.057 MilliJy iter= 3856 IMAGR2: Field 6 Clean flux density= 567.235 MilliJy 3856 comps IMAGR2: Total Cleaned flux density = 10.981 Jy 22237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.4 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.96 MilliJy IMAGR2: 2304 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.007 MilliJy iter= 3728 IMAGR2: Field 5 Clean flux density= 480.189 MilliJy 3728 comps IMAGR2: Total Cleaned flux density = 11.004 Jy 22500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.083 MilliJy iter= 1498 IMAGR2: Field 1 Clean flux density= 8.030 Jy 1498 comps IMAGR2: Total Cleaned flux density = 11.034 Jy 22657 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.8 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 2128 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.097 MilliJy iter= 3531 IMAGR2: Field 7 Clean flux density= 611.397 MilliJy 3531 comps IMAGR2: Total Cleaned flux density = 11.027 Jy 22938 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.9 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 2400 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.104 MilliJy iter= 3684 IMAGR2: Field 4 Clean flux density= 478.580 MilliJy 3684 comps IMAGR2: Total Cleaned flux density = 11.031 Jy 23302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.2 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 4252 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.115 MilliJy iter= 4360 IMAGR2: Field 3 Clean flux density= 492.916 MilliJy 4360 comps IMAGR2: Total Cleaned flux density = 11.033 Jy 23796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.1 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 2626 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.105 MilliJy iter= 3514 IMAGR2: Field 2 Clean flux density= 380.823 MilliJy 3514 comps IMAGR2: Total Cleaned flux density = 11.041 Jy 24171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.9 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 1502 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.098 MilliJy iter= 4613 IMAGR2: Field 3 Clean flux density= 469.242 MilliJy 4613 comps IMAGR2: Total Cleaned flux density = 11.018 Jy 24424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.2 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 301 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.056 MilliJy iter= 3616 IMAGR2: Field 2 Clean flux density= 388.767 MilliJy 3616 comps IMAGR2: Total Cleaned flux density = 11.025 Jy 24526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 1251 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.081 MilliJy iter= 3923 IMAGR2: Field 4 Clean flux density= 500.391 MilliJy 3923 comps IMAGR2: Total Cleaned flux density = 11.047 Jy 24765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.5 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 1878 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.088 MilliJy iter= 3863 IMAGR2: Field 7 Clean flux density= 635.774 MilliJy 3863 comps IMAGR2: Total Cleaned flux density = 11.072 Jy 25097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.6 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.088 MilliJy iter= 4875 IMAGR2: Field 3 Clean flux density= 476.175 MilliJy 4875 comps IMAGR2: Total Cleaned flux density = 11.079 Jy 25359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.9 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 2.04 MilliJy IMAGR2: 397 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.057 MilliJy iter= 3982 IMAGR2: Field 7 Clean flux density= 634.343 MilliJy 3982 comps IMAGR2: Total Cleaned flux density = 11.077 Jy 25478 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.8 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.87 MilliJy IMAGR2: 492 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.907 MilliJy iter= 4975 IMAGR2: Field 3 Clean flux density= 469.061 MilliJy 4975 comps IMAGR2: Total Cleaned flux density = 11.070 Jy 25578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.87 MilliJy IMAGR2: 1461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.915 MilliJy iter= 1604 IMAGR2: Field 1 Clean flux density= 8.049 Jy 1604 comps IMAGR2: Total Cleaned flux density = 11.089 Jy 25684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.87 MilliJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.911 MilliJy iter= 4084 IMAGR2: Field 4 Clean flux density= 497.565 MilliJy 4084 comps IMAGR2: Total Cleaned flux density = 11.086 Jy 25845 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.7 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.87 MilliJy IMAGR2: 547 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.888 MilliJy iter= 4101 IMAGR2: Field 7 Clean flux density= 633.424 MilliJy 4101 comps IMAGR2: Total Cleaned flux density = 11.085 Jy 25964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.87 MilliJy IMAGR2: 1361 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.905 MilliJy iter= 3817 IMAGR2: Field 2 Clean flux density= 390.031 MilliJy 3817 comps IMAGR2: Total Cleaned flux density = 11.086 Jy 26165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.1 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 2.02 MilliJy IMAGR2: 3317 Residual map points loaded IMAGR2: Field 6 min allowed flux = -2.141 MilliJy iter= 4094 IMAGR2: Field 6 Clean flux density= 562.685 MilliJy 4094 comps IMAGR2: Total Cleaned flux density = 11.082 Jy 26403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.7 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.73 MilliJy IMAGR2: 2510 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.770 MilliJy iter= 4395 IMAGR2: Field 6 Clean flux density= 565.342 MilliJy 4395 comps IMAGR2: Total Cleaned flux density = 11.084 Jy 26704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.2 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 5503 Residual map points loaded IMAGR2: Field 5 min allowed flux = 1.888 MilliJy iter= 4104 IMAGR2: Field 5 Clean flux density= 488.487 MilliJy 4104 comps IMAGR2: Total Cleaned flux density = 11.092 Jy 27080 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 1989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.817 MilliJy iter= 1754 IMAGR2: Field 1 Clean flux density= 8.078 Jy 1754 comps IMAGR2: Total Cleaned flux density = 11.122 Jy 27230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 2172 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.821 MilliJy iter= 4355 IMAGR2: Field 4 Clean flux density= 504.765 MilliJy 4355 comps IMAGR2: Total Cleaned flux density = 11.130 Jy 27501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 1548 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.818 MilliJy iter= 4025 IMAGR2: Field 2 Clean flux density= 385.453 MilliJy 4025 comps IMAGR2: Total Cleaned flux density = 11.125 Jy 27709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.4 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 4800 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.838 MilliJy iter= 5347 IMAGR2: Field 3 Clean flux density= 457.287 MilliJy 5347 comps IMAGR2: Total Cleaned flux density = 11.113 Jy 28081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.1 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.94 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.969 MilliJy iter= 4333 IMAGR2: Field 7 Clean flux density= 634.328 MilliJy 4333 comps IMAGR2: Total Cleaned flux density = 11.114 Jy 28313 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.1 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.78 MilliJy IMAGR2: 256 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.787 MilliJy iter= 4414 IMAGR2: Field 7 Clean flux density= 637.212 MilliJy 4414 comps IMAGR2: Total Cleaned flux density = 11.117 Jy 28394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.1 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.81 MilliJy IMAGR2: 2342 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.866 MilliJy iter= 4434 IMAGR2: Field 5 Clean flux density= 499.632 MilliJy 4434 comps IMAGR2: Total Cleaned flux density = 11.128 Jy 28724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.81 MilliJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.826 MilliJy iter= 4570 IMAGR2: Field 5 Clean flux density= 506.297 MilliJy 4570 comps IMAGR2: Total Cleaned flux density = 11.135 Jy 28860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.0 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 3302 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.715 MilliJy iter= 5823 IMAGR2: Field 3 Clean flux density= 469.199 MilliJy 5823 comps IMAGR2: Total Cleaned flux density = 11.147 Jy 29336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.9 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 1204 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.696 MilliJy iter= 4818 IMAGR2: Field 5 Clean flux density= 506.853 MilliJy 4818 comps IMAGR2: Total Cleaned flux density = 11.147 Jy 29584 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 3036 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.706 MilliJy iter= 4813 IMAGR2: Field 4 Clean flux density= 537.058 MilliJy 4813 comps IMAGR2: Total Cleaned flux density = 11.180 Jy 30042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.2 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 3738 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.720 MilliJy iter= 4531 IMAGR2: Field 2 Clean flux density= 403.131 MilliJy 4531 comps IMAGR2: Total Cleaned flux density = 11.197 Jy 30548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 1140 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.691 MilliJy iter= 1930 IMAGR2: Field 1 Clean flux density= 8.103 Jy 1930 comps IMAGR2: Total Cleaned flux density = 11.222 Jy 30724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.6 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.94 MilliJy IMAGR2: 1972 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.991 MilliJy iter= 4780 IMAGR2: Field 7 Clean flux density= 592.856 MilliJy 4780 comps IMAGR2: Total Cleaned flux density = 11.177 Jy 31090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.2 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 2064 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.701 MilliJy iter= 5126 IMAGR2: Field 7 Clean flux density= 622.070 MilliJy 5126 comps IMAGR2: Total Cleaned flux density = 11.207 Jy 31436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.3 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 1.81 MilliJy IMAGR2: 7162 Residual map points loaded IMAGR2: Field 6 min allowed flux = 2.300 MilliJy iter= 4595 IMAGR2: Field 6 Clean flux density= 547.124 MilliJy 4595 comps IMAGR2: Total Cleaned flux density = 11.188 Jy 31636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.6 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 3446 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.706 MilliJy iter= 5024 IMAGR2: Field 6 Clean flux density= 558.952 MilliJy 5024 comps IMAGR2: Total Cleaned flux density = 11.200 Jy 32065 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.7 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.66 MilliJy IMAGR2: 2964 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.698 MilliJy iter= 4920 IMAGR2: Field 2 Clean flux density= 422.802 MilliJy 4920 comps IMAGR2: Total Cleaned flux density = 11.220 Jy 32454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.1 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.91 MilliJy IMAGR2: 1977 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.955 MilliJy iter= 6148 IMAGR2: Field 3 Clean flux density= 452.976 MilliJy 6148 comps IMAGR2: Total Cleaned flux density = 11.204 Jy 32779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.1 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.71 MilliJy IMAGR2: 1614 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.811 MilliJy iter= 6317 IMAGR2: Field 3 Clean flux density= 457.623 MilliJy 6317 comps IMAGR2: Total Cleaned flux density = 11.208 Jy 32948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.3 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.75 MilliJy IMAGR2: 75 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.741 MilliJy iter= 6355 IMAGR2: Field 3 Clean flux density= 457.657 MilliJy 6355 comps IMAGR2: Total Cleaned flux density = 11.208 Jy 32986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.2 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.75 MilliJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.746 MilliJy iter= 6370 IMAGR2: Field 3 Clean flux density= 457.848 MilliJy 6370 comps IMAGR2: Total Cleaned flux density = 11.209 Jy 33001 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.2 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.75 MilliJy IMAGR2: 8 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.716 MilliJy iter= 6378 IMAGR2: Field 3 Clean flux density= 457.504 MilliJy 6378 comps IMAGR2: Total Cleaned flux density = 11.208 Jy 33009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.3 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.75 MilliJy IMAGR2: 4 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.604 MilliJy iter= 6383 IMAGR2: Field 3 Clean flux density= 457.342 MilliJy 6383 comps IMAGR2: Total Cleaned flux density = 11.208 Jy 33014 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.6 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.72 MilliJy IMAGR2: 4702 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.782 MilliJy iter= 5338 IMAGR2: Field 4 Clean flux density= 543.739 MilliJy 5338 comps IMAGR2: Total Cleaned flux density = 11.215 Jy 33539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.74 MilliJy IMAGR2: 1198 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.779 MilliJy iter= 5623 IMAGR2: Field 4 Clean flux density= 552.750 MilliJy 5623 comps IMAGR2: Total Cleaned flux density = 11.224 Jy 33824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.74 MilliJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.754 MilliJy iter= 5691 IMAGR2: Field 4 Clean flux density= 558.223 MilliJy 5691 comps IMAGR2: Total Cleaned flux density = 11.229 Jy 33892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.74 MilliJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.631 MilliJy iter= 5694 IMAGR2: Field 4 Clean flux density= 558.391 MilliJy 5694 comps IMAGR2: Total Cleaned flux density = 11.229 Jy 33895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.6 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 279 cell beam + residuals > 1.54 MilliJy IMAGR2: 5056 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.894 MilliJy iter= 5203 IMAGR2: Field 6 Clean flux density= 549.431 MilliJy 5203 comps IMAGR2: Total Cleaned flux density = 11.220 Jy 34074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.6 MilliJy,max = 11.1 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.74 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.754 MilliJy iter= 5318 IMAGR2: Field 6 Clean flux density= 550.585 MilliJy 5318 comps IMAGR2: Total Cleaned flux density = 11.221 Jy 34189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.6 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.49 MilliJy IMAGR2: 798 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.505 MilliJy iter= 5514 IMAGR2: Field 6 Clean flux density= 548.238 MilliJy 5514 comps IMAGR2: Total Cleaned flux density = 11.219 Jy 34385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.5 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.49 MilliJy IMAGR2: 5558 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.544 MilliJy iter= 5747 IMAGR2: Field 7 Clean flux density= 654.213 MilliJy 5747 comps IMAGR2: Total Cleaned flux density = 11.251 Jy 35006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.6 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.59 MilliJy IMAGR2: 8907 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.650 MilliJy iter= 5697 IMAGR2: Field 2 Clean flux density= 446.145 MilliJy 5697 comps IMAGR2: Total Cleaned flux density = 11.274 Jy 35783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.9 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.91 MilliJy IMAGR2: 5674 Residual map points loaded IMAGR2: Field 5 min allowed flux = 2.020 MilliJy iter= 5190 IMAGR2: Field 5 Clean flux density= 506.517 MilliJy 5190 comps IMAGR2: Total Cleaned flux density = 11.274 Jy 36155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.59 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.603 MilliJy iter= 5434 IMAGR2: Field 5 Clean flux density= 520.127 MilliJy 5434 comps IMAGR2: Total Cleaned flux density = 11.287 Jy 36399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.59 MilliJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.613 MilliJy iter= 2105 IMAGR2: Field 1 Clean flux density= 8.128 Jy 2105 comps IMAGR2: Total Cleaned flux density = 11.313 Jy 36574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.4 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 6174 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.593 MilliJy iter= 6271 IMAGR2: Field 2 Clean flux density= 437.024 MilliJy 6271 comps IMAGR2: Total Cleaned flux density = 11.303 Jy 37148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.68 MilliJy IMAGR2: 5347 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.740 MilliJy iter= 6263 IMAGR2: Field 4 Clean flux density= 560.097 MilliJy 6263 comps IMAGR2: Total Cleaned flux density = 11.305 Jy 37717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.58 MilliJy IMAGR2: 4540 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.632 MilliJy iter= 6790 IMAGR2: Field 4 Clean flux density= 586.358 MilliJy 6790 comps IMAGR2: Total Cleaned flux density = 11.331 Jy 38244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.66 MilliJy IMAGR2: 6481 Residual map points loaded IMAGR2: Field 4 min allowed flux = -1.763 MilliJy iter= 7088 IMAGR2: Field 4 Clean flux density= 551.516 MilliJy 7088 comps IMAGR2: Total Cleaned flux density = 11.297 Jy 38542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 595 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.563 MilliJy iter= 7204 IMAGR2: Field 4 Clean flux density= 569.012 MilliJy 7204 comps IMAGR2: Total Cleaned flux density = 11.314 Jy 38658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 5123 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.586 MilliJy iter= 2584 IMAGR2: Field 1 Clean flux density= 8.155 Jy 2584 comps IMAGR2: Total Cleaned flux density = 11.341 Jy 39137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.4 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.68 MilliJy IMAGR2: 8189 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.781 MilliJy iter= 6855 IMAGR2: Field 3 Clean flux density= 412.076 MilliJy 6855 comps IMAGR2: Total Cleaned flux density = 11.295 Jy 39609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.6 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.80 MilliJy IMAGR2: 502 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.828 MilliJy iter= 7020 IMAGR2: Field 3 Clean flux density= 415.542 MilliJy 7020 comps IMAGR2: Total Cleaned flux density = 11.299 Jy 39774 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.3 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.552 MilliJy iter= 7168 IMAGR2: Field 3 Clean flux density= 412.682 MilliJy 7168 comps IMAGR2: Total Cleaned flux density = 11.296 Jy 39922 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.1 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.62 MilliJy IMAGR2: 2631 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.663 MilliJy iter= 5814 IMAGR2: Field 5 Clean flux density= 516.947 MilliJy 5814 comps IMAGR2: Total Cleaned flux density = 11.293 Jy 40302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 682 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.563 MilliJy iter= 5974 IMAGR2: Field 5 Clean flux density= 528.262 MilliJy 5974 comps IMAGR2: Total Cleaned flux density = 11.304 Jy 40462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.54 MilliJy IMAGR2: 1415 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.575 MilliJy iter= 6541 IMAGR2: Field 2 Clean flux density= 453.682 MilliJy 6541 comps IMAGR2: Total Cleaned flux density = 11.321 Jy 40732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.41 MilliJy IMAGR2: 1365 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.437 MilliJy iter= 2733 IMAGR2: Field 1 Clean flux density= 8.172 Jy 2733 comps IMAGR2: Total Cleaned flux density = 11.338 Jy 40881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.46 MilliJy IMAGR2: 157 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.465 MilliJy iter= 6606 IMAGR2: Field 2 Clean flux density= 452.248 MilliJy 6606 comps IMAGR2: Total Cleaned flux density = 11.336 Jy 40946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.1 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.46 MilliJy IMAGR2: 280 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.465 MilliJy iter= 6081 IMAGR2: Field 5 Clean flux density= 526.922 MilliJy 6081 comps IMAGR2: Total Cleaned flux density = 11.335 Jy 41053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.5 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.46 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.471 MilliJy iter= 7373 IMAGR2: Field 4 Clean flux density= 574.212 MilliJy 7373 comps IMAGR2: Total Cleaned flux density = 11.340 Jy 41222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.7 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.46 MilliJy IMAGR2: 1848 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.495 MilliJy iter= 7439 IMAGR2: Field 3 Clean flux density= 405.720 MilliJy 7439 comps IMAGR2: Total Cleaned flux density = 11.333 Jy 41493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.0 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.45 MilliJy IMAGR2: 5322 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.498 MilliJy iter= 6257 IMAGR2: Field 7 Clean flux density= 638.837 MilliJy 6257 comps IMAGR2: Total Cleaned flux density = 11.318 Jy 42003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.0 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.62 MilliJy IMAGR2: 6263 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.718 MilliJy iter= 5874 IMAGR2: Field 6 Clean flux density= 548.469 MilliJy 5874 comps IMAGR2: Total Cleaned flux density = 11.318 Jy 42363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.7 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.45 MilliJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.486 MilliJy iter= 6169 IMAGR2: Field 6 Clean flux density= 550.739 MilliJy 6169 comps IMAGR2: Total Cleaned flux density = 11.320 Jy 42658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.31 MilliJy IMAGR2: 3278 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.341 MilliJy iter= 6579 IMAGR2: Field 7 Clean flux density= 650.789 MilliJy 6579 comps IMAGR2: Total Cleaned flux density = 11.332 Jy 42980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.8 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.34 MilliJy IMAGR2: 6644 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.388 MilliJy iter= 8134 IMAGR2: Field 3 Clean flux density= 432.576 MilliJy 8134 comps IMAGR2: Total Cleaned flux density = 11.359 Jy 43675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.5 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.45 MilliJy IMAGR2: 7579 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.498 MilliJy iter= 6916 IMAGR2: Field 6 Clean flux density= 525.828 MilliJy 6916 comps IMAGR2: Total Cleaned flux density = 11.334 Jy 44422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.0 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.62 MilliJy IMAGR2: 7873 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.722 MilliJy iter= 7343 IMAGR2: Field 6 Clean flux density= 557.342 MilliJy 7343 comps IMAGR2: Total Cleaned flux density = 11.366 Jy 44849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.3 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 2811 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.361 MilliJy iter= 7689 IMAGR2: Field 6 Clean flux density= 531.509 MilliJy 7689 comps IMAGR2: Total Cleaned flux density = 11.340 Jy 45195 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.3 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.57 MilliJy IMAGR2: 4464 Residual map points loaded IMAGR2: Field 4 min allowed flux = 1.669 MilliJy iter= 7664 IMAGR2: Field 4 Clean flux density= 580.223 MilliJy 7664 comps IMAGR2: Total Cleaned flux density = 11.346 Jy 45486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.340 MilliJy iter= 7857 IMAGR2: Field 4 Clean flux density= 588.963 MilliJy 7857 comps IMAGR2: Total Cleaned flux density = 11.355 Jy 45679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.7 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.47 MilliJy IMAGR2: 4114 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.511 MilliJy iter= 6650 IMAGR2: Field 5 Clean flux density= 556.911 MilliJy 6650 comps IMAGR2: Total Cleaned flux density = 11.385 Jy 46248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 2297 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.363 MilliJy iter= 7036 IMAGR2: Field 5 Clean flux density= 538.928 MilliJy 7036 comps IMAGR2: Total Cleaned flux density = 11.367 Jy 46634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.56 MilliJy IMAGR2: 987 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.581 MilliJy iter= 6860 IMAGR2: Field 2 Clean flux density= 454.975 MilliJy 6860 comps IMAGR2: Total Cleaned flux density = 11.369 Jy 46888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 396 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.337 MilliJy iter= 6999 IMAGR2: Field 2 Clean flux density= 458.599 MilliJy 6999 comps IMAGR2: Total Cleaned flux density = 11.373 Jy 47027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.40 MilliJy IMAGR2: 1733 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.484 MilliJy iter= 2840 IMAGR2: Field 1 Clean flux density= 8.189 Jy 2840 comps IMAGR2: Total Cleaned flux density = 11.390 Jy 47134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 9 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.326 MilliJy iter= 2846 IMAGR2: Field 1 Clean flux density= 8.190 Jy 2846 comps IMAGR2: Total Cleaned flux density = 11.391 Jy 47140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.8 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 279 cell beam + residuals > 1.32 MilliJy IMAGR2: 7357 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.622 MilliJy iter= 8372 IMAGR2: Field 3 Clean flux density= 418.788 MilliJy 8372 comps IMAGR2: Total Cleaned flux density = 11.377 Jy 47378 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.0 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.32 MilliJy IMAGR2: 1405 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.344 MilliJy iter= 8658 IMAGR2: Field 3 Clean flux density= 424.212 MilliJy 8658 comps IMAGR2: Total Cleaned flux density = 11.383 Jy 47664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.22 MilliJy IMAGR2: 2423 Residual map points loaded IMAGR2: Field 5 min allowed flux = 1.295 MilliJy iter= 7260 IMAGR2: Field 5 Clean flux density= 547.227 MilliJy 7260 comps IMAGR2: Total Cleaned flux density = 11.391 Jy 47888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.8 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 4388 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.365 MilliJy iter= 8164 IMAGR2: Field 6 Clean flux density= 539.565 MilliJy 8164 comps IMAGR2: Total Cleaned flux density = 11.399 Jy 48363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.4 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 3019 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.304 MilliJy iter= 8411 IMAGR2: Field 6 Clean flux density= 527.904 MilliJy 8411 comps IMAGR2: Total Cleaned flux density = 11.387 Jy 48610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.0 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 1824 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.256 MilliJy iter= 8941 IMAGR2: Field 3 Clean flux density= 423.933 MilliJy 8941 comps IMAGR2: Total Cleaned flux density = 11.387 Jy 48893 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.36 MilliJy IMAGR2: 4003 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.446 MilliJy iter= 6849 IMAGR2: Field 7 Clean flux density= 661.004 MilliJy 6849 comps IMAGR2: Total Cleaned flux density = 11.397 Jy 49163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.4 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 762 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.239 MilliJy iter= 7007 IMAGR2: Field 7 Clean flux density= 664.521 MilliJy 7007 comps IMAGR2: Total Cleaned flux density = 11.401 Jy 49321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.7 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 4288 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.262 MilliJy iter= 8227 IMAGR2: Field 4 Clean flux density= 604.387 MilliJy 8227 comps IMAGR2: Total Cleaned flux density = 11.416 Jy 49691 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 5029 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.295 MilliJy iter= 7376 IMAGR2: Field 2 Clean flux density= 462.650 MilliJy 7376 comps IMAGR2: Total Cleaned flux density = 11.420 Jy 50068 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 1586 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.293 MilliJy iter= 2947 IMAGR2: Field 1 Clean flux density= 8.204 Jy 2947 comps IMAGR2: Total Cleaned flux density = 11.434 Jy 50169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.2 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.33 MilliJy IMAGR2: 1820 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.357 MilliJy iter= 8703 IMAGR2: Field 6 Clean flux density= 526.204 MilliJy 8703 comps IMAGR2: Total Cleaned flux density = 11.433 Jy 50461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.0 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.22 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.245 MilliJy iter= 8856 IMAGR2: Field 6 Clean flux density= 527.310 MilliJy 8856 comps IMAGR2: Total Cleaned flux density = 11.434 Jy 50614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.22 MilliJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.230 MilliJy iter= 7547 IMAGR2: Field 2 Clean flux density= 467.075 MilliJy 7547 comps IMAGR2: Total Cleaned flux density = 11.438 Jy 50785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.22 MilliJy IMAGR2: 2851 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.246 MilliJy iter= 7586 IMAGR2: Field 5 Clean flux density= 553.378 MilliJy 7586 comps IMAGR2: Total Cleaned flux density = 11.444 Jy 51111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.25 MilliJy IMAGR2: 784 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.267 MilliJy iter= 3111 IMAGR2: Field 1 Clean flux density= 8.225 Jy 3111 comps IMAGR2: Total Cleaned flux density = 11.466 Jy 51275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.15 MilliJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.150 MilliJy iter= 3135 IMAGR2: Field 1 Clean flux density= 8.223 Jy 3135 comps IMAGR2: Total Cleaned flux density = 11.464 Jy 51299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.6 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.18 MilliJy IMAGR2: 3026 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.205 MilliJy iter= 8652 IMAGR2: Field 4 Clean flux density= 605.863 MilliJy 8652 comps IMAGR2: Total Cleaned flux density = 11.465 Jy 51724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.1 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.18 MilliJy IMAGR2: 6510 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.211 MilliJy iter= 9556 IMAGR2: Field 3 Clean flux density= 404.465 MilliJy 9556 comps IMAGR2: Total Cleaned flux density = 11.446 Jy 52339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.24 MilliJy IMAGR2: 4528 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.278 MilliJy iter= 8187 IMAGR2: Field 5 Clean flux density= 575.014 MilliJy 8187 comps IMAGR2: Total Cleaned flux density = 11.467 Jy 52940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.17 MilliJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.198 MilliJy iter= 8548 IMAGR2: Field 5 Clean flux density= 565.815 MilliJy 8548 comps IMAGR2: Total Cleaned flux density = 11.458 Jy 53301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.8 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.25 MilliJy IMAGR2: 4648 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.284 MilliJy iter= 9441 IMAGR2: Field 6 Clean flux density= 553.330 MilliJy 9441 comps IMAGR2: Total Cleaned flux density = 11.484 Jy 53886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.6 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 279 cell beam + residuals > 1.18 MilliJy IMAGR2: 1983 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.452 MilliJy iter= 9540 IMAGR2: Field 6 Clean flux density= 542.620 MilliJy 9540 comps IMAGR2: Total Cleaned flux density = 11.473 Jy 53985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.5 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.17 MilliJy IMAGR2: 661 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.179 MilliJy iter= 9738 IMAGR2: Field 6 Clean flux density= 540.912 MilliJy 9738 comps IMAGR2: Total Cleaned flux density = 11.472 Jy 54183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.23 MilliJy IMAGR2: 5539 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.300 MilliJy iter= 7358 IMAGR2: Field 7 Clean flux density= 670.336 MilliJy 7358 comps IMAGR2: Total Cleaned flux density = 11.478 Jy 54534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.1 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.17 MilliJy IMAGR2: 623 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.178 MilliJy iter= 7521 IMAGR2: Field 7 Clean flux density= 674.503 MilliJy 7521 comps IMAGR2: Total Cleaned flux density = 11.482 Jy 54697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.17 MilliJy IMAGR2: 6725 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.242 MilliJy iter= 7968 IMAGR2: Field 2 Clean flux density= 486.243 MilliJy 7968 comps IMAGR2: Total Cleaned flux density = 11.501 Jy 55118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.17 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.176 MilliJy iter= 8079 IMAGR2: Field 2 Clean flux density= 489.815 MilliJy 8079 comps IMAGR2: Total Cleaned flux density = 11.504 Jy 55229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.8 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.25 MilliJy IMAGR2: 3391 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.327 MilliJy iter= 9860 IMAGR2: Field 3 Clean flux density= 396.880 MilliJy 9860 comps IMAGR2: Total Cleaned flux density = 11.497 Jy 55533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.3 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.15 MilliJy IMAGR2: 2066 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.168 MilliJy iter= 10201 IMAGR2: Field 3 Clean flux density= 401.146 MilliJy 10201 comps IMAGR2: Total Cleaned flux density = 11.501 Jy 55874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.9 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.11 MilliJy IMAGR2: 5143 Residual map points loaded IMAGR2: Field 4 min allowed flux = 1.176 MilliJy iter= 9014 IMAGR2: Field 4 Clean flux density= 626.021 MilliJy 9014 comps IMAGR2: Total Cleaned flux density = 11.521 Jy 56236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.14 MilliJy IMAGR2: 2690 Residual map points loaded IMAGR2: Field 5 min allowed flux = 1.207 MilliJy iter= 8804 IMAGR2: Field 5 Clean flux density= 574.591 MilliJy 8804 comps IMAGR2: Total Cleaned flux density = 11.530 Jy 56492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.11 MilliJy IMAGR2: 383 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.114 MilliJy iter= 8923 IMAGR2: Field 5 Clean flux density= 575.560 MilliJy 8923 comps IMAGR2: Total Cleaned flux density = 11.531 Jy 56611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.6 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.11 MilliJy IMAGR2: 4696 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.139 MilliJy iter= 10170 IMAGR2: Field 6 Clean flux density= 544.712 MilliJy 10170 comps IMAGR2: Total Cleaned flux density = 11.535 Jy 57043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.9 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.11 MilliJy IMAGR2: 5176 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.140 MilliJy iter= 7931 IMAGR2: Field 7 Clean flux density= 687.319 MilliJy 7931 comps IMAGR2: Total Cleaned flux density = 11.548 Jy 57453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.21 MilliJy IMAGR2: 1477 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.228 MilliJy iter= 8390 IMAGR2: Field 2 Clean flux density= 508.015 MilliJy 8390 comps IMAGR2: Total Cleaned flux density = 11.566 Jy 57764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.11 MilliJy IMAGR2: 332 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.110 MilliJy iter= 8484 IMAGR2: Field 2 Clean flux density= 507.694 MilliJy 8484 comps IMAGR2: Total Cleaned flux density = 11.566 Jy 57858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.17 MilliJy IMAGR2: 2138 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.191 MilliJy iter= 9375 IMAGR2: Field 4 Clean flux density= 638.435 MilliJy 9375 comps IMAGR2: Total Cleaned flux density = 11.578 Jy 58219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.07 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.090 MilliJy iter= 9536 IMAGR2: Field 4 Clean flux density= 640.834 MilliJy 9536 comps IMAGR2: Total Cleaned flux density = 11.580 Jy 58380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.9 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.09 MilliJy IMAGR2: 6113 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.152 MilliJy iter= 10658 IMAGR2: Field 3 Clean flux density= 393.672 MilliJy 10658 comps IMAGR2: Total Cleaned flux density = 11.573 Jy 58837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.1 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.07 MilliJy IMAGR2: 1419 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.098 MilliJy iter= 10902 IMAGR2: Field 3 Clean flux density= 395.800 MilliJy 10902 comps IMAGR2: Total Cleaned flux density = 11.575 Jy 59081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.08 MilliJy IMAGR2: 2135 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.133 MilliJy iter= 3269 IMAGR2: Field 1 Clean flux density= 8.240 Jy 3269 comps IMAGR2: Total Cleaned flux density = 11.592 Jy 59215 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.08 MilliJy IMAGR2: 3492 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.099 MilliJy iter= 8260 IMAGR2: Field 7 Clean flux density= 685.210 MilliJy 8260 comps IMAGR2: Total Cleaned flux density = 11.590 Jy 59544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.3 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.08 MilliJy IMAGR2: 4958 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.106 MilliJy iter= 10566 IMAGR2: Field 6 Clean flux density= 536.210 MilliJy 10566 comps IMAGR2: Total Cleaned flux density = 11.581 Jy 59940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.04 MilliJy IMAGR2: 1276 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.055 MilliJy iter= 3410 IMAGR2: Field 1 Clean flux density= 8.253 Jy 3410 comps IMAGR2: Total Cleaned flux density = 11.594 Jy 60081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.14 MilliJy IMAGR2: 2586 Residual map points loaded IMAGR2: Field 5 min allowed flux = 1.212 MilliJy iter= 9151 IMAGR2: Field 5 Clean flux density= 566.459 MilliJy 9151 comps IMAGR2: Total Cleaned flux density = 11.585 Jy 60309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.04 MilliJy IMAGR2: 1271 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.051 MilliJy iter= 9368 IMAGR2: Field 5 Clean flux density= 573.163 MilliJy 9368 comps IMAGR2: Total Cleaned flux density = 11.592 Jy 60526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.13 MilliJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.152 MilliJy iter= 8809 IMAGR2: Field 2 Clean flux density= 516.097 MilliJy 8809 comps IMAGR2: Total Cleaned flux density = 11.600 Jy 60851 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.04 MilliJy IMAGR2: 528 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.044 MilliJy iter= 8952 IMAGR2: Field 2 Clean flux density= 517.039 MilliJy 8952 comps IMAGR2: Total Cleaned flux density = 11.601 Jy 60994 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.5 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.06 MilliJy IMAGR2: 4475 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.086 MilliJy iter= 11116 IMAGR2: Field 6 Clean flux density= 556.939 MilliJy 11116 comps IMAGR2: Total Cleaned flux density = 11.622 Jy 61544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.03 MilliJy IMAGR2: 4947 Residual map points loaded IMAGR2: Field 7 min allowed flux = -1.093 MilliJy iter= 8613 IMAGR2: Field 7 Clean flux density= 673.764 MilliJy 8613 comps IMAGR2: Total Cleaned flux density = 11.611 Jy 61897 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.4 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.12 MilliJy IMAGR2: 6134 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.155 MilliJy iter= 11554 IMAGR2: Field 3 Clean flux density= 382.064 MilliJy 11554 comps IMAGR2: Total Cleaned flux density = 11.597 Jy 62549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.1 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 1.12 MilliJy IMAGR2: 6717 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.428 MilliJy iter= 11744 IMAGR2: Field 3 Clean flux density= 379.928 MilliJy 11744 comps IMAGR2: Total Cleaned flux density = 11.595 Jy 62739 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.7 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 1.03 MilliJy IMAGR2: 976 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.046 MilliJy iter= 11953 IMAGR2: Field 3 Clean flux density= 381.935 MilliJy 11953 comps IMAGR2: Total Cleaned flux density = 11.597 Jy 62948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.15 MilliJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.166 MilliJy iter= 8893 IMAGR2: Field 7 Clean flux density= 695.279 MilliJy 8893 comps IMAGR2: Total Cleaned flux density = 11.618 Jy 63228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 980.83 MicroJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 995.951 MicroJy iter= 9108 IMAGR2: Field 7 Clean flux density= 695.082 MilliJy 9108 comps IMAGR2: Total Cleaned flux density = 11.618 Jy 63443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.05 MilliJy IMAGR2: 4529 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.079 MilliJy iter= 10119 IMAGR2: Field 4 Clean flux density= 657.687 MilliJy 10119 comps IMAGR2: Total Cleaned flux density = 11.635 Jy 64026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.6 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 1.04 MilliJy IMAGR2: 8853 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.330 MilliJy iter= 11336 IMAGR2: Field 6 Clean flux density= 548.724 MilliJy 11336 comps IMAGR2: Total Cleaned flux density = 11.627 Jy 64246 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.8 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.05 MilliJy IMAGR2: 1607 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.067 MilliJy iter= 11658 IMAGR2: Field 6 Clean flux density= 557.357 MilliJy 11658 comps IMAGR2: Total Cleaned flux density = 11.635 Jy 64568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.07 MilliJy IMAGR2: 979 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.090 MilliJy iter= 10382 IMAGR2: Field 4 Clean flux density= 654.050 MilliJy 10382 comps IMAGR2: Total Cleaned flux density = 11.632 Jy 64831 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.07 MilliJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.076 MilliJy iter= 10472 IMAGR2: Field 4 Clean flux density= 657.786 MilliJy 10472 comps IMAGR2: Total Cleaned flux density = 11.635 Jy 64921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 915.18 MicroJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -919.756 MicroJy iter= 10614 IMAGR2: Field 4 Clean flux density= 660.489 MilliJy 10614 comps IMAGR2: Total Cleaned flux density = 11.638 Jy 65063 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.0 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 975.19 MicroJy IMAGR2: 2102 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -998.402 MicroJy iter= 11987 IMAGR2: Field 6 Clean flux density= 552.304 MilliJy 11987 comps IMAGR2: Total Cleaned flux density = 11.633 Jy 65392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 994.92 MicroJy IMAGR2: 3778 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 MilliJy iter= 3591 IMAGR2: Field 1 Clean flux density= 8.274 Jy 3591 comps IMAGR2: Total Cleaned flux density = 11.654 Jy 65573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 895.47 MicroJy IMAGR2: 280 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 898.540 MicroJy iter= 3660 IMAGR2: Field 1 Clean flux density= 8.272 Jy 3660 comps IMAGR2: Total Cleaned flux density = 11.652 Jy 65642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 975.44 MicroJy IMAGR2: 8183 Residual map points loaded IMAGR2: Field 5 min allowed flux = -1.242 MilliJy iter= 9586 IMAGR2: Field 5 Clean flux density= 560.855 MilliJy 9586 comps IMAGR2: Total Cleaned flux density = 11.640 Jy 65860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 895.47 MicroJy IMAGR2: 4869 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 911.899 MicroJy iter= 10061 IMAGR2: Field 5 Clean flux density= 570.226 MilliJy 10061 comps IMAGR2: Total Cleaned flux density = 11.649 Jy 66335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.3 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.00 MilliJy IMAGR2: 5365 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.028 MilliJy iter= 12507 IMAGR2: Field 3 Clean flux density= 374.540 MilliJy 12507 comps IMAGR2: Total Cleaned flux density = 11.642 Jy 66889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 281 cell beam + residuals > 1.03 MilliJy IMAGR2: 6247 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.307 MilliJy iter= 9118 IMAGR2: Field 2 Clean flux density= 519.147 MilliJy 9118 comps IMAGR2: Total Cleaned flux density = 11.644 Jy 67055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.1 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 157 cell beam + residuals > 1.00 MilliJy IMAGR2: 1201 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.010 MilliJy iter= 9409 IMAGR2: Field 2 Clean flux density= 524.331 MilliJy 9409 comps IMAGR2: Total Cleaned flux density = 11.649 Jy 67346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.4 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 941.54 MicroJy IMAGR2: 3481 Residual map points loaded IMAGR2: Field 3 min allowed flux = 998.527 MicroJy iter= 12848 IMAGR2: Field 3 Clean flux density= 369.242 MilliJy 12848 comps IMAGR2: Total Cleaned flux density = 11.644 Jy 67687 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 941.54 MicroJy IMAGR2: 1214 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -959.001 MicroJy iter= 9616 IMAGR2: Field 2 Clean flux density= 530.376 MilliJy 9616 comps IMAGR2: Total Cleaned flux density = 11.650 Jy 67894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.3 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 895.47 MicroJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -914.130 MicroJy iter= 13133 IMAGR2: Field 3 Clean flux density= 366.409 MilliJy 13133 comps IMAGR2: Total Cleaned flux density = 11.647 Jy 68179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.8 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 980.36 MicroJy IMAGR2: 11577 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.040 MilliJy iter= 12464 IMAGR2: Field 6 Clean flux density= 572.075 MilliJy 12464 comps IMAGR2: Total Cleaned flux density = 11.667 Jy 68656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.9 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 908.44 MicroJy IMAGR2: 4277 Residual map points loaded IMAGR2: Field 6 min allowed flux = 963.697 MicroJy iter= 12880 IMAGR2: Field 6 Clean flux density= 562.201 MilliJy 12880 comps IMAGR2: Total Cleaned flux density = 11.657 Jy 69072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.7 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 956.63 MicroJy IMAGR2: 7716 Residual map points loaded IMAGR2: Field 7 min allowed flux = -1.014 MilliJy iter= 9559 IMAGR2: Field 7 Clean flux density= 712.424 MilliJy 9559 comps IMAGR2: Total Cleaned flux density = 11.674 Jy 69523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 908.44 MicroJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 920.254 MicroJy iter= 9767 IMAGR2: Field 7 Clean flux density= 711.296 MilliJy 9767 comps IMAGR2: Total Cleaned flux density = 11.673 Jy 69731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.6 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.01 MilliJy IMAGR2: 1948 Residual map points loaded IMAGR2: Field 6 Iter limit, Max resid= -1.086 MilliJy iter= 13149 IMAGR2: Field 6 Clean flux density= 561.340 MilliJy 13149 comps IMAGR2: Total Cleaned flux density = 11.672 Jy 70000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3660 to 1651 components IMAGR2: Field 2 compressed from 9616 to 3952 components IMAGR2: Field 3 compressed from 13133 to 4670 components IMAGR2: Field 4 compressed from 10614 to 4448 components IMAGR2: Field 5 compressed from 10061 to 4030 components IMAGR2: Field 6 compressed from 13149 to 5097 components IMAGR2: Field 7 compressed from 9767 to 3937 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.1 MilliJy IMAGR2: Field 3 min = -12.1 MilliJy,max = 11.2 MilliJy IMAGR2: Field 4 min = -6.2 MilliJy,max = 5.0 MilliJy IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.1 MilliJy IMAGR2: Field 6 min = -9.4 MilliJy,max = 10.7 MilliJy IMAGR2: Field 7 min = -8.4 MilliJy,max = 6.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 29.151 MilliJy ( 151 CCs) from field 1 to field 2 IMAGR2: Restore 82.647 MilliJy ( 237 CCs) from field 1 to field 3 IMAGR2: Restore -19.707 MilliJy ( 142 CCs) from field 1 to field 4 IMAGR2: Restore 34.878 MilliJy ( 196 CCs) from field 1 to field 5 IMAGR2: Restore 84.355 MilliJy ( 209 CCs) from field 1 to field 6 IMAGR2: Restore 54.266 MilliJy ( 190 CCs) from field 1 to field 7 IMAGR2: Restore 71.606 MilliJy ( 251 CCs) from field 2 to field 1 IMAGR2: Restore 69.889 MilliJy ( 449 CCs) from field 2 to field 3 IMAGR2: Restore 57.493 MilliJy ( 405 CCs) from field 2 to field 4 IMAGR2: Restore 104.220 MilliJy ( 304 CCs) from field 3 to field 1 IMAGR2: Restore 80.553 MilliJy ( 402 CCs) from field 3 to field 2 IMAGR2: Restore 15.470 MilliJy ( 321 CCs) from field 3 to field 5 IMAGR2: Restore 76.774 MilliJy ( 278 CCs) from field 4 to field 1 IMAGR2: Restore 118.155 MilliJy ( 349 CCs) from field 4 to field 2 IMAGR2: Restore 37.463 MilliJy ( 343 CCs) from field 4 to field 6 IMAGR2: Restore 114.047 MilliJy ( 322 CCs) from field 5 to field 1 IMAGR2: Restore 40.509 MilliJy ( 323 CCs) from field 5 to field 3 IMAGR2: Restore 179.223 MilliJy ( 412 CCs) from field 5 to field 7 IMAGR2: Restore 190.941 MilliJy ( 410 CCs) from field 6 to field 1 IMAGR2: Restore 76.564 MilliJy ( 358 CCs) from field 6 to field 4 IMAGR2: Restore 133.102 MilliJy ( 514 CCs) from field 6 to field 7 IMAGR2: Restore 67.242 MilliJy ( 212 CCs) from field 7 to field 1 IMAGR2: Restore 108.403 MilliJy ( 415 CCs) from field 7 to field 5 IMAGR2: Restore 77.444 MilliJy ( 409 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 8.897 Jy IMAGR2: Field 2 final Clean flux 758.235 MilliJy IMAGR2: Field 3 final Clean flux 559.453 MilliJy IMAGR2: Field 4 final Clean flux 774.839 MilliJy IMAGR2: Field 5 final Clean flux 728.976 MilliJy IMAGR2: Field 6 final Clean flux 760.602 MilliJy IMAGR2: Field 7 final Clean flux 1.078 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 7 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 370.8 Real= 373 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01058 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found J1819+3845 C-BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1190 CELLSIZE 0.46459 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.46459 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@J1819+3845_C-BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.110 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01058 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found J1819+3845 C-BAND Seq 1 Disk: 1 in slot 4 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@J1819+3845_C-BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 77.3 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 1 C 1 1012 1012 18 19 26.55 38 45 01.8 00001 -1 507 512 513 C 2 1012 1012 18 19 26.55 38 38 26.3 00002 -1 507 512 513 C 3 1012 1012 18 18 57.29 38 41 43.8 00003 -1 507 512 513 C 4 1012 1012 18 19 55.80 38 41 43.8 00004 -1 507 512 513 C 5 1012 1012 18 18 57.24 38 48 19.3 00005 -1 507 512 513 C 6 1012 1012 18 19 55.85 38 48 19.3 00006 -1 507 512 513 C 7 1012 1012 18 19 26.55 38 51 37.3 00007 -1 507 512 513 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01058 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@J1819+3845_C-BAND.0-1 >> /home/auto/run/AD431_199 AIPS 2: 9OCT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =J1819+3845' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@J1819+3845_C-BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.2113E-02 2.6000E-02 0 IMAGR2: Field 2 1012 1012 4.2113E-02 -3.9547E+02 0 IMAGR2: Field 3 1012 1012 -3.4225E+02 -1.9797E+02 0 IMAGR2: Field 4 1012 1012 3.4221E+02 -1.9797E+02 0 IMAGR2: Field 5 1012 1012 -3.4283E+02 1.9753E+02 0 IMAGR2: Field 6 1012 1012 3.4280E+02 1.9753E+02 0 IMAGR2: Field 7 1012 1012 4.2113E-02 3.9553E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@J1819+3845_C-BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create J1819+3845 .IMAGR . 1 (UV) on disk 1 cno 14 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 170585 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.704E+04 IMAGR2: UVWAIT: Adding temperance S 1.341E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.536E+08 and out 5.702E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR2: UVWAIT: Average summed weight 6.703E+04 over 340900 vis IMAGR2: Create J1819+3845 .IBM001. 1 (MA) on disk 1 cno 15 IMAGR2: Create J1819+3845 .IBM002. 1 (MA) on disk 1 cno 16 IMAGR2: Create J1819+3845 .IBM003. 1 (MA) on disk 1 cno 17 IMAGR2: Create J1819+3845 .IBM004. 1 (MA) on disk 1 cno 18 IMAGR2: Create J1819+3845 .IBM005. 1 (MA) on disk 1 cno 19 IMAGR2: Create J1819+3845 .IBM006. 1 (MA) on disk 1 cno 20 IMAGR2: Create J1819+3845 .IBM007. 1 (MA) on disk 1 cno 21 IMAGR2: Create J1819+3845 .ICL001. 1 (MA) on disk 1 cno 22 IMAGR2: Create J1819+3845 .ICL002. 1 (MA) on disk 1 cno 23 IMAGR2: Create J1819+3845 .ICL003. 1 (MA) on disk 1 cno 24 IMAGR2: Create J1819+3845 .ICL004. 1 (MA) on disk 1 cno 25 IMAGR2: Create J1819+3845 .ICL005. 1 (MA) on disk 1 cno 26 IMAGR2: Create J1819+3845 .ICL006. 1 (MA) on disk 1 cno 27 IMAGR2: Create J1819+3845 .ICL007. 1 (MA) on disk 1 cno 28 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.05325E+09 IMAGR2: Field 1 Beam min = -211.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.495 x 1.136 arcsec, PA= 79.3 IMAGR2: Field 2 Sum of gridding weights = 6.05324E+09 IMAGR2: Field 2 Beam min = -211.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.495 x 1.137 arcsec, PA= 79.4 IMAGR2: Field 3 Sum of gridding weights = 6.05325E+09 IMAGR2: Field 3 Beam min = -211.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.494 x 1.137 arcsec, PA= 79.1 IMAGR2: Field 4 Sum of gridding weights = 6.05325E+09 IMAGR2: Field 4 Beam min = -211.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.496 x 1.137 arcsec, PA= 79.5 IMAGR2: Field 5 Sum of gridding weights = 6.05325E+09 IMAGR2: Field 5 Beam min = -211.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.494 x 1.136 arcsec, PA= 79.0 IMAGR2: Field 6 Sum of gridding weights = 6.05325E+09 IMAGR2: Field 6 Beam min = -211.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.497 x 1.136 arcsec, PA= 79.4 IMAGR2: Field 7 Sum of gridding weights = 6.05324E+09 IMAGR2: Field 7 Beam min = -211.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.495 x 1.136 arcsec, PA= 79.2 IMAGR2: CLBHIS: minimum component 0.242 of current peak IMAGR2: Field 1 min = -32.2 MilliJy,max = 135.5 MilliJy IMAGR2: Field 2 min = -8.7 MilliJy,max = 6.6 MilliJy IMAGR2: Field 3 min = -5.9 MilliJy,max = 4.1 MilliJy IMAGR2: Field 4 min = -5.9 MilliJy,max = 5.6 MilliJy IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: Field 6 min = -5.4 MilliJy,max = 3.8 MilliJy IMAGR2: Field 7 min = -8.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 1297 cell beam + residuals > 4.27 MilliJy IMAGR2: 10572 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.008 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 107.638 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 107.638 MilliJy 15 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.0 MilliJy,max = 27.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 6893 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.881 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 154.295 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 154.295 MilliJy 68 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -8.6 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 5515 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.342 MilliJy iter= 194 IMAGR2: Field 1 Clean flux density= 198.817 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 198.817 MilliJy 194 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.775E-03 < Second best 8.039E-03 IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.862E-03 < Second best 6.050E-03 IMAGR2: Field 1 min = -6.1 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 8496 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.869 MilliJy iter= 461 IMAGR2: Field 1 Clean flux density= 267.290 MilliJy 461 comps IMAGR2: Total Cleaned flux density = 267.290 MilliJy 461 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.950E-03 < Second best 4.915E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.422E-03 < Second best 4.651E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 12105 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.783 MilliJy iter= 944 IMAGR2: Field 1 Clean flux density= 316.328 MilliJy 944 comps IMAGR2: Total Cleaned flux density = 316.328 MilliJy 944 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.657E-03 < Second best 3.862E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.099E-03 < Second best 3.775E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.964E-03 < Second best 3.673E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.301E-03 < Second best 3.618E-03 IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 14569 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.974 MilliJy iter= 1657 IMAGR2: Field 1 Clean flux density= 367.655 MilliJy 1657 comps IMAGR2: Total Cleaned flux density = 367.655 MilliJy 1657 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.813E-03 < Second best 3.099E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.676E-03 < Second best 2.964E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.672E-03 < Second best 2.950E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.677E-03 < Second best 2.847E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 14197 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.420 MilliJy iter= 2505 IMAGR2: Field 1 Clean flux density= 398.912 MilliJy 2505 comps IMAGR2: Total Cleaned flux density = 398.912 MilliJy 2505 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.373E-03 < Second best 2.677E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.796 MilliJy iter= 139 IMAGR2: Field 4 Clean flux density= 4.845 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 403.757 MilliJy 2644 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.347E-03 < Second best 2.672E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.395E-03 < Second best 2.657E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.272E-03 < Second best 2.395E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1221 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.836 MilliJy iter= 293 IMAGR2: Field 2 Clean flux density= 6.846 MilliJy 293 comps IMAGR2: Total Cleaned flux density = 410.603 MilliJy 2937 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.743 MilliJy iter= 168 IMAGR2: Field 5 Clean flux density= 3.563 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 414.166 MilliJy 3105 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1014 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.790 MilliJy iter= 284 IMAGR2: Field 7 Clean flux density= 3.726 MilliJy 284 comps IMAGR2: Total Cleaned flux density = 417.892 MilliJy 3389 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 11891 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.910 MilliJy iter= 3555 IMAGR2: Field 1 Clean flux density= 434.825 MilliJy 3555 comps IMAGR2: Total Cleaned flux density = 453.805 MilliJy 4439 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.818E-03 < Second best 2.272E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 53 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.501 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= 3.102 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 456.907 MilliJy 4482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 8575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.666 MilliJy iter= 4422 IMAGR2: Field 1 Clean flux density= 444.029 MilliJy 4422 comps IMAGR2: Total Cleaned flux density = 466.111 MilliJy 5349 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 71 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.428 MilliJy iter= 53 IMAGR2: Field 6 Clean flux density= 1.418 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 467.529 MilliJy 5402 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.619E-03 < Second best 1.717E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.618E-03 < Second best 1.714E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1401 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.411 MilliJy iter= 671 IMAGR2: Field 7 Clean flux density= 12.982 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 476.786 MilliJy 5789 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 599 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.353 MilliJy iter= 418 IMAGR2: Field 5 Clean flux density= 5.804 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 479.027 MilliJy 6039 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1192 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.371 MilliJy iter= 656 IMAGR2: Field 2 Clean flux density= 12.314 MilliJy 656 comps IMAGR2: Total Cleaned flux density = 484.495 MilliJy 6402 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 589 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.343 MilliJy iter= 395 IMAGR2: Field 4 Clean flux density= 14.430 MilliJy 395 comps IMAGR2: Total Cleaned flux density = 494.080 MilliJy 6658 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 10409 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.406 MilliJy iter= 5608 IMAGR2: Field 1 Clean flux density= 464.528 MilliJy 5608 comps IMAGR2: Total Cleaned flux density = 514.581 MilliJy 7844 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 104 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.212 MilliJy iter= 107 IMAGR2: Field 3 Clean flux density= 4.631 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 516.110 MilliJy 7908 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.210 MilliJy iter= 123 IMAGR2: Field 6 Clean flux density= 2.960 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 517.652 MilliJy 7978 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.212 MilliJy iter= 925 IMAGR2: Field 7 Clean flux density= 13.253 MilliJy 925 comps IMAGR2: Total Cleaned flux density = 517.923 MilliJy 8232 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 7974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.250 MilliJy iter= 6584 IMAGR2: Field 1 Clean flux density= 478.612 MilliJy 6584 comps IMAGR2: Total Cleaned flux density = 532.007 MilliJy 9208 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.235E-03 < Second best 1.297E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.214E-03 < Second best 1.287E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1100 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.109 MilliJy iter= 808 IMAGR2: Field 4 Clean flux density= 22.163 MilliJy 808 comps IMAGR2: Total Cleaned flux density = 539.739 MilliJy 9621 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1327 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.108 MilliJy iter= 1097 IMAGR2: Field 2 Clean flux density= 19.121 MilliJy 1097 comps IMAGR2: Total Cleaned flux density = 546.547 MilliJy 10062 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.088 MilliJy iter= 697 IMAGR2: Field 5 Clean flux density= 6.381 MilliJy 697 comps IMAGR2: Total Cleaned flux density = 547.123 MilliJy 10341 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 7837 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.108 MilliJy iter= 7622 IMAGR2: Field 1 Clean flux density= 490.375 MilliJy 7622 comps IMAGR2: Total Cleaned flux density = 558.886 MilliJy 11379 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 986.57 MicroJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.019 MilliJy iter= 1284 IMAGR2: Field 7 Clean flux density= 15.176 MilliJy 1284 comps IMAGR2: Total Cleaned flux density = 560.809 MilliJy 11738 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.068E-03 < Second best 1.158E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 976.93 MicroJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 991.458 MicroJy iter= 281 IMAGR2: Field 6 Clean flux density= 6.039 MilliJy 281 comps IMAGR2: Total Cleaned flux density = 563.888 MilliJy 11896 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 976.92 MicroJy IMAGR2: 242 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -989.827 MicroJy iter= 251 IMAGR2: Field 3 Clean flux density= 6.663 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 565.920 MilliJy 12040 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.45 MicroJy IMAGR2: 6231 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.012 MilliJy iter= 8526 IMAGR2: Field 1 Clean flux density= 498.984 MilliJy 8526 comps IMAGR2: Total Cleaned flux density = 574.531 MilliJy 12944 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 923.85 MicroJy IMAGR2: 922 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 949.665 MicroJy iter= 1446 IMAGR2: Field 2 Clean flux density= 22.289 MilliJy 1446 comps IMAGR2: Total Cleaned flux density = 577.698 MilliJy 13293 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 906.62 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -932.279 MicroJy iter= 1168 IMAGR2: Field 4 Clean flux density= 25.230 MilliJy 1168 comps IMAGR2: Total Cleaned flux density = 580.766 MilliJy 13653 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 893.88 MicroJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 919.039 MicroJy iter= 1067 IMAGR2: Field 5 Clean flux density= 7.463 MilliJy 1067 comps IMAGR2: Total Cleaned flux density = 581.848 MilliJy 14023 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.86 MicroJy IMAGR2: 1092 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 905.511 MicroJy iter= 1665 IMAGR2: Field 7 Clean flux density= 16.320 MilliJy 1665 comps IMAGR2: Total Cleaned flux density = 582.991 MilliJy 14404 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 845.27 MicroJy IMAGR2: 7042 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 908.415 MicroJy iter= 9610 IMAGR2: Field 1 Clean flux density= 511.598 MilliJy 9610 comps IMAGR2: Total Cleaned flux density = 595.604 MilliJy 15488 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 840.44 MicroJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 849.773 MicroJy iter= 439 IMAGR2: Field 6 Clean flux density= 9.173 MilliJy 439 comps IMAGR2: Total Cleaned flux density = 598.739 MilliJy 15646 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.85 MicroJy IMAGR2: 276 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 845.545 MicroJy iter= 420 IMAGR2: Field 3 Clean flux density= 7.775 MilliJy 420 comps IMAGR2: Total Cleaned flux density = 599.850 MilliJy 15815 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.37 MicroJy IMAGR2: 1003 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -845.158 MicroJy iter= 1832 IMAGR2: Field 2 Clean flux density= 25.646 MilliJy 1832 comps IMAGR2: Total Cleaned flux density = 603.207 MilliJy 16201 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 814.74 MicroJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 831.804 MicroJy iter= 1496 IMAGR2: Field 4 Clean flux density= 28.548 MilliJy 1496 comps IMAGR2: Total Cleaned flux density = 606.525 MilliJy 16529 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.92 MicroJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 822.689 MicroJy iter= 1394 IMAGR2: Field 5 Clean flux density= 8.754 MilliJy 1394 comps IMAGR2: Total Cleaned flux density = 607.815 MilliJy 16856 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 775.42 MicroJy IMAGR2: 5768 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 820.868 MicroJy iter= 10593 IMAGR2: Field 1 Clean flux density= 519.278 MilliJy 10593 comps IMAGR2: Total Cleaned flux density = 615.496 MilliJy 17839 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.46 MicroJy IMAGR2: 1195 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -779.597 MicroJy iter= 2125 IMAGR2: Field 7 Clean flux density= 19.704 MilliJy 2125 comps IMAGR2: Total Cleaned flux density = 618.880 MilliJy 18299 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 756.33 MicroJy IMAGR2: 319 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 764.554 MicroJy iter= 623 IMAGR2: Field 6 Clean flux density= 12.145 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 621.852 MilliJy 18483 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.60 MicroJy IMAGR2: 1022 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 763.310 MicroJy iter= 2233 IMAGR2: Field 2 Clean flux density= 27.007 MilliJy 2233 comps IMAGR2: Total Cleaned flux density = 623.214 MilliJy 18884 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.97 MicroJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -751.856 MicroJy iter= 629 IMAGR2: Field 3 Clean flux density= 9.255 MilliJy 629 comps IMAGR2: Total Cleaned flux density = 624.694 MilliJy 19093 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.96 MicroJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -749.499 MicroJy iter= 1858 IMAGR2: Field 4 Clean flux density= 30.254 MilliJy 1858 comps IMAGR2: Total Cleaned flux density = 626.400 MilliJy 19455 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.31 MicroJy IMAGR2: 5166 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -744.388 MicroJy iter= 11568 IMAGR2: Field 1 Clean flux density= 525.529 MilliJy 11568 comps IMAGR2: Total Cleaned flux density = 632.650 MilliJy 20430 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.88 MicroJy IMAGR2: 1073 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 714.647 MicroJy iter= 1836 IMAGR2: Field 5 Clean flux density= 9.495 MilliJy 1836 comps IMAGR2: Total Cleaned flux density = 633.391 MilliJy 20872 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.30 MicroJy IMAGR2: 1065 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 703.736 MicroJy iter= 2545 IMAGR2: Field 7 Clean flux density= 22.194 MilliJy 2545 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 635.880 MilliJy 21292 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.77 MicroJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -693.995 MicroJy iter= 2632 IMAGR2: Field 2 Clean flux density= 30.241 MilliJy 2632 comps IMAGR2: Total Cleaned flux density = 639.114 MilliJy 21691 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 965.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.31 MicroJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -684.953 MicroJy iter= 853 IMAGR2: Field 6 Clean flux density= 15.105 MilliJy 853 comps IMAGR2: Total Cleaned flux density = 642.074 MilliJy 21921 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -981.6 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.77 MicroJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 680.337 MicroJy iter= 824 IMAGR2: Field 3 Clean flux density= 10.572 MilliJy 824 comps IMAGR2: Total Cleaned flux density = 643.390 MilliJy 22116 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.49 MicroJy IMAGR2: 924 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -678.585 MicroJy iter= 2235 IMAGR2: Field 4 Clean flux density= 32.205 MilliJy 2235 comps IMAGR2: Total Cleaned flux density = 645.341 MilliJy 22493 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 642.22 MicroJy IMAGR2: 4774 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 670.918 MicroJy iter= 12564 IMAGR2: Field 1 Clean flux density= 530.220 MilliJy 12564 comps IMAGR2: Total Cleaned flux density = 650.033 MilliJy 23489 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.63 MicroJy IMAGR2: 979 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -647.361 MicroJy iter= 2253 IMAGR2: Field 5 Clean flux density= 10.216 MilliJy 2253 comps IMAGR2: Total Cleaned flux density = 650.753 MilliJy 23906 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.51 MicroJy IMAGR2: 1045 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -639.471 MicroJy iter= 2978 IMAGR2: Field 7 Clean flux density= 22.030 MilliJy 2978 comps IMAGR2: Total Cleaned flux density = 650.589 MilliJy 24339 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 993.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.80 MicroJy IMAGR2: 1077 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -631.367 MicroJy iter= 3064 IMAGR2: Field 2 Clean flux density= 32.574 MilliJy 3064 comps IMAGR2: Total Cleaned flux density = 652.922 MilliJy 24771 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -977.0 MicroJy,max = 879.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.24 MicroJy IMAGR2: 492 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 623.607 MicroJy iter= 1129 IMAGR2: Field 6 Clean flux density= 18.811 MilliJy 1129 comps IMAGR2: Total Cleaned flux density = 656.628 MilliJy 25047 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -875.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 613.08 MicroJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 619.044 MicroJy iter= 1048 IMAGR2: Field 3 Clean flux density= 12.366 MilliJy 1048 comps IMAGR2: Total Cleaned flux density = 658.422 MilliJy 25271 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -983.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.41 MicroJy IMAGR2: 1029 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 617.264 MicroJy iter= 2666 IMAGR2: Field 4 Clean flux density= 35.005 MilliJy 2666 comps IMAGR2: Total Cleaned flux density = 661.221 MilliJy 25702 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.21 MicroJy IMAGR2: 4000 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -607.698 MicroJy iter= 13490 IMAGR2: Field 1 Clean flux density= 532.726 MilliJy 13490 comps IMAGR2: Total Cleaned flux density = 663.726 MilliJy 26628 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -950.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.25 MicroJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -589.834 MicroJy iter= 2672 IMAGR2: Field 5 Clean flux density= 11.869 MilliJy 2672 comps IMAGR2: Total Cleaned flux density = 665.379 MilliJy 27047 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -987.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.06 MicroJy IMAGR2: 1030 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -582.488 MicroJy iter= 3402 IMAGR2: Field 7 Clean flux density= 21.212 MilliJy 3402 comps IMAGR2: Total Cleaned flux density = 664.562 MilliJy 27471 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 953.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 566.18 MicroJy IMAGR2: 1136 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -576.305 MicroJy iter= 3529 IMAGR2: Field 2 Clean flux density= 33.466 MilliJy 3529 comps IMAGR2: Total Cleaned flux density = 665.454 MilliJy 27936 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -912.6 MicroJy,max = 826.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.88 MicroJy IMAGR2: 569 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -569.694 MicroJy iter= 1437 IMAGR2: Field 6 Clean flux density= 21.374 MilliJy 1437 comps IMAGR2: Total Cleaned flux density = 668.017 MilliJy 28244 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -836.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.00 MicroJy IMAGR2: 522 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 566.082 MicroJy iter= 1334 IMAGR2: Field 3 Clean flux density= 13.646 MilliJy 1334 comps IMAGR2: Total Cleaned flux density = 669.297 MilliJy 28530 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -875.0 MicroJy,max = 897.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.87 MicroJy IMAGR2: 1051 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -563.205 MicroJy iter= 3121 IMAGR2: Field 4 Clean flux density= 37.360 MilliJy 3121 comps IMAGR2: Total Cleaned flux density = 671.652 MilliJy 28985 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -976.4 MicroJy,max = 987.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.80 MicroJy IMAGR2: 3237 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -554.101 MicroJy iter= 14342 IMAGR2: Field 1 Clean flux density= 537.235 MilliJy 14342 comps IMAGR2: Total Cleaned flux density = 676.161 MilliJy 29837 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -895.2 MicroJy,max = 996.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.54 MicroJy IMAGR2: 1020 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -541.234 MicroJy iter= 3135 IMAGR2: Field 5 Clean flux density= 13.122 MilliJy 3135 comps IMAGR2: Total Cleaned flux density = 677.413 MilliJy 30300 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -910.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.19 MicroJy IMAGR2: 1043 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -534.713 MicroJy iter= 3862 IMAGR2: Field 7 Clean flux density= 24.489 MilliJy 3862 comps IMAGR2: Total Cleaned flux density = 680.691 MilliJy 30760 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -984.9 MicroJy,max = 861.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 520.04 MicroJy IMAGR2: 1188 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -528.698 MicroJy iter= 4016 IMAGR2: Field 2 Clean flux density= 36.231 MilliJy 4016 comps IMAGR2: Total Cleaned flux density = 683.455 MilliJy 31247 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -828.3 MicroJy,max = 765.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 516.72 MicroJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 522.540 MicroJy iter= 1762 IMAGR2: Field 6 Clean flux density= 23.241 MilliJy 1762 comps IMAGR2: Total Cleaned flux density = 685.323 MilliJy 31572 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -791.7 MicroJy,max = 967.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.47 MicroJy IMAGR2: 546 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -518.751 MicroJy iter= 1637 IMAGR2: Field 3 Clean flux density= 14.864 MilliJy 1637 comps IMAGR2: Total Cleaned flux density = 686.541 MilliJy 31875 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -819.7 MicroJy,max = 841.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.12 MicroJy IMAGR2: 1079 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -516.004 MicroJy iter= 3590 IMAGR2: Field 4 Clean flux density= 39.204 MilliJy 3590 comps IMAGR2: Total Cleaned flux density = 688.385 MilliJy 32344 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -880.9 MicroJy,max = 943.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.86 MicroJy IMAGR2: 2660 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 507.050 MicroJy iter= 15111 IMAGR2: Field 1 Clean flux density= 540.570 MilliJy 15111 comps IMAGR2: Total Cleaned flux density = 691.720 MilliJy 33113 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -797.6 MicroJy,max = 913.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.91 MicroJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 497.113 MicroJy iter= 3601 IMAGR2: Field 5 Clean flux density= 13.347 MilliJy 3601 comps IMAGR2: Total Cleaned flux density = 691.945 MilliJy 33579 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -836.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.43 MicroJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 491.657 MicroJy iter= 4331 IMAGR2: Field 7 Clean flux density= 23.659 MilliJy 4331 comps IMAGR2: Total Cleaned flux density = 691.115 MilliJy 34048 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -910.9 MicroJy,max = 805.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.89 MicroJy IMAGR2: 1205 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 486.843 MicroJy iter= 4550 IMAGR2: Field 2 Clean flux density= 38.681 MilliJy 4550 comps IMAGR2: Total Cleaned flux density = 693.566 MilliJy 34582 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -799.0 MicroJy,max = 715.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.80 MicroJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 481.498 MicroJy iter= 2145 IMAGR2: Field 6 Clean flux density= 25.271 MilliJy 2145 comps IMAGR2: Total Cleaned flux density = 695.595 MilliJy 34965 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -746.0 MicroJy,max = 973.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.89 MicroJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -478.161 MicroJy iter= 1996 IMAGR2: Field 3 Clean flux density= 16.184 MilliJy 1996 comps IMAGR2: Total Cleaned flux density = 696.914 MilliJy 35324 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -752.9 MicroJy,max = 780.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.15 MicroJy IMAGR2: 1097 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -474.983 MicroJy iter= 4078 IMAGR2: Field 4 Clean flux density= 40.959 MilliJy 4078 comps IMAGR2: Total Cleaned flux density = 698.670 MilliJy 35812 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -832.2 MicroJy,max = 863.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.39 MicroJy IMAGR2: 2128 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 467.020 MicroJy iter= 15831 IMAGR2: Field 1 Clean flux density= 542.072 MilliJy 15831 comps IMAGR2: Total Cleaned flux density = 700.172 MilliJy 36532 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -770.9 MicroJy,max = 863.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.74 MicroJy IMAGR2: 1115 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 459.222 MicroJy iter= 4090 IMAGR2: Field 5 Clean flux density= 15.734 MilliJy 4090 comps IMAGR2: Total Cleaned flux density = 702.558 MilliJy 37021 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -776.3 MicroJy,max = 976.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.65 MicroJy IMAGR2: 1097 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -453.825 MicroJy iter= 4811 IMAGR2: Field 7 Clean flux density= 23.851 MilliJy 4811 comps IMAGR2: Total Cleaned flux density = 702.750 MilliJy 37501 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -826.6 MicroJy,max = 753.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.76 MicroJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 449.235 MicroJy iter= 5063 IMAGR2: Field 2 Clean flux density= 39.921 MilliJy 5063 comps IMAGR2: Total Cleaned flux density = 703.991 MilliJy 38014 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -709.3 MicroJy,max = 671.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.75 MicroJy IMAGR2: 759 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 444.602 MicroJy iter= 2529 IMAGR2: Field 6 Clean flux density= 27.623 MilliJy 2529 comps IMAGR2: Total Cleaned flux density = 706.343 MilliJy 38398 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -710.3 MicroJy,max = 899.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.96 MicroJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -441.959 MicroJy iter= 2394 IMAGR2: Field 3 Clean flux density= 17.436 MilliJy 2394 comps IMAGR2: Total Cleaned flux density = 707.596 MilliJy 38796 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -715.3 MicroJy,max = 740.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.52 MicroJy IMAGR2: 1197 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 438.607 MicroJy iter= 4591 IMAGR2: Field 4 Clean flux density= 42.687 MilliJy 4591 comps IMAGR2: Total Cleaned flux density = 709.324 MilliJy 39309 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -760.9 MicroJy,max = 812.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.76 MicroJy IMAGR2: 1914 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -431.596 MicroJy iter= 16518 IMAGR2: Field 1 Clean flux density= 544.619 MilliJy 16518 comps IMAGR2: Total Cleaned flux density = 711.871 MilliJy 39996 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -716.9 MicroJy,max = 820.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.35 MicroJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -424.872 MicroJy iter= 4579 IMAGR2: Field 5 Clean flux density= 18.629 MilliJy 4579 comps IMAGR2: Total Cleaned flux density = 714.767 MilliJy 40485 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -737.0 MicroJy,max = 931.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.84 MicroJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -420.540 MicroJy iter= 5333 IMAGR2: Field 7 Clean flux density= 25.478 MilliJy 5333 comps IMAGR2: Total Cleaned flux density = 716.394 MilliJy 41007 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -787.0 MicroJy,max = 719.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.37 MicroJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 415.821 MicroJy iter= 5565 IMAGR2: Field 2 Clean flux density= 41.009 MilliJy 5565 comps IMAGR2: Total Cleaned flux density = 717.482 MilliJy 41509 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -660.8 MicroJy,max = 636.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.54 MicroJy IMAGR2: 837 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -412.029 MicroJy iter= 2955 IMAGR2: Field 6 Clean flux density= 29.563 MilliJy 2955 comps IMAGR2: Total Cleaned flux density = 719.422 MilliJy 41935 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -665.6 MicroJy,max = 842.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.83 MicroJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 409.176 MicroJy iter= 2815 IMAGR2: Field 3 Clean flux density= 17.888 MilliJy 2815 comps IMAGR2: Total Cleaned flux density = 719.874 MilliJy 42356 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -677.1 MicroJy,max = 684.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.76 MicroJy IMAGR2: 1236 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 406.267 MicroJy iter= 5130 IMAGR2: Field 4 Clean flux density= 42.771 MilliJy 5130 comps IMAGR2: Total Cleaned flux density = 719.958 MilliJy 42895 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -725.7 MicroJy,max = 756.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.25 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1653 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 399.400 MicroJy iter= 17161 IMAGR2: Field 1 Clean flux density= 545.958 MilliJy 17161 comps IMAGR2: Total Cleaned flux density = 721.297 MilliJy 43538 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -688.1 MicroJy,max = 792.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.41 MicroJy IMAGR2: 1087 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -394.342 MicroJy iter= 5098 IMAGR2: Field 5 Clean flux density= 18.819 MilliJy 5098 comps IMAGR2: Total Cleaned flux density = 721.487 MilliJy 44057 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -703.2 MicroJy,max = 884.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 385.31 MicroJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -390.105 MicroJy iter= 5845 IMAGR2: Field 7 Clean flux density= 26.822 MilliJy 5845 comps IMAGR2: Total Cleaned flux density = 722.831 MilliJy 44569 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -709.3 MicroJy,max = 693.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 381.34 MicroJy IMAGR2: 1175 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -386.228 MicroJy iter= 6101 IMAGR2: Field 2 Clean flux density= 41.540 MilliJy 6101 comps IMAGR2: Total Cleaned flux density = 723.362 MilliJy 45105 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -627.9 MicroJy,max = 613.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.62 MicroJy IMAGR2: 905 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -382.704 MicroJy iter= 3406 IMAGR2: Field 6 Clean flux density= 30.087 MilliJy 3406 comps IMAGR2: Total Cleaned flux density = 723.886 MilliJy 45556 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -634.7 MicroJy,max = 818.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 376.00 MicroJy IMAGR2: 910 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 380.097 MicroJy iter= 3267 IMAGR2: Field 3 Clean flux density= 19.224 MilliJy 3267 comps IMAGR2: Total Cleaned flux density = 725.222 MilliJy 46008 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -640.9 MicroJy,max = 646.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.16 MicroJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 376.989 MicroJy iter= 5681 IMAGR2: Field 4 Clean flux density= 43.572 MilliJy 5681 comps IMAGR2: Total Cleaned flux density = 726.024 MilliJy 46559 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -624.0 MicroJy,max = 698.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.06 MicroJy IMAGR2: 1465 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -371.149 MicroJy iter= 17768 IMAGR2: Field 1 Clean flux density= 547.816 MilliJy 17768 comps IMAGR2: Total Cleaned flux density = 727.881 MilliJy 47166 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -641.3 MicroJy,max = 766.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.53 MicroJy IMAGR2: 1132 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -366.827 MicroJy iter= 5620 IMAGR2: Field 5 Clean flux density= 20.981 MilliJy 5620 comps IMAGR2: Total Cleaned flux density = 730.044 MilliJy 47688 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -664.5 MicroJy,max = 824.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.80 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 363.012 MicroJy iter= 6359 IMAGR2: Field 7 Clean flux density= 26.374 MilliJy 6359 comps IMAGR2: Total Cleaned flux density = 729.596 MilliJy 48202 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -668.0 MicroJy,max = 651.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.17 MicroJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 359.314 MicroJy iter= 6628 IMAGR2: Field 2 Clean flux density= 42.514 MilliJy 6628 comps IMAGR2: Total Cleaned flux density = 730.571 MilliJy 48729 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -587.2 MicroJy,max = 582.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.51 MicroJy IMAGR2: 936 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 356.299 MicroJy iter= 3888 IMAGR2: Field 6 Clean flux density= 31.404 MilliJy 3888 comps IMAGR2: Total Cleaned flux density = 731.888 MilliJy 49211 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -624.3 MicroJy,max = 780.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.92 MicroJy IMAGR2: 1008 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 353.685 MicroJy iter= 3759 IMAGR2: Field 3 Clean flux density= 20.599 MilliJy 3759 comps IMAGR2: Total Cleaned flux density = 733.262 MilliJy 49703 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -618.1 MicroJy,max = 603.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.47 MicroJy IMAGR2: 1201 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -350.722 MicroJy iter= 6248 IMAGR2: Field 4 Clean flux density= 43.656 MilliJy 6248 comps IMAGR2: Total Cleaned flux density = 733.346 MilliJy 50270 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -604.2 MicroJy,max = 653.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.37 MicroJy IMAGR2: 1362 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 345.623 MicroJy iter= 18355 IMAGR2: Field 1 Clean flux density= 548.204 MilliJy 18355 comps IMAGR2: Total Cleaned flux density = 733.734 MilliJy 50857 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -614.0 MicroJy,max = 716.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 338.00 MicroJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 341.783 MicroJy iter= 6150 IMAGR2: Field 5 Clean flux density= 21.456 MilliJy 6150 comps IMAGR2: Total Cleaned flux density = 734.210 MilliJy 51387 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -628.4 MicroJy,max = 777.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.68 MicroJy IMAGR2: 1125 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -338.500 MicroJy iter= 6892 IMAGR2: Field 7 Clean flux density= 26.330 MilliJy 6892 comps IMAGR2: Total Cleaned flux density = 734.165 MilliJy 51920 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -620.3 MicroJy,max = 622.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 331.38 MicroJy IMAGR2: 1151 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -335.162 MicroJy iter= 7177 IMAGR2: Field 2 Clean flux density= 43.285 MilliJy 7177 comps IMAGR2: Total Cleaned flux density = 734.937 MilliJy 52469 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -589.5 MicroJy,max = 555.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 328.86 MicroJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -332.225 MicroJy iter= 4378 IMAGR2: Field 6 Clean flux density= 32.402 MilliJy 4378 comps IMAGR2: Total Cleaned flux density = 735.934 MilliJy 52959 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -594.7 MicroJy,max = 727.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.41 MicroJy IMAGR2: 1085 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 330.002 MicroJy iter= 4288 IMAGR2: Field 3 Clean flux density= 20.962 MilliJy 4288 comps IMAGR2: Total Cleaned flux density = 736.297 MilliJy 53488 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -582.1 MicroJy,max = 553.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 323.18 MicroJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 326.894 MicroJy iter= 6815 IMAGR2: Field 4 Clean flux density= 43.022 MilliJy 6815 comps IMAGR2: Total Cleaned flux density = 735.663 MilliJy 54055 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -532.4 MicroJy,max = 607.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.93 MicroJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 322.578 MicroJy iter= 18927 IMAGR2: Field 1 Clean flux density= 549.730 MilliJy 18927 comps IMAGR2: Total Cleaned flux density = 737.189 MilliJy 54627 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -582.7 MicroJy,max = 680.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.95 MicroJy IMAGR2: 1059 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -319.198 MicroJy iter= 6672 IMAGR2: Field 5 Clean flux density= 20.929 MilliJy 6672 comps IMAGR2: Total Cleaned flux density = 736.661 MilliJy 55149 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -618.7 MicroJy,max = 751.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 312.79 MicroJy IMAGR2: 1083 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -316.038 MicroJy iter= 7420 IMAGR2: Field 7 Clean flux density= 25.638 MilliJy 7420 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 735.969 MilliJy 55677 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -573.0 MicroJy,max = 603.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 309.82 MicroJy IMAGR2: 1115 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 313.086 MicroJy iter= 7720 IMAGR2: Field 2 Clean flux density= 43.324 MilliJy 7720 comps IMAGR2: Total Cleaned flux density = 736.008 MilliJy 56220 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -580.7 MicroJy,max = 533.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.43 MicroJy IMAGR2: 1007 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 310.378 MicroJy iter= 4865 IMAGR2: Field 6 Clean flux density= 33.116 MilliJy 4865 comps IMAGR2: Total Cleaned flux density = 736.723 MilliJy 56707 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -584.3 MicroJy,max = 665.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 304.97 MicroJy IMAGR2: 1084 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 308.104 MicroJy iter= 4822 IMAGR2: Field 3 Clean flux density= 22.035 MilliJy 4822 comps IMAGR2: Total Cleaned flux density = 737.796 MilliJy 57241 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -564.2 MicroJy,max = 523.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.14 MicroJy IMAGR2: 1280 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -305.514 MicroJy iter= 7400 IMAGR2: Field 4 Clean flux density= 43.484 MilliJy 7400 comps IMAGR2: Total Cleaned flux density = 738.258 MilliJy 57826 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -520.5 MicroJy,max = 567.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.43 MicroJy IMAGR2: 1143 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -301.599 MicroJy iter= 19488 IMAGR2: Field 1 Clean flux density= 550.301 MilliJy 19488 comps IMAGR2: Total Cleaned flux density = 738.829 MilliJy 58387 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -553.8 MicroJy,max = 648.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 295.77 MicroJy IMAGR2: 1108 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 298.835 MicroJy iter= 7225 IMAGR2: Field 5 Clean flux density= 22.673 MilliJy 7225 comps IMAGR2: Total Cleaned flux density = 740.573 MilliJy 58940 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -583.7 MicroJy,max = 714.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 293.01 MicroJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 295.867 MicroJy iter= 7948 IMAGR2: Field 7 Clean flux density= 24.915 MilliJy 7948 comps IMAGR2: Total Cleaned flux density = 739.850 MilliJy 59468 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -555.9 MicroJy,max = 574.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 290.28 MicroJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 293.232 MicroJy iter= 8274 IMAGR2: Field 2 Clean flux density= 43.926 MilliJy 8274 comps IMAGR2: Total Cleaned flux density = 740.452 MilliJy 60022 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -573.5 MicroJy,max = 519.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 288.11 MicroJy IMAGR2: 1141 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 291.020 MicroJy iter= 5413 IMAGR2: Field 6 Clean flux density= 33.996 MilliJy 5413 comps IMAGR2: Total Cleaned flux density = 741.332 MilliJy 60570 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -559.0 MicroJy,max = 626.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 285.77 MicroJy IMAGR2: 1147 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -288.694 MicroJy iter= 5395 IMAGR2: Field 3 Clean flux density= 21.615 MilliJy 5395 comps IMAGR2: Total Cleaned flux density = 740.912 MilliJy 61143 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -535.9 MicroJy,max = 505.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 283.02 MicroJy IMAGR2: 1195 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -285.987 MicroJy iter= 7984 IMAGR2: Field 4 Clean flux density= 43.182 MilliJy 7984 comps IMAGR2: Total Cleaned flux density = 740.610 MilliJy 61727 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -486.1 MicroJy,max = 534.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 279.65 MicroJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -282.116 MicroJy iter= 19982 IMAGR2: Field 1 Clean flux density= 549.561 MilliJy 19982 comps IMAGR2: Total Cleaned flux density = 739.870 MilliJy 62221 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -514.1 MicroJy,max = 622.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 277.06 MicroJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 279.867 MicroJy iter= 7804 IMAGR2: Field 5 Clean flux density= 23.099 MilliJy 7804 comps IMAGR2: Total Cleaned flux density = 740.296 MilliJy 62800 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -560.8 MicroJy,max = 675.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 274.57 MicroJy IMAGR2: 1100 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -277.312 MicroJy iter= 8521 IMAGR2: Field 7 Clean flux density= 24.657 MilliJy 8521 comps IMAGR2: Total Cleaned flux density = 740.039 MilliJy 63373 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -537.4 MicroJy,max = 549.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 272.14 MicroJy IMAGR2: 1127 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -274.764 MicroJy iter= 8838 IMAGR2: Field 2 Clean flux density= 44.494 MilliJy 8838 comps IMAGR2: Total Cleaned flux density = 740.608 MilliJy 63937 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -550.7 MicroJy,max = 494.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.93 MicroJy IMAGR2: 1159 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 272.578 MicroJy iter= 5985 IMAGR2: Field 6 Clean flux density= 34.871 MilliJy 5985 comps IMAGR2: Total Cleaned flux density = 741.482 MilliJy 64509 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -542.6 MicroJy,max = 592.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 267.73 MicroJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -270.365 MicroJy iter= 5974 IMAGR2: Field 3 Clean flux density= 22.537 MilliJy 5974 comps IMAGR2: Total Cleaned flux density = 742.404 MilliJy 65088 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -503.1 MicroJy,max = 479.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.31 MicroJy IMAGR2: 1264 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 268.145 MicroJy iter= 8620 IMAGR2: Field 4 Clean flux density= 43.029 MilliJy 8620 comps IMAGR2: Total Cleaned flux density = 742.251 MilliJy 65724 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -458.3 MicroJy,max = 498.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 262.56 MicroJy IMAGR2: 902 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -264.715 MicroJy iter= 20463 IMAGR2: Field 1 Clean flux density= 550.832 MilliJy 20463 comps IMAGR2: Total Cleaned flux density = 743.522 MilliJy 66205 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 5 min = -499.2 MicroJy,max = 587.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 260.13 MicroJy IMAGR2: 1093 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -262.586 MicroJy iter= 8360 IMAGR2: Field 5 Clean flux density= 23.357 MilliJy 8360 comps IMAGR2: Total Cleaned flux density = 743.780 MilliJy 66761 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 7 min = -540.5 MicroJy,max = 643.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 257.77 MicroJy IMAGR2: 1101 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 260.125 MicroJy iter= 9078 IMAGR2: Field 7 Clean flux density= 24.960 MilliJy 9078 comps IMAGR2: Total Cleaned flux density = 744.083 MilliJy 67318 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 2 min = -513.6 MicroJy,max = 522.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 255.45 MicroJy IMAGR2: 1099 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 257.849 MicroJy iter= 9404 IMAGR2: Field 2 Clean flux density= 44.391 MilliJy 9404 comps IMAGR2: Total Cleaned flux density = 743.980 MilliJy 67884 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 6 min = -537.1 MicroJy,max = 490.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.42 MicroJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 255.867 MicroJy iter= 6578 IMAGR2: Field 6 Clean flux density= 34.887 MilliJy 6578 comps IMAGR2: Total Cleaned flux density = 743.998 MilliJy 68477 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 3 min = -521.7 MicroJy,max = 556.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.36 MicroJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -253.736 MicroJy iter= 6570 IMAGR2: Field 3 Clean flux density= 22.307 MilliJy 6570 comps IMAGR2: Total Cleaned flux density = 743.769 MilliJy 69073 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 4 min = -479.3 MicroJy,max = 453.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 249.02 MicroJy IMAGR2: 1206 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -251.268 MicroJy iter= 9192 IMAGR2: Field 4 Clean flux density= 42.983 MilliJy 9192 comps IMAGR2: Total Cleaned flux density = 743.722 MilliJy 69645 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Field 1 min = -423.3 MicroJy,max = 467.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.61 MicroJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= 251.096 MicroJy iter= 20818 IMAGR2: Field 1 Clean flux density= 551.514 MilliJy 20818 comps IMAGR2: Total Cleaned flux density = 744.405 MilliJy 70000 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 170585 Pts IMAGR2: Total Clean components 70000 reaches limit 70000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 20818 to 8948 components IMAGR2: Field 2 compressed from 9404 to 4775 components IMAGR2: Field 3 compressed from 6570 to 3636 components IMAGR2: Field 4 compressed from 9192 to 4794 components IMAGR2: Field 5 compressed from 8360 to 4531 components IMAGR2: Field 6 compressed from 6578 to 3650 components IMAGR2: Field 7 compressed from 9078 to 4691 components IMAGR2: Field 1 min = -418.7 MicroJy,max = 466.0 MicroJy IMAGR2: Field 2 min = -497.5 MicroJy,max = 510.9 MicroJy IMAGR2: Field 3 min = -507.7 MicroJy,max = 538.5 MicroJy IMAGR2: Field 4 min = -466.6 MicroJy,max = 447.7 MicroJy IMAGR2: Field 5 min = -479.6 MicroJy,max = 549.6 MicroJy IMAGR2: Field 6 min = -526.7 MicroJy,max = 475.9 MicroJy IMAGR2: Field 7 min = -519.1 MicroJy,max = 602.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 7.967 MilliJy ( 564 CCs) from field 1 to field 2 IMAGR2: Restore 16.085 MilliJy ( 886 CCs) from field 1 to field 3 IMAGR2: Restore 11.837 MilliJy ( 870 CCs) from field 1 to field 4 IMAGR2: Restore 21.492 MilliJy ( 1008 CCs) from field 1 to field 5 IMAGR2: Restore 11.419 MilliJy ( 865 CCs) from field 1 to field 6 IMAGR2: Restore 3.536 MilliJy ( 603 CCs) from field 1 to field 7 IMAGR2: Restore 10.203 MilliJy ( 622 CCs) from field 2 to field 1 IMAGR2: Restore-386.827 MicroJy ( 551 CCs) from field 2 to field 3 IMAGR2: Restore 8.458 MilliJy ( 721 CCs) from field 2 to field 4 IMAGR2: Restore 5.856 MilliJy ( 627 CCs) from field 3 to field 1 IMAGR2: Restore-859.816 MicroJy ( 471 CCs) from field 3 to field 2 IMAGR2: Restore 4.275 MilliJy ( 388 CCs) from field 3 to field 5 IMAGR2: Restore 7.793 MilliJy ( 959 CCs) from field 4 to field 1 IMAGR2: Restore 14.155 MilliJy ( 817 CCs) from field 4 to field 2 IMAGR2: Restore 4.533 MilliJy ( 462 CCs) from field 4 to field 6 IMAGR2: Restore 6.001 MilliJy ( 855 CCs) from field 5 to field 1 IMAGR2: Restore 2.621 MilliJy ( 372 CCs) from field 5 to field 3 IMAGR2: Restore 3.278 MilliJy ( 785 CCs) from field 5 to field 7 IMAGR2: Restore 7.178 MilliJy ( 636 CCs) from field 6 to field 1 IMAGR2: Restore 5.754 MilliJy ( 531 CCs) from field 6 to field 4 IMAGR2: Restore 3.683 MilliJy ( 521 CCs) from field 6 to field 7 IMAGR2: Restore -3.343 MilliJy ( 602 CCs) from field 7 to field 1 IMAGR2: Restore -2.656 MilliJy ( 618 CCs) from field 7 to field 5 IMAGR2: Restore -66.140 MicroJy ( 529 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 585.202 MilliJy IMAGR2: Field 2 final Clean flux 65.654 MilliJy IMAGR2: Field 3 final Clean flux 40.626 MilliJy IMAGR2: Field 4 final Clean flux 69.032 MilliJy IMAGR2: Field 5 final Clean flux 46.468 MilliJy IMAGR2: Field 6 final Clean flux 50.773 MilliJy IMAGR2: Field 7 final Clean flux 35.457 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 14 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 290.3 Real= 292 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01058 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@J1819+3845_C-BAND.0-1 >> /home/auto/run/AD431_199 AIPS 2: 9OCT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =J1819+3845' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1800+388 C-BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1190 CELLSIZE 0.46433 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.46433 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1800+388_C-BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.110 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01058 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@J1819+3845_C-BAND.0-1 >> /home/auto/run/AD431_199 AIPS 2: 9OCT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =J1819+3845' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@J1819+3845_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04286 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1800+388 C-BAND Seq 1 Disk: 1 in slot 5 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1800+388_C-BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 8 18:00:25.27 38:54:18.7 0.179 0.278 0.097 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 74.2 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 8 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 1 C 1 1012 1012 18 00 24.77 38 48 30.7 00001 -1 507 512 513 C 2 1012 1012 18 00 24.77 38 41 55.4 00002 -1 507 512 513 C 3 1012 1012 17 59 55.50 38 45 12.8 00003 -1 507 512 513 C 4 1012 1012 18 00 54.03 38 45 12.8 00004 -1 507 512 513 C 5 1012 1012 17 59 55.46 38 51 48.1 00005 -1 507 512 513 C 6 1012 1012 18 00 54.08 38 51 48.1 00006 -1 507 512 513 C 7 1012 1012 18 00 24.77 38 55 06.0 00007 -1 507 512 513 C 8 246 246 18 00 25.27 38 54 18.7 00008 -1 100 128 129 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1800+388_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1800+388' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1800+388_C-BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.3768E-02 2.0000E-03 0 IMAGR2: Field 2 1012 1012 5.3768E-02 -3.9530E+02 0 IMAGR2: Field 3 1012 1012 -3.4207E+02 -1.9790E+02 0 IMAGR2: Field 4 1012 1012 3.4206E+02 -1.9790E+02 0 IMAGR2: Field 5 1012 1012 -3.4254E+02 1.9740E+02 0 IMAGR2: Field 6 1012 1012 3.4265E+02 1.9740E+02 0 IMAGR2: Field 7 1012 1012 5.3768E-02 3.9530E+02 0 IMAGR2: Field 8 246 246 5.8981E+00 3.4800E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1800+388_C-BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 Field 08: 1 IMAGR2: Create 1800+388 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10403 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.606E+04 IMAGR2: UVWAIT: Adding temperance S 7.212E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.281E+07 and out 2.927E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 3.606E+04 over 20798 vis IMAGR2: Create 1800+388 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1800+388 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1800+388 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1800+388 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1800+388 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1800+388 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1800+388 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1800+388 .IBM008. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1800+388 .ICL001. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1800+388 .ICL002. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1800+388 .ICL003. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1800+388 .ICL004. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1800+388 .ICL005. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1800+388 .ICL006. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1800+388 .ICL007. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1800+388 .ICL008. 1 (MA) on disk 1 cno 37 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.10751E+08 IMAGR2: Field 1 Beam min = -197.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.268 x 1.065 arcsec, PA= 16.6 IMAGR2: Field 2 Sum of gridding weights = 3.10751E+08 IMAGR2: Field 2 Beam min = -197.2 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 fit FWHM = 1.267 x 1.065 arcsec, PA= 16.6 IMAGR2: Field 3 Sum of gridding weights = 3.10751E+08 IMAGR2: Field 3 Beam min = -197.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.267 x 1.065 arcsec, PA= 16.5 IMAGR2: Field 4 Sum of gridding weights = 3.10750E+08 IMAGR2: Field 4 Beam min = -196.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.268 x 1.066 arcsec, PA= 16.7 IMAGR2: Field 5 Sum of gridding weights = 3.10750E+08 IMAGR2: Field 5 Beam min = -197.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.268 x 1.065 arcsec, PA= 16.5 IMAGR2: Field 6 Sum of gridding weights = 3.10750E+08 IMAGR2: Field 6 Beam min = -196.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.268 x 1.065 arcsec, PA= 16.8 IMAGR2: Field 7 Sum of gridding weights = 3.10751E+08 IMAGR2: Field 7 Beam min = -197.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.268 x 1.065 arcsec, PA= 16.7 IMAGR2: Field 8 Sum of gridding weights = 3.10753E+08 IMAGR2: Field 8 Beam min = -197.2 MilliJy, max = 1.0 Jy IMAGR2: Field 8 fit FWHM = 1.268 x 1.065 arcsec, PA= 16.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -147.6 MilliJy,max = 736.8 MilliJy IMAGR2: Field 2 min = -70.0 MilliJy,max = 94.5 MilliJy IMAGR2: Field 3 min = -85.9 MilliJy,max = 90.7 MilliJy IMAGR2: Field 4 min = -71.6 MilliJy,max = 107.1 MilliJy IMAGR2: Field 5 min = -72.7 MilliJy,max = 100.3 MilliJy IMAGR2: Field 6 min = -69.8 MilliJy,max = 101.1 MilliJy IMAGR2: Field 7 min = -70.3 MilliJy,max = 100.5 MilliJy IMAGR2: Field 8 min = -53.3 MilliJy,max = 61.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 78.14 MilliJy IMAGR2: 2775 Residual map points loaded IMAGR2: Field 1 min allowed flux = 352.395 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 419.612 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 419.612 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -64.9 MilliJy,max = 317.2 MilliJy IMAGR2: BGC Clean: using 797 cell beam + residuals > 49.53 MilliJy IMAGR2: 586 Residual map points loaded IMAGR2: Field 1 min allowed flux = 151.695 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 600.243 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 600.243 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.2 MilliJy,max = 140.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.31 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 64.792 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 698.853 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 698.853 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.5 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.160E-02 < Second best 9.599E-02 IMAGR2: Field 7 min = -7.8 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.769E-03 < Second best 9.588E-02 IMAGR2: Field 5 min = -9.8 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.039E-02 < Second best 9.031E-02 IMAGR2: Field 2 min = -7.3 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.195E-03 < Second best 8.777E-02 IMAGR2: Field 6 min = -10.2 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.124E-02 < Second best 8.675E-02 IMAGR2: Field 3 min = -9.8 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.191E-03 < Second best 6.164E-02 IMAGR2: Field 1 min = -22.3 MilliJy,max = 60.8 MilliJy IMAGR2: BGC Clean: using 1069 cell beam + residuals > 8.15 MilliJy IMAGR2: 2626 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.780 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 741.191 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 741.191 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -5.1 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.220E-03 < Second best 2.643E-02 IMAGR2: Field 1 min = -17.4 MilliJy,max = 26.1 MilliJy IMAGR2: BGC Clean: using 221 cell beam + residuals > 6.11 MilliJy IMAGR2: 1238 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.901 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 751.336 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 751.336 MilliJy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.2 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.45 MilliJy IMAGR2: 668 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.301 MilliJy iter= 92 IMAGR2: Field 1 Clean flux density= 745.498 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 745.498 MilliJy 92 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.710E-03 < Second best 1.124E-02 IMAGR2: Field 6 min = -6.4 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.103E-03 < Second best 1.039E-02 IMAGR2: Field 5 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.061E-03 < Second best 9.769E-03 IMAGR2: Field 7 min = -5.0 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.268E-03 < Second best 9.191E-03 IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.598E-03 < Second best 8.268E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.74 MilliJy IMAGR2: 795 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.875 MilliJy iter= 31 IMAGR2: Field 7 Clean flux density= 14.348 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 759.845 MilliJy 123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.173E-03 < Second best 7.917E-03 IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.27 MilliJy IMAGR2: 2343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.678 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 744.633 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 758.981 MilliJy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.253E-03 < Second best 6.103E-03 IMAGR2: Field 6 min = -6.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 1386 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.120 MilliJy iter= 57 IMAGR2: Field 6 Clean flux density= -2.016 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 756.966 MilliJy 243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.383E-03 < Second best 5.710E-03 IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.052E-03 < Second best 5.598E-03 IMAGR2: Field 3 min = -6.0 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.766E-03 < Second best 5.383E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.05 MilliJy IMAGR2: 2102 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.964 MilliJy iter= 81 IMAGR2: Field 5 Clean flux density= 2.279 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 759.245 MilliJy 324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.710E-03 < Second best 5.052E-03 IMAGR2: Field 4 min = -4.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.02 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.771 MilliJy iter= 86 IMAGR2: Field 4 Clean flux density= 18.130 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 777.375 MilliJy 410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.306E-03 < Second best 4.710E-03 IMAGR2: Field 2 min = -4.7 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.425E-03 < Second best 4.656E-03 IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.964E-03 < Second best 4.467E-03 IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.997E-03 < Second best 4.425E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.453 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= -12.883 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 764.491 MilliJy 518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.1 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 1143 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.291 MilliJy iter= 107 IMAGR2: Field 3 Clean flux density= 17.684 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 782.175 MilliJy 625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.805E-03 < Second best 3.997E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.538E-03 < Second best 3.964E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 1304 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.221 MilliJy iter= 151 IMAGR2: Field 7 Clean flux density= 31.099 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 798.927 MilliJy 745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.341E-03 < Second best 3.805E-03 IMAGR2: Field 8 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.568E-03 < Second best 3.794E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.272E-03 < Second best 3.610E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.184E-03 < Second best 3.538E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.598 MilliJy iter= 221 IMAGR2: Field 1 Clean flux density= 747.259 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 801.552 MilliJy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.741 MilliJy iter= 186 IMAGR2: Field 6 Clean flux density= -8.193 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 795.376 MilliJy 940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.009E-03 < Second best 3.272E-03 IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 999 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.571 MilliJy iter= 211 IMAGR2: Field 5 Clean flux density= -443.753 MicroJy 211 comps IMAGR2: Total Cleaned flux density = 792.653 MilliJy 1070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 915 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.512 MilliJy iter= 215 IMAGR2: Field 4 Clean flux density= 23.467 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 797.989 MilliJy 1199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.680E-03 < Second best 3.087E-03 IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.491E-03 < Second best 3.009E-03 IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 1676 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.265 MilliJy iter= 290 IMAGR2: Field 2 Clean flux density= -22.424 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 788.449 MilliJy 1381 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.157 MilliJy iter= 242 IMAGR2: Field 3 Clean flux density= 17.935 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 788.700 MilliJy 1516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.370E-03 < Second best 2.568E-03 IMAGR2: Field 8 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.142E-03 < Second best 2.491E-03 IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 1302 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.113 MilliJy iter= 342 IMAGR2: Field 7 Clean flux density= 37.651 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 795.252 MilliJy 1707 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.071E-03 < Second best 2.464E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.012E-03 < Second best 2.407E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.104E-03 < Second best 2.370E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.843 MilliJy iter= 385 IMAGR2: Field 6 Clean flux density= -4.773 MilliJy 385 comps IMAGR2: Total Cleaned flux density = 798.671 MilliJy 1906 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.964E-03 < Second best 2.142E-03 IMAGR2: Field 8 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.502E-03 < Second best 2.104E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1334 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.732 MilliJy iter= 427 IMAGR2: Field 4 Clean flux density= 27.605 MilliJy 427 comps IMAGR2: Total Cleaned flux density = 802.810 MilliJy 2118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.837E-03 < Second best 2.068E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.882E-03 < Second best 2.026E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.830E-03 < Second best 2.012E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 2998 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.616 MilliJy iter= 554 IMAGR2: Field 5 Clean flux density= -1.057 MilliJy 554 comps IMAGR2: Total Cleaned flux density = 802.196 MilliJy 2461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.486 MilliJy iter= 477 IMAGR2: Field 2 Clean flux density= -24.083 MilliJy 477 comps IMAGR2: Total Cleaned flux density = 800.538 MilliJy 2648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.745E-03 < Second best 1.837E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.555E-03 < Second best 1.830E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.660E-03 < Second best 1.767E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.640E-03 < Second best 1.745E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.390 MilliJy iter= 479 IMAGR2: Field 3 Clean flux density= 18.609 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 801.212 MilliJy 2885 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.291 MilliJy iter= 627 IMAGR2: Field 4 Clean flux density= 31.151 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 804.759 MilliJy 3085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.294 MilliJy iter= 580 IMAGR2: Field 7 Clean flux density= 44.157 MilliJy 580 comps IMAGR2: Total Cleaned flux density = 811.264 MilliJy 3323 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 405 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.239 MilliJy iter= 505 IMAGR2: Field 6 Clean flux density= -5.048 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 810.989 MilliJy 3443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.190 MilliJy iter= 237 IMAGR2: Field 1 Clean flux density= 747.197 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 810.927 MilliJy 3459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.502E-03 IMAGR2: Field 8 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.121E-03 < Second best 1.425E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 827 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.099 MilliJy iter= 679 IMAGR2: Field 2 Clean flux density= -23.934 MilliJy 679 comps IMAGR2: Total Cleaned flux density = 811.075 MilliJy 3661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-03 < Second best 1.281E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.50 MicroJy IMAGR2: 580 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.029 MilliJy iter= 726 IMAGR2: Field 5 Clean flux density= 606.430 MicroJy 726 comps IMAGR2: Total Cleaned flux density = 812.739 MilliJy 3833 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.131E-03 < Second best 1.238E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 883.98 MicroJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 952.176 MicroJy iter= 920 IMAGR2: Field 4 Clean flux density= 30.923 MilliJy 920 comps IMAGR2: Total Cleaned flux density = 812.511 MilliJy 4126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.69 MicroJy IMAGR2: 1473 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -943.629 MicroJy iter= 773 IMAGR2: Field 3 Clean flux density= 21.709 MilliJy 773 comps IMAGR2: Total Cleaned flux density = 815.612 MilliJy 4420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.76 MicroJy IMAGR2: 2404 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 929.712 MicroJy iter= 925 IMAGR2: Field 6 Clean flux density= -6.856 MilliJy 925 comps IMAGR2: Total Cleaned flux density = 813.804 MilliJy 4840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.065E-03 < Second best 1.131E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 831.16 MicroJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -868.226 MicroJy iter= 790 IMAGR2: Field 7 Clean flux density= 44.121 MilliJy 790 comps IMAGR2: Total Cleaned flux density = 813.768 MilliJy 5050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -811.3 MicroJy,max = 766.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.376E-04 < Second best 1.065E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.52 MicroJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 838.109 MicroJy iter= 283 IMAGR2: Field 1 Clean flux density= 748.440 MilliJy 283 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 815.012 MilliJy 5096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 794.38 MicroJy IMAGR2: 652 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 827.474 MicroJy iter= 885 IMAGR2: Field 2 Clean flux density= -23.207 MilliJy 885 comps IMAGR2: Total Cleaned flux density = 815.739 MilliJy 5302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 766.39 MicroJy IMAGR2: 431 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -790.033 MicroJy iter= 881 IMAGR2: Field 5 Clean flux density= 896.670 MicroJy 881 comps IMAGR2: Total Cleaned flux density = 816.029 MilliJy 5457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.531E-04 < Second best 9.046E-04 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.53 MicroJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 726.856 MicroJy iter= 959 IMAGR2: Field 3 Clean flux density= 23.223 MilliJy 959 comps IMAGR2: Total Cleaned flux density = 817.543 MilliJy 5643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 650.33 MicroJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 680.600 MicroJy iter= 1176 IMAGR2: Field 6 Clean flux density= -6.862 MilliJy 1176 comps IMAGR2: Total Cleaned flux density = 817.536 MilliJy 5894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 647.87 MicroJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 676.847 MicroJy iter= 1169 IMAGR2: Field 4 Clean flux density= 31.829 MilliJy 1169 comps IMAGR2: Total Cleaned flux density = 818.443 MilliJy 6143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.09 MicroJy IMAGR2: 1131 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 651.935 MicroJy iter= 1079 IMAGR2: Field 7 Clean flux density= 45.844 MilliJy 1079 comps IMAGR2: Total Cleaned flux density = 820.165 MilliJy 6432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -775.7 MicroJy,max = 787.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.433E-04 < Second best 7.935E-04 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 586.27 MicroJy IMAGR2: 1357 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 618.101 MicroJy iter= 1220 IMAGR2: Field 2 Clean flux density= -24.914 MilliJy 1220 comps IMAGR2: Total Cleaned flux density = 818.459 MilliJy 6767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.82 MicroJy IMAGR2: 1269 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 595.237 MicroJy iter= 1216 IMAGR2: Field 5 Clean flux density= 2.130 MilliJy 1216 comps IMAGR2: Total Cleaned flux density = 819.692 MilliJy 7102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -716.5 MicroJy,max = 761.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.754E-04 < Second best 7.376E-04 IMAGR2: Field 8 min = -614.4 MicroJy,max = 618.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.263E-04 < Second best 6.972E-04 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.83 MicroJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 569.540 MicroJy iter= 1250 IMAGR2: Field 3 Clean flux density= 23.884 MilliJy 1250 comps IMAGR2: Total Cleaned flux density = 820.352 MilliJy 7393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -700.1 MicroJy,max = 758.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.78 MicroJy IMAGR2: 135 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -551.712 MicroJy iter= 351 IMAGR2: Field 1 Clean flux density= 748.572 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 820.485 MilliJy 7461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 530.44 MicroJy IMAGR2: 1259 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -555.415 MicroJy iter= 1511 IMAGR2: Field 6 Clean flux density= -7.619 MilliJy 1511 comps IMAGR2: Total Cleaned flux density = 819.728 MilliJy 7796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.69 MicroJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 529.684 MicroJy iter= 1401 IMAGR2: Field 4 Clean flux density= 33.243 MilliJy 1401 comps IMAGR2: Total Cleaned flux density = 821.143 MilliJy 8028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.36 MicroJy IMAGR2: 1170 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 514.790 MicroJy iter= 1372 IMAGR2: Field 7 Clean flux density= 46.098 MilliJy 1372 comps IMAGR2: Total Cleaned flux density = 821.396 MilliJy 8321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.16 MicroJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 490.152 MicroJy iter= 1507 IMAGR2: Field 2 Clean flux density= -24.267 MilliJy 1507 comps IMAGR2: Total Cleaned flux density = 822.043 MilliJy 8608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.04 MicroJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 470.085 MicroJy iter= 1494 IMAGR2: Field 5 Clean flux density= 1.548 MilliJy 1494 comps IMAGR2: Total Cleaned flux density = 821.461 MilliJy 8886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.87 MicroJy IMAGR2: 890 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -453.262 MicroJy iter= 1528 IMAGR2: Field 3 Clean flux density= 24.714 MilliJy 1528 comps IMAGR2: Total Cleaned flux density = 822.291 MilliJy 9164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.86 MicroJy IMAGR2: 1152 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -439.232 MicroJy iter= 1846 IMAGR2: Field 6 Clean flux density= -7.486 MilliJy 1846 comps IMAGR2: Total Cleaned flux density = 822.424 MilliJy 9499 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -563.2 MicroJy,max = 610.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.99 MicroJy IMAGR2: 175 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 422.219 MicroJy iter= 434 IMAGR2: Field 1 Clean flux density= 748.905 MilliJy 434 comps IMAGR2: Total Cleaned flux density = 822.756 MilliJy 9582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -484.4 MicroJy,max = 463.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.982E-04 < Second best 5.076E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.23 MicroJy IMAGR2: 1152 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -418.747 MicroJy iter= 1710 IMAGR2: Field 4 Clean flux density= 34.021 MilliJy 1710 comps IMAGR2: Total Cleaned flux density = 823.534 MilliJy 9891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.10 MicroJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -405.492 MicroJy iter= 1768 IMAGR2: Field 7 Clean flux density= 46.101 MilliJy 1768 comps IMAGR2: Total Cleaned flux density = 823.537 MilliJy 10287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 964.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 376.23 MicroJy IMAGR2: 1572 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -392.521 MicroJy iter= 1924 IMAGR2: Field 2 Clean flux density= -23.053 MilliJy 1924 comps IMAGR2: Total Cleaned flux density = 824.750 MilliJy 10704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 972.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.38 MicroJy IMAGR2: 1388 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -380.050 MicroJy iter= 1836 IMAGR2: Field 5 Clean flux density= 252.672 MicroJy 1836 comps IMAGR2: Total Cleaned flux density = 823.455 MilliJy 11046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.36 MicroJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -372.100 MicroJy iter= 1913 IMAGR2: Field 3 Clean flux density= 24.076 MilliJy 1913 comps IMAGR2: Total Cleaned flux density = 822.817 MilliJy 11431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.13 MicroJy IMAGR2: 1720 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 362.985 MicroJy iter= 2291 IMAGR2: Field 6 Clean flux density= -8.440 MilliJy 2291 comps IMAGR2: Total Cleaned flux density = 821.864 MilliJy 11876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -487.7 MicroJy,max = 537.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 343.15 MicroJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -346.960 MicroJy iter= 530 IMAGR2: Field 1 Clean flux density= 749.196 MilliJy 530 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 822.155 MilliJy 11972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -952.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.76 MicroJy IMAGR2: 1374 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -347.409 MicroJy iter= 2049 IMAGR2: Field 4 Clean flux density= 34.740 MilliJy 2049 comps IMAGR2: Total Cleaned flux density = 822.874 MilliJy 12311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -384.3 MicroJy,max = 366.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.210E-04 < Second best 3.889E-04 IMAGR2: Field 7 min = -926.5 MicroJy,max = 999.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.20 MicroJy IMAGR2: 1384 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 336.887 MicroJy iter= 2158 IMAGR2: Field 7 Clean flux density= 46.563 MilliJy 2158 comps IMAGR2: Total Cleaned flux density = 823.336 MilliJy 12701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -991.5 MicroJy,max = 825.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.90 MicroJy IMAGR2: 1400 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -326.295 MicroJy iter= 2341 IMAGR2: Field 2 Clean flux density= -23.848 MilliJy 2341 comps IMAGR2: Total Cleaned flux density = 822.542 MilliJy 13118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 877.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.00 MicroJy IMAGR2: 1376 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -318.114 MicroJy iter= 2169 IMAGR2: Field 5 Clean flux density= 380.463 MicroJy 2169 comps IMAGR2: Total Cleaned flux density = 822.670 MilliJy 13451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -978.9 MicroJy,max = 907.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.09 MicroJy IMAGR2: 1413 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 308.310 MicroJy iter= 2335 IMAGR2: Field 3 Clean flux density= 25.055 MilliJy 2335 comps IMAGR2: Total Cleaned flux density = 823.649 MilliJy 13873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -954.1 MicroJy,max = 915.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 288.59 MicroJy IMAGR2: 1923 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 301.517 MicroJy iter= 2777 IMAGR2: Field 6 Clean flux density= -8.301 MilliJy 2777 comps IMAGR2: Total Cleaned flux density = 823.787 MilliJy 14359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -898.9 MicroJy,max = 967.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 282.57 MicroJy IMAGR2: 1625 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 293.698 MicroJy iter= 2483 IMAGR2: Field 4 Clean flux density= 35.069 MilliJy 2483 comps IMAGR2: Total Cleaned flux density = 824.116 MilliJy 14793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -369.2 MicroJy,max = 383.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 279.51 MicroJy IMAGR2: 134 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 281.687 MicroJy iter= 607 IMAGR2: Field 1 Clean flux density= 749.726 MilliJy 607 comps IMAGR2: Total Cleaned flux density = 824.646 MilliJy 14870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -823.0 MicroJy,max = 854.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 272.46 MicroJy IMAGR2: 1534 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 283.123 MicroJy iter= 2577 IMAGR2: Field 7 Clean flux density= 46.933 MilliJy 2577 comps IMAGR2: Total Cleaned flux density = 825.016 MilliJy 15289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -354.2 MicroJy,max = 319.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.876E-04 < Second best 3.128E-04 IMAGR2: Field 2 min = -882.1 MicroJy,max = 752.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.09 MicroJy IMAGR2: 1500 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -275.420 MicroJy iter= 2778 IMAGR2: Field 2 Clean flux density= -23.392 MilliJy 2778 comps IMAGR2: Total Cleaned flux density = 825.473 MilliJy 15726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 816.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 259.57 MicroJy IMAGR2: 2012 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 270.332 MicroJy iter= 2634 IMAGR2: Field 5 Clean flux density= 97.193 MicroJy 2634 comps IMAGR2: Total Cleaned flux density = 825.189 MilliJy 16191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -920.0 MicroJy,max = 874.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.95 MicroJy IMAGR2: 1769 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -262.592 MicroJy iter= 2818 IMAGR2: Field 3 Clean flux density= 24.496 MilliJy 2818 comps IMAGR2: Total Cleaned flux density = 824.630 MilliJy 16674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -912.3 MicroJy,max = 837.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.99 MicroJy IMAGR2: 2256 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 257.852 MicroJy iter= 3342 IMAGR2: Field 6 Clean flux density= -7.272 MilliJy 3342 comps IMAGR2: Total Cleaned flux density = 825.659 MilliJy 17239 comps IMAGR2: ALGSTB: All 693 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 682- 0 Cells, with 10403 Pts IMAGR2: Field 8 min = -356.1 MicroJy,max = 366.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.465E-04 < Second best 2.814E-04 IMAGR2: Field 4 min = -860.2 MicroJy,max = 942.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.65 MicroJy IMAGR2: 2150 Residual map points loaded IMAGR2: Field 4 min Clean flux = 257.035 MicroJy iter= 2913 IMAGR2: Field 4 Clean flux density= 34.613 MilliJy 2913 comps IMAGR2: Total Cleaned flux density = 825.202 MilliJy 17669 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -757.2 MicroJy,max = 749.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.66 MicroJy IMAGR2: 2014 Residual map points loaded IMAGR2: Field 7 min Clean flux = 257.038 MicroJy iter= 2928 IMAGR2: Field 7 Clean flux density= 47.638 MilliJy 2928 comps IMAGR2: Total Cleaned flux density = 825.907 MilliJy 18020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -321.7 MicroJy,max = 344.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 228.99 MicroJy IMAGR2: 334 Residual map points loaded IMAGR2: Field 1 min Clean flux = -257.077 MicroJy iter= 648 IMAGR2: Field 1 Clean flux density= 749.764 MilliJy 648 comps IMAGR2: Total Cleaned flux density = 825.945 MilliJy 18061 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -793.1 MicroJy,max = 704.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 223.25 MicroJy IMAGR2: 2693 Residual map points loaded IMAGR2: Field 2 min Clean flux = 257.079 MicroJy iter= 3061 IMAGR2: Field 2 Clean flux density= -23.041 MilliJy 3061 comps IMAGR2: Total Cleaned flux density = 826.296 MilliJy 18344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -931.4 MicroJy,max = 763.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 210.03 MicroJy IMAGR2: 3459 Residual map points loaded IMAGR2: Field 5 min Clean flux = 256.755 MicroJy iter= 2801 IMAGR2: Field 5 Clean flux density= 86.542 MicroJy 2801 comps IMAGR2: Total Cleaned flux density = 826.285 MilliJy 18511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -911.3 MicroJy,max = 807.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.68 MicroJy IMAGR2: 5367 Residual map points loaded IMAGR2: Field 3 min Clean flux = 256.627 MicroJy iter= 2916 IMAGR2: Field 3 Clean flux density= 24.775 MilliJy 2916 comps IMAGR2: Total Cleaned flux density = 826.564 MilliJy 18609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -864.6 MicroJy,max = 790.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 157.35 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 6 min Clean flux = -257.128 MicroJy iter= 3418 IMAGR2: Field 6 Clean flux density= -7.212 MilliJy 3418 comps IMAGR2: Total Cleaned flux density = 826.623 MilliJy 18685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 257.128 less than limit 257.137 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 648 to 319 components IMAGR2: Field 2 compressed from 3061 to 1607 components IMAGR2: Field 3 compressed from 2916 to 1577 components IMAGR2: Field 4 compressed from 2913 to 1551 components IMAGR2: Field 5 compressed from 2801 to 1544 components IMAGR2: Field 6 compressed from 3418 to 1828 components IMAGR2: Field 7 compressed from 2928 to 1515 components IMAGR2: Field 8 compressed from 0 to 0 components IMAGR2: Field 1 min = -303.0 MicroJy,max = 328.3 MicroJy IMAGR2: Field 2 min = -785.5 MicroJy,max = 648.5 MicroJy IMAGR2: Field 3 min = -906.9 MicroJy,max = 792.4 MicroJy IMAGR2: Field 4 min = -768.7 MicroJy,max = 795.9 MicroJy IMAGR2: Field 5 min = -888.1 MicroJy,max = 740.5 MicroJy IMAGR2: Field 6 min = -857.2 MicroJy,max = 777.9 MicroJy IMAGR2: Field 7 min = -705.9 MicroJy,max = 691.2 MicroJy IMAGR2: Field 8 min = -328.4 MicroJy,max = 336.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 138.075 MicroJy ( 24 CCs) from field 1 to field 2 IMAGR2: Restore 955.499 MicroJy ( 41 CCs) from field 1 to field 3 IMAGR2: Restore 4.509 MilliJy ( 37 CCs) from field 1 to field 4 IMAGR2: Restore 732.402 MicroJy ( 26 CCs) from field 1 to field 5 IMAGR2: Restore 473.966 MicroJy ( 28 CCs) from field 1 to field 6 IMAGR2: Restore 574.191 MicroJy ( 28 CCs) from field 1 to field 7 IMAGR2: Restore -3.311 MilliJy ( 48 CCs) from field 2 to field 1 IMAGR2: Restore -1.503 MilliJy ( 128 CCs) from field 2 to field 3 IMAGR2: Restore 1.771 MilliJy ( 88 CCs) from field 2 to field 4 IMAGR2: Restore 287.229 MicroJy ( 39 CCs) from field 3 to field 1 IMAGR2: Restore-193.821 MicroJy ( 43 CCs) from field 3 to field 2 IMAGR2: Restore 2.461 MilliJy ( 84 CCs) from field 3 to field 5 IMAGR2: Restore 54.441 MicroJy ( 47 CCs) from field 4 to field 1 IMAGR2: Restore 1.642 MilliJy ( 56 CCs) from field 4 to field 2 IMAGR2: Restore 1.588 MilliJy ( 71 CCs) from field 4 to field 6 IMAGR2: Restore 1.135 MilliJy ( 42 CCs) from field 5 to field 1 IMAGR2: Restore 4.795 MilliJy ( 133 CCs) from field 5 to field 3 IMAGR2: Restore-161.199 MicroJy ( 43 CCs) from field 5 to field 7 IMAGR2: Restore 1.436 MilliJy ( 73 CCs) from field 6 to field 1 IMAGR2: Restore 630.776 MicroJy ( 104 CCs) from field 6 to field 4 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 872.610 MicroJy ( 110 CCs) from field 6 to field 7 IMAGR2: Restore 216.718 MicroJy ( 55 CCs) from field 7 to field 1 IMAGR2: Restore 3.835 MilliJy ( 113 CCs) from field 7 to field 5 IMAGR2: Restore 1.125 MilliJy ( 93 CCs) from field 7 to field 6 IMAGR2: Restore 10.494 MilliJy ( 26 CCs) from field 7 to field 8 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 749.583 MilliJy IMAGR2: Field 2 final Clean flux -21.455 MilliJy IMAGR2: Field 3 final Clean flux 29.023 MilliJy IMAGR2: Field 4 final Clean flux 41.524 MilliJy IMAGR2: Field 5 final Clean flux 7.115 MilliJy IMAGR2: Field 6 final Clean flux -4.026 MilliJy IMAGR2: Field 7 final Clean flux 48.923 MilliJy IMAGR2: Field 8 final Clean flux 10.494 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 158.3 Real= 159 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1800+388_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1800+388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05461 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1821+397_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1821+397 C-BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1186 CELLSIZE 0.46615 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.46615 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1821+397_C-BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.110 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1800+388_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1800+388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05461 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1821+397_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1821+397 C-BAND Seq 1 Disk: 1 in slot 6 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1821+397_C-BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 78.2 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 2 C 1 1012 1012 18 21 59.70 39 45 59.5 00001 -1 507 512 513 C 2 1012 1012 18 21 59.70 39 39 22.7 00002 -1 507 512 513 C 3 1012 1012 18 21 29.92 39 42 40.8 00003 -1 507 512 513 C 4 1012 1012 18 22 29.48 39 42 40.8 00004 -1 507 512 513 C 5 1012 1012 18 21 29.87 39 49 17.7 00005 -1 507 512 513 C 6 1012 1012 18 22 29.53 39 49 17.7 00006 -1 507 512 513 C 7 1012 1012 18 21 59.70 39 52 36.3 00007 -1 507 512 513 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1800+388_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1800+388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05461 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1821+397_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1821+397_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1821+397' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1821+397_C-BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.0377E-02 -2.0000E-03 0 IMAGR2: Field 2 1012 1012 1.0377E-02 -3.9680E+02 0 IMAGR2: Field 3 1012 1012 -3.4335E+02 -1.9870E+02 0 IMAGR2: Field 4 1012 1012 3.4337E+02 -1.9870E+02 0 IMAGR2: Field 5 1012 1012 -3.4393E+02 1.9820E+02 0 IMAGR2: Field 6 1012 1012 3.4395E+02 1.9820E+02 0 IMAGR2: Field 7 1012 1012 1.0377E-02 3.9680E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1821+397_C-BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1821+397 .IMAGR . 1 (UV) on disk 1 cno 29 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6408 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.321E+04 IMAGR2: UVWAIT: Adding temperance S 6.641E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.415E+07 and out 1.775E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.144 due to weighting IMAGR2: UVWAIT: Average summed weight 3.321E+04 over 12816 vis IMAGR2: Create 1821+397 .IBM001. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1821+397 .IBM002. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1821+397 .IBM003. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1821+397 .IBM004. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1821+397 .IBM005. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1821+397 .IBM006. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1821+397 .IBM007. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1821+397 .ICL001. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1821+397 .ICL002. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1821+397 .ICL003. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1821+397 .ICL004. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1821+397 .ICL005. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1821+397 .ICL006. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1821+397 .ICL007. 1 (MA) on disk 1 cno 43 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.88487E+08 IMAGR2: Field 1 Beam min = -174.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.299 x 1.064 arcsec, PA= 20.9 IMAGR2: Field 2 Sum of gridding weights = 1.88487E+08 IMAGR2: Field 2 Beam min = -174.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.299 x 1.064 arcsec, PA= 20.8 IMAGR2: Field 3 Sum of gridding weights = 1.88487E+08 IMAGR2: Field 3 Beam min = -174.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.299 x 1.064 arcsec, PA= 20.7 IMAGR2: Field 4 Sum of gridding weights = 1.88486E+08 IMAGR2: Field 4 Beam min = -173.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.299 x 1.064 arcsec, PA= 21.0 IMAGR2: Field 5 Sum of gridding weights = 1.88487E+08 IMAGR2: Field 5 Beam min = -174.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.299 x 1.064 arcsec, PA= 20.8 IMAGR2: Field 6 Sum of gridding weights = 1.88486E+08 IMAGR2: Field 6 Beam min = -173.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.299 x 1.064 arcsec, PA= 21.0 IMAGR2: Field 7 Sum of gridding weights = 1.88487E+08 IMAGR2: Field 7 Beam min = -174.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.299 x 1.064 arcsec, PA= 20.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -61.2 MilliJy,max = 352.1 MilliJy IMAGR2: Field 2 min = -40.0 MilliJy,max = 79.4 MilliJy IMAGR2: Field 3 min = -39.8 MilliJy,max = 66.5 MilliJy IMAGR2: Field 4 min = -44.8 MilliJy,max = 67.9 MilliJy IMAGR2: Field 5 min = -45.0 MilliJy,max = 74.5 MilliJy IMAGR2: Field 6 min = -40.3 MilliJy,max = 63.8 MilliJy IMAGR2: Field 7 min = -38.2 MilliJy,max = 78.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 40.63 MilliJy IMAGR2: 4752 Residual map points loaded IMAGR2: Field 1 min allowed flux = 168.400 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 200.522 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 200.522 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.4 MilliJy,max = 151.6 MilliJy IMAGR2: BGC Clean: using 1067 cell beam + residuals > 29.59 MilliJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 1 min allowed flux = 72.492 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 286.842 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 286.842 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.4 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-02 < Second best 7.506E-02 IMAGR2: Field 7 min = -7.4 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.364E-02 < Second best 6.897E-02 IMAGR2: Field 1 min = -11.7 MilliJy,max = 65.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.208E-02 < Second best 6.704E-02 IMAGR2: Field 5 min = -8.9 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.162E-02 < Second best 6.491E-02 IMAGR2: Field 4 min = -8.5 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 6.356E-02 IMAGR2: Field 3 min = -8.9 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.320E-02 < Second best 6.208E-02 IMAGR2: BGC Clean: using 109 cell beam + residuals > 19.89 MilliJy IMAGR2: 53 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.206 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 324.001 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 324.001 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.0 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.882E-03 < Second best 2.969E-02 IMAGR2: Field 1 min = -5.3 MilliJy,max = 28.1 MilliJy IMAGR2: BGC Clean: using 909 cell beam + residuals > 5.94 MilliJy IMAGR2: 375 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.433 MilliJy iter= 32 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 339.997 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 339.997 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.194E-03 < Second best 1.364E-02 IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.790E-03 < Second best 1.335E-02 IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.093E-03 < Second best 1.320E-02 IMAGR2: Field 3 min = -4.7 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 1067 cell beam + residuals > 4.93 MilliJy IMAGR2: 194 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.737 MilliJy iter= 15 IMAGR2: Field 3 Clean flux density= 14.313 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 354.310 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR2: 63 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.612 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 349.426 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 363.739 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.075E-03 < Second best 6.419E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 857 cell beam + residuals > 2.74 MilliJy IMAGR2: 576 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.569 MilliJy iter= 36 IMAGR2: Field 3 Clean flux density= 24.318 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 373.744 MilliJy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.011E-03 < Second best 5.345E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 199 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.635 MilliJy iter= 64 IMAGR2: Field 1 Clean flux density= 355.832 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 380.150 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.764E-03 < Second best 4.093E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.070E-03 < Second best 3.790E-03 IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.872E-03 < Second best 3.406E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 4577 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.628 MilliJy iter= 96 IMAGR2: Field 3 Clean flux density= 35.864 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 391.696 MilliJy 160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.582E-03 < Second best 3.070E-03 IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1443 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.224 MilliJy iter= 52 IMAGR2: Field 4 Clean flux density= 8.229 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 399.925 MilliJy 212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.692E-03 < Second best 2.872E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1683 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.147 MilliJy iter= 64 IMAGR2: Field 7 Clean flux density= 1.874 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 401.799 MilliJy 276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.385E-03 < Second best 2.692E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.965 MilliJy iter= 58 IMAGR2: Field 6 Clean flux density= 2.506 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 404.306 MilliJy 334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.296E-03 < Second best 2.516E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.180E-03 < Second best 2.514E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.047E-03 < Second best 2.385E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 2761 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.930 MilliJy iter= 109 IMAGR2: Field 2 Clean flux density= 962.000 MicroJy 109 comps IMAGR2: Total Cleaned flux density = 405.268 MilliJy 443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 737 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.737 MilliJy iter= 80 IMAGR2: Field 5 Clean flux density= -1.942 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 403.326 MilliJy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.865E-03 < Second best 2.128E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.668E-03 < Second best 2.056E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.740E-03 < Second best 2.047E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.577E-03 < Second best 1.881E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.683E-03 < Second best 1.865E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 2014 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.553 MilliJy iter= 226 IMAGR2: Field 3 Clean flux density= 41.487 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 408.949 MilliJy 653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.579E-03 < Second best 1.740E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2452 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.411 MilliJy iter= 221 IMAGR2: Field 7 Clean flux density= 2.240 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 409.315 MilliJy 810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.526E-03 < Second best 1.668E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.564E-03 < Second best 1.664E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.313E-03 < Second best 1.579E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1193 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.218 MilliJy iter= 236 IMAGR2: Field 2 Clean flux density= 2.915 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 411.268 MilliJy 937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.257E-03 < Second best 1.564E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.403E-03 < Second best 1.526E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1331 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.195 MilliJy iter= 210 IMAGR2: Field 6 Clean flux density= 3.530 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 412.292 MilliJy 1089 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.171E-03 < Second best 1.403E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.87 MicroJy IMAGR2: 581 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.058 MilliJy iter= 166 IMAGR2: Field 4 Clean flux density= 6.765 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 410.828 MilliJy 1203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 1.313E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.183E-03 < Second best 1.257E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.046E-03 < Second best 1.183E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.49 MicroJy IMAGR2: 1281 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -977.935 MicroJy iter= 252 IMAGR2: Field 5 Clean flux density= 571.033 MicroJy 252 comps IMAGR2: Total Cleaned flux density = 413.341 MilliJy 1375 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.109E-03 < Second best 1.167E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.053E-03 < Second best 1.145E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.461E-04 < Second best 1.109E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.82 MicroJy IMAGR2: 2420 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -867.676 MicroJy iter= 474 IMAGR2: Field 3 Clean flux density= 43.839 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 415.692 MilliJy 1623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 730.01 MicroJy IMAGR2: 747 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 801.441 MicroJy iter= 371 IMAGR2: Field 7 Clean flux density= 1.867 MilliJy 371 comps IMAGR2: Total Cleaned flux density = 415.320 MilliJy 1773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 8.721E-04 < Second best 1.046E-03 IMAGR2: Field 1 min = -877.0 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.698E-04 < Second best 1.014E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.742E-04 < Second best 9.461E-04 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.81 MicroJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 738.986 MicroJy iter= 386 IMAGR2: Field 6 Clean flux density= 5.959 MilliJy 386 comps IMAGR2: Total Cleaned flux density = 417.748 MilliJy 1949 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.885E-04 < Second best 8.742E-04 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.235E-04 < Second best 8.721E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 612.58 MicroJy IMAGR2: 1247 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -682.036 MicroJy iter= 461 IMAGR2: Field 2 Clean flux density= 6.934 MilliJy 461 comps IMAGR2: Total Cleaned flux density = 421.767 MilliJy 2174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -867.8 MicroJy,max = 783.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.483E-04 < Second best 8.313E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.798E-04 < Second best 8.235E-04 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.43 MicroJy IMAGR2: 871 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -609.897 MicroJy iter= 362 IMAGR2: Field 4 Clean flux density= 8.132 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 423.134 MilliJy 2370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 964.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.161E-04 < Second best 7.676E-04 IMAGR2: Field 7 min = -983.4 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.721E-04 < Second best 7.483E-04 IMAGR2: Field 1 min = -746.5 MicroJy,max = 672.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.438E-04 < Second best 7.161E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.84 MicroJy IMAGR2: 1068 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -562.773 MicroJy iter= 468 IMAGR2: Field 5 Clean flux density= 3.544 MilliJy 468 comps IMAGR2: Total Cleaned flux density = 426.107 MilliJy 2586 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.354E-04 < Second best 6.798E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 479.62 MicroJy IMAGR2: 676 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 511.682 MicroJy iter= 641 IMAGR2: Field 3 Clean flux density= 43.307 MilliJy 641 comps IMAGR2: Total Cleaned flux density = 425.576 MilliJy 2753 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -879.0 MicroJy,max = 888.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.79 MicroJy IMAGR2: 647 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 507.513 MicroJy iter= 545 IMAGR2: Field 7 Clean flux density= 269.276 MicroJy 545 comps IMAGR2: Total Cleaned flux density = 423.977 MilliJy 2927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -754.6 MicroJy,max = 768.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.812E-04 < Second best 6.438E-04 IMAGR2: Field 1 min = -738.9 MicroJy,max = 564.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.331E-04 < Second best 6.354E-04 IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.26 MicroJy IMAGR2: 1256 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 471.435 MicroJy iter= 616 IMAGR2: Field 6 Clean flux density= 5.556 MilliJy 616 comps IMAGR2: Total Cleaned flux density = 423.575 MilliJy 3157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -837.6 MicroJy,max = 833.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.290E-04 < Second best 5.812E-04 IMAGR2: Field 2 min = -769.4 MicroJy,max = 747.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.06 MicroJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 433.762 MicroJy iter= 680 IMAGR2: Field 2 Clean flux density= 9.105 MilliJy 680 comps IMAGR2: Total Cleaned flux density = 425.745 MilliJy 3376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -876.5 MicroJy,max = 773.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.766E-04 < Second best 5.331E-04 IMAGR2: Field 1 min = -666.5 MicroJy,max = 547.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.973E-04 < Second best 5.290E-04 IMAGR2: Field 4 min = -835.7 MicroJy,max = 796.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.72 MicroJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -398.241 MicroJy iter= 570 IMAGR2: Field 4 Clean flux density= 7.728 MilliJy 570 comps IMAGR2: Total Cleaned flux density = 425.342 MilliJy 3584 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -601.9 MicroJy,max = 477.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.416E-04 < Second best 4.901E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 870.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.21 MicroJy IMAGR2: 1028 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 383.204 MicroJy iter= 878 IMAGR2: Field 3 Clean flux density= 43.890 MilliJy 878 comps IMAGR2: Total Cleaned flux density = 425.925 MilliJy 3821 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -725.5 MicroJy,max = 734.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.36 MicroJy IMAGR2: 1094 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 366.309 MicroJy iter= 801 IMAGR2: Field 7 Clean flux density= -294.070 MicroJy 801 comps IMAGR2: Total Cleaned flux density = 425.362 MilliJy 4077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -755.7 MicroJy,max = 632.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.277E-04 < Second best 4.514E-04 IMAGR2: Field 6 min = -843.3 MicroJy,max = 857.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 317.74 MicroJy IMAGR2: 1229 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -339.111 MicroJy iter= 883 IMAGR2: Field 6 Clean flux density= 4.853 MilliJy 883 comps IMAGR2: Total Cleaned flux density = 424.659 MilliJy 4344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -528.7 MicroJy,max = 435.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.80 MicroJy IMAGR2: 188 Residual map points loaded IMAGR2: Field 1 min Clean flux = 327.454 MicroJy iter= 158 IMAGR2: Field 1 Clean flux density= 356.772 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 425.599 MilliJy 4438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -781.0 MicroJy,max = 644.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.76 MicroJy IMAGR2: 424 Residual map points loaded IMAGR2: Field 5 min Clean flux = -327.403 MicroJy iter= 608 IMAGR2: Field 5 Clean flux density= 3.853 MilliJy 608 comps IMAGR2: Total Cleaned flux density = 425.908 MilliJy 4578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -649.1 MicroJy,max = 632.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 296.05 MicroJy IMAGR2: 872 Residual map points loaded IMAGR2: Field 2 min Clean flux = 327.108 MicroJy iter= 804 IMAGR2: Field 2 Clean flux density= 9.233 MilliJy 804 comps IMAGR2: Total Cleaned flux density = 426.036 MilliJy 4702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -736.4 MicroJy,max = 743.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 278.87 MicroJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 4 min Clean flux = -327.581 MicroJy iter= 612 IMAGR2: Field 4 Clean flux density= 7.522 MilliJy 612 comps IMAGR2: Total Cleaned flux density = 425.831 MilliJy 4744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -962.5 MicroJy,max = 808.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.40 MicroJy IMAGR2: 2294 Residual map points loaded IMAGR2: Field 3 min Clean flux = 327.650 MicroJy iter= 960 IMAGR2: Field 3 Clean flux density= 43.666 MilliJy 960 comps IMAGR2: Total Cleaned flux density = 425.606 MilliJy 4826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -606.9 MicroJy,max = 577.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 224.56 MicroJy IMAGR2: 3837 Residual map points loaded IMAGR2: Field 7 min Clean flux = 326.817 MicroJy iter= 821 IMAGR2: Field 7 Clean flux density= -502.144 MicroJy 821 comps IMAGR2: Total Cleaned flux density = 425.398 MilliJy 4846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -685.5 MicroJy,max = 782.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 177.03 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 6 min Clean flux = -325.287 MicroJy iter= 890 IMAGR2: Field 6 Clean flux density= 4.888 MilliJy 890 comps IMAGR2: Total Cleaned flux density = 425.433 MilliJy 4853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 327.650 less than limit 327.660 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 158 to 90 components IMAGR2: Field 2 compressed from 804 to 583 components IMAGR2: Field 3 compressed from 960 to 642 components IMAGR2: Field 4 compressed from 612 to 461 components IMAGR2: Field 5 compressed from 608 to 469 components IMAGR2: Field 6 compressed from 890 to 595 components IMAGR2: Field 7 compressed from 821 to 602 components IMAGR2: Field 1 min = -451.4 MicroJy,max = 375.2 MicroJy IMAGR2: Field 2 min = -552.7 MicroJy,max = 551.0 MicroJy IMAGR2: Field 3 min = -928.3 MicroJy,max = 789.4 MicroJy IMAGR2: Field 4 min = -714.1 MicroJy,max = 719.0 MicroJy IMAGR2: Field 5 min = -826.4 MicroJy,max = 614.1 MicroJy IMAGR2: Field 6 min = -685.5 MicroJy,max = 777.4 MicroJy IMAGR2: Field 7 min = -597.9 MicroJy,max = 567.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 71.923 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 680.370 MicroJy ( 39 CCs) from field 1 to field 3 IMAGR2: Restore 348.650 MicroJy ( 6 CCs) from field 1 to field 4 IMAGR2: Restore 359.032 MicroJy ( 18 CCs) from field 1 to field 5 IMAGR2: Restore 1.152 MilliJy ( 12 CCs) from field 1 to field 6 IMAGR2: Restore-336.612 MicroJy ( 3 CCs) from field 1 to field 7 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore-523.692 MicroJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore 2.418 MilliJy ( 41 CCs) from field 2 to field 3 IMAGR2: Restore -1.291 MilliJy ( 42 CCs) from field 2 to field 4 IMAGR2: Restore-250.324 MicroJy ( 18 CCs) from field 3 to field 1 IMAGR2: Restore 1.472 MilliJy ( 10 CCs) from field 3 to field 2 IMAGR2: Restore-216.628 MicroJy ( 16 CCs) from field 3 to field 5 IMAGR2: Restore-102.291 MicroJy ( 29 CCs) from field 4 to field 1 IMAGR2: Restore 486.711 MicroJy ( 31 CCs) from field 4 to field 2 IMAGR2: Restore 797.971 MicroJy ( 22 CCs) from field 4 to field 6 IMAGR2: Restore -66.445 MicroJy ( 12 CCs) from field 5 to field 1 IMAGR2: Restore 614.433 MicroJy ( 20 CCs) from field 5 to field 3 IMAGR2: Restore-395.174 MicroJy ( 17 CCs) from field 5 to field 7 IMAGR2: Restore 484.882 MicroJy ( 14 CCs) from field 6 to field 1 IMAGR2: Restore 2.141 MilliJy ( 17 CCs) from field 6 to field 4 IMAGR2: Restore-145.625 MicroJy ( 8 CCs) from field 6 to field 7 IMAGR2: Restore 448.081 MicroJy ( 16 CCs) from field 7 to field 1 IMAGR2: Restore 121.000 MicroJy ( 54 CCs) from field 7 to field 5 IMAGR2: Restore-434.175 MicroJy ( 55 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 356.762 MilliJy IMAGR2: Field 2 final Clean flux 11.264 MilliJy IMAGR2: Field 3 final Clean flux 47.379 MilliJy IMAGR2: Field 4 final Clean flux 8.722 MilliJy IMAGR2: Field 5 final Clean flux 4.117 MilliJy IMAGR2: Field 6 final Clean flux 6.403 MilliJy IMAGR2: Field 7 final Clean flux -1.380 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 29 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 68.6 Real= 69 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1800+388_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1800+388' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1800+388_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05461 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1821+397_C-BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1821+397_C-BAND.0-1 >> /home/auto/run/AD431_1999O AIPS 2: CT29_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1821+397' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1821+397_C-BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 35 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18237: 7627 messages, oldest written 10-OCT-2006 12:49:00 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 0.9 Real= 914 /home/auto/run/AD431_1999OCT29_2.run.0 finished on Tue Oct 10 14:10:28 MDT 2006