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 12 13:56 /home/auto/bin/AVLAPIPE.001 Post version = Oct 12 13:16 /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*12 srcnme AIPS 2: string*48 fbox AIPS 2: srcnme=inname;ci=0;bi=length(srcnme) 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;keyword'GCOUNT';gethead AIPS 2: if(keyvalue(1)<10)then;type'NO DATA';error=1;end;end;vget imagr 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: 'AB910_1999AUG24_1' >>AIPS 2: 'AB910_1999AUG24_1' >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)!!'_1' 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;sys2com(1)=' $aimg/ 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='' AIPS 2: outfile=frqs!!stc!!sbms!!'_'!!expnm!!'_'!!rmss!!rmsc!!fras!! radi AIPS 2: else;outfile=frqs!!stc!!nnsl!!'_'!!expnm!!'.uvfits 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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 6.33 min. of data in 19 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 7.623E-01 +- 2.281E-02 source= 1331+305 FLAGR2: Overall average rms= 1.953E-03 +- 5.269E-04 source= 1331+305 FLAGR2: Overall average amp= 4.430E-01 +- 1.272E-02 source= 1733-130 FLAGR2: Overall average rms= 1.994E-03 +- 3.328E-04 source= 1733-130 FLAGR2: Overall average amp= 7.401E-02 +- 2.535E-03 source= SGRA FLAGR2: Overall average rms= 2.473E-03 +- 2.244E-04 source= SGRA FLAGR2: Overall average amp= 4.944E-02 +- 1.309E-03 source= 1751-253 FLAGR2: Overall average rms= 1.602E-03 +- 2.140E-04 source= 1751-253 FLAGR2: Overall average amp= 4.590E-02 +- 1.318E-03 source= 1744-312 FLAGR2: Overall average rms= 1.652E-03 +- 1.938E-04 source= 1744-312 FLAGR2: Found 0 bad times, 17 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 17 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 1.1 Real= 2 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: 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 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes 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 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19990824 . 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 2119 good solutions CALIB2: Failed on 1 solutions CALIB2: Average closure rms = 0.0131 +- 0.0052 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.28261 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.36957 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.06522 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02174 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01087 of the times had 12 - 14 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= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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= 1 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 19990824 . 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 100 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 24 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 96 good solutions CALIB2: Average closure rms = 0.0025 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.50000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.50000 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.3 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 530 merged records from 530 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= 0.1 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 144 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 530 merged records from 530 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= 0.2 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 19990824 . 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 3.257E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.269E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.254E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.260E+00 CALIB2: Found 1384 good solutions CALIB2: Average closure rms = 0.0023 +- 0.0017 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.65000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.06667 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.01667 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.9 Real= 1 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 19990824 . 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 100 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 24 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.095E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.110E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.107E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.117E+00 CALIB2: Found 96 good solutions CALIB2: Average closure rms = 0.0005 +- 0.0000 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.25000 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.3 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1733-130 : 0 A 1 4.25092 +/- 0.00889 GETJY2: 2 4.26242 +/- 0.00909 GETJY2: 1751-253 : 0 C 1 0.47187 +/- 0.00102 GETJY2: 2 0.47699 +/- 0.00102 GETJY2: 1744-312 : 0 C 1 0.44260 +/- 0.00101 GETJY2: 2 0.44039 +/- 0.00102 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 346 merged records from 346 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= 0.1 Real= 0 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 144 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 346 merged records from 346 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= 0.2 Real= 1 m<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: sys2com(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;syscom'mkdir 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!!'.uvfits 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!!'.clfits AIPS 2: gx;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'\mv -f $aimg/ AIPS 2: sys2com(1)=expfile!!' $aimg/ AIPS 2: sys2com(2)=expfile!!'.imfits AIPS 2: system;clrtemp;syscom'fits2jpeg -nonLinear -fits $aimg/ AIPS 2: sys2com(1)=expfile!!'.imfits -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 19990824.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' 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: 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 19990824 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU 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 XX file from vol/cno/vers 1 1 1 to 1 2 1 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: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 PS 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 0 0 0 SPLIT2: Fully 0 0 1035 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: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create 1733-130 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 239 0 239 SPLIT2: Fully 0 0 6823 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: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create SGRA .C BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 311 0 311 SPLIT2: Fully 0 0 10203 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: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1751-253 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 10538 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: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create 1744-312 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 132 0 132 SPLIT2: Fully 0 0 10703 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.4 Real= 1 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 3611 CELLSIZE 0.12508 SETFC2: SETCEL: returns IMSIZE 4096 CELLSIZE 0.11082 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.108 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 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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 50.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 4084 4084 13 31 08.29 30 30 33.0 00001 -1 2043 2048 2049 C 2 4084 4084 13 31 08.29 30 24 03.8 00002 -1 2043 2048 2049 C 3 4084 4084 13 30 42.22 30 27 18.2 00003 -1 2043 2048 2049 C 4 4084 4084 13 31 34.35 30 27 18.2 00004 -1 2043 2048 2049 C 5 4084 4084 13 30 42.19 30 33 47.4 00005 -1 2043 2048 2049 C 6 4084 4084 13 31 34.38 30 33 47.4 00006 -1 2043 2048 2049 C 7 4084 4084 13 31 08.29 30 37 02.1 00007 -1 2043 2048 2049 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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 4084 4084 3.4893E-02 4.1000E-02 0 IMAGR2: Field 2 4084 4084 3.4893E-02 -3.8916E+02 0 IMAGR2: Field 3 4084 4084 -3.3687E+02 -1.9476E+02 0 IMAGR2: Field 4 4084 4084 3.3681E+02 -1.9476E+02 0 IMAGR2: Field 5 4084 4084 -3.3726E+02 1.9444E+02 0 IMAGR2: Field 6 4084 4084 3.3720E+02 1.9444E+02 0 IMAGR2: Field 7 4084 4084 3.4893E-02 3.8914E+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 8 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 1035 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 8.285E+03 IMAGR2: UVWAIT: Adding temperance S 1.657E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.033E+06 and out 7.054E+06 IMAGR2: UVWAIT: Noise is increased by a factor 1.103 due to weighting IMAGR2: UVWAIT: Average summed weight 8.285E+03 over 2070 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 9 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 22 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 = 7.48860E+07 IMAGR2: Field 1 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 400.711 x 386.884 Milliarcsec, PA= -74.8 IMAGR2: Field 2 Sum of gridding weights = 7.48860E+07 IMAGR2: Field 2 Beam min = -108.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 400.621 x 387.085 Milliarcsec, PA= -75.4 IMAGR2: Field 3 Sum of gridding weights = 7.48859E+07 IMAGR2: Field 3 Beam min = -105.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 400.974 x 387.022 Milliarcsec, PA= -75.7 IMAGR2: Field 4 Sum of gridding weights = 7.48858E+07 IMAGR2: Field 4 Beam min = -109.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 400.362 x 386.944 Milliarcsec, PA= -74.5 IMAGR2: Field 5 Sum of gridding weights = 7.48860E+07 IMAGR2: Field 5 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 401.062 x 386.823 Milliarcsec, PA= -75.1 IMAGR2: Field 6 Sum of gridding weights = 7.48859E+07 IMAGR2: Field 6 Beam min = -103.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 400.455 x 386.740 Milliarcsec, PA= -74.0 IMAGR2: Field 7 Sum of gridding weights = 7.48860E+07 IMAGR2: Field 7 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 400.802 x 386.682 Milliarcsec, PA= -74.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: CLNUV : Sorting data to make them fit IMAGR2: Field 1 min = -645.2 MilliJy,max = 7.1 Jy IMAGR2: Field 2 min = -824.3 MilliJy,max = 2.0 Jy IMAGR2: Field 3 min = -647.7 MilliJy,max = 2.6 Jy IMAGR2: Field 4 min = -742.4 MilliJy,max = 1.8 Jy IMAGR2: Field 5 min = -901.4 MilliJy,max = 1.8 Jy IMAGR2: Field 6 min = -692.9 MilliJy,max = 2.6 Jy IMAGR2: Field 7 min = -741.2 MilliJy,max = 2.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.62 Jy IMAGR2: 930 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.715 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 2.907 Jy 5 comps IMAGR2: Total Cleaned flux density = 2.907 Jy 5 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 = -429.3 MilliJy,max = 4.3 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.08 Jy IMAGR2: 602 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.070 Jy iter= 14 IMAGR2: Field 1 Clean flux density= 5.641 Jy 14 comps IMAGR2: Total Cleaned flux density = 5.641 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -190.9 MilliJy,max = 690.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.576E-01 < Second best 2.474E+00 IMAGR2: Field 6 min = -203.7 MilliJy,max = 748.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.133E-01 < Second best 1.969E+00 IMAGR2: Field 1 min = -255.3 MilliJy,max = 1.9 Jy IMAGR2: TRY ANOTHER FIELD: this is 1.803E+00 < Second best 1.953E+00 IMAGR2: Field 2 min = -237.9 MilliJy,max = 551.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.260E-01 < Second best 1.885E+00 IMAGR2: Field 7 min = -212.5 MilliJy,max = 594.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.666E-01 < Second best 1.803E+00 IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.33 MilliJy IMAGR2: 48 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 968.503 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 6.888 Jy 23 comps IMAGR2: Total Cleaned flux density = 6.888 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -114.3 MilliJy,max = 254.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.424E-01 < Second best 1.679E+00 IMAGR2: Field 5 min = -126.9 MilliJy,max = 229.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.987E-01 < Second best 9.213E-01 IMAGR2: Field 1 min = -161.2 MilliJy,max = 873.2 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 334.16 MilliJy IMAGR2: 63 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 402.435 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 7.503 Jy 33 comps IMAGR2: Total Cleaned flux density = 7.503 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -95.2 MilliJy,max = 157.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.501E-01 < Second best 6.576E-01 IMAGR2: Field 3 min = -78.3 MilliJy,max = 131.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.256E-01 < Second best 5.666E-01 IMAGR2: Field 7 min = -94.3 MilliJy,max = 133.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.201E-01 < Second best 5.260E-01 IMAGR2: Field 2 min = -99.3 MilliJy,max = 135.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.205E-01 < Second best 3.829E-01 IMAGR2: Field 1 min = -150.3 MilliJy,max = 370.0 MilliJy IMAGR2: BGC Clean: using 1769 cell beam + residuals > 102.52 MilliJy IMAGR2: 2079 Residual map points loaded IMAGR2: Field 1 min allowed flux = 182.154 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 7.726 Jy 45 comps IMAGR2: Total Cleaned flux density = 7.726 Jy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -86.7 MilliJy,max = 89.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.812E-02 < Second best 1.987E-01 IMAGR2: Field 5 min = -92.3 MilliJy,max = 77.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.353E-02 < Second best 1.734E-01 IMAGR2: Field 1 min = -174.3 MilliJy,max = 166.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.64 MilliJy IMAGR2: 4108 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 117.230 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 7.800 Jy 88 comps IMAGR2: Total Cleaned flux density = 7.800 Jy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -66.0 MilliJy,max = 69.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.746E-02 < Second best 1.256E-01 IMAGR2: Field 3 min = -67.1 MilliJy,max = 62.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.939E-02 < Second best 1.205E-01 IMAGR2: Field 2 min = -70.5 MilliJy,max = 74.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.739E-02 < Second best 1.201E-01 IMAGR2: Field 7 min = -65.0 MilliJy,max = 66.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.163E-02 < Second best 1.118E-01 IMAGR2: Field 1 min = -118.1 MilliJy,max = 92.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.91 MilliJy IMAGR2: 6306 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -71.610 MilliJy iter= 151 IMAGR2: Field 1 Clean flux density= 7.678 Jy 151 comps IMAGR2: Total Cleaned flux density = 7.678 Jy 151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -67.2 MilliJy,max = 61.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.287E-02 < Second best 6.830E-02 IMAGR2: Field 1 min = -57.3 MilliJy,max = 66.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.342E-02 < Second best 6.812E-02 IMAGR2: Field 4 min = -53.4 MilliJy,max = 57.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.073E-02 < Second best 6.739E-02 IMAGR2: Field 2 min = -56.2 MilliJy,max = 62.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.689E-02 < Second best 6.342E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 38.52 MilliJy IMAGR2: 1736 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 50.312 MilliJy iter= 204 IMAGR2: Field 1 Clean flux density= 7.834 Jy 204 comps IMAGR2: Total Cleaned flux density = 7.834 Jy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -53.9 MilliJy,max = 48.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.152E-02 < Second best 5.939E-02 IMAGR2: Field 3 min = -44.4 MilliJy,max = 50.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.823E-02 < Second best 5.746E-02 IMAGR2: Field 6 min = -50.3 MilliJy,max = 48.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.810E-02 < Second best 5.689E-02 IMAGR2: Field 2 min = -50.8 MilliJy,max = 53.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 33.51 MilliJy IMAGR2: 1850 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -42.594 MilliJy iter= 62 IMAGR2: Field 2 Clean flux density= 45.657 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 7.880 Jy 266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -61.2 MilliJy,max = 53.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.709E-02 < Second best 5.152E-02 IMAGR2: Field 7 min = -49.4 MilliJy,max = 46.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.721E-02 < Second best 5.073E-02 IMAGR2: Field 4 min = -42.8 MilliJy,max = 48.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.275E-02 < Second best 4.823E-02 IMAGR2: Field 3 min = -40.5 MilliJy,max = 48.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.24 MilliJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 38.938 MilliJy iter= 60 IMAGR2: Field 3 Clean flux density= 181.882 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 8.062 Jy 326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -44.0 MilliJy,max = 40.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.204E-02 < Second best 4.806E-02 IMAGR2: Field 1 min = -46.4 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.405E-02 < Second best 4.721E-02 IMAGR2: Field 7 min = -46.7 MilliJy,max = 41.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.467E-02 < Second best 4.709E-02 IMAGR2: Field 5 min = -55.9 MilliJy,max = 48.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.813E-02 < Second best 4.467E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.18 MilliJy IMAGR2: 1593 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -35.325 MilliJy iter= 74 IMAGR2: Field 7 Clean flux density= -166.767 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 7.895 Jy 400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -41.3 MilliJy,max = 40.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.913E-02 < Second best 4.275E-02 IMAGR2: Field 4 min = -42.0 MilliJy,max = 47.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.661E-02 < Second best 4.204E-02 IMAGR2: Field 6 min = -41.1 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.78 MilliJy IMAGR2: 630 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -32.896 MilliJy iter= 61 IMAGR2: Field 6 Clean flux density= -80.593 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 7.815 Jy 461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -37.9 MilliJy,max = 37.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.409E-02 < Second best 3.913E-02 IMAGR2: Field 1 min = -40.3 MilliJy,max = 37.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.06 MilliJy IMAGR2: 272 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -29.536 MilliJy iter= 247 IMAGR2: Field 1 Clean flux density= 7.856 Jy 247 comps IMAGR2: Total Cleaned flux density = 7.836 Jy 504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -47.2 MilliJy,max = 43.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.206E-02 < Second best 3.722E-02 IMAGR2: Field 3 min = -31.8 MilliJy,max = 35.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.914E-02 < Second best 3.661E-02 IMAGR2: Field 4 min = -35.8 MilliJy,max = 43.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.67 MilliJy IMAGR2: 936 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 28.352 MilliJy iter= 81 IMAGR2: Field 4 Clean flux density= 153.016 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 7.989 Jy 585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -32.8 MilliJy,max = 31.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.616E-02 < Second best 3.376E-02 IMAGR2: Field 7 min = -35.2 MilliJy,max = 31.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.036E-02 < Second best 3.206E-02 IMAGR2: Field 5 min = -44.2 MilliJy,max = 40.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.75 MilliJy IMAGR2: 1685 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 26.695 MilliJy iter= 110 IMAGR2: Field 5 Clean flux density= 69.026 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 8.058 Jy 695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -29.1 MilliJy,max = 29.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.476E-02 < Second best 3.036E-02 IMAGR2: Field 7 min = -28.5 MilliJy,max = 27.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.462E-02 < Second best 2.914E-02 IMAGR2: Field 3 min = -26.8 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.350E-02 < Second best 2.823E-02 IMAGR2: Field 1 min = -34.7 MilliJy,max = 26.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.35 MilliJy IMAGR2: 472 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 22.469 MilliJy iter= 315 IMAGR2: Field 1 Clean flux density= 7.743 Jy 315 comps IMAGR2: Total Cleaned flux density = 7.946 Jy 763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -26.5 MilliJy,max = 33.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.238E-02 < Second best 2.616E-02 IMAGR2: Field 2 min = -27.8 MilliJy,max = 26.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.324E-02 < Second best 2.554E-02 IMAGR2: Field 5 min = -29.0 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.262E-02 < Second best 2.476E-02 IMAGR2: Field 6 min = -26.8 MilliJy,max = 27.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.14 MilliJy IMAGR2: 1484 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 19.574 MilliJy iter= 176 IMAGR2: Field 6 Clean flux density= -384.285 MicroJy 176 comps IMAGR2: Total Cleaned flux density = 8.026 Jy 878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -25.3 MilliJy,max = 24.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.90 MilliJy IMAGR2: 1474 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -19.227 MilliJy iter= 202 IMAGR2: Field 7 Clean flux density= -174.536 MilliJy 202 comps IMAGR2: Total Cleaned flux density = 8.018 Jy 1006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -21.7 MilliJy,max = 23.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.938E-02 < Second best 2.324E-02 IMAGR2: Field 2 min = -23.9 MilliJy,max = 22.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.966E-02 < Second best 2.262E-02 IMAGR2: Field 5 min = -25.2 MilliJy,max = 25.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.818E-02 < Second best 2.238E-02 IMAGR2: Field 4 min = -24.4 MilliJy,max = 25.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.97 MilliJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -17.313 MilliJy iter= 168 IMAGR2: Field 4 Clean flux density= 41.881 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 7.907 Jy 1093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.4 MilliJy,max = 21.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.734E-02 < Second best 1.966E-02 IMAGR2: Field 2 min = -21.3 MilliJy,max = 20.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.838E-02 < Second best 1.938E-02 IMAGR2: Field 3 min = -19.3 MilliJy,max = 21.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.88 MilliJy IMAGR2: 433 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 16.016 MilliJy iter= 145 IMAGR2: Field 3 Clean flux density= 234.473 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 7.960 Jy 1178 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.9 MilliJy,max = 19.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.592E-02 < Second best 1.840E-02 IMAGR2: Field 7 min = -20.6 MilliJy,max = 18.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.599E-02 < Second best 1.838E-02 IMAGR2: Field 2 min = -21.1 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.711E-02 < Second best 1.818E-02 IMAGR2: Field 5 min = -20.5 MilliJy,max = 22.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.84 MilliJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 14.193 MilliJy iter= 238 IMAGR2: Field 5 Clean flux density= 66.756 MilliJy 238 comps IMAGR2: Total Cleaned flux density = 7.957 Jy 1306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.1 MilliJy,max = 18.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.592E-02 < Second best 1.711E-02 IMAGR2: Field 2 min = -21.2 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.69 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 14.104 MilliJy iter= 213 IMAGR2: Field 2 Clean flux density= 14.084 MilliJy 213 comps IMAGR2: Total Cleaned flux density = 7.926 Jy 1457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -16.7 MilliJy,max = 21.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.381E-02 < Second best 1.599E-02 IMAGR2: Field 7 min = -15.7 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-02 < Second best 1.592E-02 IMAGR2: Field 6 min = -16.1 MilliJy,max = 17.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.437E-02 < Second best 1.592E-02 IMAGR2: Field 1 min = -16.2 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.370E-02 < Second best 1.533E-02 IMAGR2: Field 3 min = -14.8 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.228E-02 < Second best 1.437E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.96 MilliJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -11.741 MilliJy iter= 279 IMAGR2: Field 6 Clean flux density= -68.072 MilliJy 279 comps IMAGR2: Total Cleaned flux density = 7.858 Jy 1560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -16.1 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.260E-02 < Second best 1.370E-02 IMAGR2: Field 1 min = -16.1 MilliJy,max = 15.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.92 MilliJy IMAGR2: 184 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.453 MilliJy iter= 389 IMAGR2: Field 1 Clean flux density= 7.824 Jy 389 comps IMAGR2: Total Cleaned flux density = 7.938 Jy 1634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.0 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.180E-02 < Second best 1.350E-02 IMAGR2: Field 2 min = -14.9 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.097E-02 < Second best 1.331E-02 IMAGR2: Field 7 min = -13.8 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.195E-02 < Second best 1.260E-02 IMAGR2: Field 4 min = -15.2 MilliJy,max = 19.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.13 MilliJy IMAGR2: 2796 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -10.309 MilliJy iter= 386 IMAGR2: Field 4 Clean flux density= 96.334 MilliJy 386 comps IMAGR2: Total Cleaned flux density = 7.993 Jy 1852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.5 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.04 MilliJy IMAGR2: 1211 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -9.844 MilliJy iter= 313 IMAGR2: Field 3 Clean flux density= 158.557 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 7.917 Jy 2020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.1 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.043E-02 < Second best 1.180E-02 IMAGR2: Field 5 min = -14.6 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.91 MilliJy IMAGR2: 202 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.213 MilliJy iter= 307 IMAGR2: Field 5 Clean flux density= 45.932 MilliJy 307 comps IMAGR2: Total Cleaned flux density = 7.896 Jy 2089 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.7 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.351E-03 < Second best 1.097E-02 IMAGR2: Field 2 min = -12.9 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.345E-03 < Second best 1.096E-02 IMAGR2: Field 1 min = -11.2 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.462E-03 < Second best 1.043E-02 IMAGR2: Field 7 min = -11.4 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.11 MilliJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 8.570 MilliJy iter= 323 IMAGR2: Field 7 Clean flux density= -160.556 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 7.910 Jy 2210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.8 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.52 MilliJy IMAGR2: 388 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.825 MilliJy iter= 474 IMAGR2: Field 4 Clean flux density= 122.834 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 7.936 Jy 2298 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.892E-03 < Second best 9.425E-03 IMAGR2: Field 3 min = -10.4 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.524E-03 < Second best 9.351E-03 IMAGR2: Field 6 min = -9.9 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.850E-03 < Second best 9.345E-03 IMAGR2: Field 2 min = -11.7 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.86 MilliJy IMAGR2: 654 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -7.318 MilliJy iter= 367 IMAGR2: Field 2 Clean flux density= 15.173 MilliJy 367 comps IMAGR2: Total Cleaned flux density = 7.938 Jy 2452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.455E-03 < Second best 8.818E-03 IMAGR2: Field 5 min = -11.4 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.876E-03 < Second best 8.524E-03 IMAGR2: Field 3 min = -9.4 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.363E-03 < Second best 8.207E-03 IMAGR2: Field 7 min = -9.3 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.12 MilliJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.564 MilliJy iter= 502 IMAGR2: Field 7 Clean flux density= -177.288 MilliJy 502 comps IMAGR2: Total Cleaned flux density = 7.921 Jy 2631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.3 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.418E-03 < Second best 7.850E-03 IMAGR2: Field 6 min = -8.3 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.02 MilliJy IMAGR2: 443 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.284 MilliJy iter= 393 IMAGR2: Field 6 Clean flux density= -84.449 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 7.904 Jy 2745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.8 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.308E-03 < Second best 7.455E-03 IMAGR2: Field 1 min = -8.4 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.790E-03 < Second best 7.418E-03 IMAGR2: Field 5 min = -10.7 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.70 MilliJy IMAGR2: 3552 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.336 MilliJy iter= 620 IMAGR2: Field 5 Clean flux density= 6.288 MilliJy 620 comps IMAGR2: Total Cleaned flux density = 7.865 Jy 3058 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.9 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.191E-03 < Second best 7.008E-03 IMAGR2: Field 2 min = -8.8 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.342E-03 < Second best 6.790E-03 IMAGR2: Field 1 min = -9.1 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.37 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.647 MilliJy iter= 539 IMAGR2: Field 1 Clean flux density= 7.871 Jy 539 comps IMAGR2: Total Cleaned flux density = 7.912 Jy 3208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.2 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.994E-03 < Second best 6.308E-03 IMAGR2: Field 4 min = -8.9 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.37 MilliJy IMAGR2: 1890 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.780 MilliJy iter= 718 IMAGR2: Field 4 Clean flux density= 148.570 MilliJy 718 comps IMAGR2: Total Cleaned flux density = 7.937 Jy 3452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.522E-03 < Second best 6.191E-03 IMAGR2: Field 3 min = -7.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.19 MilliJy IMAGR2: 251 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.310 MilliJy iter= 388 IMAGR2: Field 3 Clean flux density= 159.139 MilliJy 388 comps IMAGR2: Total Cleaned flux density = 7.938 Jy 3527 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.5 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.500E-03 < Second best 6.015E-03 IMAGR2: Field 6 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.347E-03 < Second best 5.994E-03 IMAGR2: Field 2 min = -6.9 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.229E-03 < Second best 5.534E-03 IMAGR2: Field 4 min = -7.6 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR2: 398 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.457 MilliJy iter= 832 IMAGR2: Field 4 Clean flux density= 150.728 MilliJy 832 comps IMAGR2: Total Cleaned flux density = 7.940 Jy 3641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.6 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.131E-03 < Second best 5.500E-03 IMAGR2: Field 5 min = -7.6 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.30 MilliJy IMAGR2: 1897 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.613 MilliJy iter= 882 IMAGR2: Field 5 Clean flux density= -12.288 MilliJy 882 comps IMAGR2: Total Cleaned flux density = 7.922 Jy 3903 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.459E-03 < Second best 5.347E-03 IMAGR2: Field 6 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.06 MilliJy IMAGR2: 913 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.255 MilliJy iter= 576 IMAGR2: Field 6 Clean flux density= -74.197 MilliJy 576 comps IMAGR2: Total Cleaned flux density = 7.932 Jy 4086 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.0 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.04 MilliJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.215 MilliJy iter= 535 IMAGR2: Field 2 Clean flux density= 30.543 MilliJy 535 comps IMAGR2: Total Cleaned flux density = 7.947 Jy 4254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.0 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR2: 97 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.065 MilliJy iter= 553 IMAGR2: Field 7 Clean flux density= -177.651 MilliJy 553 comps IMAGR2: Total Cleaned flux density = 7.947 Jy 4305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.81 MilliJy IMAGR2: 308 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.897 MilliJy iter= 480 IMAGR2: Field 3 Clean flux density= 152.512 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 7.940 Jy 4397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.789E-03 < Second best 4.419E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.59 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.662 MilliJy iter= 966 IMAGR2: Field 5 Clean flux density= -23.125 MilliJy 966 comps IMAGR2: Total Cleaned flux density = 7.929 Jy 4481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.2 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 2448 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.680 MilliJy iter= 1124 IMAGR2: Field 4 Clean flux density= 195.160 MilliJy 1124 comps IMAGR2: Total Cleaned flux density = 7.974 Jy 4773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.643E-03 < Second best 4.034E-03 IMAGR2: Field 2 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.641E-03 < Second best 3.890E-03 IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 1856 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.382 MilliJy iter= 908 IMAGR2: Field 7 Clean flux density= -184.735 MilliJy 908 comps IMAGR2: Total Cleaned flux density = 7.967 Jy 5128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.291E-03 < Second best 3.731E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 1626 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.256 MilliJy iter= 751 IMAGR2: Field 3 Clean flux density= 147.100 MilliJy 751 comps IMAGR2: Total Cleaned flux density = 7.961 Jy 5399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.10 MilliJy IMAGR2: 1257 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.240 MilliJy iter= 811 IMAGR2: Field 6 Clean flux density= -90.281 MilliJy 811 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 5634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.108 MilliJy iter= 566 IMAGR2: Field 2 Clean flux density= 31.550 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 7.946 Jy 5665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.196E-03 < Second best 3.506E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 1706 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.978 MilliJy iter= 1245 IMAGR2: Field 5 Clean flux density= -36.186 MilliJy 1245 comps IMAGR2: Total Cleaned flux density = 7.933 Jy 5944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.927E-03 < Second best 3.238E-03 IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.831E-03 < Second best 3.196E-03 IMAGR2: Field 4 min = -5.3 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 3547 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.935 MilliJy iter= 1494 IMAGR2: Field 4 Clean flux density= 218.202 MilliJy 1494 comps IMAGR2: Total Cleaned flux density = 7.956 Jy 6314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 480 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.732 MilliJy iter= 884 IMAGR2: Field 3 Clean flux density= 132.998 MilliJy 884 comps IMAGR2: Total Cleaned flux density = 7.942 Jy 6447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 180 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.583 MilliJy iter= 884 IMAGR2: Field 6 Clean flux density= -85.143 MilliJy 884 comps IMAGR2: Total Cleaned flux density = 7.947 Jy 6520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 113 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.563 MilliJy iter= 629 IMAGR2: Field 2 Clean flux density= 28.971 MilliJy 629 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 6583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.478E-03 < Second best 2.851E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR2: 447 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.489 MilliJy iter= 1362 IMAGR2: Field 5 Clean flux density= -52.613 MilliJy 1362 comps IMAGR2: Total Cleaned flux density = 7.928 Jy 6700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.560E-03 < Second best 2.810E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 801 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.237 MilliJy iter= 1677 IMAGR2: Field 4 Clean flux density= 229.906 MilliJy 1677 comps IMAGR2: Total Cleaned flux density = 7.940 Jy 6883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 1800 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.178 MilliJy iter= 1178 IMAGR2: Field 3 Clean flux density= 140.088 MilliJy 1178 comps IMAGR2: Total Cleaned flux density = 7.947 Jy 7177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 908 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.165 MilliJy iter= 1170 IMAGR2: Field 7 Clean flux density= -202.911 MilliJy 1170 comps IMAGR2: Total Cleaned flux density = 7.929 Jy 7439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.215E-03 < Second best 2.474E-03 IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.112 MilliJy iter= 1120 IMAGR2: Field 6 Clean flux density= -77.192 MilliJy 1120 comps IMAGR2: Total Cleaned flux density = 7.937 Jy 7675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 775 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.079 MilliJy iter= 865 IMAGR2: Field 2 Clean flux density= 43.548 MilliJy 865 comps IMAGR2: Total Cleaned flux density = 7.951 Jy 7911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 6237 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.110 MilliJy iter= 1921 IMAGR2: Field 5 Clean flux density= -71.109 MilliJy 1921 comps IMAGR2: Total Cleaned flux density = 7.933 Jy 8470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.979 MilliJy iter= 578 IMAGR2: Field 1 Clean flux density= 7.872 Jy 578 comps IMAGR2: Total Cleaned flux density = 7.934 Jy 8509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 5489 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.112 MilliJy iter= 2218 IMAGR2: Field 4 Clean flux density= 255.833 MilliJy 2218 comps IMAGR2: Total Cleaned flux density = 7.960 Jy 9050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 2282 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.063 MilliJy iter= 1585 IMAGR2: Field 3 Clean flux density= 112.084 MilliJy 1585 comps IMAGR2: Total Cleaned flux density = 7.932 Jy 9457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.970 MilliJy iter= 1251 IMAGR2: Field 7 Clean flux density= -209.365 MilliJy 1251 comps IMAGR2: Total Cleaned flux density = 7.925 Jy 9538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 944 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.988 MilliJy iter= 1329 IMAGR2: Field 6 Clean flux density= -57.451 MilliJy 1329 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 9747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 11 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.865 MilliJy iter= 2224 IMAGR2: Field 4 Clean flux density= 256.622 MilliJy 2224 comps IMAGR2: Total Cleaned flux density = 7.946 Jy 9753 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 290 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.783 MilliJy iter= 2021 IMAGR2: Field 5 Clean flux density= -82.547 MilliJy 2021 comps IMAGR2: Total Cleaned flux density = 7.934 Jy 9853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.750 MilliJy iter= 979 IMAGR2: Field 2 Clean flux density= 45.643 MilliJy 979 comps IMAGR2: Total Cleaned flux density = 7.937 Jy 9967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 60 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.622 MilliJy iter= 1610 IMAGR2: Field 3 Clean flux density= 111.631 MilliJy 1610 comps IMAGR2: Total Cleaned flux density = 7.936 Jy 9992 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 563 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.563 MilliJy iter= 1491 IMAGR2: Field 6 Clean flux density= -56.318 MilliJy 1491 comps IMAGR2: Total Cleaned flux density = 7.937 Jy 10154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.521E-03 < Second best 1.886E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.481 MilliJy iter= 1578 IMAGR2: Field 7 Clean flux density= -207.148 MilliJy 1578 comps IMAGR2: Total Cleaned flux density = 7.939 Jy 10481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2585 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.486 MilliJy iter= 2624 IMAGR2: Field 4 Clean flux density= 263.084 MilliJy 2624 comps IMAGR2: Total Cleaned flux density = 7.946 Jy 10881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 6452 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.508 MilliJy iter= 2688 IMAGR2: Field 5 Clean flux density= -99.444 MilliJy 2688 comps IMAGR2: Total Cleaned flux density = 7.929 Jy 11548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 6717 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.534 MilliJy iter= 1811 IMAGR2: Field 2 Clean flux density= 72.013 MilliJy 1811 comps IMAGR2: Total Cleaned flux density = 7.955 Jy 12380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1846 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.479 MilliJy iter= 2023 IMAGR2: Field 3 Clean flux density= 118.881 MilliJy 2023 comps IMAGR2: Total Cleaned flux density = 7.963 Jy 12793 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 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.441 MilliJy iter= 677 IMAGR2: Field 1 Clean flux density= 7.865 Jy 677 comps IMAGR2: Total Cleaned flux density = 7.957 Jy 12892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 7890 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.581 MilliJy iter= 2324 IMAGR2: Field 6 Clean flux density= -57.823 MilliJy 2324 comps IMAGR2: Total Cleaned flux density = 7.955 Jy 13725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1220 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.468 MilliJy iter= 2716 IMAGR2: Field 6 Clean flux density= -68.041 MilliJy 2716 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 14117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.399 MilliJy iter= 1930 IMAGR2: Field 2 Clean flux density= 80.831 MilliJy 1930 comps IMAGR2: Total Cleaned flux density = 7.954 Jy 14236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 5303 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.431 MilliJy iter= 3388 IMAGR2: Field 5 Clean flux density= -117.855 MilliJy 3388 comps IMAGR2: Total Cleaned flux density = 7.935 Jy 14936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 3326 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.406 MilliJy iter= 3233 IMAGR2: Field 4 Clean flux density= 294.692 MilliJy 3233 comps IMAGR2: Total Cleaned flux density = 7.967 Jy 15545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 2516 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.398 MilliJy iter= 2144 IMAGR2: Field 7 Clean flux density= -215.382 MilliJy 2144 comps IMAGR2: Total Cleaned flux density = 7.959 Jy 16111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 2302 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.383 MilliJy iter= 2443 IMAGR2: Field 3 Clean flux density= 105.336 MilliJy 2443 comps IMAGR2: Total Cleaned flux density = 7.945 Jy 16531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.330 MilliJy iter= 2828 IMAGR2: Field 6 Clean flux density= -59.354 MilliJy 2828 comps IMAGR2: Total Cleaned flux density = 7.954 Jy 16643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.225E-03 < Second best 1.369E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 56 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.297 MilliJy iter= 3402 IMAGR2: Field 5 Clean flux density= -119.220 MilliJy 3402 comps IMAGR2: Total Cleaned flux density = 7.952 Jy 16657 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 955 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.303 MilliJy iter= 3360 IMAGR2: Field 4 Clean flux density= 303.752 MilliJy 3360 comps IMAGR2: Total Cleaned flux density = 7.961 Jy 16784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.201E-03 < Second best 1.338E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 2200 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.303 MilliJy iter= 2020 IMAGR2: Field 2 Clean flux density= 78.335 MilliJy 2020 comps IMAGR2: Total Cleaned flux density = 7.959 Jy 16874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.180E-03 < Second best 1.273E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 677 to 495 components IMAGR2: Field 2 compressed from 2020 to 1646 components IMAGR2: Field 3 compressed from 2443 to 2015 components IMAGR2: Field 4 compressed from 3360 to 2771 components IMAGR2: Field 5 compressed from 3402 to 2814 components IMAGR2: Field 6 compressed from 2828 to 2291 components IMAGR2: Field 7 compressed from 2144 to 1786 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 14.746 MilliJy ( 35 CCs) from field 1 to field 2 IMAGR2: Restore 6.693 MilliJy ( 22 CCs) from field 1 to field 3 IMAGR2: Restore 4.701 MilliJy ( 53 CCs) from field 1 to field 4 IMAGR2: Restore -2.268 MilliJy ( 12 CCs) from field 1 to field 5 IMAGR2: Restore-374.220 MicroJy ( 64 CCs) from field 1 to field 6 IMAGR2: Restore 624.919 MicroJy ( 10 CCs) from field 1 to field 7 IMAGR2: Restore 11.603 MilliJy ( 64 CCs) from field 2 to field 1 IMAGR2: Restore 1.312 MilliJy ( 125 CCs) from field 2 to field 3 IMAGR2: Restore -15.438 MilliJy ( 45 CCs) from field 2 to field 4 IMAGR2: Restore 15.042 MilliJy ( 63 CCs) from field 3 to field 1 IMAGR2: Restore -15.914 MilliJy ( 84 CCs) from field 3 to field 2 IMAGR2: Restore 65.149 MilliJy ( 50 CCs) from field 3 to field 5 IMAGR2: Restore 7.483 MilliJy ( 72 CCs) from field 4 to field 1 IMAGR2: Restore -18.953 MilliJy ( 79 CCs) from field 4 to field 2 IMAGR2: Restore 11.529 MilliJy ( 24 CCs) from field 4 to field 6 IMAGR2: Restore 23.111 MilliJy ( 66 CCs) from field 5 to field 1 IMAGR2: Restore 2.465 MilliJy ( 17 CCs) from field 5 to field 3 IMAGR2: Restore 12.031 MilliJy ( 64 CCs) from field 5 to field 7 IMAGR2: Restore -27.734 MilliJy ( 144 CCs) from field 6 to field 1 IMAGR2: Restore 11.676 MilliJy ( 70 CCs) from field 6 to field 4 IMAGR2: Restore -21.767 MilliJy ( 119 CCs) from field 6 to field 7 IMAGR2: Restore -11.745 MilliJy ( 53 CCs) from field 7 to field 1 IMAGR2: Restore -2.319 MilliJy ( 104 CCs) from field 7 to field 5 IMAGR2: Restore -1.753 MilliJy ( 107 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.883 Jy IMAGR2: Field 2 final Clean flux 58.214 MilliJy IMAGR2: Field 3 final Clean flux 115.806 MilliJy IMAGR2: Field 4 final Clean flux 304.692 MilliJy IMAGR2: Field 5 final Clean flux -58.658 MilliJy IMAGR2: Field 6 final Clean flux -49.953 MilliJy IMAGR2: Field 7 final Clean flux -224.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= 8 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 1371.5 Real= 1405 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 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: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08316 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1733-130 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 3103 CELLSIZE 0.11528 SETFC2: SETCEL: returns IMSIZE 4096 CELLSIZE 0.08777 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1733-130_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.086 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 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 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: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08316 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_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 1733-130 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1733-130_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 112.4 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 4084 4084 17 33 02.71 -13 04 49.5 00001 -1 2043 2048 2049 C 2 4084 4084 17 33 02.71 -13 09 57.8 00002 -1 2043 2048 2049 C 3 4084 4084 17 32 44.43 -13 07 23.6 00003 -1 2043 2048 2049 C 4 4084 4084 17 33 20.98 -13 07 23.6 00004 -1 2043 2048 2049 C 5 4084 4084 17 32 44.44 -13 02 15.4 00005 -1 2043 2048 2049 C 6 4084 4084 17 33 20.97 -13 02 15.4 00006 -1 2043 2048 2049 C 7 4084 4084 17 33 02.71 -12 59 41.3 00007 -1 2043 2048 2049 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 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: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08316 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_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@1733-130_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :2 =1733-130' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1733-130_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 4084 4084 6.1365E-02 4.6000E-02 0 IMAGR2: Field 2 4084 4084 6.1365E-02 -3.0825E+02 0 IMAGR2: Field 3 4084 4084 -2.6702E+02 -1.5405E+02 0 IMAGR2: Field 4 4084 4084 2.6700E+02 -1.5405E+02 0 IMAGR2: Field 5 4084 4084 -2.6688E+02 1.5415E+02 0 IMAGR2: Field 6 4084 4084 2.6685E+02 1.5415E+02 0 IMAGR2: Field 7 4084 4084 6.1365E-02 3.0825E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1733-130_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 1733-130 .IMAGR . 1 (UV) on disk 1 cno 15 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7062 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.097E+04 IMAGR2: UVWAIT: Adding temperance S 2.193E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.923E+07 and out 4.509E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.102 due to weighting IMAGR2: UVWAIT: Average summed weight 1.097E+04 over 14077 vis IMAGR2: Create 1733-130 .IBM001. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1733-130 .IBM002. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1733-130 .IBM003. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1733-130 .IBM004. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1733-130 .IBM005. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1733-130 .IBM006. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1733-130 .IBM007. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1733-130 .ICL001. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1733-130 .ICL002. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1733-130 .ICL003. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1733-130 .ICL004. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1733-130 .ICL005. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1733-130 .ICL006. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1733-130 .ICL007. 1 (MA) on disk 1 cno 29 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 = 4.78646E+08 IMAGR2: Field 1 Beam min = -64.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 555.354 x 367.689 Milliarcsec, PA= 1.7 IMAGR2: Field 2 Sum of gridding weights = 4.78646E+08 IMAGR2: Field 2 Beam min = -64.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 556.253 x 367.697 Milliarcsec, PA= 1.7 IMAGR2: Field 3 Sum of gridding weights = 4.78645E+08 IMAGR2: Field 3 Beam min = -64.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 555.828 x 367.711 Milliarcsec, PA= 1.8 IMAGR2: Field 4 Sum of gridding weights = 4.78646E+08 IMAGR2: Field 4 Beam min = -65.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 555.780 x 367.676 Milliarcsec, PA= 1.6 IMAGR2: Field 5 Sum of gridding weights = 4.78644E+08 IMAGR2: Field 5 Beam min = -64.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 554.931 x 367.703 Milliarcsec, PA= 1.8 IMAGR2: Field 6 Sum of gridding weights = 4.78646E+08 IMAGR2: Field 6 Beam min = -64.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 554.882 x 367.668 Milliarcsec, PA= 1.6 IMAGR2: Field 7 Sum of gridding weights = 4.78645E+08 IMAGR2: Field 7 Beam min = -64.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 554.458 x 367.682 Milliarcsec, PA= 1.7 IMAGR2: CLBHIS: minimum component 0.352 of current peak IMAGR2: CLNUV : Sorting data to make them fit IMAGR2: Field 1 min = -273.5 MilliJy,max = 4.1 Jy IMAGR2: Field 2 min = -224.6 MilliJy,max = 420.3 MilliJy IMAGR2: Field 3 min = -295.5 MilliJy,max = 323.7 MilliJy IMAGR2: Field 4 min = -311.1 MilliJy,max = 396.8 MilliJy IMAGR2: Field 5 min = -300.1 MilliJy,max = 366.0 MilliJy IMAGR2: Field 6 min = -323.4 MilliJy,max = 330.3 MilliJy IMAGR2: Field 7 min = -226.9 MilliJy,max = 359.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 265.54 MilliJy IMAGR2: 4250 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.407 Jy iter= 12 IMAGR2: Field 1 Clean flux density= 3.038 Jy 12 comps IMAGR2: Total Cleaned flux density = 3.038 Jy 12 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 = -87.2 MilliJy,max = 1.3 Jy IMAGR2: BGC Clean: using 147 cell beam + residuals > 229.54 MilliJy IMAGR2: 51 Residual map points loaded IMAGR2: Field 1 min allowed flux = 451.273 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 4.003 Jy 24 comps IMAGR2: Total Cleaned flux density = 4.003 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -45.0 MilliJy,max = 412.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.18 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 235.094 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 4.225 Jy 31 comps IMAGR2: Total Cleaned flux density = 4.225 Jy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.8 MilliJy,max = 28.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.639E-02 < Second best 3.786E-01 IMAGR2: Field 4 min = -24.1 MilliJy,max = 28.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.371E-02 < Second best 3.493E-01 IMAGR2: Field 5 min = -22.0 MilliJy,max = 28.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.726E-02 < Second best 3.314E-01 IMAGR2: Field 7 min = -22.4 MilliJy,max = 29.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.792E-02 < Second best 3.062E-01 IMAGR2: Field 6 min = -22.4 MilliJy,max = 27.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.267E-02 < Second best 3.026E-01 IMAGR2: Field 3 min = -25.1 MilliJy,max = 31.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.010E-02 < Second best 2.235E-01 IMAGR2: Field 1 min = -63.8 MilliJy,max = 211.9 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 17.67 MilliJy IMAGR2: 4152 Residual map points loaded IMAGR2: Field 1 min allowed flux = -73.949 MilliJy iter= 46 IMAGR2: Field 1 Clean flux density= 4.362 Jy 46 comps IMAGR2: Total Cleaned flux density = 4.362 Jy 46 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -70.7 MilliJy,max = 71.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.77 MilliJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -30.939 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 4.279 Jy 105 comps IMAGR2: Total Cleaned flux density = 4.279 Jy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.4 MilliJy,max = 19.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.906E-02 < Second best 2.945E-02 IMAGR2: Field 1 min = -30.1 MilliJy,max = 30.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.46 MilliJy IMAGR2: 147 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 21.438 MilliJy iter= 153 IMAGR2: Field 1 Clean flux density= 4.274 Jy 153 comps IMAGR2: Total Cleaned flux density = 4.274 Jy 153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -17.8 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.511E-02 < Second best 2.726E-02 IMAGR2: Field 5 min = -18.3 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.699E-02 < Second best 2.639E-02 IMAGR2: Field 2 min = -17.5 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.599E-02 < Second best 2.371E-02 IMAGR2: Field 4 min = -17.8 MilliJy,max = 18.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.611E-02 < Second best 2.267E-02 IMAGR2: Field 6 min = -18.6 MilliJy,max = 19.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.609E-02 < Second best 2.044E-02 IMAGR2: Field 1 min = -20.7 MilliJy,max = 21.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.11 MilliJy IMAGR2: 878 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 15.296 MilliJy iter= 222 IMAGR2: Field 1 Clean flux density= 4.293 Jy 222 comps IMAGR2: Total Cleaned flux density = 4.293 Jy 222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -18.6 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.96 MilliJy IMAGR2: 3628 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 13.852 MilliJy iter= 65 IMAGR2: Field 3 Clean flux density= 45.469 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 4.338 Jy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.4 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.89 MilliJy IMAGR2: 2512 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -13.223 MilliJy iter= 67 IMAGR2: Field 5 Clean flux density= 57.060 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 4.395 Jy 354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -17.3 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.82 MilliJy IMAGR2: 4382 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -13.541 MilliJy iter= 98 IMAGR2: Field 4 Clean flux density= -19.440 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 4.376 Jy 452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.5 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.520E-02 < Second best 1.599E-02 IMAGR2: Field 2 min = -16.7 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.344E-02 < Second best 1.520E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.66 MilliJy IMAGR2: 3114 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -12.821 MilliJy iter= 101 IMAGR2: Field 6 Clean flux density= -4.323 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 4.372 Jy 553 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.3 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.378E-02 < Second best 1.460E-02 IMAGR2: Field 1 min = -16.4 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.58 MilliJy IMAGR2: 402 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.844 MilliJy iter= 293 IMAGR2: Field 1 Clean flux density= 4.314 Jy 293 comps IMAGR2: Total Cleaned flux density = 4.393 Jy 624 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -15.8 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.57 MilliJy IMAGR2: 327 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -11.545 MilliJy iter= 60 IMAGR2: Field 7 Clean flux density= 2.386 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 4.395 Jy 684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.0 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.56 MilliJy IMAGR2: 362 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 11.405 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 32.403 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 4.428 Jy 741 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.1 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.36 MilliJy IMAGR2: 2042 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -11.740 MilliJy iter= 170 IMAGR2: Field 3 Clean flux density= 90.027 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 4.472 Jy 846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -15.8 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.10 MilliJy IMAGR2: 2607 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 11.512 MilliJy iter= 224 IMAGR2: Field 4 Clean flux density= -24.266 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 4.468 Jy 972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.7 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.89 MilliJy IMAGR2: 2036 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 11.113 MilliJy iter= 194 IMAGR2: Field 5 Clean flux density= 87.955 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 4.498 Jy 1099 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.7 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.62 MilliJy IMAGR2: 2601 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -10.853 MilliJy iter= 252 IMAGR2: Field 6 Clean flux density= -25.811 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 4.477 Jy 1250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.0 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.049E-02 < Second best 1.125E-02 IMAGR2: Field 3 min = -15.6 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.43 MilliJy IMAGR2: 2240 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 10.457 MilliJy iter= 313 IMAGR2: Field 3 Clean flux density= 129.397 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 4.516 Jy 1393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.2 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.040E-02 < Second best 1.103E-02 IMAGR2: Field 4 min = -14.3 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.18 MilliJy IMAGR2: 2564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 10.177 MilliJy iter= 383 IMAGR2: Field 4 Clean flux density= -18.936 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 4.522 Jy 1552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.6 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.951E-03 < Second best 1.065E-02 IMAGR2: Field 5 min = -14.3 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.93 MilliJy IMAGR2: 2230 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -9.839 MilliJy iter= 358 IMAGR2: Field 5 Clean flux density= 142.137 MilliJy 358 comps IMAGR2: Total Cleaned flux density = 4.576 Jy 1716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.1 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.92 MilliJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.271 MilliJy iter= 361 IMAGR2: Field 1 Clean flux density= 4.324 Jy 361 comps IMAGR2: Total Cleaned flux density = 4.585 Jy 1784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.2 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.70 MilliJy IMAGR2: 2039 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 9.480 MilliJy iter= 418 IMAGR2: Field 6 Clean flux density= 3.408 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 4.614 Jy 1950 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.0 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.67 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -8.999 MilliJy iter= 132 IMAGR2: Field 7 Clean flux density= -7.308 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 4.605 Jy 2022 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.3 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.47 MilliJy IMAGR2: 1914 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -9.159 MilliJy iter= 484 IMAGR2: Field 3 Clean flux density= 147.042 MilliJy 484 comps IMAGR2: Total Cleaned flux density = 4.622 Jy 2193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.7 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.44 MilliJy IMAGR2: 334 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 8.770 MilliJy iter= 143 IMAGR2: Field 2 Clean flux density= 37.725 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 4.628 Jy 2279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.0 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.19 MilliJy IMAGR2: 1719 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.772 MilliJy iter= 550 IMAGR2: Field 4 Clean flux density= -23.258 MilliJy 550 comps IMAGR2: Total Cleaned flux density = 4.623 Jy 2446 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.6 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.98 MilliJy IMAGR2: 1857 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.578 MilliJy iter= 547 IMAGR2: Field 5 Clean flux density= 162.190 MilliJy 547 comps IMAGR2: Total Cleaned flux density = 4.643 Jy 2635 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.7 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.79 MilliJy IMAGR2: 1660 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 8.301 MilliJy iter= 595 IMAGR2: Field 6 Clean flux density= 19.705 MilliJy 595 comps IMAGR2: Total Cleaned flux density = 4.660 Jy 2812 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.1 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.75 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.861 MilliJy iter= 401 IMAGR2: Field 1 Clean flux density= 4.320 Jy 401 comps IMAGR2: Total Cleaned flux density = 4.656 Jy 2852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.9 MilliJy,max = 11.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.56 MilliJy IMAGR2: 1637 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.053 MilliJy iter= 673 IMAGR2: Field 3 Clean flux density= 180.811 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 4.690 Jy 3041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.3 MilliJy,max = 11.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.898E-03 < Second best 8.411E-03 IMAGR2: Field 4 min = -11.3 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.34 MilliJy IMAGR2: 2006 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.842 MilliJy iter= 761 IMAGR2: Field 4 Clean flux density= -48.330 MilliJy 761 comps IMAGR2: Total Cleaned flux density = 4.665 Jy 3252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.0 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.710E-03 < Second best 8.224E-03 IMAGR2: Field 5 min = -11.4 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.10 MilliJy IMAGR2: 1899 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.568 MilliJy iter= 763 IMAGR2: Field 5 Clean flux density= 168.295 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 4.671 Jy 3468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.4 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.95 MilliJy IMAGR2: 1853 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.357 MilliJy iter= 801 IMAGR2: Field 6 Clean flux density= 42.296 MilliJy 801 comps IMAGR2: Total Cleaned flux density = 4.694 Jy 3674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.6 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.93 MilliJy IMAGR2: 314 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -7.120 MilliJy iter= 231 IMAGR2: Field 7 Clean flux density= -8.198 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 4.693 Jy 3773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.6 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.77 MilliJy IMAGR2: 1357 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.119 MilliJy iter= 871 IMAGR2: Field 3 Clean flux density= 214.440 MilliJy 871 comps IMAGR2: Total Cleaned flux density = 4.727 Jy 3971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.75 MilliJy IMAGR2: 372 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.953 MilliJy iter= 264 IMAGR2: Field 2 Clean flux density= 46.904 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 4.736 Jy 4092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.1 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.56 MilliJy IMAGR2: 1394 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.884 MilliJy iter= 962 IMAGR2: Field 4 Clean flux density= -64.410 MilliJy 962 comps IMAGR2: Total Cleaned flux density = 4.720 Jy 4293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.798E-03 < Second best 7.258E-03 IMAGR2: Field 5 min = -10.3 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.36 MilliJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.664 MilliJy iter= 966 IMAGR2: Field 5 Clean flux density= 203.296 MilliJy 966 comps IMAGR2: Total Cleaned flux density = 4.755 Jy 4496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.5 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.19 MilliJy IMAGR2: 1538 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.502 MilliJy iter= 1025 IMAGR2: Field 6 Clean flux density= 11.562 MilliJy 1025 comps IMAGR2: Total Cleaned flux density = 4.724 Jy 4720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.06 MilliJy IMAGR2: 1318 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.334 MilliJy iter= 1083 IMAGR2: Field 3 Clean flux density= 222.067 MilliJy 1083 comps IMAGR2: Total Cleaned flux density = 4.732 Jy 4932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.5 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.361E-03 < Second best 6.798E-03 IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.01 MilliJy IMAGR2: 65 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.047 MilliJy iter= 434 IMAGR2: Field 1 Clean flux density= 4.320 Jy 434 comps IMAGR2: Total Cleaned flux density = 4.731 Jy 4965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.8 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.199E-03 < Second best 6.601E-03 IMAGR2: Field 4 min = -9.0 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.82 MilliJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.127 MilliJy iter= 1230 IMAGR2: Field 4 Clean flux density= -44.303 MilliJy 1230 comps IMAGR2: Total Cleaned flux density = 4.751 Jy 5233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.1 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.70 MilliJy IMAGR2: 1901 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.988 MilliJy iter= 1234 IMAGR2: Field 5 Clean flux density= 212.719 MilliJy 1234 comps IMAGR2: Total Cleaned flux density = 4.760 Jy 5501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.2 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.69 MilliJy IMAGR2: 379 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.830 MilliJy iter= 369 IMAGR2: Field 7 Clean flux density= -8.034 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 4.761 Jy 5639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.2 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.55 MilliJy IMAGR2: 875 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.733 MilliJy iter= 1212 IMAGR2: Field 6 Clean flux density= 21.490 MilliJy 1212 comps IMAGR2: Total Cleaned flux density = 4.771 Jy 5826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.53 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.661 MilliJy iter= 400 IMAGR2: Field 2 Clean flux density= 50.188 MilliJy 400 comps IMAGR2: Total Cleaned flux density = 4.774 Jy 5962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.39 MilliJy IMAGR2: 885 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.564 MilliJy iter= 1277 IMAGR2: Field 3 Clean flux density= 244.757 MilliJy 1277 comps IMAGR2: Total Cleaned flux density = 4.796 Jy 6156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.0 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.24 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.446 MilliJy iter= 1466 IMAGR2: Field 4 Clean flux density= -56.774 MilliJy 1466 comps IMAGR2: Total Cleaned flux density = 4.784 Jy 6392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.425E-03 < Second best 5.744E-03 IMAGR2: Field 5 min = -7.9 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.08 MilliJy IMAGR2: 1634 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.283 MilliJy iter= 1490 IMAGR2: Field 5 Clean flux density= 231.125 MilliJy 1490 comps IMAGR2: Total Cleaned flux density = 4.802 Jy 6648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR2: 367 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.143 MilliJy iter= 500 IMAGR2: Field 7 Clean flux density= -3.318 MilliJy 500 comps IMAGR2: Total Cleaned flux density = 4.807 Jy 6779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.3 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.94 MilliJy IMAGR2: 1200 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.110 MilliJy iter= 1444 IMAGR2: Field 6 Clean flux density= 14.345 MilliJy 1444 comps IMAGR2: Total Cleaned flux density = 4.800 Jy 7011 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.94 MilliJy IMAGR2: 39 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.957 MilliJy iter= 457 IMAGR2: Field 1 Clean flux density= 4.320 Jy 457 comps IMAGR2: Total Cleaned flux density = 4.800 Jy 7034 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.5 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.007 MilliJy iter= 562 IMAGR2: Field 2 Clean flux density= 67.570 MilliJy 562 comps IMAGR2: Total Cleaned flux density = 4.818 Jy 7196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.5 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.79 MilliJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.929 MilliJy iter= 1483 IMAGR2: Field 3 Clean flux density= 264.854 MilliJy 1483 comps IMAGR2: Total Cleaned flux density = 4.838 Jy 7402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.4 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.67 MilliJy IMAGR2: 1526 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.841 MilliJy iter= 1736 IMAGR2: Field 4 Clean flux density= -51.628 MilliJy 1736 comps IMAGR2: Total Cleaned flux density = 4.843 Jy 7672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.1 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.55 MilliJy IMAGR2: 1543 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.719 MilliJy iter= 1765 IMAGR2: Field 5 Clean flux density= 249.893 MilliJy 1765 comps IMAGR2: Total Cleaned flux density = 4.862 Jy 7947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.1 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.52 MilliJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.588 MilliJy iter= 615 IMAGR2: Field 7 Clean flux density= -8.686 MilliJy 615 comps IMAGR2: Total Cleaned flux density = 4.857 Jy 8062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.4 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.555 MilliJy iter= 1679 IMAGR2: Field 6 Clean flux density= 20.627 MilliJy 1679 comps IMAGR2: Total Cleaned flux density = 4.863 Jy 8297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.0 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.38 MilliJy IMAGR2: 366 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.462 MilliJy iter= 705 IMAGR2: Field 2 Clean flux density= 72.568 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 4.868 Jy 8440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.384 MilliJy iter= 471 IMAGR2: Field 1 Clean flux density= 4.319 Jy 471 comps IMAGR2: Total Cleaned flux density = 4.867 Jy 8454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.1 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.29 MilliJy IMAGR2: 929 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.406 MilliJy iter= 1711 IMAGR2: Field 3 Clean flux density= 262.209 MilliJy 1711 comps IMAGR2: Total Cleaned flux density = 4.864 Jy 8682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 1630 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.332 MilliJy iter= 2042 IMAGR2: Field 4 Clean flux density= -55.088 MilliJy 2042 comps IMAGR2: Total Cleaned flux density = 4.861 Jy 8988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.8 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.08 MilliJy IMAGR2: 1684 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.227 MilliJy iter= 2080 IMAGR2: Field 5 Clean flux density= 240.576 MilliJy 2080 comps IMAGR2: Total Cleaned flux density = 4.851 Jy 9303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.4 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.05 MilliJy IMAGR2: 249 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.103 MilliJy iter= 731 IMAGR2: Field 7 Clean flux density= -429.728 MicroJy 731 comps IMAGR2: Total Cleaned flux density = 4.860 Jy 9419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.97 MilliJy IMAGR2: 1003 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.072 MilliJy iter= 1920 IMAGR2: Field 6 Clean flux density= 25.231 MilliJy 1920 comps IMAGR2: Total Cleaned flux density = 4.864 Jy 9660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.94 MilliJy IMAGR2: 371 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.998 MilliJy iter= 854 IMAGR2: Field 2 Clean flux density= 80.373 MilliJy 854 comps IMAGR2: Total Cleaned flux density = 4.872 Jy 9809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.86 MilliJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.955 MilliJy iter= 1935 IMAGR2: Field 3 Clean flux density= 274.299 MilliJy 1935 comps IMAGR2: Total Cleaned flux density = 4.884 Jy 10033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.811E-03 < Second best 4.157E-03 IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.76 MilliJy IMAGR2: 1562 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.882 MilliJy iter= 2354 IMAGR2: Field 4 Clean flux density= -36.775 MilliJy 2354 comps IMAGR2: Total Cleaned flux density = 4.903 Jy 10345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.2 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR2: 1860 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.797 MilliJy iter= 2435 IMAGR2: Field 5 Clean flux density= 257.913 MilliJy 2435 comps IMAGR2: Total Cleaned flux density = 4.920 Jy 10700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.9 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR2: 275 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.690 MilliJy iter= 859 IMAGR2: Field 7 Clean flux density= -5.724 MilliJy 859 comps IMAGR2: Total Cleaned flux density = 4.915 Jy 10828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 1016 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.665 MilliJy iter= 2191 IMAGR2: Field 6 Clean flux density= 21.285 MilliJy 2191 comps IMAGR2: Total Cleaned flux density = 4.911 Jy 11099 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.54 MilliJy IMAGR2: 380 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.593 MilliJy iter= 1000 IMAGR2: Field 2 Clean flux density= 80.312 MilliJy 1000 comps IMAGR2: Total Cleaned flux density = 4.911 Jy 11245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.606E-03 < Second best 3.794E-03 IMAGR2: Field 3 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.555 MilliJy iter= 2175 IMAGR2: Field 3 Clean flux density= 281.351 MilliJy 2175 comps IMAGR2: Total Cleaned flux density = 4.918 Jy 11485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 1552 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.496 MilliJy iter= 2690 IMAGR2: Field 4 Clean flux density= -36.633 MilliJy 2690 comps IMAGR2: Total Cleaned flux density = 4.918 Jy 11821 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR2: 1774 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.411 MilliJy iter= 2788 IMAGR2: Field 5 Clean flux density= 270.926 MilliJy 2788 comps IMAGR2: Total Cleaned flux density = 4.931 Jy 12174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.320 MilliJy iter= 501 IMAGR2: Field 1 Clean flux density= 4.320 Jy 501 comps IMAGR2: Total Cleaned flux density = 4.931 Jy 12204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.4 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 358 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.325 MilliJy iter= 1008 IMAGR2: Field 7 Clean flux density= 792.613 MicroJy 1008 comps IMAGR2: Total Cleaned flux density = 4.938 Jy 12353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.289 MilliJy iter= 2443 IMAGR2: Field 6 Clean flux density= 30.092 MilliJy 2443 comps IMAGR2: Total Cleaned flux density = 4.947 Jy 12605 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.9 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.241 MilliJy iter= 1171 IMAGR2: Field 2 Clean flux density= 86.648 MilliJy 1171 comps IMAGR2: Total Cleaned flux density = 4.953 Jy 12776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 806 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.202 MilliJy iter= 2417 IMAGR2: Field 3 Clean flux density= 297.115 MilliJy 2417 comps IMAGR2: Total Cleaned flux density = 4.969 Jy 13018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 1631 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.154 MilliJy iter= 3053 IMAGR2: Field 4 Clean flux density= -43.222 MilliJy 3053 comps IMAGR2: Total Cleaned flux density = 4.962 Jy 13381 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 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 1984 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.083 MilliJy iter= 3180 IMAGR2: Field 5 Clean flux density= 280.251 MilliJy 3180 comps IMAGR2: Total Cleaned flux density = 4.972 Jy 13773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 285 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.002 MilliJy iter= 1145 IMAGR2: Field 7 Clean flux density= 8.527 MilliJy 1145 comps IMAGR2: Total Cleaned flux density = 4.979 Jy 13910 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 21 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.971 MilliJy iter= 519 IMAGR2: Field 1 Clean flux density= 4.319 Jy 519 comps IMAGR2: Total Cleaned flux density = 4.979 Jy 13928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.976 MilliJy iter= 2713 IMAGR2: Field 6 Clean flux density= 30.639 MilliJy 2713 comps IMAGR2: Total Cleaned flux density = 4.979 Jy 14198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.927 MilliJy iter= 1336 IMAGR2: Field 2 Clean flux density= 91.232 MilliJy 1336 comps IMAGR2: Total Cleaned flux density = 4.984 Jy 14363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.900 MilliJy iter= 2673 IMAGR2: Field 3 Clean flux density= 311.986 MilliJy 2673 comps IMAGR2: Total Cleaned flux density = 4.999 Jy 14619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 1719 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.858 MilliJy iter= 3433 IMAGR2: Field 4 Clean flux density= -49.728 MilliJy 3433 comps IMAGR2: Total Cleaned flux density = 4.992 Jy 14999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 2050 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.795 MilliJy iter= 3601 IMAGR2: Field 5 Clean flux density= 283.247 MilliJy 3601 comps IMAGR2: Total Cleaned flux density = 4.995 Jy 15420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR2: 348 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.726 MilliJy iter= 1303 IMAGR2: Field 7 Clean flux density= 12.399 MilliJy 1303 comps IMAGR2: Total Cleaned flux density = 4.999 Jy 15578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.704 MilliJy iter= 2991 IMAGR2: Field 6 Clean flux density= 36.806 MilliJy 2991 comps IMAGR2: Total Cleaned flux density = 5.005 Jy 15856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.639 MilliJy iter= 530 IMAGR2: Field 1 Clean flux density= 4.320 Jy 530 comps IMAGR2: Total Cleaned flux density = 5.005 Jy 15867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.657 MilliJy iter= 1501 IMAGR2: Field 2 Clean flux density= 95.363 MilliJy 1501 comps IMAGR2: Total Cleaned flux density = 5.010 Jy 16032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.630 MilliJy iter= 2915 IMAGR2: Field 3 Clean flux density= 313.477 MilliJy 2915 comps IMAGR2: Total Cleaned flux density = 5.011 Jy 16274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 1878 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.595 MilliJy iter= 3829 IMAGR2: Field 4 Clean flux density= -36.321 MilliJy 3829 comps IMAGR2: Total Cleaned flux density = 5.024 Jy 16670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 2122 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.539 MilliJy iter= 4043 IMAGR2: Field 5 Clean flux density= 289.996 MilliJy 4043 comps IMAGR2: Total Cleaned flux density = 5.031 Jy 17112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.477 MilliJy iter= 1462 IMAGR2: Field 7 Clean flux density= 16.616 MilliJy 1462 comps IMAGR2: Total Cleaned flux density = 5.035 Jy 17271 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 1070 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.462 MilliJy iter= 3301 IMAGR2: Field 6 Clean flux density= 36.752 MilliJy 3301 comps IMAGR2: Total Cleaned flux density = 5.035 Jy 17581 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.427 MilliJy iter= 1701 IMAGR2: Field 2 Clean flux density= 98.404 MilliJy 1701 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 17781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.350 MilliJy iter= 540 IMAGR2: Field 1 Clean flux density= 4.319 Jy 540 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 17791 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.396 MilliJy iter= 3160 IMAGR2: Field 3 Clean flux density= 324.080 MilliJy 3160 comps IMAGR2: Total Cleaned flux density = 5.049 Jy 18036 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 1856 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.367 MilliJy iter= 4249 IMAGR2: Field 4 Clean flux density= -42.264 MilliJy 4249 comps IMAGR2: Total Cleaned flux density = 5.043 Jy 18456 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 2282 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.319 MilliJy iter= 4508 IMAGR2: Field 5 Clean flux density= 293.569 MilliJy 4508 comps IMAGR2: Total Cleaned flux density = 5.047 Jy 18921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.267 MilliJy iter= 1631 IMAGR2: Field 7 Clean flux density= 18.713 MilliJy 1631 comps IMAGR2: Total Cleaned flux density = 5.049 Jy 19090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 792 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.240 MilliJy iter= 3544 IMAGR2: Field 6 Clean flux density= 33.417 MilliJy 3544 comps IMAGR2: Total Cleaned flux density = 5.045 Jy 19333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.217 MilliJy iter= 1903 IMAGR2: Field 2 Clean flux density= 96.540 MilliJy 1903 comps IMAGR2: Total Cleaned flux density = 5.044 Jy 19535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.193 MilliJy iter= 3423 IMAGR2: Field 3 Clean flux density= 324.732 MilliJy 3423 comps IMAGR2: Total Cleaned flux density = 5.044 Jy 19798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 2015 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.169 MilliJy iter= 4695 IMAGR2: Field 4 Clean flux density= -35.149 MilliJy 4695 comps IMAGR2: Total Cleaned flux density = 5.051 Jy 20244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 29 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.039 MilliJy iter= 560 IMAGR2: Field 1 Clean flux density= 4.320 Jy 560 comps IMAGR2: Total Cleaned flux density = 5.052 Jy 20264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 2346 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.119 MilliJy iter= 4979 IMAGR2: Field 5 Clean flux density= 299.400 MilliJy 4979 comps IMAGR2: Total Cleaned flux density = 5.058 Jy 20735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.079 MilliJy iter= 1846 IMAGR2: Field 7 Clean flux density= 25.809 MilliJy 1846 comps IMAGR2: Total Cleaned flux density = 5.065 Jy 20950 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 1054 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.064 MilliJy iter= 3867 IMAGR2: Field 6 Clean flux density= 29.776 MilliJy 3867 comps IMAGR2: Total Cleaned flux density = 5.061 Jy 21273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.038 MilliJy iter= 2138 IMAGR2: Field 2 Clean flux density= 100.423 MilliJy 2138 comps IMAGR2: Total Cleaned flux density = 5.065 Jy 21508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 770 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.015 MilliJy iter= 3693 IMAGR2: Field 3 Clean flux density= 330.892 MilliJy 3693 comps IMAGR2: Total Cleaned flux density = 5.071 Jy 21778 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 1831 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.989 MilliJy iter= 5124 IMAGR2: Field 4 Clean flux density= -31.999 MilliJy 5124 comps IMAGR2: Total Cleaned flux density = 5.074 Jy 22207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 2182 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.949 MilliJy iter= 5444 IMAGR2: Field 5 Clean flux density= 302.056 MilliJy 5444 comps IMAGR2: Total Cleaned flux density = 5.077 Jy 22672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 466 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.912 MilliJy iter= 2044 IMAGR2: Field 7 Clean flux density= 27.390 MilliJy 2044 comps IMAGR2: Total Cleaned flux density = 5.078 Jy 22870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1050 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.896 MilliJy iter= 4185 IMAGR2: Field 6 Clean flux density= 25.594 MilliJy 4185 comps IMAGR2: Total Cleaned flux density = 5.074 Jy 23188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 534 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.871 MilliJy iter= 2353 IMAGR2: Field 2 Clean flux density= 104.454 MilliJy 2353 comps IMAGR2: Total Cleaned flux density = 5.078 Jy 23403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 9 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.775 MilliJy iter= 567 IMAGR2: Field 1 Clean flux density= 4.320 Jy 567 comps IMAGR2: Total Cleaned flux density = 5.079 Jy 23410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 1012 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.854 MilliJy iter= 4004 IMAGR2: Field 3 Clean flux density= 330.034 MilliJy 4004 comps IMAGR2: Total Cleaned flux density = 5.078 Jy 23721 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 2090 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.832 MilliJy iter= 5594 IMAGR2: Field 4 Clean flux density= -25.639 MilliJy 5594 comps IMAGR2: Total Cleaned flux density = 5.084 Jy 24191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 2511 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.799 MilliJy iter= 5962 IMAGR2: Field 5 Clean flux density= 313.828 MilliJy 5962 comps IMAGR2: Total Cleaned flux density = 5.096 Jy 24709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 406 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.764 MilliJy iter= 2230 IMAGR2: Field 7 Clean flux density= 26.740 MilliJy 2230 comps IMAGR2: Total Cleaned flux density = 5.095 Jy 24895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1136 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.753 MilliJy iter= 4532 IMAGR2: Field 6 Clean flux density= 23.967 MilliJy 4532 comps IMAGR2: Total Cleaned flux density = 5.094 Jy 25242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 609 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.732 MilliJy iter= 2587 IMAGR2: Field 2 Clean flux density= 99.494 MilliJy 2587 comps IMAGR2: Total Cleaned flux density = 5.089 Jy 25476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.713 MilliJy iter= 4277 IMAGR2: Field 3 Clean flux density= 335.725 MilliJy 4277 comps IMAGR2: Total Cleaned flux density = 5.095 Jy 25749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1861 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.692 MilliJy iter= 6043 IMAGR2: Field 4 Clean flux density= -22.603 MilliJy 6043 comps IMAGR2: Total Cleaned flux density = 5.098 Jy 26198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 2510 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.664 MilliJy iter= 6495 IMAGR2: Field 5 Clean flux density= 311.288 MilliJy 6495 comps IMAGR2: Total Cleaned flux density = 5.095 Jy 26731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.629 MilliJy iter= 588 IMAGR2: Field 1 Clean flux density= 4.319 Jy 588 comps IMAGR2: Total Cleaned flux density = 5.094 Jy 26752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.632 MilliJy iter= 2437 IMAGR2: Field 7 Clean flux density= 33.998 MilliJy 2437 comps IMAGR2: Total Cleaned flux density = 5.101 Jy 26959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 1268 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.621 MilliJy iter= 4902 IMAGR2: Field 6 Clean flux density= 15.782 MilliJy 4902 comps IMAGR2: Total Cleaned flux density = 5.093 Jy 27329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 658 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.600 MilliJy iter= 2835 IMAGR2: Field 2 Clean flux density= 98.202 MilliJy 2835 comps IMAGR2: Total Cleaned flux density = 5.091 Jy 27577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.588 MilliJy iter= 4595 IMAGR2: Field 3 Clean flux density= 337.777 MilliJy 4595 comps IMAGR2: Total Cleaned flux density = 5.093 Jy 27895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 2270 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.573 MilliJy iter= 6550 IMAGR2: Field 4 Clean flux density= -21.753 MilliJy 6550 comps IMAGR2: Total Cleaned flux density = 5.094 Jy 28402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 2539 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.544 MilliJy iter= 7030 IMAGR2: Field 5 Clean flux density= 309.601 MilliJy 7030 comps IMAGR2: Total Cleaned flux density = 5.093 Jy 28937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.518 MilliJy iter= 2658 IMAGR2: Field 7 Clean flux density= 41.950 MilliJy 2658 comps IMAGR2: Total Cleaned flux density = 5.101 Jy 29158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 9 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.505 MilliJy iter= 595 IMAGR2: Field 1 Clean flux density= 4.319 Jy 595 comps IMAGR2: Total Cleaned flux density = 5.100 Jy 29165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 1107 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.505 MilliJy iter= 5238 IMAGR2: Field 6 Clean flux density= 19.594 MilliJy 5238 comps IMAGR2: Total Cleaned flux density = 5.104 Jy 29501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.489 MilliJy iter= 3088 IMAGR2: Field 2 Clean flux density= 96.526 MilliJy 3088 comps IMAGR2: Total Cleaned flux density = 5.103 Jy 29754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 940 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.476 MilliJy iter= 4905 IMAGR2: Field 3 Clean flux density= 343.586 MilliJy 4905 comps IMAGR2: Total Cleaned flux density = 5.108 Jy 30064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 2294 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.461 MilliJy iter= 7061 IMAGR2: Field 4 Clean flux density= -21.966 MilliJy 7061 comps IMAGR2: Total Cleaned flux density = 5.108 Jy 30575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2819 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.437 MilliJy iter= 7595 IMAGR2: Field 5 Clean flux density= 323.636 MilliJy 7595 comps IMAGR2: Total Cleaned flux density = 5.122 Jy 31140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.414 MilliJy iter= 2910 IMAGR2: Field 7 Clean flux density= 42.271 MilliJy 2910 comps IMAGR2: Total Cleaned flux density = 5.122 Jy 31392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1274 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.404 MilliJy iter= 5617 IMAGR2: Field 6 Clean flux density= 19.373 MilliJy 5617 comps IMAGR2: Total Cleaned flux density = 5.122 Jy 31771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.386 MilliJy iter= 609 IMAGR2: Field 1 Clean flux density= 4.319 Jy 609 comps IMAGR2: Total Cleaned flux density = 5.123 Jy 31785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 791 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.390 MilliJy iter= 3367 IMAGR2: Field 2 Clean flux density= 94.699 MilliJy 3367 comps IMAGR2: Total Cleaned flux density = 5.121 Jy 32064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.379 MilliJy iter= 5214 IMAGR2: Field 3 Clean flux density= 347.137 MilliJy 5214 comps IMAGR2: Total Cleaned flux density = 5.124 Jy 32373 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 2071 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.363 MilliJy iter= 7555 IMAGR2: Field 4 Clean flux density= -24.154 MilliJy 7555 comps IMAGR2: Total Cleaned flux density = 5.122 Jy 32867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 2838 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.342 MilliJy iter= 8169 IMAGR2: Field 5 Clean flux density= 324.413 MilliJy 8169 comps IMAGR2: Total Cleaned flux density = 5.123 Jy 33441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 529 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.320 MilliJy iter= 3137 IMAGR2: Field 7 Clean flux density= 47.301 MilliJy 3137 comps IMAGR2: Total Cleaned flux density = 5.128 Jy 33668 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1256 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.311 MilliJy iter= 5994 IMAGR2: Field 6 Clean flux density= 17.045 MilliJy 5994 comps IMAGR2: Total Cleaned flux density = 5.126 Jy 34045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.298 MilliJy iter= 3659 IMAGR2: Field 2 Clean flux density= 95.229 MilliJy 3659 comps IMAGR2: Total Cleaned flux density = 5.126 Jy 34337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.251 MilliJy iter= 619 IMAGR2: Field 1 Clean flux density= 4.319 Jy 619 comps IMAGR2: Total Cleaned flux density = 5.126 Jy 34347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1137 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.287 MilliJy iter= 5545 IMAGR2: Field 3 Clean flux density= 356.237 MilliJy 5545 comps IMAGR2: Total Cleaned flux density = 5.135 Jy 34678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 2446 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.276 MilliJy iter= 8091 IMAGR2: Field 4 Clean flux density= -22.955 MilliJy 8091 comps IMAGR2: Total Cleaned flux density = 5.136 Jy 35214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 2897 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.257 MilliJy iter= 8769 IMAGR2: Field 5 Clean flux density= 333.729 MilliJy 8769 comps IMAGR2: Total Cleaned flux density = 5.145 Jy 35814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 592 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.237 MilliJy iter= 3379 IMAGR2: Field 7 Clean flux density= 51.370 MilliJy 3379 comps IMAGR2: Total Cleaned flux density = 5.149 Jy 36056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1427 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.231 MilliJy iter= 6397 IMAGR2: Field 6 Clean flux density= 10.560 MilliJy 6397 comps IMAGR2: Total Cleaned flux density = 5.143 Jy 36459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 763 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.219 MilliJy iter= 3924 IMAGR2: Field 2 Clean flux density= 93.816 MilliJy 3924 comps IMAGR2: Total Cleaned flux density = 5.141 Jy 36724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.211 MilliJy iter= 5881 IMAGR2: Field 3 Clean flux density= 358.973 MilliJy 5881 comps IMAGR2: Total Cleaned flux density = 5.144 Jy 37060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 2463 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.200 MilliJy iter= 8638 IMAGR2: Field 4 Clean flux density= -21.117 MilliJy 8638 comps IMAGR2: Total Cleaned flux density = 5.146 Jy 37607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2863 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.182 MilliJy iter= 9353 IMAGR2: Field 5 Clean flux density= 333.794 MilliJy 9353 comps IMAGR2: Total Cleaned flux density = 5.146 Jy 38191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 33 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.121 MilliJy iter= 644 IMAGR2: Field 1 Clean flux density= 4.318 Jy 644 comps IMAGR2: Total Cleaned flux density = 5.146 Jy 38216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 600 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.164 MilliJy iter= 3622 IMAGR2: Field 7 Clean flux density= 57.454 MilliJy 3622 comps IMAGR2: Total Cleaned flux density = 5.152 Jy 38459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.156 MilliJy iter= 6783 IMAGR2: Field 6 Clean flux density= 12.107 MilliJy 6783 comps IMAGR2: Total Cleaned flux density = 5.153 Jy 38845 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 771 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.147 MilliJy iter= 4201 IMAGR2: Field 2 Clean flux density= 94.152 MilliJy 4201 comps IMAGR2: Total Cleaned flux density = 5.154 Jy 39122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1217 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= 1.139 MilliJy iter= 6231 IMAGR2: Field 3 Clean flux density= 359.306 MilliJy 6231 comps IMAGR2: Total Cleaned flux density = 5.154 Jy 39472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 2658 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.128 MilliJy iter= 9206 IMAGR2: Field 4 Clean flux density= -19.467 MilliJy 9206 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 40040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 3271 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.114 MilliJy iter= 9980 IMAGR2: Field 5 Clean flux density= 341.269 MilliJy 9980 comps IMAGR2: Total Cleaned flux density = 5.163 Jy 40667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 737 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.097 MilliJy iter= 3883 IMAGR2: Field 7 Clean flux density= 58.438 MilliJy 3883 comps IMAGR2: Total Cleaned flux density = 5.164 Jy 40928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1488 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.093 MilliJy iter= 7211 IMAGR2: Field 6 Clean flux density= 11.669 MilliJy 7211 comps IMAGR2: Total Cleaned flux density = 5.164 Jy 41356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 864 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.084 MilliJy iter= 4492 IMAGR2: Field 2 Clean flux density= 94.493 MilliJy 4492 comps IMAGR2: Total Cleaned flux density = 5.164 Jy 41647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1335 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.078 MilliJy iter= 6610 IMAGR2: Field 3 Clean flux density= 362.684 MilliJy 6610 comps IMAGR2: Total Cleaned flux density = 5.167 Jy 42026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2470 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.068 MilliJy iter= 9743 IMAGR2: Field 4 Clean flux density= -18.330 MilliJy 9743 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 42563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.052 MilliJy iter= 656 IMAGR2: Field 1 Clean flux density= 4.318 Jy 656 comps IMAGR2: Total Cleaned flux density = 5.169 Jy 42575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 2909 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.052 MilliJy iter= 10584 IMAGR2: Field 5 Clean flux density= 340.193 MilliJy 10584 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 43179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.038 MilliJy iter= 4151 IMAGR2: Field 7 Clean flux density= 62.064 MilliJy 4151 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 43447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1415 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.032 MilliJy iter= 7598 IMAGR2: Field 6 Clean flux density= 11.322 MilliJy 7598 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 43834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 838 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.023 MilliJy iter= 4790 IMAGR2: Field 2 Clean flux density= 93.795 MilliJy 4790 comps IMAGR2: Total Cleaned flux density = 5.170 Jy 44132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.016 MilliJy iter= 6961 IMAGR2: Field 3 Clean flux density= 365.708 MilliJy 6961 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 44483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 993.60 MicroJy IMAGR2: 2963 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.008 MilliJy iter= 10339 IMAGR2: Field 4 Clean flux density= -21.237 MilliJy 10339 comps IMAGR2: Total Cleaned flux density = 5.170 Jy 45079 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.64 MicroJy IMAGR2: 3719 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -998.170 MicroJy iter= 11273 IMAGR2: Field 5 Clean flux density= 343.052 MilliJy 11273 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 45768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.33 MicroJy IMAGR2: 55 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 982.085 MicroJy iter= 687 IMAGR2: Field 1 Clean flux density= 4.318 Jy 687 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 45799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 976.83 MicroJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 983.140 MicroJy iter= 4395 IMAGR2: Field 7 Clean flux density= 62.445 MilliJy 4395 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 46043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.65 MicroJy IMAGR2: 1612 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 980.336 MicroJy iter= 8038 IMAGR2: Field 6 Clean flux density= 8.965 MilliJy 8038 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 46483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.63 MicroJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 972.345 MicroJy iter= 5111 IMAGR2: Field 2 Clean flux density= 90.080 MilliJy 5111 comps IMAGR2: Total Cleaned flux density = 5.167 Jy 46804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.44 MicroJy IMAGR2: 1260 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -966.875 MicroJy iter= 7315 IMAGR2: Field 3 Clean flux density= 369.697 MilliJy 7315 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 47158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.23 MicroJy IMAGR2: 2536 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 959.529 MicroJy iter= 10869 IMAGR2: Field 4 Clean flux density= -21.592 MilliJy 10869 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 47688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.07 MicroJy IMAGR2: 3239 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -946.816 MicroJy iter= 11899 IMAGR2: Field 5 Clean flux density= 348.505 MilliJy 11899 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 48314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.28 MicroJy IMAGR2: 747 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -935.492 MicroJy iter= 4670 IMAGR2: Field 7 Clean flux density= 63.910 MilliJy 4670 comps IMAGR2: Total Cleaned flux density = 5.178 Jy 48589 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 921.25 MicroJy IMAGR2: 1504 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -929.982 MicroJy iter= 8441 IMAGR2: Field 6 Clean flux density= 7.068 MilliJy 8441 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 48992 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 920.79 MicroJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 921.272 MicroJy iter= 706 IMAGR2: Field 1 Clean flux density= 4.318 Jy 706 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 49011 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 915.64 MicroJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 921.871 MicroJy iter= 5399 IMAGR2: Field 2 Clean flux density= 91.581 MilliJy 5399 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 5.178 Jy 49299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.54 MicroJy IMAGR2: 1524 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -917.802 MicroJy iter= 7721 IMAGR2: Field 3 Clean flux density= 372.191 MilliJy 7721 comps IMAGR2: Total Cleaned flux density = 5.180 Jy 49705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 900.46 MicroJy IMAGR2: 3401 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -913.674 MicroJy iter= 11522 IMAGR2: Field 4 Clean flux density= -21.524 MilliJy 11522 comps IMAGR2: Total Cleaned flux density = 5.180 Jy 50358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.03 MicroJy IMAGR2: 3650 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -903.316 MicroJy iter= 12591 IMAGR2: Field 5 Clean flux density= 347.473 MilliJy 12591 comps IMAGR2: Total Cleaned flux density = 5.179 Jy 51050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 886.76 MicroJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 892.644 MicroJy iter= 4950 IMAGR2: Field 7 Clean flux density= 66.485 MilliJy 4950 comps IMAGR2: Total Cleaned flux density = 5.182 Jy 51330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.02 MicroJy IMAGR2: 1651 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -889.237 MicroJy iter= 8858 IMAGR2: Field 6 Clean flux density= 1.856 MilliJy 8858 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 51747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.50 MicroJy IMAGR2: 860 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -883.433 MicroJy iter= 5696 IMAGR2: Field 2 Clean flux density= 89.342 MilliJy 5696 comps IMAGR2: Total Cleaned flux density = 5.174 Jy 52044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.33 MicroJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 827.041 MicroJy iter= 719 IMAGR2: Field 1 Clean flux density= 4.318 Jy 719 comps IMAGR2: Total Cleaned flux density = 5.174 Jy 52057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.67 MicroJy IMAGR2: 1239 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -878.750 MicroJy iter= 8075 IMAGR2: Field 3 Clean flux density= 373.431 MilliJy 8075 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 52411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.50 MicroJy IMAGR2: 2744 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 871.278 MicroJy iter= 12105 IMAGR2: Field 4 Clean flux density= -24.125 MilliJy 12105 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 52994 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.81 MicroJy IMAGR2: 3375 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 860.468 MicroJy iter= 13239 IMAGR2: Field 5 Clean flux density= 352.862 MilliJy 13239 comps IMAGR2: Total Cleaned flux density = 5.178 Jy 53642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 845.27 MicroJy IMAGR2: 815 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -850.743 MicroJy iter= 5237 IMAGR2: Field 7 Clean flux density= 65.217 MilliJy 5237 comps IMAGR2: Total Cleaned flux density = 5.177 Jy 53929 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 839.00 MicroJy IMAGR2: 1792 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -847.605 MicroJy iter= 9338 IMAGR2: Field 6 Clean flux density= -2.190 MilliJy 9338 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 54409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.04 MicroJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -840.956 MicroJy iter= 6029 IMAGR2: Field 2 Clean flux density= 90.967 MilliJy 6029 comps IMAGR2: Total Cleaned flux density = 5.175 Jy 54742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.50 MicroJy IMAGR2: 1760 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 838.744 MicroJy iter= 8531 IMAGR2: Field 3 Clean flux density= 377.444 MilliJy 8531 comps IMAGR2: Total Cleaned flux density = 5.179 Jy 55198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.48 MicroJy IMAGR2: 3246 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -833.270 MicroJy iter= 12756 IMAGR2: Field 4 Clean flux density= -22.150 MilliJy 12756 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 55849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 814.17 MicroJy IMAGR2: 3672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 825.515 MicroJy iter= 13936 IMAGR2: Field 5 Clean flux density= 357.194 MilliJy 13936 comps IMAGR2: Total Cleaned flux density = 5.185 Jy 56546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.15 MicroJy IMAGR2: 777 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -816.054 MicroJy iter= 5516 IMAGR2: Field 7 Clean flux density= 68.449 MilliJy 5516 comps IMAGR2: Total Cleaned flux density = 5.188 Jy 56825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.93 MicroJy IMAGR2: 1706 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 812.925 MicroJy iter= 9774 IMAGR2: Field 6 Clean flux density= -1.367 MilliJy 9774 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 57261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 802.69 MicroJy IMAGR2: 918 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 807.855 MicroJy iter= 6329 IMAGR2: Field 2 Clean flux density= 88.097 MilliJy 6329 comps IMAGR2: Total Cleaned flux density = 5.186 Jy 57561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.10 MicroJy IMAGR2: 1389 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -803.252 MicroJy iter= 8906 IMAGR2: Field 3 Clean flux density= 378.640 MilliJy 8906 comps IMAGR2: Total Cleaned flux density = 5.187 Jy 57936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.88 MicroJy IMAGR2: 2531 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -796.776 MicroJy iter= 13320 IMAGR2: Field 4 Clean flux density= -25.590 MilliJy 13320 comps IMAGR2: Total Cleaned flux density = 5.184 Jy 58500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 778.07 MicroJy IMAGR2: 3622 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -788.454 MicroJy iter= 14618 IMAGR2: Field 5 Clean flux density= 359.806 MilliJy 14618 comps IMAGR2: Total Cleaned flux density = 5.187 Jy 59182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.49 MicroJy IMAGR2: 76 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -778.938 MicroJy iter= 747 IMAGR2: Field 1 Clean flux density= 4.318 Jy 747 comps IMAGR2: Total Cleaned flux density = 5.187 Jy 59210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.49 MicroJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 779.190 MicroJy iter= 5800 IMAGR2: Field 7 Clean flux density= 68.444 MilliJy 5800 comps IMAGR2: Total Cleaned flux density = 5.186 Jy 59494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 768.94 MicroJy IMAGR2: 1752 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -775.670 MicroJy iter= 10216 IMAGR2: Field 6 Clean flux density= -2.527 MilliJy 10216 comps IMAGR2: Total Cleaned flux density = 5.185 Jy 59936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 765.32 MicroJy IMAGR2: 958 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -770.390 MicroJy iter= 6666 IMAGR2: Field 2 Clean flux density= 87.229 MilliJy 6666 comps IMAGR2: Total Cleaned flux density = 5.184 Jy 60273 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 760.52 MicroJy IMAGR2: 1534 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 766.560 MicroJy iter= 9302 IMAGR2: Field 3 Clean flux density= 383.502 MilliJy 9302 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 60669 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.49 MicroJy IMAGR2: 3350 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -763.872 MicroJy iter= 13972 IMAGR2: Field 4 Clean flux density= -25.645 MilliJy 13972 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 61321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.80 MicroJy IMAGR2: 4034 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -757.198 MicroJy iter= 15366 IMAGR2: Field 5 Clean flux density= 359.526 MilliJy 15366 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 62069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 744.57 MicroJy IMAGR2: 1002 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 749.448 MicroJy iter= 6123 IMAGR2: Field 7 Clean flux density= 71.273 MilliJy 6123 comps IMAGR2: Total Cleaned flux density = 5.192 Jy 62392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 744.30 MicroJy IMAGR2: 32 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -716.654 MicroJy iter= 766 IMAGR2: Field 1 Clean flux density= 4.318 Jy 766 comps IMAGR2: Total Cleaned flux density = 5.191 Jy 62411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 740.18 MicroJy IMAGR2: 1783 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 746.222 MicroJy iter= 10676 IMAGR2: Field 6 Clean flux density= -4.510 MilliJy 10676 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 62871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 737.54 MicroJy IMAGR2: 1071 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 742.426 MicroJy iter= 7012 IMAGR2: Field 2 Clean flux density= 86.155 MilliJy 7012 comps IMAGR2: Total Cleaned flux density = 5.188 Jy 63217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.02 MicroJy IMAGR2: 1689 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 739.629 MicroJy iter= 9709 IMAGR2: Field 3 Clean flux density= 384.436 MilliJy 9709 comps IMAGR2: Total Cleaned flux density = 5.189 Jy 63624 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 726.83 MicroJy IMAGR2: 2809 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 734.477 MicroJy iter= 14550 IMAGR2: Field 4 Clean flux density= -27.770 MilliJy 14550 comps IMAGR2: Total Cleaned flux density = 5.187 Jy 64202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.40 MicroJy IMAGR2: 3458 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 727.154 MicroJy iter= 16029 IMAGR2: Field 5 Clean flux density= 365.876 MilliJy 16029 comps IMAGR2: Total Cleaned flux density = 5.193 Jy 64865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 715.76 MicroJy IMAGR2: 971 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -719.953 MicroJy iter= 6444 IMAGR2: Field 7 Clean flux density= 72.104 MilliJy 6444 comps IMAGR2: Total Cleaned flux density = 5.194 Jy 65186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.54 MicroJy IMAGR2: 1849 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -717.523 MicroJy iter= 11135 IMAGR2: Field 6 Clean flux density= -5.022 MilliJy 11135 comps IMAGR2: Total Cleaned flux density = 5.194 Jy 65645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.28 MicroJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 712.466 MicroJy iter= 7334 IMAGR2: Field 2 Clean flux density= 84.137 MilliJy 7334 comps IMAGR2: Total Cleaned flux density = 5.192 Jy 65967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.94 MicroJy IMAGR2: 1682 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 709.241 MicroJy iter= 10130 IMAGR2: Field 3 Clean flux density= 388.418 MilliJy 10130 comps IMAGR2: Total Cleaned flux density = 5.196 Jy 66388 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.59 MicroJy IMAGR2: 3416 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -706.593 MicroJy iter= 15209 IMAGR2: Field 4 Clean flux density= -28.021 MilliJy 15209 comps IMAGR2: Total Cleaned flux density = 5.195 Jy 67047 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 692.96 MicroJy IMAGR2: 4150 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 701.957 MicroJy iter= 16768 IMAGR2: Field 5 Clean flux density= 369.565 MilliJy 16768 comps IMAGR2: Total Cleaned flux density = 5.199 Jy 67786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.58 MicroJy IMAGR2: 985 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -694.491 MicroJy iter= 6754 IMAGR2: Field 7 Clean flux density= 71.924 MilliJy 6754 comps IMAGR2: Total Cleaned flux density = 5.199 Jy 68096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.67 MicroJy IMAGR2: 1821 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 692.461 MicroJy iter= 11607 IMAGR2: Field 6 Clean flux density= -6.865 MilliJy 11607 comps IMAGR2: Total Cleaned flux density = 5.197 Jy 68568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -944.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 686.19 MicroJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -686.800 MicroJy iter= 791 IMAGR2: Field 1 Clean flux density= 4.318 Jy 791 comps IMAGR2: Total Cleaned flux density = 5.197 Jy 68593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 683.96 MicroJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 687.597 MicroJy iter= 7631 IMAGR2: Field 2 Clean flux density= 84.750 MilliJy 7631 comps IMAGR2: Total Cleaned flux density = 5.197 Jy 68890 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.52 MicroJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 685.582 MicroJy iter= 10547 IMAGR2: Field 3 Clean flux density= 390.267 MilliJy 10547 comps IMAGR2: Total Cleaned flux density = 5.199 Jy 69307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 674.48 MicroJy IMAGR2: 3164 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 681.793 MicroJy iter= 15839 IMAGR2: Field 4 Clean flux density= -29.781 MilliJy 15839 comps IMAGR2: Total Cleaned flux density = 5.198 Jy 69937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.97 MicroJy IMAGR2: 3772 Residual map points loaded IMAGR2: Field 5 Iter limit, Max resid= 721.449 MicroJy iter= 16831 IMAGR2: Field 5 Clean flux density= 370.516 MilliJy 16831 comps IMAGR2: Total Cleaned flux density = 5.198 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 791 to 351 components IMAGR2: Field 2 compressed from 7631 to 3924 components IMAGR2: Field 3 compressed from 10547 to 5746 components IMAGR2: Field 4 compressed from 15839 to 8209 components IMAGR2: Field 5 compressed from 16831 to 8748 components IMAGR2: Field 6 compressed from 11607 to 6156 components IMAGR2: Field 7 compressed from 6754 to 3527 components IMAGR2: Field 1 min = -947.8 MicroJy,max = 989.1 MicroJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 238.210 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 13.761 MilliJy ( 98 CCs) from field 1 to field 3 IMAGR2: Restore -8.205 MilliJy ( 106 CCs) from field 1 to field 4 IMAGR2: Restore 15.973 MilliJy ( 86 CCs) from field 1 to field 5 IMAGR2: Restore -2.252 MilliJy ( 97 CCs) from field 1 to field 6 IMAGR2: Restore 1.402 MilliJy ( 4 CCs) from field 1 to field 7 IMAGR2: Restore 1.890 MilliJy ( 27 CCs) from field 2 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 2.300 MilliJy ( 280 CCs) from field 2 to field 3 IMAGR2: Restore 8.585 MilliJy ( 378 CCs) from field 2 to field 4 IMAGR2: Restore 14.582 MilliJy ( 124 CCs) from field 3 to field 1 IMAGR2: Restore 2.717 MilliJy ( 148 CCs) from field 3 to field 2 IMAGR2: Restore 27.041 MilliJy ( 395 CCs) from field 3 to field 5 IMAGR2: Restore 17.999 MilliJy ( 153 CCs) from field 4 to field 1 IMAGR2: Restore 17.235 MilliJy ( 169 CCs) from field 4 to field 2 IMAGR2: Restore -27.511 MilliJy ( 300 CCs) from field 4 to field 6 IMAGR2: Restore 4.680 MilliJy ( 195 CCs) from field 5 to field 1 IMAGR2: Restore 27.980 MilliJy ( 385 CCs) from field 5 to field 3 IMAGR2: Restore -1.770 MilliJy ( 292 CCs) from field 5 to field 7 IMAGR2: Restore 17.344 MilliJy ( 127 CCs) from field 6 to field 1 IMAGR2: Restore -4.381 MilliJy ( 481 CCs) from field 6 to field 4 IMAGR2: Restore 11.286 MilliJy ( 126 CCs) from field 6 to field 7 IMAGR2: Restore 579.428 MicroJy ( 30 CCs) from field 7 to field 1 IMAGR2: Restore 11.070 MilliJy ( 293 CCs) from field 7 to field 5 IMAGR2: Restore 23.079 MilliJy ( 301 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 4.375 Jy IMAGR2: Field 2 final Clean flux 104.940 MilliJy IMAGR2: Field 3 final Clean flux 434.309 MilliJy IMAGR2: Field 4 final Clean flux -33.783 MilliJy IMAGR2: Field 5 final Clean flux 424.599 MilliJy IMAGR2: Field 6 final Clean flux -13.549 MilliJy IMAGR2: Field 7 final Clean flux 82.841 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= 15 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 2340.1 Real= 2381 PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 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: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08316 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_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@1733-130_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :2 =1733-130' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_C,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 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: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06815 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN PS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2172 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 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/AB910_1999A AIPS 2: UG24_1.0.log 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= 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 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: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08316 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_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@1733-130_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :2 =1733-130' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1733-130_C,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 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: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06815 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbSETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found SGRA C BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 2929 CELLSIZE 0.11524 SETFC2: SETCEL: returns IMSIZE 4096 CELLSIZE 0.08280 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@SGRA_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.081 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 s 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 SGRA C BAND Seq 1 Disk: 1 in slot 5 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@SGRA_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 17:45:47.28 -29:04:35.1 0.764 0.500 0.074 SETFC2: 9 17:45:44.25 -28:55:53.6 7.897 0.456 0.078 SETFC2: 10 17:45:42.05 -29:05:25.4 13.281 0.405 0.083 SETFC2: Add NVSS: wrote 3 fields to BOXFILE SETFC2: The Sun is 116.2 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 10 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 1 C 1 4084 4084 17 45 40.04 -29 00 28.1 00001 -1 2043 2048 2049 C 2 4084 4084 17 45 40.04 -29 05 18.8 00002 -1 2043 2048 2049 C 3 4084 4084 17 45 20.83 -29 02 53.4 00003 -1 2043 2048 2049 C 4 4084 4084 17 45 59.24 -29 02 53.4 00004 -1 2043 2048 2049 C 5 4084 4084 17 45 20.85 -28 58 02.6 00005 -1 2043 2048 2049 C 6 4084 4084 17 45 59.23 -28 58 02.6 00006 -1 2043 2048 2049 C 7 4084 4084 17 45 40.04 -28 55 37.3 00007 -1 2043 2048 2049 C 8 246 246 17 45 47.28 -29 04 35.1 00008 -1 100 128 129 C 9 246 246 17 45 44.25 -28 55 53.6 00009 -1 100 128 129 C 10 246 246 17 45 42.05 -29 05 25.4 00010 -1 100 128 129 s 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@SGRA_C,BAND.0-1 >> /home/auto/run/AB910_1999AUG24 AIPS 2: _1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :3 =SGRA' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@SGRA_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 4084 4084 2.2301E-02 -3.1000E-02 0 IMAGR2: Field 2 4084 4084 2.2301E-02 -2.9073E+02 0 IMAGR2: Field 3 4084 4084 -2.5198E+02 -1.4533E+02 0 IMAGR2: Field 4 4084 4084 2.5189E+02 -1.4533E+02 0 IMAGR2: Field 5 4084 4084 -2.5172E+02 1.4547E+02 0 IMAGR2: Field 6 4084 4084 2.5176E+02 1.4547E+02 0 IMAGR2: Field 7 4084 4084 2.2301E-02 2.9077E+02 0 IMAGR2: Field 8 246 246 9.4999E+01 -2.4703E+02 0 IMAGR2: Field 9 246 246 5.5250E+01 2.7447E+02 0 IMAGR2: Field 10 246 246 2.6390E+01 -2.9733E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@SGRA_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: Field 09: 1 Field 10: 1 IMAGR2: Create SGRA .IMAGR . 1 (UV) on disk 1 cno 22 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10514 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.747E+03 IMAGR2: UVWAIT: Adding temperance S 1.349E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.241E+07 and out 2.953E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.135 due to weighting IMAGR2: UVWAIT: Average summed weight 6.747E+03 over 20960 vis IMAGR2: Create SGRA .IBM001. 1 (MA) on disk 1 cno 23 IMAGR2: Create SGRA .IBM002. 1 (MA) on disk 1 cno 24 IMAGR2: Create SGRA .IBM003. 1 (MA) on disk 1 cno 25 IMAGR2: Create SGRA .IBM004. 1 (MA) on disk 1 cno 26 IMAGR2: Create SGRA .IBM005. 1 (MA) on disk 1 cno 27 IMAGR2: Create SGRA .IBM006. 1 (MA) on disk 1 cno 28 IMAGR2: Create SGRA .IBM007. 1 (MA) on disk 1 cno 29 IMAGR2: Create SGRA .IBM008. 1 (MA) on disk 1 cno 30 IMAGR2: Create SGRA .IBM009. 1 (MA) on disk 1 cno 31 IMAGR2: Create SGRA .IBM010. 1 (MA) on disk 1 cno 32 IMAGR2: Create SGRA .ICL001. 1 (MA) on disk 1 cno 33 IMAGR2: Create SGRA .ICL002. 1 (MA) on disk 1 cno 34 IMAGR2: Create SGRA .ICL003. 1 (MA) on disk 1 cno 35 IMAGR2: Create SGRA .ICL004. 1 (MA) on disk 1 cno 36 IMAGR2: Create SGRA .ICL005. 1 (MA) on disk 1 cno 37 IMAGR2: Create SGRA .ICL006. 1 (MA) on disk 1 cno 38 IMAGR2: Create SGRA .ICL007. 1 (MA) on disk 1 cno 39 IMAGR2: Create SGRA .ICL008. 1 (MA) on disk 1 cno 40 IMAGR2: Create SGRA .ICL009. 1 (MA) on disk 1 cno 41 IMAGR2: Create SGRA .ICL010. 1 (MA) on disk 1 cno 42 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.13546E+08 IMAGR2: Field 1 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 773.446 x 338.214 Milliarcsec, PA= -1.0 IMAGR2: Field 2 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 2 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 775.471 x 338.223 Milliarcsec, PA= -1.0 IMAGR2: Field 3 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 3 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 774.427 x 338.225 Milliarcsec, PA= -0.9 IMAGR2: Field 4 Sum of gridding weights = 3.13546E+08 IMAGR2: Field 4 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 774.489 x 338.211 Milliarcsec, PA= -1.0 IMAGR2: Field 5 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 5 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 772.408 x 338.215 Milliarcsec, PA= -0.9 IMAGR2: Field 6 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 6 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 772.470 x 338.202 Milliarcsec, PA= -1.0 IMAGR2: Field 7 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 7 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 771.433 x 338.204 Milliarcsec, PA= -1.0 IMAGR2: Field 8 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 8 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 8 fit FWHM = 775.176 x 338.220 Milliarcsec, PA= -1.0 IMAGR2: Field 9 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 9 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 9 fit FWHM = 771.549 x 338.204 Milliarcsec, PA= -1.0 IMAGR2: Field 10 Sum of gridding weights = 3.13545E+08 IMAGR2: Field 10 Beam min = -69.5 MilliJy, max = 1.0 Jy IMAGR2: Field 10 fit FWHM = 775.519 x 338.223 Milliarcsec, PA= -1.0 IMAGR2: CLBHIS: minimum component 0.480 of current peak IMAGR2: CLNUV : Sorting data to make them fit IMAGR2: Field 1 min = -60.7 MilliJy,max = 470.2 MilliJy IMAGR2: Field 2 min = -33.1 MilliJy,max = 51.0 MilliJy IMAGR2: Field 3 min = -41.8 MilliJy,max = 60.1 MilliJy IMAGR2: Field 4 min = -31.2 MilliJy,max = 46.8 MilliJy IMAGR2: Field 5 min = -42.3 MilliJy,max = 59.2 MilliJy IMAGR2: Field 6 min = -32.2 MilliJy,max = 49.8 MilliJy IMAGR2: Field 7 min = -34.0 MilliJy,max = 55.1 MilliJy IMAGR2: Field 8 min = -23.1 MilliJy,max = 35.4 MilliJy IMAGR2: Field 9 min = -24.1 MilliJy,max = 35.3 MilliJy IMAGR2: Field 10 min = -22.7 MilliJy,max = 34.3 MilliJy IMAGR2: BGC Clean: using 1905 cell beam + residuals > 37.47 MilliJy IMAGR2: 17824 Residual map points loaded IMAGR2: Field 1 min allowed flux = 214.050 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 293.807 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 293.807 MilliJy 9 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -62.2 MilliJy,max = 194.7 MilliJy IMAGR2: BGC Clean: using 419 cell beam + residuals > 32.51 MilliJy IMAGR2: 8372 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.144 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 469.950 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 469.950 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -71.3 MilliJy,max = 90.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 30.04 MilliJy IMAGR2: 6941 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 57.757 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 630.483 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 630.483 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -24.0 MilliJy,max = 34.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.041E-02 < Second best 5.504E-02 IMAGR2: Field 1 min = -52.8 MilliJy,max = 56.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.13 MilliJy IMAGR2: 5245 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 45.143 MilliJy iter= 92 IMAGR2: Field 1 Clean flux density= 763.133 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 763.133 MilliJy 92 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -30.4 MilliJy,max = 33.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.202E-02 < Second best 4.873E-02 IMAGR2: Field 2 min = -24.6 MilliJy,max = 31.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.029E-02 < Second best 4.755E-02 IMAGR2: Field 6 min = -23.5 MilliJy,max = 31.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.958E-02 < Second best 4.315E-02 IMAGR2: Field 4 min = -21.8 MilliJy,max = 29.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.429E-02 < Second best 4.309E-02 IMAGR2: Field 1 min = -41.6 MilliJy,max = 43.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 25.05 MilliJy IMAGR2: 10793 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 38.454 MilliJy iter= 157 IMAGR2: Field 1 Clean flux density= 970.079 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 970.079 MilliJy 157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -26.7 MilliJy,max = 33.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.180E-02 < Second best 3.674E-02 IMAGR2: Field 1 min = -38.5 MilliJy,max = 37.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.16 MilliJy IMAGR2: 17380 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 33.378 MilliJy iter= 259 IMAGR2: Field 1 Clean flux density= 1.261 Jy 259 comps IMAGR2: Total Cleaned flux density = 1.261 Jy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -29.4 MilliJy,max = 30.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.868E-02 < Second best 3.191E-02 IMAGR2: Field 1 min = -31.6 MilliJy,max = 32.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.94 MilliJy IMAGR2: 15988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 29.197 MilliJy iter= 383 IMAGR2: Field 1 Clean flux density= 1.550 Jy 383 comps IMAGR2: Total Cleaned flux density = 1.550 Jy 383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -25.3 MilliJy,max = 27.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.544E-02 < Second best 3.041E-02 IMAGR2: Field 5 min = -21.6 MilliJy,max = 28.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-02 < Second best 3.029E-02 IMAGR2: Field 2 min = -22.3 MilliJy,max = 26.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.520E-02 < Second best 2.958E-02 IMAGR2: Field 6 min = -22.4 MilliJy,max = 26.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.546E-02 < Second best 2.868E-02 IMAGR2: Field 7 min = -25.5 MilliJy,max = 28.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.49 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 21.950 MilliJy iter= 28 IMAGR2: Field 7 Clean flux density= 57.315 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 1.608 Jy 411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.9 MilliJy,max = 28.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.12 MilliJy IMAGR2: 16996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 25.459 MilliJy iter= 543 IMAGR2: Field 1 Clean flux density= 1.827 Jy 543 comps IMAGR2: Total Cleaned flux density = 1.885 Jy 571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -12.9 MilliJy,max = 19.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.846E-02 < Second best 2.595E-02 IMAGR2: Field 8 min = -14.0 MilliJy,max = 16.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.234E-02 < Second best 2.546E-02 IMAGR2: Field 6 min = -21.3 MilliJy,max = 22.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.046E-02 < Second best 2.544E-02 IMAGR2: Field 3 min = -23.4 MilliJy,max = 25.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.356E-02 < Second best 2.520E-02 IMAGR2: Field 2 min = -20.6 MilliJy,max = 24.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.96 MilliJy IMAGR2: 84 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 19.288 MilliJy iter= 14 IMAGR2: Field 2 Clean flux density= 25.088 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 1.910 Jy 585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.3 MilliJy,max = 24.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.77 MilliJy IMAGR2: 15653 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 22.461 MilliJy iter= 719 IMAGR2: Field 1 Clean flux density= 2.062 Jy 719 comps IMAGR2: Total Cleaned flux density = 2.144 Jy 761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -18.7 MilliJy,max = 20.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.756E-02 < Second best 2.418E-02 IMAGR2: Field 5 min = -19.1 MilliJy,max = 23.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.040E-02 < Second best 2.356E-02 IMAGR2: Field 3 min = -20.1 MilliJy,max = 23.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.58 MilliJy IMAGR2: 223 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 18.231 MilliJy iter= 30 IMAGR2: Field 3 Clean flux density= 35.348 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 2.180 Jy 791 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.9 MilliJy,max = 22.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.48 MilliJy IMAGR2: 13927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 20.013 MilliJy iter= 907 IMAGR2: Field 1 Clean flux density= 2.292 Jy 907 comps IMAGR2: Total Cleaned flux density = 2.410 Jy 979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -19.2 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.817E-02 < Second best 2.046E-02 IMAGR2: Field 6 min = -18.6 MilliJy,max = 19.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.812E-02 < Second best 2.040E-02 IMAGR2: Field 5 min = -17.6 MilliJy,max = 22.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.779E-02 < Second best 1.937E-02 IMAGR2: Field 10 min = -11.0 MilliJy,max = 15.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.425E-03 < Second best 1.917E-02 IMAGR2: Field 1 min = -19.5 MilliJy,max = 21.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.20 MilliJy IMAGR2: 14911 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -18.204 MilliJy iter= 1119 IMAGR2: Field 1 Clean flux density= 2.482 Jy 1119 comps IMAGR2: Total Cleaned flux density = 2.599 Jy 1191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -10.9 MilliJy,max = 15.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.487E-02 < Second best 1.843E-02 IMAGR2: Field 2 min = -15.9 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.537E-02 < Second best 1.817E-02 IMAGR2: Field 7 min = -18.0 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.672E-02 < Second best 1.812E-02 IMAGR2: Field 6 min = -16.1 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.01 MilliJy IMAGR2: 164 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 15.347 MilliJy iter= 28 IMAGR2: Field 6 Clean flux density= 41.857 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 2.641 Jy 1219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -16.3 MilliJy,max = 20.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.644E-02 < Second best 1.756E-02 IMAGR2: Field 4 min = -16.7 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.510E-02 < Second best 1.745E-02 IMAGR2: Field 1 min = -19.0 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.08 MilliJy IMAGR2: 13453 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 16.419 MilliJy iter= 1338 IMAGR2: Field 1 Clean flux density= 2.677 Jy 1338 comps IMAGR2: Total Cleaned flux density = 2.837 Jy 1438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.7 MilliJy,max = 17.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.500E-02 < Second best 1.672E-02 IMAGR2: Field 7 min = -16.5 MilliJy,max = 16.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.70 MilliJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -14.119 MilliJy iter= 81 IMAGR2: Field 7 Clean flux density= 85.627 MilliJy 81 comps IMAGR2: Total Cleaned flux density = 2.865 Jy 1491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.5 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.68 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 13.879 MilliJy iter= 21 IMAGR2: Field 5 Clean flux density= 30.268 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 2.896 Jy 1512 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.4 MilliJy,max = 18.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.77 MilliJy IMAGR2: 14325 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -14.747 MilliJy iter= 1589 IMAGR2: Field 1 Clean flux density= 2.812 Jy 1589 comps IMAGR2: Total Cleaned flux density = 3.030 Jy 1763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.2 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.345E-02 < Second best 1.510E-02 IMAGR2: Field 4 min = -15.0 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 1.500E-02 IMAGR2: Field 3 min = -15.5 MilliJy,max = 15.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.411E-02 < Second best 1.487E-02 IMAGR2: Field 9 min = -9.6 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.161E-02 < Second best 1.468E-02 IMAGR2: Field 6 min = -14.5 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.327E-02 < Second best 1.414E-02 IMAGR2: Field 1 min = -15.7 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.81 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 13854 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 13.451 MilliJy iter= 1848 IMAGR2: Field 1 Clean flux density= 2.956 Jy 1848 comps IMAGR2: Total Cleaned flux density = 3.174 Jy 2022 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.7 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.78 MilliJy IMAGR2: 276 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 12.067 MilliJy iter= 78 IMAGR2: Field 3 Clean flux density= 75.131 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 3.214 Jy 2070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.9 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.233E-02 < Second best 1.345E-02 IMAGR2: Field 2 min = -13.4 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.253E-02 < Second best 1.335E-02 IMAGR2: Field 4 min = -13.9 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.258E-02 < Second best 1.328E-02 IMAGR2: Field 5 min = -13.1 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.188E-02 < Second best 1.327E-02 IMAGR2: Field 6 min = -13.6 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.223E-02 < Second best 1.290E-02 IMAGR2: Field 1 min = -14.9 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.73 MilliJy IMAGR2: 15285 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -12.178 MilliJy iter= 2143 IMAGR2: Field 1 Clean flux density= 3.066 Jy 2143 comps IMAGR2: Total Cleaned flux density = 3.324 Jy 2365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.6 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.167E-02 < Second best 1.253E-02 IMAGR2: Field 2 min = -12.5 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.171E-02 < Second best 1.234E-02 IMAGR2: Field 8 min = -9.1 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.767E-03 < Second best 1.233E-02 IMAGR2: Field 7 min = -14.0 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.66 MilliJy IMAGR2: 325 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 10.912 MilliJy iter= 135 IMAGR2: Field 7 Clean flux density= 114.843 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 3.353 Jy 2419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.0 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.65 MilliJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 10.760 MilliJy iter= 59 IMAGR2: Field 6 Clean flux density= 63.235 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 3.374 Jy 2450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.7 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.101E-02 < Second best 1.171E-02 IMAGR2: Field 2 min = -12.3 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.63 MilliJy IMAGR2: 120 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 10.739 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 36.427 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 3.386 Jy 2474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.7 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.88 MilliJy IMAGR2: 11148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.929 MilliJy iter= 2417 IMAGR2: Field 1 Clean flux density= 3.177 Jy 2417 comps IMAGR2: Total Cleaned flux density = 3.497 Jy 2748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.9 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.101E-02 < Second best 1.161E-02 IMAGR2: Field 9 min = -8.2 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.256E-03 < Second best 1.155E-02 IMAGR2: Field 3 min = -12.9 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.045E-02 < Second best 1.101E-02 IMAGR2: Field 5 min = -11.1 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.67 MilliJy IMAGR2: 155 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.801 MilliJy iter= 57 IMAGR2: Field 5 Clean flux density= 58.597 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 3.526 Jy 2784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.9 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.67 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 9.771 MilliJy iter= 27 IMAGR2: Field 4 Clean flux density= 23.559 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 3.549 Jy 2811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.6 MilliJy,max = 13.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.17 MilliJy IMAGR2: 9231 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.009 MilliJy iter= 2683 IMAGR2: Field 1 Clean flux density= 3.256 Jy 2683 comps IMAGR2: Total Cleaned flux density = 3.628 Jy 3077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.5 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.518E-03 < Second best 1.045E-02 IMAGR2: Field 3 min = -12.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.748E-03 < Second best 1.030E-02 IMAGR2: Field 6 min = -10.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.374E-03 < Second best 1.028E-02 IMAGR2: Field 2 min = -11.5 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.85 MilliJy IMAGR2: 250 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 8.988 MilliJy iter= 85 IMAGR2: Field 2 Clean flux density= 55.885 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 3.648 Jy 3124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.2 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.85 MilliJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 9.089 MilliJy iter= 160 IMAGR2: Field 3 Clean flux density= 116.194 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 3.689 Jy 3206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.33 MilliJy IMAGR2: 10134 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.076 MilliJy iter= 2980 IMAGR2: Field 1 Clean flux density= 3.314 Jy 2980 comps IMAGR2: Total Cleaned flux density = 3.747 Jy 3503 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.8 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.29 MilliJy IMAGR2: 296 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 8.439 MilliJy iter= 193 IMAGR2: Field 7 Clean flux density= 124.826 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 3.757 Jy 3561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.7 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.561E-03 < Second best 9.374E-03 IMAGR2: Field 6 min = -10.3 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.589E-03 < Second best 9.351E-03 IMAGR2: Field 4 min = -10.4 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.283E-03 < Second best 9.256E-03 IMAGR2: Field 9 min = -7.1 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.139E-03 < Second best 8.767E-03 IMAGR2: Field 8 min = -7.1 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.823E-03 < Second best 8.715E-03 IMAGR2: Field 1 min = -10.8 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.77 MilliJy IMAGR2: 7919 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.349 MilliJy iter= 3252 IMAGR2: Field 1 Clean flux density= 3.391 Jy 3252 comps IMAGR2: Total Cleaned flux density = 3.833 Jy 3833 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.7 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.964E-03 < Second best 8.610E-03 IMAGR2: Field 2 min = -9.1 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.049E-03 < Second best 8.589E-03 IMAGR2: Field 6 min = -9.1 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.53 MilliJy IMAGR2: 432 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.696 MilliJy iter= 138 IMAGR2: Field 6 Clean flux density= 97.157 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 3.867 Jy 3912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.3 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.52 MilliJy IMAGR2: 235 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.613 MilliJy iter= 103 IMAGR2: Field 5 Clean flux density= 74.338 MilliJy 103 comps IMAGR2: Total Cleaned flux density = 3.883 Jy 3958 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -6.6 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.063E-03 < Second best 8.283E-03 IMAGR2: Field 4 min = -9.3 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.50 MilliJy IMAGR2: 137 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.567 MilliJy iter= 59 IMAGR2: Field 4 Clean flux density= 39.244 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 3.899 Jy 3990 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.9 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.45 MilliJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -7.548 MilliJy iter= 247 IMAGR2: Field 7 Clean flux density= 140.296 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 3.914 Jy 4044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.8 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.44 MilliJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.498 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 58.207 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 3.916 Jy 4073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.95 MilliJy IMAGR2: 9621 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.498 MilliJy iter= 3581 IMAGR2: Field 1 Clean flux density= 3.440 Jy 3581 comps IMAGR2: Total Cleaned flux density = 3.966 Jy 4402 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.1 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.89 MilliJy IMAGR2: 343 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.020 MilliJy iter= 237 IMAGR2: Field 3 Clean flux density= 148.548 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 3.998 Jy 4479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.5 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.877E-03 < Second best 7.291E-03 IMAGR2: Field 5 min = -8.4 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.82 MilliJy IMAGR2: 76 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.860 MilliJy iter= 128 IMAGR2: Field 5 Clean flux density= 83.408 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 4.007 Jy 4504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.6 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.80 MilliJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.821 MilliJy iter= 78 IMAGR2: Field 4 Clean flux density= 46.931 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 4.015 Jy 4523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.832E-03 < Second best 7.201E-03 IMAGR2: Field 1 min = -9.0 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.37 MilliJy IMAGR2: 8938 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.843 MilliJy iter= 3925 IMAGR2: Field 1 Clean flux density= 3.489 Jy 3925 comps IMAGR2: Total Cleaned flux density = 4.064 Jy 4867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.586E-03 < Second best 7.139E-03 IMAGR2: Field 9 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.617E-03 < Second best 6.877E-03 IMAGR2: Field 6 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.369E-03 < Second best 6.832E-03 IMAGR2: Field 7 min = -9.2 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.25 MilliJy IMAGR2: 405 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.355 MilliJy iter= 324 IMAGR2: Field 7 Clean flux density= 160.411 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 4.084 Jy 4944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.345E-03 < Second best 6.729E-03 IMAGR2: Field 3 min = -9.4 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.19 MilliJy IMAGR2: 290 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.272 MilliJy iter= 297 IMAGR2: Field 3 Clean flux density= 165.161 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 4.100 Jy 5004 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.19 MilliJy IMAGR2: 228 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.260 MilliJy iter= 168 IMAGR2: Field 2 Clean flux density= 75.959 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 4.118 Jy 5058 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.85 MilliJy IMAGR2: 5898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.179 MilliJy iter= 4216 IMAGR2: Field 1 Clean flux density= 3.524 Jy 4216 comps IMAGR2: Total Cleaned flux density = 4.153 Jy 5349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.5 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.090E-03 < Second best 6.536E-03 IMAGR2: Field 4 min = -7.7 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.967E-03 < Second best 6.369E-03 IMAGR2: Field 6 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.72 MilliJy IMAGR2: 305 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.805 MilliJy iter= 211 IMAGR2: Field 6 Clean flux density= 114.446 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 4.170 Jy 5422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.6 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.67 MilliJy IMAGR2: 311 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.756 MilliJy iter= 403 IMAGR2: Field 7 Clean flux density= 176.193 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 4.186 Jy 5501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.3 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.67 MilliJy IMAGR2: 264 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.730 MilliJy iter= 184 IMAGR2: Field 5 Clean flux density= 99.888 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 4.202 Jy 5557 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -5.0 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.963E-03 < Second best 6.016E-03 IMAGR2: Field 3 min = -8.0 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.62 MilliJy IMAGR2: 184 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.674 MilliJy iter= 352 IMAGR2: Field 3 Clean flux density= 173.797 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 4.211 Jy 5612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.58 MilliJy IMAGR2: 179 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.626 MilliJy iter= 220 IMAGR2: Field 2 Clean flux density= 85.118 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 4.220 Jy 5664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.4 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.57 MilliJy IMAGR2: 148 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.617 MilliJy iter= 122 IMAGR2: Field 4 Clean flux density= 64.035 MilliJy 122 comps IMAGR2: Total Cleaned flux density = 4.237 Jy 5708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.23 MilliJy IMAGR2: 6251 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.518 MilliJy iter= 4537 IMAGR2: Field 1 Clean flux density= 3.549 Jy 4537 comps IMAGR2: Total Cleaned flux density = 4.262 Jy 6029 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -5.0 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.826E-03 < Second best 5.564E-03 IMAGR2: Field 6 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.240E-03 < Second best 5.521E-03 IMAGR2: Field 7 min = -7.9 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.218E-03 < Second best 5.492E-03 IMAGR2: Field 5 min = -6.8 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.11 MilliJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.179 MilliJy iter= 263 IMAGR2: Field 5 Clean flux density= 122.638 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 4.285 Jy 6108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.07 MilliJy IMAGR2: 361 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.132 MilliJy iter= 431 IMAGR2: Field 3 Clean flux density= 195.122 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 4.306 Jy 6187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.116E-03 < Second best 5.385E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.01 MilliJy IMAGR2: 281 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.062 MilliJy iter= 190 IMAGR2: Field 4 Clean flux density= 84.685 MilliJy 190 comps IMAGR2: Total Cleaned flux density = 4.327 Jy 6255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.491E-03 < Second best 5.302E-03 IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.76 MilliJy IMAGR2: 6440 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.020 MilliJy iter= 4883 IMAGR2: Field 1 Clean flux density= 3.586 Jy 4883 comps IMAGR2: Total Cleaned flux density = 4.364 Jy 6601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.1 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.74 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.787 MilliJy iter= 276 IMAGR2: Field 6 Clean flux density= 132.579 MilliJy 276 comps IMAGR2: Total Cleaned flux density = 4.382 Jy 6666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.2 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.70 MilliJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.759 MilliJy iter= 480 IMAGR2: Field 7 Clean flux density= 187.365 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 4.393 Jy 6743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.68 MilliJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.727 MilliJy iter= 290 IMAGR2: Field 2 Clean flux density= 99.607 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 4.408 Jy 6813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.667 MilliJy iter= 297 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Clean flux density= 127.366 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 4.412 Jy 6847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -4.6 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.274E-03 < Second best 4.925E-03 IMAGR2: Field 3 min = -6.9 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR2: 182 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.632 MilliJy iter= 488 IMAGR2: Field 3 Clean flux density= 205.908 MilliJy 488 comps IMAGR2: Total Cleaned flux density = 4.423 Jy 6904 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.57 MilliJy IMAGR2: 92 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.589 MilliJy iter= 222 IMAGR2: Field 4 Clean flux density= 92.158 MilliJy 222 comps IMAGR2: Total Cleaned flux density = 4.431 Jy 6936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.201E-03 < Second best 4.823E-03 IMAGR2: Field 1 min = -6.4 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR2: 5061 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.519 MilliJy iter= 5213 IMAGR2: Field 1 Clean flux density= 3.616 Jy 5213 comps IMAGR2: Total Cleaned flux density = 4.461 Jy 7266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.28 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.314 MilliJy iter= 324 IMAGR2: Field 6 Clean flux density= 137.747 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 4.466 Jy 7314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.24 MilliJy IMAGR2: 402 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.297 MilliJy iter= 570 IMAGR2: Field 7 Clean flux density= 189.112 MilliJy 570 comps IMAGR2: Total Cleaned flux density = 4.468 Jy 7404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.21 MilliJy IMAGR2: 319 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.258 MilliJy iter= 377 IMAGR2: Field 2 Clean flux density= 118.220 MilliJy 377 comps IMAGR2: Total Cleaned flux density = 4.487 Jy 7491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.787E-03 < Second best 4.476E-03 IMAGR2: Field 5 min = -5.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.18 MilliJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.216 MilliJy iter= 352 IMAGR2: Field 5 Clean flux density= 140.749 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 4.500 Jy 7546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.4 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.14 MilliJy IMAGR2: 218 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.180 MilliJy iter= 555 IMAGR2: Field 3 Clean flux density= 210.627 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 4.505 Jy 7613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.12 MilliJy IMAGR2: 167 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.147 MilliJy iter= 277 IMAGR2: Field 4 Clean flux density= 97.604 MilliJy 277 comps IMAGR2: Total Cleaned flux density = 4.510 Jy 7668 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR2: 3688 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.061 MilliJy iter= 5507 IMAGR2: Field 1 Clean flux density= 3.629 Jy 5507 comps IMAGR2: Total Cleaned flux density = 4.523 Jy 7962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.696E-03 < Second best 4.201E-03 IMAGR2: Field 9 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.844E-03 < Second best 4.138E-03 IMAGR2: Field 6 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 179 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.910 MilliJy iter= 380 IMAGR2: Field 6 Clean flux density= 143.392 MilliJy 380 comps IMAGR2: Total Cleaned flux density = 4.529 Jy 8018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.84 MilliJy IMAGR2: 354 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.884 MilliJy iter= 655 IMAGR2: Field 7 Clean flux density= 198.967 MilliJy 655 comps IMAGR2: Total Cleaned flux density = 4.539 Jy 8103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.80 MilliJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.848 MilliJy iter= 468 IMAGR2: Field 2 Clean flux density= 137.402 MilliJy 468 comps IMAGR2: Total Cleaned flux density = 4.558 Jy 8194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.813 MilliJy iter= 425 IMAGR2: Field 5 Clean flux density= 153.500 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 4.571 Jy 8267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.74 MilliJy IMAGR2: 270 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.773 MilliJy iter= 633 IMAGR2: Field 3 Clean flux density= 220.510 MilliJy 633 comps IMAGR2: Total Cleaned flux density = 4.581 Jy 8345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.71 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.744 MilliJy iter= 348 IMAGR2: Field 4 Clean flux density= 107.190 MilliJy 348 comps IMAGR2: Total Cleaned flux density = 4.590 Jy 8416 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.55 MilliJy IMAGR2: 2799 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.666 MilliJy iter= 5783 IMAGR2: Field 1 Clean flux density= 3.642 Jy 5783 comps IMAGR2: Total Cleaned flux density = 4.603 Jy 8692 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.360E-03 < Second best 3.787E-03 IMAGR2: Field 8 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.232E-03 < Second best 3.751E-03 IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.52 MilliJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.543 MilliJy iter= 432 IMAGR2: Field 6 Clean flux density= 149.120 MilliJy 432 comps IMAGR2: Total Cleaned flux density = 4.609 Jy 8744 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.523 MilliJy iter= 747 IMAGR2: Field 7 Clean flux density= 207.520 MilliJy 747 comps IMAGR2: Total Cleaned flux density = 4.617 Jy 8836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.245E-03 < Second best 3.693E-03 IMAGR2: Field 2 min = -4.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 360 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.489 MilliJy iter= 565 IMAGR2: Field 2 Clean flux density= 149.812 MilliJy 565 comps IMAGR2: Total Cleaned flux density = 4.630 Jy 8933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.42 MilliJy IMAGR2: 306 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.452 MilliJy iter= 507 IMAGR2: Field 5 Clean flux density= 161.257 MilliJy 507 comps IMAGR2: Total Cleaned flux density = 4.638 Jy 9015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.414 MilliJy iter= 719 IMAGR2: Field 3 Clean flux density= 230.957 MilliJy 719 comps IMAGR2: Total Cleaned flux density = 4.648 Jy 9101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.389 MilliJy iter= 435 IMAGR2: Field 4 Clean flux density= 114.391 MilliJy 435 comps IMAGR2: Total Cleaned flux density = 4.655 Jy 9188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 2214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.319 MilliJy iter= 6040 IMAGR2: Field 1 Clean flux density= 3.661 Jy 6040 comps IMAGR2: Total Cleaned flux density = 4.674 Jy 9445 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.230 MilliJy iter= 505 IMAGR2: Field 6 Clean flux density= 155.396 MilliJy 505 comps IMAGR2: Total Cleaned flux density = 4.680 Jy 9518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.1 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 321 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.198 MilliJy iter= 832 IMAGR2: Field 7 Clean flux density= 209.794 MilliJy 832 comps IMAGR2: Total Cleaned flux density = 4.682 Jy 9603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.987E-03 < Second best 3.348E-03 IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.13 MilliJy IMAGR2: 374 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.166 MilliJy iter= 657 IMAGR2: Field 2 Clean flux density= 160.802 MilliJy 657 comps IMAGR2: Total Cleaned flux density = 4.693 Jy 9695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.136 MilliJy iter= 600 IMAGR2: Field 5 Clean flux density= 173.010 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 4.705 Jy 9788 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.101 MilliJy iter= 810 IMAGR2: Field 3 Clean flux density= 242.027 MilliJy 810 comps IMAGR2: Total Cleaned flux density = 4.716 Jy 9879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.04 MilliJy IMAGR2: 275 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.070 MilliJy iter= 513 IMAGR2: Field 4 Clean flux density= 118.798 MilliJy 513 comps IMAGR2: Total Cleaned flux density = 4.720 Jy 9957 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.707E-03 < Second best 3.232E-03 IMAGR2: Field 8 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.928E-03 < Second best 3.190E-03 IMAGR2: Field 1 min = -4.6 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.015 MilliJy iter= 6295 IMAGR2: Field 1 Clean flux density= 3.670 Jy 6295 comps IMAGR2: Total Cleaned flux density = 4.730 Jy 10212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR2: 231 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.938 MilliJy iter= 579 IMAGR2: Field 6 Clean flux density= 161.317 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 4.736 Jy 10286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR2: 426 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.915 MilliJy iter= 933 IMAGR2: Field 7 Clean flux density= 214.206 MilliJy 933 comps IMAGR2: Total Cleaned flux density = 4.740 Jy 10387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.887 MilliJy iter= 773 IMAGR2: Field 2 Clean flux density= 169.603 MilliJy 773 comps IMAGR2: Total Cleaned flux density = 4.749 Jy 10503 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 320 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.851 MilliJy iter= 684 IMAGR2: Field 5 Clean flux density= 181.158 MilliJy 684 comps IMAGR2: Total Cleaned flux density = 4.757 Jy 10587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.694E-03 < Second best 2.976E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.824 MilliJy iter= 912 IMAGR2: Field 3 Clean flux density= 249.479 MilliJy 912 comps IMAGR2: Total Cleaned flux density = 4.765 Jy 10689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.793 MilliJy iter= 596 IMAGR2: Field 4 Clean flux density= 127.059 MilliJy 596 comps IMAGR2: Total Cleaned flux density = 4.773 Jy 10772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.571E-03 < Second best 2.898E-03 IMAGR2: Field 1 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.746 MilliJy iter= 6548 IMAGR2: Field 1 Clean flux density= 3.678 Jy 6548 comps IMAGR2: Total Cleaned flux density = 4.781 Jy 11025 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.681 MilliJy iter= 650 IMAGR2: Field 6 Clean flux density= 163.787 MilliJy 650 comps IMAGR2: Total Cleaned flux density = 4.783 Jy 11096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.657 MilliJy iter= 1029 IMAGR2: Field 7 Clean flux density= 222.316 MilliJy 1029 comps IMAGR2: Total Cleaned flux density = 4.791 Jy 11192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 443 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.631 MilliJy iter= 890 IMAGR2: Field 2 Clean flux density= 178.929 MilliJy 890 comps IMAGR2: Total Cleaned flux density = 4.800 Jy 11309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 366 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.603 MilliJy iter= 786 IMAGR2: Field 5 Clean flux density= 190.639 MilliJy 786 comps IMAGR2: Total Cleaned flux density = 4.810 Jy 11411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 368 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.571 MilliJy iter= 1014 IMAGR2: Field 3 Clean flux density= 256.730 MilliJy 1014 comps IMAGR2: Total Cleaned flux density = 4.817 Jy 11513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.295E-03 < Second best 2.694E-03 IMAGR2: Field 9 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.501E-03 < Second best 2.680E-03 IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 409 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.550 MilliJy iter= 701 IMAGR2: Field 4 Clean flux density= 135.533 MilliJy 701 comps IMAGR2: Total Cleaned flux density = 4.826 Jy 11618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 1349 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.499 MilliJy iter= 6778 IMAGR2: Field 1 Clean flux density= 3.676 Jy 6778 comps IMAGR2: Total Cleaned flux density = 4.824 Jy 11848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 226 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.448 MilliJy iter= 726 IMAGR2: Field 6 Clean flux density= 168.761 MilliJy 726 comps IMAGR2: Total Cleaned flux density = 4.829 Jy 11924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.343E-03 < Second best 2.552E-03 IMAGR2: Field 7 min = -4.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 378 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.428 MilliJy iter= 1137 IMAGR2: Field 7 Clean flux density= 228.721 MilliJy 1137 comps IMAGR2: Total Cleaned flux density = 4.835 Jy 12032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.406 MilliJy iter= 1025 IMAGR2: Field 2 Clean flux density= 184.981 MilliJy 1025 comps IMAGR2: Total Cleaned flux density = 4.842 Jy 12167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 9 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.317E-03 < Second best 2.499E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 404 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.377 MilliJy iter= 903 IMAGR2: Field 5 Clean flux density= 197.119 MilliJy 903 comps IMAGR2: Total Cleaned flux density = 4.848 Jy 12284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 333 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.347 MilliJy iter= 1114 IMAGR2: Field 3 Clean flux density= 261.513 MilliJy 1114 comps IMAGR2: Total Cleaned flux density = 4.853 Jy 12384 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.325 MilliJy iter= 803 IMAGR2: Field 4 Clean flux density= 145.454 MilliJy 803 comps IMAGR2: Total Cleaned flux density = 4.863 Jy 12486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 1063 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.282 MilliJy iter= 6982 IMAGR2: Field 1 Clean flux density= 3.678 Jy 6982 comps IMAGR2: Total Cleaned flux density = 4.864 Jy 12690 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 268 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.244 MilliJy iter= 817 IMAGR2: Field 6 Clean flux density= 174.402 MilliJy 817 comps IMAGR2: Total Cleaned flux density = 4.870 Jy 12781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.116E-03 < Second best 2.331E-03 IMAGR2: Field 7 min = -3.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.225 MilliJy iter= 1264 IMAGR2: Field 7 Clean flux density= 235.234 MilliJy 1264 comps IMAGR2: Total Cleaned flux density = 4.876 Jy 12908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.024E-03 < Second best 2.310E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 493 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.198 MilliJy iter= 1158 IMAGR2: Field 2 Clean flux density= 197.322 MilliJy 1158 comps IMAGR2: Total Cleaned flux density = 4.889 Jy 13041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.887E-03 < Second best 2.283E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 403 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.172 MilliJy iter= 1019 IMAGR2: Field 5 Clean flux density= 199.320 MilliJy 1019 comps IMAGR2: Total Cleaned flux density = 4.891 Jy 13157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 362 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.146 MilliJy iter= 1224 IMAGR2: Field 3 Clean flux density= 266.297 MilliJy 1224 comps IMAGR2: Total Cleaned flux density = 4.896 Jy 13267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.125 MilliJy iter= 918 IMAGR2: Field 4 Clean flux density= 146.076 MilliJy 918 comps IMAGR2: Total Cleaned flux density = 4.896 Jy 13382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.089 MilliJy iter= 7177 IMAGR2: Field 1 Clean flux density= 3.678 Jy 7177 comps IMAGR2: Total Cleaned flux density = 4.896 Jy 13577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 224 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.055 MilliJy iter= 901 IMAGR2: Field 6 Clean flux density= 176.915 MilliJy 901 comps IMAGR2: Total Cleaned flux density = 4.899 Jy 13661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 531 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.040 MilliJy iter= 1413 IMAGR2: Field 7 Clean flux density= 237.982 MilliJy 1413 comps IMAGR2: Total Cleaned flux density = 4.902 Jy 13810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.880E-03 < Second best 2.110E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.016 MilliJy iter= 1309 IMAGR2: Field 2 Clean flux density= 205.311 MilliJy 1309 comps IMAGR2: Total Cleaned flux density = 4.910 Jy 13961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 407 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.989 MilliJy iter= 1136 IMAGR2: Field 5 Clean flux density= 203.958 MilliJy 1136 comps IMAGR2: Total Cleaned flux density = 4.914 Jy 14078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.967 MilliJy iter= 1328 IMAGR2: Field 3 Clean flux density= 271.519 MilliJy 1328 comps IMAGR2: Total Cleaned flux density = 4.919 Jy 14182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.948 MilliJy iter= 1033 IMAGR2: Field 4 Clean flux density= 149.815 MilliJy 1033 comps IMAGR2: Total Cleaned flux density = 4.923 Jy 14297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.908E-03 < Second best 2.008E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.917 MilliJy iter= 7369 IMAGR2: Field 1 Clean flux density= 3.684 Jy 7369 comps IMAGR2: Total Cleaned flux density = 4.929 Jy 14489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 220 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.886 MilliJy iter= 981 IMAGR2: Field 6 Clean flux density= 179.227 MilliJy 981 comps IMAGR2: Total Cleaned flux density = 4.932 Jy 14569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.869 MilliJy iter= 1540 IMAGR2: Field 7 Clean flux density= 239.659 MilliJy 1540 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 14696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.851 MilliJy iter= 1476 IMAGR2: Field 2 Clean flux density= 218.243 MilliJy 1476 comps IMAGR2: Total Cleaned flux density = 4.946 Jy 14863 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 448 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.826 MilliJy iter= 1260 IMAGR2: Field 5 Clean flux density= 210.643 MilliJy 1260 comps IMAGR2: Total Cleaned flux density = 4.953 Jy 14987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.664E-03 < Second best 1.889E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.807 MilliJy iter= 1457 IMAGR2: Field 3 Clean flux density= 275.733 MilliJy 1457 comps IMAGR2: Total Cleaned flux density = 4.957 Jy 15116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.620E-03 < Second best 1.880E-03 IMAGR2: Field 8 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.667E-03 < Second best 1.870E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.787 MilliJy iter= 1146 IMAGR2: Field 4 Clean flux density= 152.892 MilliJy 1146 comps IMAGR2: Total Cleaned flux density = 4.960 Jy 15229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.761 MilliJy iter= 7565 IMAGR2: Field 1 Clean flux density= 3.691 Jy 7565 comps IMAGR2: Total Cleaned flux density = 4.968 Jy 15425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.736 MilliJy iter= 1076 IMAGR2: Field 6 Clean flux density= 182.265 MilliJy 1076 comps IMAGR2: Total Cleaned flux density = 4.971 Jy 15520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 489 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.721 MilliJy iter= 1679 IMAGR2: Field 7 Clean flux density= 242.669 MilliJy 1679 comps IMAGR2: Total Cleaned flux density = 4.974 Jy 15659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 469 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.698 MilliJy iter= 1606 IMAGR2: Field 2 Clean flux density= 225.123 MilliJy 1606 comps IMAGR2: Total Cleaned flux density = 4.981 Jy 15789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 514 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.682 MilliJy iter= 1403 IMAGR2: Field 5 Clean flux density= 213.546 MilliJy 1403 comps IMAGR2: Total Cleaned flux density = 4.984 Jy 15932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 440 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.661 MilliJy iter= 1584 IMAGR2: Field 3 Clean flux density= 279.957 MilliJy 1584 comps IMAGR2: Total Cleaned flux density = 4.988 Jy 16059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.646 MilliJy iter= 1291 IMAGR2: Field 4 Clean flux density= 161.408 MilliJy 1291 comps IMAGR2: Total Cleaned flux density = 4.996 Jy 16204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 568 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.616 MilliJy iter= 7717 IMAGR2: Field 1 Clean flux density= 3.693 Jy 7717 comps IMAGR2: Total Cleaned flux density = 4.998 Jy 16356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.479E-03 < Second best 1.667E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 369 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.600 MilliJy iter= 1189 IMAGR2: Field 6 Clean flux density= 184.391 MilliJy 1189 comps IMAGR2: Total Cleaned flux density = 5.000 Jy 16469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.549E-03 < Second best 1.653E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 563 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.585 MilliJy iter= 1833 IMAGR2: Field 7 Clean flux density= 244.627 MilliJy 1833 comps IMAGR2: Total Cleaned flux density = 5.002 Jy 16623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.567 MilliJy iter= 1762 IMAGR2: Field 2 Clean flux density= 231.789 MilliJy 1762 comps IMAGR2: Total Cleaned flux density = 5.009 Jy 16779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.396E-03 < Second best 1.615E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 457 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.547 MilliJy iter= 1535 IMAGR2: Field 5 Clean flux density= 214.460 MilliJy 1535 comps IMAGR2: Total Cleaned flux density = 5.010 Jy 16911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.531 MilliJy iter= 1712 IMAGR2: Field 3 Clean flux density= 281.840 MilliJy 1712 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 17039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.515 MilliJy iter= 1440 IMAGR2: Field 4 Clean flux density= 161.891 MilliJy 1440 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 17188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 566 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.493 MilliJy iter= 7878 IMAGR2: Field 1 Clean flux density= 3.696 Jy 7878 comps IMAGR2: Total Cleaned flux density = 5.015 Jy 17349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.416E-03 < Second best 1.536E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.474 MilliJy iter= 1278 IMAGR2: Field 6 Clean flux density= 185.159 MilliJy 1278 comps IMAGR2: Total Cleaned flux density = 5.016 Jy 17438 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.460 MilliJy iter= 1974 IMAGR2: Field 7 Clean flux density= 248.069 MilliJy 1974 comps IMAGR2: Total Cleaned flux density = 5.019 Jy 17579 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 718 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.447 MilliJy iter= 1945 IMAGR2: Field 2 Clean flux density= 236.337 MilliJy 1945 comps IMAGR2: Total Cleaned flux density = 5.024 Jy 17762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.428 MilliJy iter= 1688 IMAGR2: Field 5 Clean flux density= 217.790 MilliJy 1688 comps IMAGR2: Total Cleaned flux density = 5.027 Jy 17915 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.343E-03 < Second best 1.470E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 515 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.414 MilliJy iter= 1854 IMAGR2: Field 3 Clean flux density= 286.703 MilliJy 1854 comps IMAGR2: Total Cleaned flux density = 5.032 Jy 18057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 494 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.397 MilliJy iter= 1572 IMAGR2: Field 4 Clean flux density= 165.309 MilliJy 1572 comps IMAGR2: Total Cleaned flux density = 5.035 Jy 18189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 538 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.378 MilliJy iter= 8040 IMAGR2: Field 1 Clean flux density= 3.695 Jy 8040 comps IMAGR2: Total Cleaned flux density = 5.035 Jy 18351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-03 < Second best 1.415E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.363 MilliJy iter= 1387 IMAGR2: Field 6 Clean flux density= 186.687 MilliJy 1387 comps IMAGR2: Total Cleaned flux density = 5.036 Jy 18460 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.352 MilliJy iter= 2136 IMAGR2: Field 7 Clean flux density= 250.214 MilliJy 2136 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 18622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.250E-03 < Second best 1.390E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 543 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.336 MilliJy iter= 2106 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 242.474 MilliJy 2106 comps IMAGR2: Total Cleaned flux density = 5.044 Jy 18783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 578 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.321 MilliJy iter= 1843 IMAGR2: Field 5 Clean flux density= 217.942 MilliJy 1843 comps IMAGR2: Total Cleaned flux density = 5.045 Jy 18938 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.306 MilliJy iter= 2013 IMAGR2: Field 3 Clean flux density= 289.751 MilliJy 2013 comps IMAGR2: Total Cleaned flux density = 5.048 Jy 19097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.261E-03 < Second best 1.342E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 654 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.293 MilliJy iter= 1735 IMAGR2: Field 4 Clean flux density= 167.827 MilliJy 1735 comps IMAGR2: Total Cleaned flux density = 5.050 Jy 19260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.261E-03 < Second best 1.325E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 493 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.274 MilliJy iter= 8186 IMAGR2: Field 1 Clean flux density= 3.699 Jy 8186 comps IMAGR2: Total Cleaned flux density = 5.054 Jy 19406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 320 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.261 MilliJy iter= 1487 IMAGR2: Field 6 Clean flux density= 187.490 MilliJy 1487 comps IMAGR2: Total Cleaned flux density = 5.054 Jy 19506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.251 MilliJy iter= 2301 IMAGR2: Field 7 Clean flux density= 249.068 MilliJy 2301 comps IMAGR2: Total Cleaned flux density = 5.053 Jy 19671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.237 MilliJy iter= 2276 IMAGR2: Field 2 Clean flux density= 247.991 MilliJy 2276 comps IMAGR2: Total Cleaned flux density = 5.059 Jy 19841 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 596 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.222 MilliJy iter= 1997 IMAGR2: Field 5 Clean flux density= 218.940 MilliJy 1997 comps IMAGR2: Total Cleaned flux density = 5.060 Jy 19995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.183E-03 < Second best 1.261E-03 IMAGR2: Field 9 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.144E-03 < Second best 1.255E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 455 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.207 MilliJy iter= 2150 IMAGR2: Field 3 Clean flux density= 292.345 MilliJy 2150 comps IMAGR2: Total Cleaned flux density = 5.062 Jy 20132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.081E-03 < Second best 1.242E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.196 MilliJy iter= 1906 IMAGR2: Field 4 Clean flux density= 170.851 MilliJy 1906 comps IMAGR2: Total Cleaned flux density = 5.065 Jy 20303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 445 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.179 MilliJy iter= 8327 IMAGR2: Field 1 Clean flux density= 3.701 Jy 8327 comps IMAGR2: Total Cleaned flux density = 5.068 Jy 20444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 416 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.169 MilliJy iter= 1614 IMAGR2: Field 6 Clean flux density= 189.990 MilliJy 1614 comps IMAGR2: Total Cleaned flux density = 5.070 Jy 20571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.158 MilliJy iter= 2472 IMAGR2: Field 7 Clean flux density= 250.596 MilliJy 2472 comps IMAGR2: Total Cleaned flux density = 5.072 Jy 20742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 681 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.145 MilliJy iter= 2458 IMAGR2: Field 2 Clean flux density= 251.719 MilliJy 2458 comps IMAGR2: Total Cleaned flux density = 5.075 Jy 20924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-03 < Second best 1.173E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.132 MilliJy iter= 2166 IMAGR2: Field 5 Clean flux density= 221.137 MilliJy 2166 comps IMAGR2: Total Cleaned flux density = 5.078 Jy 21093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 515 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.120 MilliJy iter= 2305 IMAGR2: Field 3 Clean flux density= 296.114 MilliJy 2305 comps IMAGR2: Total Cleaned flux density = 5.081 Jy 21248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.108 MilliJy iter= 2072 IMAGR2: Field 4 Clean flux density= 174.503 MilliJy 2072 comps IMAGR2: Total Cleaned flux density = 5.085 Jy 21414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-03 < Second best 1.133E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.093 MilliJy iter= 8454 IMAGR2: Field 1 Clean flux density= 3.703 Jy 8454 comps IMAGR2: Total Cleaned flux density = 5.088 Jy 21541 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 407 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.085 MilliJy iter= 1747 IMAGR2: Field 6 Clean flux density= 189.861 MilliJy 1747 comps IMAGR2: Total Cleaned flux density = 5.087 Jy 21674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.075 MilliJy iter= 2663 IMAGR2: Field 7 Clean flux density= 250.492 MilliJy 2663 comps IMAGR2: Total Cleaned flux density = 5.087 Jy 21865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 692 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.063 MilliJy iter= 2650 IMAGR2: Field 2 Clean flux density= 257.514 MilliJy 2650 comps IMAGR2: Total Cleaned flux density = 5.093 Jy 22057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 674 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.050 MilliJy iter= 2336 IMAGR2: Field 5 Clean flux density= 224.783 MilliJy 2336 comps IMAGR2: Total Cleaned flux density = 5.097 Jy 22227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -956.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.436E-04 < Second best 1.076E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.038 MilliJy iter= 2454 IMAGR2: Field 3 Clean flux density= 296.631 MilliJy 2454 comps IMAGR2: Total Cleaned flux density = 5.097 Jy 22376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.924E-04 < Second best 1.065E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 721 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.029 MilliJy iter= 2254 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 Clean flux density= 180.588 MilliJy 2254 comps IMAGR2: Total Cleaned flux density = 5.103 Jy 22558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.016 MilliJy iter= 8578 IMAGR2: Field 1 Clean flux density= 3.704 Jy 8578 comps IMAGR2: Total Cleaned flux density = 5.104 Jy 22682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 421 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.008 MilliJy iter= 1884 IMAGR2: Field 6 Clean flux density= 190.996 MilliJy 1884 comps IMAGR2: Total Cleaned flux density = 5.105 Jy 22819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.36 MicroJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 998.354 MicroJy iter= 2857 IMAGR2: Field 7 Clean flux density= 251.326 MilliJy 2857 comps IMAGR2: Total Cleaned flux density = 5.106 Jy 23013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.1 MilliJy,max = 989.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.570E-04 < Second best 1.021E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 977.67 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 987.360 MicroJy iter= 2859 IMAGR2: Field 2 Clean flux density= 262.404 MilliJy 2859 comps IMAGR2: Total Cleaned flux density = 5.111 Jy 23222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.62 MicroJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 974.990 MicroJy iter= 2522 IMAGR2: Field 5 Clean flux density= 226.566 MilliJy 2522 comps IMAGR2: Total Cleaned flux density = 5.113 Jy 23408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 957.19 MicroJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -964.209 MicroJy iter= 2615 IMAGR2: Field 3 Clean flux density= 297.922 MilliJy 2615 comps IMAGR2: Total Cleaned flux density = 5.114 Jy 23569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -1.0 MilliJy,max = 949.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 957.17 MicroJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 9 min algorithm flux= -885.139 MicroJy iter= 2 IMAGR2: Field 9 Clean flux density= -186.863 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 5.114 Jy 23571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.13 MicroJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 955.904 MicroJy iter= 2454 IMAGR2: Field 4 Clean flux density= 182.168 MilliJy 2454 comps IMAGR2: Total Cleaned flux density = 5.115 Jy 23771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 938.65 MicroJy IMAGR2: 271 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -943.186 MicroJy iter= 8671 IMAGR2: Field 1 Clean flux density= 3.705 Jy 8671 comps IMAGR2: Total Cleaned flux density = 5.117 Jy 23864 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 > 931.27 MicroJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 937.468 MicroJy iter= 2027 IMAGR2: Field 6 Clean flux density= 190.315 MilliJy 2027 comps IMAGR2: Total Cleaned flux density = 5.116 Jy 24007 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 920.63 MicroJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 928.487 MicroJy iter= 3049 IMAGR2: Field 7 Clean flux density= 253.024 MilliJy 3049 comps IMAGR2: Total Cleaned flux density = 5.118 Jy 24199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -1.0 MilliJy,max = 928.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.719E-04 < Second best 9.485E-04 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.77 MicroJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -917.684 MicroJy iter= 3058 IMAGR2: Field 2 Clean flux density= 265.293 MilliJy 3058 comps IMAGR2: Total Cleaned flux density = 5.120 Jy 24398 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -859.6 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.252E-04 < Second best 9.368E-04 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.38 MicroJy IMAGR2: 775 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -906.993 MicroJy iter= 2712 IMAGR2: Field 5 Clean flux density= 226.575 MilliJy 2712 comps IMAGR2: Total Cleaned flux density = 5.120 Jy 24588 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.44 MicroJy IMAGR2: 554 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -896.847 MicroJy iter= 2775 IMAGR2: Field 3 Clean flux density= 299.738 MilliJy 2775 comps IMAGR2: Total Cleaned flux density = 5.122 Jy 24748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.55 MicroJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -888.521 MicroJy iter= 2666 IMAGR2: Field 4 Clean flux density= 183.397 MilliJy 2666 comps IMAGR2: Total Cleaned flux density = 5.123 Jy 24960 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 873.50 MicroJy IMAGR2: 346 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -878.294 MicroJy iter= 8792 IMAGR2: Field 1 Clean flux density= 3.705 Jy 8792 comps IMAGR2: Total Cleaned flux density = 5.123 Jy 25081 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 > 866.31 MicroJy IMAGR2: 432 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -871.733 MicroJy iter= 2171 IMAGR2: Field 6 Clean flux density= 191.383 MilliJy 2171 comps IMAGR2: Total Cleaned flux density = 5.124 Jy 25225 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 857.05 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 864.616 MicroJy iter= 3255 IMAGR2: Field 7 Clean flux density= 253.379 MilliJy 3255 comps IMAGR2: Total Cleaned flux density = 5.125 Jy 25431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.08 MicroJy IMAGR2: 755 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 854.472 MicroJy iter= 3266 IMAGR2: Field 2 Clean flux density= 267.008 MilliJy 3266 comps IMAGR2: Total Cleaned flux density = 5.127 Jy 25639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -934.2 MicroJy,max = 852.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.844E-04 < Second best 8.715E-04 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.65 MicroJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 844.701 MicroJy iter= 2912 IMAGR2: Field 5 Clean flux density= 228.788 MilliJy 2912 comps IMAGR2: Total Cleaned flux density = 5.129 Jy 25839 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 829.49 MicroJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 835.768 MicroJy iter= 2952 IMAGR2: Field 3 Clean flux density= 302.213 MilliJy 2952 comps IMAGR2: Total Cleaned flux density = 5.131 Jy 26016 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.54 MicroJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 826.969 MicroJy iter= 2855 IMAGR2: Field 4 Clean flux density= 184.683 MilliJy 2855 comps IMAGR2: Total Cleaned flux density = 5.132 Jy 26205 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -883.9 MicroJy,max = 841.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.44 MicroJy IMAGR2: 4 Residual map points loaded IMAGR2: Field 9 min algorithm flux= -759.803 MicroJy iter= 5 IMAGR2: Field 9 Clean flux density= -262.962 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 5.132 Jy 26208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.45 MicroJy IMAGR2: 296 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 817.379 MicroJy iter= 8903 IMAGR2: Field 1 Clean flux density= 3.706 Jy 8903 comps IMAGR2: Total Cleaned flux density = 5.133 Jy 26319 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 807.32 MicroJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -812.439 MicroJy iter= 2324 IMAGR2: Field 6 Clean flux density= 190.978 MilliJy 2324 comps IMAGR2: Total Cleaned flux density = 5.133 Jy 26472 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.41 MicroJy IMAGR2: 738 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -805.042 MicroJy iter= 3460 IMAGR2: Field 7 Clean flux density= 255.757 MilliJy 3460 comps IMAGR2: Total Cleaned flux density = 5.135 Jy 26677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -766.3 MicroJy,max = 955.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.366E-04 < Second best 8.211E-04 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.36 MicroJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 797.077 MicroJy iter= 3513 IMAGR2: Field 2 Clean flux density= 270.664 MilliJy 3513 comps IMAGR2: Total Cleaned flux density = 5.139 Jy 26924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.43 MicroJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 787.076 MicroJy iter= 3125 IMAGR2: Field 5 Clean flux density= 229.668 MilliJy 3125 comps IMAGR2: Total Cleaned flux density = 5.140 Jy 27137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 772.54 MicroJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -778.117 MicroJy iter= 3130 IMAGR2: Field 3 Clean flux density= 302.059 MilliJy 3130 comps IMAGR2: Total Cleaned flux density = 5.140 Jy 27315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.76 MicroJy IMAGR2: 801 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -770.786 MicroJy iter= 3061 IMAGR2: Field 4 Clean flux density= 185.622 MilliJy 3061 comps IMAGR2: Total Cleaned flux density = 5.141 Jy 27521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.93 MicroJy IMAGR2: 222 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -761.702 MicroJy iter= 8992 IMAGR2: Field 1 Clean flux density= 3.707 Jy 8992 comps IMAGR2: Total Cleaned flux density = 5.141 Jy 27610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -846.3 MicroJy,max = 778.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.781E-04 < Second best 7.805E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 752.91 MicroJy IMAGR2: 452 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -757.239 MicroJy iter= 2473 IMAGR2: Field 6 Clean flux density= 192.140 MilliJy 2473 comps IMAGR2: Total Cleaned flux density = 5.142 Jy 27759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.02 MicroJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 751.213 MicroJy iter= 3675 IMAGR2: Field 7 Clean flux density= 257.008 MilliJy 3675 comps IMAGR2: Total Cleaned flux density = 5.143 Jy 27974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.85 MicroJy IMAGR2: 852 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -742.354 MicroJy iter= 3741 IMAGR2: Field 2 Clean flux density= 274.151 MilliJy 3741 comps IMAGR2: Total Cleaned flux density = 5.147 Jy 28202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.43 MicroJy IMAGR2: 926 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 733.472 MicroJy iter= 3336 IMAGR2: Field 5 Clean flux density= 230.654 MilliJy 3336 comps IMAGR2: Total Cleaned flux density = 5.148 Jy 28413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 720.58 MicroJy IMAGR2: 731 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -726.215 MicroJy iter= 3335 IMAGR2: Field 3 Clean flux density= 302.576 MilliJy 3335 comps IMAGR2: Total Cleaned flux density = 5.148 Jy 28618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.75 MicroJy IMAGR2: 988 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -718.997 MicroJy iter= 3290 IMAGR2: Field 4 Clean flux density= 187.000 MilliJy 3290 comps IMAGR2: Total Cleaned flux density = 5.150 Jy 28847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -669.0 MicroJy,max = 774.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.421E-04 < Second best 7.320E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.54 MicroJy IMAGR2: 242 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -711.457 MicroJy iter= 9088 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9088 comps IMAGR2: Total Cleaned flux density = 5.149 Jy 28943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -814.5 MicroJy,max = 725.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.768E-04 < Second best 7.274E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.00 MicroJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -707.485 MicroJy iter= 2647 IMAGR2: Field 6 Clean flux density= 192.255 MilliJy 2647 comps IMAGR2: Total Cleaned flux density = 5.149 Jy 29117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.62 MicroJy IMAGR2: 784 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -701.355 MicroJy iter= 3894 IMAGR2: Field 7 Clean flux density= 256.357 MilliJy 3894 comps IMAGR2: Total Cleaned flux density = 5.149 Jy 29336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.96 MicroJy IMAGR2: 949 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 694.274 MicroJy iter= 3987 IMAGR2: Field 2 Clean flux density= 278.378 MilliJy 3987 comps IMAGR2: Total Cleaned flux density = 5.153 Jy 29582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.49 MicroJy IMAGR2: 802 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 685.505 MicroJy iter= 3536 IMAGR2: Field 5 Clean flux density= 231.777 MilliJy 3536 comps IMAGR2: Total Cleaned flux density = 5.154 Jy 29782 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.84 MicroJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -678.854 MicroJy iter= 3535 IMAGR2: Field 3 Clean flux density= 304.514 MilliJy 3535 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 29982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.05 MicroJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -671.241 MicroJy iter= 3501 IMAGR2: Field 4 Clean flux density= 187.765 MilliJy 3501 comps IMAGR2: Total Cleaned flux density = 5.157 Jy 30193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.89 MicroJy IMAGR2: 245 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 664.365 MicroJy iter= 9186 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9186 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 30291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 656.46 MicroJy IMAGR2: 497 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 660.045 MicroJy iter= 2796 IMAGR2: Field 6 Clean flux density= 191.923 MilliJy 2796 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 30440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -742.9 MicroJy,max = 648.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.234E-04 < Second best 6.768E-04 IMAGR2: Field 9 min = -720.6 MicroJy,max = 684.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.209E-04 < Second best 6.739E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.92 MicroJy IMAGR2: 1019 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 655.853 MicroJy iter= 4151 IMAGR2: Field 7 Clean flux density= 256.709 MilliJy 4151 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 30697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 642.64 MicroJy IMAGR2: 999 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 648.586 MicroJy iter= 4248 IMAGR2: Field 2 Clean flux density= 280.947 MilliJy 4248 comps IMAGR2: Total Cleaned flux density = 5.159 Jy 30958 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.86 MicroJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -641.004 MicroJy iter= 3763 IMAGR2: Field 5 Clean flux density= 233.134 MilliJy 3763 comps IMAGR2: Total Cleaned flux density = 5.160 Jy 31185 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 > 629.98 MicroJy IMAGR2: 600 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 634.048 MicroJy iter= 3719 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Clean flux density= 304.638 MilliJy 3719 comps IMAGR2: Total Cleaned flux density = 5.161 Jy 31369 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 > 623.77 MicroJy IMAGR2: 998 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 628.776 MicroJy iter= 3734 IMAGR2: Field 4 Clean flux density= 188.976 MilliJy 3734 comps IMAGR2: Total Cleaned flux density = 5.162 Jy 31602 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -586.8 MicroJy,max = 658.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.509E-04 < Second best 6.383E-04 IMAGR2: Field 1 min = -952.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.10 MicroJy IMAGR2: 246 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -622.500 MicroJy iter= 9290 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9290 comps IMAGR2: Total Cleaned flux density = 5.162 Jy 31706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -986.4 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.43 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -619.123 MicroJy iter= 2962 IMAGR2: Field 6 Clean flux density= 192.408 MilliJy 2962 comps IMAGR2: Total Cleaned flux density = 5.162 Jy 31872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 608.79 MicroJy IMAGR2: 884 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 613.675 MicroJy iter= 4384 IMAGR2: Field 7 Clean flux density= 256.768 MilliJy 4384 comps IMAGR2: Total Cleaned flux density = 5.162 Jy 32105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -664.9 MicroJy,max = 599.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.708E-04 < Second best 6.232E-04 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 602.17 MicroJy IMAGR2: 875 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -607.161 MicroJy iter= 4494 IMAGR2: Field 2 Clean flux density= 281.807 MilliJy 4494 comps IMAGR2: Total Cleaned flux density = 5.163 Jy 32351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -684.6 MicroJy,max = 601.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.672E-04 < Second best 6.160E-04 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 595.52 MicroJy IMAGR2: 900 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 600.132 MicroJy iter= 3985 IMAGR2: Field 5 Clean flux density= 234.102 MilliJy 3985 comps IMAGR2: Total Cleaned flux density = 5.164 Jy 32573 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 > 590.57 MicroJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -594.705 MicroJy iter= 3922 IMAGR2: Field 3 Clean flux density= 305.906 MilliJy 3922 comps IMAGR2: Total Cleaned flux density = 5.165 Jy 32776 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 > 584.16 MicroJy IMAGR2: 1053 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -589.037 MicroJy iter= 3976 IMAGR2: Field 4 Clean flux density= 189.700 MilliJy 3976 comps IMAGR2: Total Cleaned flux density = 5.166 Jy 33018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -904.8 MicroJy,max = 955.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.91 MicroJy IMAGR2: 225 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 582.547 MicroJy iter= 9374 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9374 comps IMAGR2: Total Cleaned flux density = 5.166 Jy 33102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -960.0 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 576.51 MicroJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -581.115 MicroJy iter= 3194 IMAGR2: Field 6 Clean flux density= 192.049 MilliJy 3194 comps IMAGR2: Total Cleaned flux density = 5.166 Jy 33334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -998.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.03 MicroJy IMAGR2: 1007 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 575.839 MicroJy iter= 4643 IMAGR2: Field 7 Clean flux density= 256.109 MilliJy 4643 comps IMAGR2: Total Cleaned flux density = 5.165 Jy 33593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.38 MicroJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 569.756 MicroJy iter= 4725 IMAGR2: Field 2 Clean flux density= 284.636 MilliJy 4725 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 33824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.56 MicroJy IMAGR2: 991 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 563.911 MicroJy iter= 4220 IMAGR2: Field 5 Clean flux density= 234.261 MilliJy 4220 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 34059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 998.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.61 MicroJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 558.693 MicroJy iter= 4154 IMAGR2: Field 3 Clean flux density= 306.033 MilliJy 4154 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 34291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -623.0 MicroJy,max = 569.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.272E-04 < Second best 5.672E-04 IMAGR2: Field 9 min = -600.9 MicroJy,max = 575.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.301E-04 < Second best 5.659E-04 IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.50 MicroJy IMAGR2: 908 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -552.604 MicroJy iter= 4208 IMAGR2: Field 4 Clean flux density= 189.575 MilliJy 4208 comps IMAGR2: Total Cleaned flux density = 5.168 Jy 34523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -830.8 MicroJy,max = 892.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.80 MicroJy IMAGR2: 179 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 547.164 MicroJy iter= 9449 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9449 comps IMAGR2: Total Cleaned flux density = 5.169 Jy 34598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -883.8 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 541.12 MicroJy IMAGR2: 491 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -543.969 MicroJy iter= 3351 IMAGR2: Field 6 Clean flux density= 192.218 MilliJy 3351 comps IMAGR2: Total Cleaned flux density = 5.169 Jy 34755 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -986.1 MicroJy,max = 970.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.47 MicroJy IMAGR2: 955 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 539.542 MicroJy iter= 4878 IMAGR2: Field 7 Clean flux density= 256.481 MilliJy 4878 comps IMAGR2: Total Cleaned flux density = 5.169 Jy 34990 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -520.8 MicroJy,max = 587.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.116E-04 < Second best 5.474E-04 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 530.54 MicroJy IMAGR2: 1108 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -535.044 MicroJy iter= 4997 IMAGR2: Field 2 Clean flux density= 286.497 MilliJy 4997 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 35262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.79 MicroJy IMAGR2: 1090 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -529.199 MicroJy iter= 4486 IMAGR2: Field 5 Clean flux density= 234.803 MilliJy 4486 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 35528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 934.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.77 MicroJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 523.384 MicroJy iter= 4377 IMAGR2: Field 3 Clean flux density= 306.514 MilliJy 4377 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 35751 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -956.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.34 MicroJy IMAGR2: 1094 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 518.478 MicroJy iter= 4470 IMAGR2: Field 4 Clean flux density= 190.642 MilliJy 4470 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 36013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -563.5 MicroJy,max = 533.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.34 MicroJy IMAGR2: 3 Residual map points loaded IMAGR2: Field 9 min algorithm flux= -479.098 MicroJy iter= 7 IMAGR2: Field 9 Clean flux density= -364.105 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 36015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -578.4 MicroJy,max = 516.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.984E-04 < Second best 5.257E-04 IMAGR2: Field 1 min = -748.5 MicroJy,max = 848.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.21 MicroJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -513.447 MicroJy iter= 9531 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9531 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 36097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min = -866.8 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.99 MicroJy IMAGR2: 588 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 512.088 MicroJy iter= 3547 IMAGR2: Field 6 Clean flux density= 192.846 MilliJy 3547 comps IMAGR2: Total Cleaned flux density = 5.174 Jy 36293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -960.6 MicroJy,max = 930.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.32 MicroJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 508.611 MicroJy iter= 5153 IMAGR2: Field 7 Clean flux density= 255.912 MilliJy 5153 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 36568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -953.1 MicroJy,max = 944.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.07 MicroJy IMAGR2: 1044 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 503.207 MicroJy iter= 5264 IMAGR2: Field 2 Clean flux density= 286.756 MilliJy 5264 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 36835 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -451.2 MicroJy,max = 523.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.687E-04 < Second best 5.085E-04 IMAGR2: Field 5 min = -981.8 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.59 MicroJy IMAGR2: 1007 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 497.134 MicroJy iter= 4727 IMAGR2: Field 5 Clean flux density= 233.643 MilliJy 4727 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 37076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -995.6 MicroJy,max = 884.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.66 MicroJy IMAGR2: 738 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 492.866 MicroJy iter= 4588 IMAGR2: Field 3 Clean flux density= 306.367 MilliJy 4588 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 37287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -522.6 MicroJy,max = 508.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.66 MicroJy IMAGR2: 1 Residual map points loaded IMAGR2: Field 8 min algorithm flux= -445.654 MicroJy iter= 2 IMAGR2: Field 8 Clean flux density= -94.083 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 37289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -917.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.35 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -488.192 MicroJy iter= 4735 IMAGR2: Field 4 Clean flux density= 190.888 MilliJy 4735 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 37554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -714.0 MicroJy,max = 789.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.31 MicroJy IMAGR2: 220 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -483.613 MicroJy iter= 9618 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9618 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 37641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -829.3 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.75 MicroJy IMAGR2: 723 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 481.832 MicroJy iter= 3761 IMAGR2: Field 6 Clean flux density= 191.859 MilliJy 3761 comps IMAGR2: Total Cleaned flux density = 5.170 Jy 37855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -945.1 MicroJy,max = 898.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.64 MicroJy IMAGR2: 1036 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 477.421 MicroJy iter= 5424 IMAGR2: Field 7 Clean flux density= 256.056 MilliJy 5424 comps IMAGR2: Total Cleaned flux density = 5.171 Jy 38126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -914.8 MicroJy,max = 901.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 468.82 MicroJy IMAGR2: 1065 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -472.642 MicroJy iter= 5541 IMAGR2: Field 2 Clean flux density= 288.256 MilliJy 5541 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 38403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -953.1 MicroJy,max = 978.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 464.32 MicroJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -467.775 MicroJy iter= 4971 IMAGR2: Field 5 Clean flux density= 234.595 MilliJy 4971 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 38647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -963.6 MicroJy,max = 829.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 460.69 MicroJy IMAGR2: 879 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 464.056 MicroJy iter= 4832 IMAGR2: Field 3 Clean flux density= 307.593 MilliJy 4832 comps IMAGR2: Total Cleaned flux density = 5.174 Jy 38891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -865.8 MicroJy,max = 970.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.17 MicroJy IMAGR2: 1105 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 459.706 MicroJy iter= 5000 IMAGR2: Field 4 Clean flux density= 192.336 MilliJy 5000 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 39156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -415.3 MicroJy,max = 469.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.260E-04 < Second best 4.646E-04 IMAGR2: Field 1 min = -665.3 MicroJy,max = 742.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.29 MicroJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 455.378 MicroJy iter= 9695 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9695 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 39233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -795.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 450.94 MicroJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -453.730 MicroJy iter= 3967 IMAGR2: Field 6 Clean flux density= 191.864 MilliJy 3967 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 39439 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 9 min = -471.1 MicroJy,max = 506.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.249E-04 < Second best 4.588E-04 IMAGR2: Field 7 min = -941.1 MicroJy,max = 886.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.37 MicroJy IMAGR2: 1358 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 450.353 MicroJy iter= 5747 IMAGR2: Field 7 Clean flux density= 253.988 MilliJy 5747 comps IMAGR2: Total Cleaned flux density = 5.174 Jy 39762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -856.5 MicroJy,max = 860.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.16 MicroJy IMAGR2: 1132 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -445.707 MicroJy iter= 5830 IMAGR2: Field 2 Clean flux density= 289.582 MilliJy 5830 comps IMAGR2: Total Cleaned flux density = 5.175 Jy 40051 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -940.8 MicroJy,max = 926.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 437.92 MicroJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 440.634 MicroJy iter= 5212 IMAGR2: Field 5 Clean flux density= 234.739 MilliJy 5212 comps IMAGR2: Total Cleaned flux density = 5.175 Jy 40292 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -914.0 MicroJy,max = 756.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.27 MicroJy IMAGR2: 816 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 437.276 MicroJy iter= 5063 IMAGR2: Field 3 Clean flux density= 306.919 MilliJy 5063 comps IMAGR2: Total Cleaned flux density = 5.175 Jy 40523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -842.5 MicroJy,max = 894.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.09 MicroJy IMAGR2: 1149 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -433.441 MicroJy iter= 5276 IMAGR2: Field 4 Clean flux density= 193.038 MilliJy 5276 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 40799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -649.7 MicroJy,max = 688.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.60 MicroJy IMAGR2: 162 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 429.461 MicroJy iter= 9760 IMAGR2: Field 1 Clean flux density= 3.706 Jy 9760 comps IMAGR2: Total Cleaned flux density = 5.175 Jy 40864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -768.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.55 MicroJy IMAGR2: 695 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 428.119 MicroJy iter= 4174 IMAGR2: Field 6 Clean flux density= 192.521 MilliJy 4174 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 41071 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -901.4 MicroJy,max = 837.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.09 MicroJy IMAGR2: 1294 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 424.546 MicroJy iter= 6052 IMAGR2: Field 7 Clean flux density= 254.451 MilliJy 6052 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 41376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 8 min = -414.6 MicroJy,max = 440.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.02 MicroJy IMAGR2: 3 Residual map points loaded IMAGR2: Field 8 min Clean flux = 396.576 MicroJy iter= 4 IMAGR2: Field 8 Clean flux density= -10.361 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 5.176 Jy 41378 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -813.4 MicroJy,max = 822.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.96 MicroJy IMAGR2: 1348 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -420.588 MicroJy iter= 6152 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 291.025 MilliJy 6152 comps IMAGR2: Total Cleaned flux density = 5.178 Jy 41700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 10 min = -394.0 MicroJy,max = 455.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.762E-04 < Second best 4.249E-04 IMAGR2: Field 9 min = -430.3 MicroJy,max = 446.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.867E-04 < Second best 4.234E-04 IMAGR2: Field 5 min = -887.8 MicroJy,max = 880.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 413.00 MicroJy IMAGR2: 1194 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 415.930 MicroJy iter= 5478 IMAGR2: Field 5 Clean flux density= 234.932 MilliJy 5478 comps IMAGR2: Total Cleaned flux density = 5.178 Jy 41966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -855.0 MicroJy,max = 727.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.96 MicroJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -412.886 MicroJy iter= 5334 IMAGR2: Field 3 Clean flux density= 307.710 MilliJy 5334 comps IMAGR2: Total Cleaned flux density = 5.179 Jy 42237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -773.5 MicroJy,max = 849.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 406.10 MicroJy IMAGR2: 1056 Residual map points loaded IMAGR2: Field 4 min Clean flux = -408.925 MicroJy iter= 5525 IMAGR2: Field 4 Clean flux density= 193.917 MilliJy 5525 comps IMAGR2: Total Cleaned flux density = 5.180 Jy 42486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -631.9 MicroJy,max = 675.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.97 MicroJy IMAGR2: 214 Residual map points loaded IMAGR2: Field 1 min Clean flux = 408.738 MicroJy iter= 9810 IMAGR2: Field 1 Clean flux density= 3.705 Jy 9810 comps IMAGR2: Total Cleaned flux density = 5.180 Jy 42536 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -741.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.64 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 6 min Clean flux = -408.890 MicroJy iter= 4280 IMAGR2: Field 6 Clean flux density= 193.439 MilliJy 4280 comps IMAGR2: Total Cleaned flux density = 5.180 Jy 42642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -878.1 MicroJy,max = 815.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.20 MicroJy IMAGR2: 2011 Residual map points loaded IMAGR2: Field 7 min Clean flux = 408.902 MicroJy iter= 6207 IMAGR2: Field 7 Clean flux density= 255.072 MilliJy 6207 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 42797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -747.0 MicroJy,max = 779.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 386.82 MicroJy IMAGR2: 2427 Residual map points loaded IMAGR2: Field 2 min Clean flux = 408.749 MicroJy iter= 6205 IMAGR2: Field 2 Clean flux density= 291.227 MilliJy 6205 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 42850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -860.9 MicroJy,max = 845.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.09 MicroJy IMAGR2: 5866 Residual map points loaded IMAGR2: Field 5 min Clean flux = 408.879 MicroJy iter= 5509 IMAGR2: Field 5 Clean flux density= 234.638 MilliJy 5509 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 42881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -819.9 MicroJy,max = 703.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.41 MicroJy IMAGR2: 19962 Residual map points loaded IMAGR2: Field 3 min Clean flux = -408.701 MicroJy iter= 5361 IMAGR2: Field 3 Clean flux density= 307.585 MilliJy 5361 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 42908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 408.925 less than limit 408.925 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 9810 to 6706 components IMAGR2: Field 2 compressed from 6205 to 4321 components IMAGR2: Field 3 compressed from 5361 to 3858 components IMAGR2: Field 4 compressed from 5525 to 3972 components IMAGR2: Field 5 compressed from 5509 to 3978 components IMAGR2: Field 6 compressed from 4280 to 3027 components IMAGR2: Field 7 compressed from 6207 to 4362 components IMAGR2: Field 8 compressed from 4 to 2 components IMAGR2: Field 9 compressed from 7 to 5 components IMAGR2: Field 10 compressed from 0 to 0 components IMAGR2: Field 1 min = -621.0 MicroJy,max = 665.4 MicroJy IMAGR2: Field 2 min = -747.9 MicroJy,max = 772.3 MicroJy IMAGR2: Field 3 min = -817.1 MicroJy,max = 705.2 MicroJy IMAGR2: Field 4 min = -761.1 MicroJy,max = 835.5 MicroJy IMAGR2: Field 5 min = -860.7 MicroJy,max = 846.2 MicroJy IMAGR2: Field 6 min = -728.2 MicroJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -873.3 MicroJy,max = 806.7 MicroJy IMAGR2: Field 8 min = -389.9 MicroJy,max = 399.5 MicroJy IMAGR2: Field 9 min = -389.5 MicroJy,max = 434.9 MicroJy IMAGR2: Field 10 min = -373.3 MicroJy,max = 404.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 16.708 MilliJy ( 289 CCs) from field 1 to field 2 IMAGR2: Restore 214.842 MilliJy ( 682 CCs) from field 1 to field 3 IMAGR2: Restore 60.042 MilliJy ( 426 CCs) from field 1 to field 4 IMAGR2: Restore 267.915 MilliJy ( 720 CCs) from field 1 to field 5 IMAGR2: Restore 64.953 MilliJy ( 483 CCs) from field 1 to field 6 IMAGR2: Restore 20.380 MilliJy ( 362 CCs) from field 1 to field 7 IMAGR2: Restore 33.375 MilliJy ( 251 CCs) from field 2 to field 1 IMAGR2: Restore 36.580 MilliJy ( 513 CCs) from field 2 to field 3 IMAGR2: Restore 35.453 MilliJy ( 417 CCs) from field 2 to field 4 IMAGR2: Restore 276.007 MicroJy ( 40 CCs) from field 2 to field 8 IMAGR2: Restore 3.623 MilliJy ( 19 CCs) from field 2 to field 10 IMAGR2: Restore 103.273 MilliJy ( 530 CCs) from field 3 to field 1 IMAGR2: Restore 41.148 MilliJy ( 418 CCs) from field 3 to field 2 IMAGR2: Restore 6.729 MilliJy ( 177 CCs) from field 3 to field 5 IMAGR2: Restore 38.089 MilliJy ( 386 CCs) from field 4 to field 1 IMAGR2: Restore 4.891 MilliJy ( 286 CCs) from field 4 to field 2 IMAGR2: Restore 12.126 MilliJy ( 226 CCs) from field 4 to field 6 IMAGR2: Restore 82.234 MilliJy ( 412 CCs) from field 5 to field 1 IMAGR2: Restore 28.652 MilliJy ( 287 CCs) from field 5 to field 3 IMAGR2: Restore 36.269 MilliJy ( 290 CCs) from field 5 to field 7 IMAGR2: Restore 87.515 MilliJy ( 342 CCs) from field 6 to field 1 IMAGR2: Restore 7.503 MilliJy ( 180 CCs) from field 6 to field 4 IMAGR2: Restore 49.183 MilliJy ( 379 CCs) from field 6 to field 7 IMAGR2: Restore 73.981 MilliJy ( 349 CCs) from field 7 to field 1 IMAGR2: Restore 31.257 MilliJy ( 410 CCs) from field 7 to field 5 IMAGR2: Restore 20.091 MilliJy ( 353 CCs) from field 7 to field 6 IMAGR2: Restore 4.483 MilliJy ( 37 CCs) from field 7 to field 9 IMAGR2: Restore -10.361 MicroJy ( 2 CCs) from field 8 to field 2 IMAGR2: Restore -10.361 MicroJy ( 2 CCs) from field 8 to field 4 IMAGR2: Restore-364.105 MicroJy ( 5 CCs) from field 9 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 4.124 Jy IMAGR2: Field 2 final Clean flux 353.964 MilliJy IMAGR2: Field 3 final Clean flux 587.659 MilliJy IMAGR2: Field 4 final Clean flux 296.905 MilliJy IMAGR2: Field 5 final Clean flux 540.539 MilliJy IMAGR2: Field 6 final Clean flux 290.609 MilliJy IMAGR2: Field 7 final Clean flux 360.539 MilliJy IMAGR2: Field 8 final Clean flux 265.646 MicroJy IMAGR2: Field 9 final Clean flux 4.119 MilliJy IMAGR2: Field 10 final Clean flux 3.623 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= 22 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 2786.1 Real= 2880 s 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@SGRA_C,BAND.0-1 >> /home/auto/run/AB910_1999AUG24 AIPS 2: _1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :3 =SGRA' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 33 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06808 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1751-253_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1751-253 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 2962 CELLSIZE 0.11524 SETFC2: SETCEL: returns IMSIZE 4096 CELLSIZE 0.08376 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1751-253_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.082 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 s 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@SGRA_C,BAND.0-1 >> /home/auto/run/AB910_1999AUG24 AIPS 2: _1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :3 =SGRA' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 33 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06808 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1751-253_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 1751-253 C BAND Seq 1 Disk: 1 in slot 6 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1751-253_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 117.6 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.4 Real= 2 C 1 4084 4084 17 51 51.27 -25 23 59.8 00001 -1 2043 2048 2049 C 2 4084 4084 17 51 51.27 -25 28 53.9 00002 -1 2043 2048 2049 C 3 4084 4084 17 51 32.46 -25 26 26.8 00003 -1 2043 2048 2049 C 4 4084 4084 17 52 10.07 -25 26 26.8 00004 -1 2043 2048 2049 C 5 4084 4084 17 51 32.47 -25 21 32.7 00005 -1 2043 2048 2049 C 6 4084 4084 17 52 10.06 -25 21 32.7 00006 -1 2043 2048 2049 C 7 4084 4084 17 51 51.27 -25 19 05.7 00007 -1 2043 2048 2049 s 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@SGRA_C,BAND.0-1 >> /home/auto/run/AB910_1999AUG24 AIPS 2: _1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :3 =SGRA' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 33 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06808 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1751-253_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@1751-253_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :4 =1751-253' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1751-253_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 4084 4084 6.6395E-02 3.0000E-03 0 IMAGR2: Field 2 4084 4084 6.6395E-02 -2.9410E+02 0 IMAGR2: Field 3 4084 4084 -2.5481E+02 -1.4700E+02 0 IMAGR2: Field 4 4084 4084 2.5481E+02 -1.4700E+02 0 IMAGR2: Field 5 4084 4084 -2.5467E+02 1.4710E+02 0 IMAGR2: Field 6 4084 4084 2.5467E+02 1.4710E+02 0 IMAGR2: Field 7 4084 4084 6.6395E-02 2.9410E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1751-253_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 1751-253 .IMAGR . 1 (UV) on disk 1 cno 32 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10538 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.679E+04 IMAGR2: UVWAIT: Adding temperance S 3.358E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.491E+07 and out 7.172E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 1.679E+04 over 21076 vis IMAGR2: Create 1751-253 .IBM001. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1751-253 .IBM002. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1751-253 .IBM003. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1751-253 .IBM004. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1751-253 .IBM005. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1751-253 .IBM006. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1751-253 .IBM007. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1751-253 .ICL001. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1751-253 .ICL002. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1751-253 .ICL003. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1751-253 .ICL004. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1751-253 .ICL005. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1751-253 .ICL006. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1751-253 .ICL007. 1 (MA) on disk 1 cno 46 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 = 7.61445E+08 IMAGR2: Field 1 Beam min = -72.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 693.338 x 342.182 Milliarcsec, PA= -0.8 IMAGR2: Field 2 Sum of gridding weights = 7.61445E+08 IMAGR2: Field 2 Beam min = -71.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 694.992 x 342.195 Milliarcsec, PA= -0.8 IMAGR2: Field 3 Sum of gridding weights = 7.61444E+08 IMAGR2: Field 3 Beam min = -71.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 694.145 x 342.193 Milliarcsec, PA= -0.7 IMAGR2: Field 4 Sum of gridding weights = 7.61444E+08 IMAGR2: Field 4 Beam min = -72.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 694.185 x 342.184 Milliarcsec, PA= -0.9 IMAGR2: Field 5 Sum of gridding weights = 7.61445E+08 IMAGR2: Field 5 Beam min = -71.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 692.495 x 342.181 Milliarcsec, PA= -0.7 IMAGR2: Field 6 Sum of gridding weights = 7.61445E+08 IMAGR2: Field 6 Beam min = -72.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 692.535 x 342.172 Milliarcsec, PA= -0.9 IMAGR2: Field 7 Sum of gridding weights = 7.61445E+08 IMAGR2: Field 7 Beam min = -71.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 691.693 x 342.170 Milliarcsec, PA= -0.8 IMAGR2: CLBHIS: minimum component 0.386 of current peak IMAGR2: CLNUV : Sorting data to make them fit IMAGR2: Field 1 min = -34.1 MilliJy,max = 470.4 MilliJy IMAGR2: Field 2 min = -32.5 MilliJy,max = 39.1 MilliJy IMAGR2: Field 3 min = -26.7 MilliJy,max = 34.9 MilliJy IMAGR2: Field 4 min = -23.1 MilliJy,max = 36.3 MilliJy IMAGR2: Field 5 min = -26.0 MilliJy,max = 36.9 MilliJy IMAGR2: Field 6 min = -22.9 MilliJy,max = 37.2 MilliJy IMAGR2: Field 7 min = -34.9 MilliJy,max = 38.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 37.55 MilliJy IMAGR2: 1804 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 166.588 MilliJy iter= 11 IMAGR2: Field 1 Clean flux density= 323.243 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 323.243 MilliJy 11 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 = -11.1 MilliJy,max = 151.4 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 19.38 MilliJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 1 min allowed flux = 57.187 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 430.357 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 430.357 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 51.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.14 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 23.891 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 463.014 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 463.014 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.436E-03 < Second best 3.602E-02 IMAGR2: Field 7 min = -2.5 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.066E-03 < Second best 3.200E-02 IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.153E-03 < Second best 2.998E-02 IMAGR2: Field 6 min = -2.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.211E-03 < Second best 2.913E-02 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.995E-03 < Second best 2.831E-02 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.766E-03 < Second best 2.271E-02 IMAGR2: Field 1 min = -5.6 MilliJy,max = 21.9 MilliJy IMAGR2: BGC Clean: using 1689 cell beam + residuals > 2.13 MilliJy IMAGR2: 7427 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.423 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 478.590 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 478.590 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.3 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 3316 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.347 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 475.438 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 475.438 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.896E-03 < Second best 3.211E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 396 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.257 MilliJy iter= 17 IMAGR2: Field 6 Clean flux density= 2.280 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 477.718 MilliJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 2746 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.556 MilliJy iter= 119 IMAGR2: Field 1 Clean flux density= 476.228 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 478.508 MilliJy 136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.421E-03 < Second best 3.066E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.646E-03 < Second best 2.995E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.428E-03 < Second best 2.896E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 2786 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.299 MilliJy iter= 46 IMAGR2: Field 2 Clean flux density= 8.195 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 486.703 MilliJy 182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.417E-03 < Second best 2.646E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 2456 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.214 MilliJy iter= 58 IMAGR2: Field 7 Clean flux density= -7.555 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 479.148 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 4294 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.179 MilliJy iter= 193 IMAGR2: Field 1 Clean flux density= 475.765 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 478.686 MilliJy 314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.163E-03 < Second best 2.421E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.279E-03 < Second best 2.417E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1615 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.994 MilliJy iter= 62 IMAGR2: Field 5 Clean flux density= -2.907 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 475.779 MilliJy 376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1286 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.942 MilliJy iter= 61 IMAGR2: Field 3 Clean flux density= 4.273 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 480.052 MilliJy 437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 2684 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.982 MilliJy iter= 137 IMAGR2: Field 2 Clean flux density= 18.619 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 490.476 MilliJy 528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1242 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.883 MilliJy iter= 76 IMAGR2: Field 4 Clean flux density= 1.570 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 492.046 MilliJy 604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.012E-03 < Second best 2.116E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.983E-03 < Second best 2.084E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 3530 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.870 MilliJy iter= 309 IMAGR2: Field 1 Clean flux density= 466.761 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 483.041 MilliJy 720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 800 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.739 MilliJy iter= 90 IMAGR2: Field 6 Clean flux density= 2.793 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 483.553 MilliJy 793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.759 MilliJy iter= 152 IMAGR2: Field 7 Clean flux density= -11.124 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 479.984 MilliJy 887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 910 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.690 MilliJy iter= 140 IMAGR2: Field 5 Clean flux density= -4.976 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 477.916 MilliJy 965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 2013 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.705 MilliJy iter= 253 IMAGR2: Field 2 Clean flux density= 29.171 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 488.468 MilliJy 1081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.693E-03 < Second best 1.803E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.692E-03 < Second best 1.790E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 3148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.637 MilliJy iter= 455 IMAGR2: Field 1 Clean flux density= 467.191 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 488.898 MilliJy 1227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 1034 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.566 MilliJy iter= 165 IMAGR2: Field 3 Clean flux density= 6.857 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 491.482 MilliJy 1331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.557 MilliJy iter= 185 IMAGR2: Field 4 Clean flux density= 5.595 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 495.507 MilliJy 1440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.576E-03 < Second best 1.665E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 759 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.496 MilliJy iter= 183 IMAGR2: Field 6 Clean flux density= 754.526 MicroJy 183 comps IMAGR2: Total Cleaned flux density = 493.469 MilliJy 1533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.532E-03 < Second best 1.619E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1527 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.468 MilliJy iter= 268 IMAGR2: Field 5 Clean flux density= -9.213 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 489.232 MilliJy 1661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1184 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.452 MilliJy iter= 275 IMAGR2: Field 7 Clean flux density= -15.679 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 484.677 MilliJy 1784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1807 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.422 MilliJy iter= 597 IMAGR2: Field 1 Clean flux density= 469.815 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 487.301 MilliJy 1926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1739 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.412 MilliJy iter= 404 IMAGR2: Field 2 Clean flux density= 35.080 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 493.211 MilliJy 2077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.421E-03 < Second best 1.492E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1211 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.348 MilliJy iter= 316 IMAGR2: Field 4 Clean flux density= 5.725 MilliJy 316 comps IMAGR2: Total Cleaned flux density = 493.340 MilliJy 2208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.332E-03 < Second best 1.421E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.322 MilliJy iter= 287 IMAGR2: Field 3 Clean flux density= 11.491 MilliJy 287 comps IMAGR2: Total Cleaned flux density = 497.974 MilliJy 2330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 834 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.291 MilliJy iter= 378 IMAGR2: Field 5 Clean flux density= -10.253 MilliJy 378 comps IMAGR2: Total Cleaned flux density = 496.933 MilliJy 2440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 936 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.273 MilliJy iter= 395 IMAGR2: Field 7 Clean flux density= -16.439 MilliJy 395 comps IMAGR2: Total Cleaned flux density = 496.173 MilliJy 2560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1177 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.248 MilliJy iter= 725 IMAGR2: Field 1 Clean flux density= 467.500 MilliJy 725 comps IMAGR2: Total Cleaned flux density = 493.857 MilliJy 2688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1805 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.237 MilliJy iter= 578 IMAGR2: Field 2 Clean flux density= 39.121 MilliJy 578 comps IMAGR2: Total Cleaned flux density = 497.898 MilliJy 2862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.203 MilliJy iter= 301 IMAGR2: Field 6 Clean flux density= 988.002 MicroJy 301 comps IMAGR2: Total Cleaned flux density = 498.131 MilliJy 2980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.179 MilliJy iter= 428 IMAGR2: Field 4 Clean flux density= 6.948 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 499.354 MilliJy 3092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 664 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min algorithm flux= -1.159 MilliJy iter= 398 IMAGR2: Field 3 Clean flux density= 14.220 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 502.083 MilliJy 3203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.143 MilliJy iter= 494 IMAGR2: Field 5 Clean flux density= -12.124 MilliJy 494 comps IMAGR2: Total Cleaned flux density = 500.213 MilliJy 3319 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 847 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.129 MilliJy iter= 527 IMAGR2: Field 7 Clean flux density= -15.732 MilliJy 527 comps IMAGR2: Total Cleaned flux density = 500.921 MilliJy 3451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.129E-03 < Second best 1.186E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1791 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.100 MilliJy iter= 768 IMAGR2: Field 2 Clean flux density= 43.367 MilliJy 768 comps IMAGR2: Total Cleaned flux density = 505.166 MilliJy 3641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 835 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.072 MilliJy iter= 440 IMAGR2: Field 6 Clean flux density= -652.716 MicroJy 440 comps IMAGR2: Total Cleaned flux density = 503.526 MilliJy 3780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 949 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.056 MilliJy iter= 569 IMAGR2: Field 4 Clean flux density= 8.523 MilliJy 569 comps IMAGR2: Total Cleaned flux density = 505.101 MilliJy 3921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 879 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.051 MilliJy iter= 875 IMAGR2: Field 1 Clean flux density= 467.062 MilliJy 875 comps IMAGR2: Total Cleaned flux density = 504.663 MilliJy 4071 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 996.99 MicroJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.025 MilliJy iter= 511 IMAGR2: Field 3 Clean flux density= 17.465 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 507.909 MilliJy 4184 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.43 MicroJy IMAGR2: 646 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.010 MilliJy iter= 614 IMAGR2: Field 5 Clean flux density= -12.316 MilliJy 614 comps IMAGR2: Total Cleaned flux density = 507.716 MilliJy 4304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.47 MicroJy IMAGR2: 712 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -993.672 MicroJy iter= 659 IMAGR2: Field 7 Clean flux density= -17.148 MilliJy 659 comps IMAGR2: Total Cleaned flux density = 506.301 MilliJy 4436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 944.19 MicroJy IMAGR2: 1064 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -978.882 MicroJy iter= 930 IMAGR2: Field 2 Clean flux density= 47.778 MilliJy 930 comps IMAGR2: Total Cleaned flux density = 510.712 MilliJy 4598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.20 MicroJy IMAGR2: 566 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 958.215 MicroJy iter= 569 IMAGR2: Field 6 Clean flux density= -1.175 MilliJy 569 comps IMAGR2: Total Cleaned flux density = 510.190 MilliJy 4727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 917.34 MicroJy IMAGR2: 741 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -944.524 MicroJy iter= 708 IMAGR2: Field 4 Clean flux density= 9.777 MilliJy 708 comps IMAGR2: Total Cleaned flux density = 511.445 MilliJy 4866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.56 MicroJy IMAGR2: 783 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 929.179 MicroJy iter= 1023 IMAGR2: Field 1 Clean flux density= 468.007 MilliJy 1023 comps IMAGR2: Total Cleaned flux density = 512.389 MilliJy 5014 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 889.97 MicroJy IMAGR2: 602 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 913.379 MicroJy iter= 642 IMAGR2: Field 3 Clean flux density= 19.217 MilliJy 642 comps IMAGR2: Total Cleaned flux density = 514.141 MilliJy 5145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.09 MicroJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 903.135 MicroJy iter= 765 IMAGR2: Field 5 Clean flux density= -12.032 MilliJy 765 comps IMAGR2: Total Cleaned flux density = 514.425 MilliJy 5296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 864.27 MicroJy IMAGR2: 676 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 888.547 MicroJy iter= 806 IMAGR2: Field 7 Clean flux density= -17.245 MilliJy 806 comps IMAGR2: Total Cleaned flux density = 514.329 MilliJy 5443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.70 MicroJy IMAGR2: 942 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 873.688 MicroJy iter= 1096 IMAGR2: Field 2 Clean flux density= 50.971 MilliJy 1096 comps IMAGR2: Total Cleaned flux density = 517.522 MilliJy 5609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.35 MicroJy IMAGR2: 478 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -854.995 MicroJy iter= 685 IMAGR2: Field 6 Clean flux density= -1.333 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 517.365 MilliJy 5725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.23 MicroJy IMAGR2: 746 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 845.235 MicroJy iter= 854 IMAGR2: Field 4 Clean flux density= 10.816 MilliJy 854 comps IMAGR2: Total Cleaned flux density = 518.403 MilliJy 5871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.69 MicroJy IMAGR2: 640 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 831.150 MicroJy iter= 1162 IMAGR2: Field 1 Clean flux density= 468.283 MilliJy 1162 comps IMAGR2: Total Cleaned flux density = 518.680 MilliJy 6010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.84 MicroJy IMAGR2: 628 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -821.185 MicroJy iter= 792 IMAGR2: Field 3 Clean flux density= 20.911 MilliJy 792 comps IMAGR2: Total Cleaned flux density = 520.373 MilliJy 6160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 788.83 MicroJy IMAGR2: 804 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -809.980 MicroJy iter= 927 IMAGR2: Field 5 Clean flux density= -13.193 MilliJy 927 comps IMAGR2: Total Cleaned flux density = 519.211 MilliJy 6322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.39 MicroJy IMAGR2: 608 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -795.198 MicroJy iter= 949 IMAGR2: Field 7 Clean flux density= -17.488 MilliJy 949 comps IMAGR2: Total Cleaned flux density = 518.968 MilliJy 6465 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 763.22 MicroJy IMAGR2: 935 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 784.554 MicroJy iter= 1275 IMAGR2: Field 2 Clean flux density= 54.725 MilliJy 1275 comps IMAGR2: Total Cleaned flux density = 522.721 MilliJy 6644 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 > 754.56 MicroJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 769.970 MicroJy iter= 819 IMAGR2: Field 6 Clean flux density= -1.635 MilliJy 819 comps IMAGR2: Total Cleaned flux density = 522.419 MilliJy 6778 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.80 MicroJy IMAGR2: 742 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min algorithm flux= 761.146 MicroJy iter= 1018 IMAGR2: Field 4 Clean flux density= 11.720 MilliJy 1018 comps IMAGR2: Total Cleaned flux density = 523.323 MilliJy 6942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 732.20 MicroJy IMAGR2: 372 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -744.707 MicroJy iter= 1277 IMAGR2: Field 1 Clean flux density= 468.064 MilliJy 1277 comps IMAGR2: Total Cleaned flux density = 523.104 MilliJy 7057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.21 MicroJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 737.487 MicroJy iter= 937 IMAGR2: Field 3 Clean flux density= 22.498 MilliJy 937 comps IMAGR2: Total Cleaned flux density = 524.691 MilliJy 7202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -991.2 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.07 MicroJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -727.395 MicroJy iter= 1091 IMAGR2: Field 5 Clean flux density= -13.208 MilliJy 1091 comps IMAGR2: Total Cleaned flux density = 524.677 MilliJy 7366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 981.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.30 MicroJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -716.820 MicroJy iter= 1109 IMAGR2: Field 7 Clean flux density= -17.802 MilliJy 1109 comps IMAGR2: Total Cleaned flux density = 524.363 MilliJy 7526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.18 MicroJy IMAGR2: 971 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -707.673 MicroJy iter= 1475 IMAGR2: Field 2 Clean flux density= 57.470 MilliJy 1475 comps IMAGR2: Total Cleaned flux density = 527.109 MilliJy 7726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.84 MicroJy IMAGR2: 579 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -694.436 MicroJy iter= 970 IMAGR2: Field 6 Clean flux density= -3.970 MilliJy 970 comps IMAGR2: Total Cleaned flux density = 524.774 MilliJy 7877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.16 MicroJy IMAGR2: 802 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -685.152 MicroJy iter= 1190 IMAGR2: Field 4 Clean flux density= 12.289 MilliJy 1190 comps IMAGR2: Total Cleaned flux density = 525.342 MilliJy 8049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -975.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 662.18 MicroJy IMAGR2: 268 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 669.957 MicroJy iter= 1369 IMAGR2: Field 1 Clean flux density= 467.787 MilliJy 1369 comps IMAGR2: Total Cleaned flux density = 525.065 MilliJy 8141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 653.74 MicroJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 666.227 MicroJy iter= 1090 IMAGR2: Field 3 Clean flux density= 24.315 MilliJy 1090 comps IMAGR2: Total Cleaned flux density = 526.883 MilliJy 8294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -938.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 644.30 MicroJy IMAGR2: 824 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -657.943 MicroJy iter= 1263 IMAGR2: Field 5 Clean flux density= -13.069 MilliJy 1263 comps IMAGR2: Total Cleaned flux density = 527.022 MilliJy 8466 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 919.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.28 MicroJy IMAGR2: 660 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 648.753 MicroJy iter= 1284 IMAGR2: Field 7 Clean flux density= -16.938 MilliJy 1284 comps IMAGR2: Total Cleaned flux density = 527.885 MilliJy 8641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -955.7 MicroJy,max = 997.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 623.90 MicroJy IMAGR2: 783 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 636.889 MicroJy iter= 1648 IMAGR2: Field 2 Clean flux density= 58.575 MilliJy 1648 comps IMAGR2: Total Cleaned flux density = 528.989 MilliJy 8814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 971.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.21 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -627.799 MicroJy iter= 1130 IMAGR2: Field 6 Clean flux density= -3.956 MilliJy 1130 comps IMAGR2: Total Cleaned flux density = 529.003 MilliJy 8974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -997.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.97 MicroJy IMAGR2: 924 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 620.544 MicroJy iter= 1389 IMAGR2: Field 4 Clean flux density= 13.082 MilliJy 1389 comps IMAGR2: Total Cleaned flux density = 529.795 MilliJy 9173 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -861.2 MicroJy,max = 939.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.83 MicroJy IMAGR2: 236 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -606.952 MicroJy iter= 1459 IMAGR2: Field 1 Clean flux density= 467.913 MilliJy 1459 comps IMAGR2: Total Cleaned flux density = 529.921 MilliJy 9263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -958.8 MicroJy,max = 991.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.13 MicroJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 604.212 MicroJy iter= 1257 IMAGR2: Field 3 Clean flux density= 24.995 MilliJy 1257 comps IMAGR2: Total Cleaned flux density = 530.601 MilliJy 9430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -877.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 584.43 MicroJy IMAGR2: 841 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 596.721 MicroJy iter= 1456 IMAGR2: Field 5 Clean flux density= -12.891 MilliJy 1456 comps IMAGR2: Total Cleaned flux density = 530.779 MilliJy 9623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -940.8 MicroJy,max = 841.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 576.39 MicroJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -585.727 MicroJy iter= 1435 IMAGR2: Field 7 Clean flux density= -17.361 MilliJy 1435 comps IMAGR2: Total Cleaned flux density = 530.356 MilliJy 9774 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -895.3 MicroJy,max = 902.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 567.24 MicroJy IMAGR2: 824 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 578.686 MicroJy iter= 1845 IMAGR2: Field 2 Clean flux density= 60.058 MilliJy 1845 comps IMAGR2: Total Cleaned flux density = 531.839 MilliJy 9971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -917.2 MicroJy,max = 892.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.49 MicroJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -569.940 MicroJy iter= 1292 IMAGR2: Field 6 Clean flux density= -4.079 MilliJy 1292 comps IMAGR2: Total Cleaned flux density = 531.716 MilliJy 10133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -932.4 MicroJy,max = 910.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.59 MicroJy IMAGR2: 770 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 562.513 MicroJy iter= 1586 IMAGR2: Field 4 Clean flux density= 13.256 MilliJy 1586 comps IMAGR2: Total Cleaned flux density = 531.891 MilliJy 10330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -780.3 MicroJy,max = 865.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 546.47 MicroJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -552.378 MicroJy iter= 1564 IMAGR2: Field 1 Clean flux density= 467.855 MilliJy 1564 comps IMAGR2: Total Cleaned flux density = 531.833 MilliJy 10435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -871.2 MicroJy,max = 912.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.25 MicroJy IMAGR2: 592 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 548.133 MicroJy iter= 1425 IMAGR2: Field 3 Clean flux density= 26.887 MilliJy 1425 comps IMAGR2: Total Cleaned flux density = 533.725 MilliJy 10603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -824.9 MicroJy,max = 988.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 531.10 MicroJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -542.191 MicroJy iter= 1669 IMAGR2: Field 5 Clean flux density= -12.076 MilliJy 1669 comps IMAGR2: Total Cleaned flux density = 534.540 MilliJy 10816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -840.8 MicroJy,max = 774.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.47 MicroJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -532.960 MicroJy iter= 1606 IMAGR2: Field 7 Clean flux density= -17.737 MilliJy 1606 comps IMAGR2: Total Cleaned flux density = 534.163 MilliJy 10987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -815.6 MicroJy,max = 827.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 516.04 MicroJy IMAGR2: 783 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 525.744 MicroJy iter= 2045 IMAGR2: Field 2 Clean flux density= 61.230 MilliJy 2045 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 535.334 MilliJy 11187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -836.7 MicroJy,max = 812.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 509.84 MicroJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -517.656 MicroJy iter= 1458 IMAGR2: Field 6 Clean flux density= -4.403 MilliJy 1458 comps IMAGR2: Total Cleaned flux density = 535.010 MilliJy 11353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -844.8 MicroJy,max = 814.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.27 MicroJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -511.488 MicroJy iter= 1788 IMAGR2: Field 4 Clean flux density= 14.076 MilliJy 1788 comps IMAGR2: Total Cleaned flux density = 535.829 MilliJy 11555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -747.4 MicroJy,max = 792.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 497.50 MicroJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 502.202 MicroJy iter= 1668 IMAGR2: Field 1 Clean flux density= 468.262 MilliJy 1668 comps IMAGR2: Total Cleaned flux density = 536.236 MilliJy 11659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -804.0 MicroJy,max = 834.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.10 MicroJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -497.972 MicroJy iter= 1582 IMAGR2: Field 3 Clean flux density= 27.436 MilliJy 1582 comps IMAGR2: Total Cleaned flux density = 536.785 MilliJy 11816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -773.2 MicroJy,max = 930.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.70 MicroJy IMAGR2: 827 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -492.802 MicroJy iter= 1886 IMAGR2: Field 5 Clean flux density= -13.834 MilliJy 1886 comps IMAGR2: Total Cleaned flux density = 535.027 MilliJy 12033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -780.4 MicroJy,max = 705.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.35 MicroJy IMAGR2: 585 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 484.378 MicroJy iter= 1779 IMAGR2: Field 7 Clean flux density= -18.083 MilliJy 1779 comps IMAGR2: Total Cleaned flux density = 534.682 MilliJy 12206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -764.5 MicroJy,max = 781.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.05 MicroJy IMAGR2: 823 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 478.679 MicroJy iter= 2263 IMAGR2: Field 2 Clean flux density= 63.667 MilliJy 2263 comps IMAGR2: Total Cleaned flux density = 537.119 MilliJy 12424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -757.6 MicroJy,max = 785.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 464.62 MicroJy IMAGR2: 676 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -472.575 MicroJy iter= 1661 IMAGR2: Field 6 Clean flux density= -3.674 MilliJy 1661 comps IMAGR2: Total Cleaned flux density = 537.849 MilliJy 12627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -786.9 MicroJy,max = 743.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.90 MicroJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 465.109 MicroJy iter= 1978 IMAGR2: Field 4 Clean flux density= 15.215 MilliJy 1978 comps IMAGR2: Total Cleaned flux density = 538.988 MilliJy 12817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -686.1 MicroJy,max = 724.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 453.91 MicroJy IMAGR2: 231 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 457.409 MicroJy iter= 1754 IMAGR2: Field 1 Clean flux density= 467.875 MilliJy 1754 comps IMAGR2: Total Cleaned flux density = 538.601 MilliJy 12903 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -757.7 MicroJy,max = 774.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.32 MicroJy IMAGR2: 674 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 455.398 MicroJy iter= 1776 IMAGR2: Field 3 Clean flux density= 26.790 MilliJy 1776 comps IMAGR2: Total Cleaned flux density = 537.955 MilliJy 13097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -732.7 MicroJy,max = 827.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.92 MicroJy IMAGR2: 817 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -449.338 MicroJy iter= 2098 IMAGR2: Field 5 Clean flux density= -12.643 MilliJy 2098 comps IMAGR2: Total Cleaned flux density = 539.147 MilliJy 13309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -695.9 MicroJy,max = 670.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.38 MicroJy IMAGR2: 609 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -443.035 MicroJy iter= 1970 IMAGR2: Field 7 Clean flux density= -18.219 MilliJy 1970 comps IMAGR2: Total Cleaned flux density = 539.011 MilliJy 13500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -695.1 MicroJy,max = 714.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 429.70 MicroJy IMAGR2: 736 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -436.480 MicroJy iter= 2466 IMAGR2: Field 2 Clean flux density= 63.975 MilliJy 2466 comps IMAGR2: Total Cleaned flux density = 539.319 MilliJy 13703 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -703.0 MicroJy,max = 705.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.39 MicroJy IMAGR2: 615 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 430.576 MicroJy iter= 1852 IMAGR2: Field 6 Clean flux density= -3.911 MilliJy 1852 comps IMAGR2: Total Cleaned flux density = 539.082 MilliJy 13894 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -729.6 MicroJy,max = 684.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.56 MicroJy IMAGR2: 869 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -425.892 MicroJy iter= 2207 IMAGR2: Field 4 Clean flux density= 15.614 MilliJy 2207 comps IMAGR2: Total Cleaned flux density = 539.481 MilliJy 14123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -631.3 MicroJy,max = 633.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 415.24 MicroJy IMAGR2: 210 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 418.279 MicroJy iter= 1851 IMAGR2: Field 1 Clean flux density= 468.434 MilliJy 1851 comps IMAGR2: Total Cleaned flux density = 540.039 MilliJy 14220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -710.6 MicroJy,max = 708.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.74 MicroJy IMAGR2: 626 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 415.629 MicroJy iter= 1975 IMAGR2: Field 3 Clean flux density= 27.675 MilliJy 1975 comps IMAGR2: Total Cleaned flux density = 540.924 MilliJy 14419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -671.8 MicroJy,max = 753.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.93 MicroJy IMAGR2: 837 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -410.536 MicroJy iter= 2327 IMAGR2: Field 5 Clean flux density= -12.348 MilliJy 2327 comps IMAGR2: Total Cleaned flux density = 541.218 MilliJy 14648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -641.2 MicroJy,max = 637.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 398.89 MicroJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 7 min Clean flux = -408.459 MicroJy iter= 2098 IMAGR2: Field 7 Clean flux density= -17.975 MilliJy 2098 comps IMAGR2: Total Cleaned flux density = 541.462 MilliJy 14776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -649.9 MicroJy,max = 623.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.13 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 2 min Clean flux = -408.456 MicroJy iter= 2527 IMAGR2: Field 2 Clean flux density= 63.926 MilliJy 2527 comps IMAGR2: Total Cleaned flux density = 541.413 MilliJy 14837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -659.2 MicroJy,max = 680.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 386.15 MicroJy IMAGR2: 1181 Residual map points loaded IMAGR2: Field 6 min Clean flux = -408.145 MicroJy iter= 1895 IMAGR2: Field 6 Clean flux density= -3.865 MilliJy 1895 comps IMAGR2: Total Cleaned flux density = 541.458 MilliJy 14880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -706.9 MicroJy,max = 641.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 377.81 MicroJy IMAGR2: 2700 Residual map points loaded IMAGR2: Field 4 min Clean flux = -408.392 MicroJy iter= 2246 IMAGR2: Field 4 Clean flux density= 16.151 MilliJy 2246 comps IMAGR2: Total Cleaned flux density = 541.996 MilliJy 14919 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -576.7 MicroJy,max = 595.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.22 MicroJy IMAGR2: 1903 Residual map points loaded IMAGR2: Field 1 min Clean flux = -407.263 MicroJy iter= 1859 IMAGR2: Field 1 Clean flux density= 468.432 MilliJy 1859 comps IMAGR2: Total Cleaned flux density = 541.994 MilliJy 14927 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -672.6 MicroJy,max = 662.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.89 MicroJy IMAGR2: 5690 Residual map points loaded IMAGR2: Field 3 min Clean flux = -408.150 MicroJy iter= 1980 IMAGR2: Field 3 Clean flux density= 27.798 MilliJy 1980 comps IMAGR2: Total Cleaned flux density = 542.118 MilliJy 14932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -660.0 MicroJy,max = 743.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.64 MicroJy IMAGR2: 19960 Residual map points loaded IMAGR2: Field 5 min Clean flux = -406.805 MicroJy iter= 2329 IMAGR2: Field 5 Clean flux density= -12.348 MilliJy 2329 comps IMAGR2: Total Cleaned flux density = 542.118 MilliJy 14934 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 408.459 less than limit 408.459 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1859 to 1282 components IMAGR2: Field 2 compressed from 2527 to 1869 components IMAGR2: Field 3 compressed from 1980 to 1509 components IMAGR2: Field 4 compressed from 2246 to 1659 components IMAGR2: Field 5 compressed from 2329 to 1717 components IMAGR2: Field 6 compressed from 1895 to 1436 components IMAGR2: Field 7 compressed from 2098 to 1544 components IMAGR2: Field 1 min = -579.5 MicroJy,max = 598.7 MicroJy IMAGR2: Field 2 min = -642.9 MicroJy,max = 612.3 MicroJy IMAGR2: Field 3 min = -669.4 MicroJy,max = 662.0 MicroJy IMAGR2: Field 4 min = -702.1 MicroJy,max = 638.1 MicroJy IMAGR2: Field 5 min = -660.6 MicroJy,max = 743.5 MicroJy IMAGR2: Field 6 min = -651.6 MicroJy,max = 673.3 MicroJy IMAGR2: Field 7 min = -626.5 MicroJy,max = 625.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.232 MilliJy ( 150 CCs) from field 1 to field 2 IMAGR2: Restore -3.678 MilliJy ( 211 CCs) from field 1 to field 3 IMAGR2: Restore 2.974 MilliJy ( 146 CCs) from field 1 to field 4 IMAGR2: Restore -5.442 MilliJy ( 195 CCs) from field 1 to field 5 IMAGR2: Restore 3.116 MilliJy ( 138 CCs) from field 1 to field 6 IMAGR2: Restore -2.664 MilliJy ( 182 CCs) from field 1 to field 7 IMAGR2: Restore 10.093 MilliJy ( 181 CCs) from field 2 to field 1 IMAGR2: Restore 7.960 MilliJy ( 157 CCs) from field 2 to field 3 IMAGR2: Restore 11.182 MilliJy ( 231 CCs) from field 2 to field 4 IMAGR2: Restore 5.273 MilliJy ( 134 CCs) from field 3 to field 1 IMAGR2: Restore 1.471 MilliJy ( 104 CCs) from field 3 to field 2 IMAGR2: Restore 962.730 MicroJy ( 129 CCs) from field 3 to field 5 IMAGR2: Restore -1.284 MilliJy ( 174 CCs) from field 4 to field 1 IMAGR2: Restore 2.738 MilliJy ( 154 CCs) from field 4 to field 2 IMAGR2: Restore 4.592 MilliJy ( 92 CCs) from field 4 to field 6 IMAGR2: Restore-662.307 MicroJy ( 149 CCs) from field 5 to field 1 IMAGR2: Restore -2.273 MilliJy ( 112 CCs) from field 5 to field 3 IMAGR2: Restore -3.109 MilliJy ( 199 CCs) from field 5 to field 7 IMAGR2: Restore 81.998 MicroJy ( 148 CCs) from field 6 to field 1 IMAGR2: Restore 1.873 MilliJy ( 154 CCs) from field 6 to field 4 IMAGR2: Restore -1.570 MilliJy ( 105 CCs) from field 6 to field 7 IMAGR2: Restore -1.750 MilliJy ( 128 CCs) from field 7 to field 1 IMAGR2: Restore -5.311 MilliJy ( 175 CCs) from field 7 to field 5 IMAGR2: Restore -1.898 MilliJy ( 124 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 480.184 MilliJy IMAGR2: Field 2 final Clean flux 71.368 MilliJy IMAGR2: Field 3 final Clean flux 29.807 MilliJy IMAGR2: Field 4 final Clean flux 32.180 MilliJy IMAGR2: Field 5 final Clean flux -22.138 MilliJy IMAGR2: Field 6 final Clean flux 1.945 MilliJy IMAGR2: Field 7 final Clean flux -25.319 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= 32 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 1173.8 Real= 1260 s 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@SGRA_C,BAND.0-1 >> /home/auto/run/AB910_1999AUG24 AIPS 2: _1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :3 =SGRA' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@SGRA_C,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 33 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 31 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06808 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1751-253_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@1751-253_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :4 =1751-253' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1751-253_C,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 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: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06714 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1744-312 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 2882 CELLSIZE 0.11556 SETFC2: SETCEL: returns IMSIZE 4096 CELLSIZE 0.08171 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1744-312_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.080 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 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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 1744-312 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1744-312_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 115.8 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= 4 C 1 4084 4084 17 44 23.58 -31 16 36.0 00001 -1 2043 2048 2049 C 2 4084 4084 17 44 23.58 -31 21 22.9 00002 -1 2043 2048 2049 C 3 4084 4084 17 44 04.19 -31 18 59.4 00003 -1 2043 2048 2049 C 4 4084 4084 17 44 42.97 -31 18 59.4 00004 -1 2043 2048 2049 C 5 4084 4084 17 44 04.21 -31 14 12.4 00005 -1 2043 2048 2049 C 6 4084 4084 17 44 42.96 -31 14 12.4 00006 -1 2043 2048 2049 C 7 4084 4084 17 44 23.58 -31 11 49.0 00007 -1 2043 2048 2049 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1744-312_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 4084 4084 -3.7178E-02 -2.6000E-02 0 IMAGR2: Field 2 4084 4084 -3.7178E-02 -2.8693E+02 0 IMAGR2: Field 3 4084 4084 -2.4862E+02 -1.4343E+02 0 IMAGR2: Field 4 4084 4084 2.4854E+02 -1.4343E+02 0 IMAGR2: Field 5 4084 4084 -2.4836E+02 1.4357E+02 0 IMAGR2: Field 6 4084 4084 2.4842E+02 1.4357E+02 0 IMAGR2: Field 7 4084 4084 -3.7178E-02 2.8697E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1744-312_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 1744-312 .IMAGR . 1 (UV) on disk 1 cno 39 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10835 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.522E+04 IMAGR2: UVWAIT: Adding temperance S 3.045E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.193E+07 and out 6.858E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 1.522E+04 over 21604 vis IMAGR2: Create 1744-312 .IBM001. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1744-312 .IBM002. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1744-312 .IBM003. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1744-312 .IBM004. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1744-312 .IBM005. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1744-312 .IBM006. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1744-312 .IBM007. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1744-312 .ICL001. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1744-312 .ICL002. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1744-312 .ICL003. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1744-312 .ICL004. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1744-312 .ICL005. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1744-312 .ICL006. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1744-312 .ICL007. 1 (MA) on disk 1 cno 53 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 = 7.28116E+08 IMAGR2: Field 1 Beam min = -70.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 831.831 x 338.397 Milliarcsec, PA= 2.1 IMAGR2: Field 2 Sum of gridding weights = 7.28115E+08 IMAGR2: Field 2 Beam min = -70.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 834.165 x 338.409 Milliarcsec, PA= 2.1 IMAGR2: Field 3 Sum of gridding weights = 7.28114E+08 IMAGR2: Field 3 Beam min = -69.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 833.076 x 338.411 Milliarcsec, PA= 2.2 IMAGR2: Field 4 Sum of gridding weights = 7.28114E+08 IMAGR2: Field 4 Beam min = -70.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 832.919 x 338.395 Milliarcsec, PA= 2.0 IMAGR2: Field 5 Sum of gridding weights = 7.28116E+08 IMAGR2: Field 5 Beam min = -70.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 830.745 x 338.398 Milliarcsec, PA= 2.2 IMAGR2: Field 6 Sum of gridding weights = 7.28116E+08 IMAGR2: Field 6 Beam min = -70.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 830.590 x 338.383 Milliarcsec, PA= 2.0 IMAGR2: Field 7 Sum of gridding weights = 7.28116E+08 IMAGR2: Field 7 Beam min = -70.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 829.507 x 338.384 Milliarcsec, PA= 2.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: CLNUV : Sorting data to make them fit IMAGR2: Field 1 min = -30.6 MilliJy,max = 426.8 MilliJy IMAGR2: Field 2 min = -29.8 MilliJy,max = 35.1 MilliJy IMAGR2: Field 3 min = -29.4 MilliJy,max = 30.8 MilliJy IMAGR2: Field 4 min = -25.9 MilliJy,max = 33.5 MilliJy IMAGR2: Field 5 min = -29.2 MilliJy,max = 33.7 MilliJy IMAGR2: Field 6 min = -25.0 MilliJy,max = 31.6 MilliJy IMAGR2: Field 7 min = -29.3 MilliJy,max = 33.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 28.64 MilliJy IMAGR2: 6138 Residual map points loaded IMAGR2: Field 1 min allowed flux = 195.813 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 267.243 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 267.243 MilliJy 9 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -13.6 MilliJy,max = 176.5 MilliJy IMAGR2: BGC Clean: using 1527 cell beam + residuals > 18.46 MilliJy IMAGR2: 438 Residual map points loaded IMAGR2: Field 1 min allowed flux = 81.389 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 378.844 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 378.844 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.7 MilliJy,max = 74.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.92 MilliJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.478 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 425.732 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 425.732 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.787E-03 < Second best 3.277E-02 IMAGR2: Field 1 min = -7.1 MilliJy,max = 31.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.958E-02 < Second best 3.168E-02 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.754E-03 < Second best 2.958E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.56 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 17.459 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 442.406 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 442.406 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.174E-03 < Second best 2.703E-02 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.225E-03 < Second best 2.527E-02 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.459E-03 < Second best 2.520E-02 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.526E-03 < Second best 1.660E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 16.0 MilliJy IMAGR2: BGC Clean: using 1435 cell beam + residuals > 1.71 MilliJy IMAGR2: 7912 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.773 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 447.487 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 447.487 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 3662 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.789 MilliJy iter= 89 IMAGR2: Field 1 Clean flux density= 443.305 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 443.305 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 706 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.186 MilliJy iter= 133 IMAGR2: Field 1 Clean flux density= 441.875 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 441.875 MilliJy 133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.171E-03 < Second best 2.754E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.031E-03 < Second best 2.526E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.996E-03 < Second best 2.459E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.881E-03 < Second best 2.225E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.873E-03 < Second best 2.174E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.779E-03 < Second best 2.171E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 2336 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.631 MilliJy iter= 38 IMAGR2: Field 2 Clean flux density= 1.001 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 442.877 MilliJy 171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 5008 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.688 MilliJy iter= 196 IMAGR2: Field 1 Clean flux density= 445.285 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 446.286 MilliJy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 2159 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.542 MilliJy iter= 52 IMAGR2: Field 7 Clean flux density= 3.946 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 450.232 MilliJy 286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.787E-03 < Second best 1.881E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1832 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.485 MilliJy iter= 51 IMAGR2: Field 5 Clean flux density= -293.321 MicroJy 51 comps IMAGR2: Total Cleaned flux density = 449.938 MilliJy 337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.575E-03 < Second best 1.787E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 2611 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.507 MilliJy iter= 72 IMAGR2: Field 4 Clean flux density= 2.831 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 452.769 MilliJy 409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1451 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.446 MilliJy iter= 67 IMAGR2: Field 3 Clean flux density= 2.615 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 455.384 MilliJy 476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 3290 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.459 MilliJy iter= 291 IMAGR2: Field 1 Clean flux density= 448.390 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 458.489 MilliJy 571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.363 MilliJy iter= 65 IMAGR2: Field 6 Clean flux density= 664.811 MicroJy 65 comps IMAGR2: Total Cleaned flux density = 459.154 MilliJy 636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1506 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.355 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 1.330 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 459.483 MilliJy 712 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1385 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.327 MilliJy iter= 129 IMAGR2: Field 7 Clean flux density= 9.239 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 464.775 MilliJy 789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1728 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.309 MilliJy iter= 157 IMAGR2: Field 4 Clean flux density= 4.024 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 465.969 MilliJy 874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 1489 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.287 MilliJy iter= 140 IMAGR2: Field 5 Clean flux density= 1.663 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 467.925 MilliJy 963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 2344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.280 MilliJy iter= 403 IMAGR2: Field 1 Clean flux density= 448.660 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 468.195 MilliJy 1075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1068 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.225 MilliJy iter= 155 IMAGR2: Field 3 Clean flux density= 3.629 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 469.209 MilliJy 1163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 789 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.193 MilliJy iter= 138 IMAGR2: Field 6 Clean flux density= 1.059 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 469.602 MilliJy 1236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1233 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.189 MilliJy iter= 204 IMAGR2: Field 2 Clean flux density= 3.754 MilliJy 204 comps IMAGR2: Total Cleaned flux density = 472.027 MilliJy 1326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1195 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.170 MilliJy iter= 219 IMAGR2: Field 7 Clean flux density= 12.043 MilliJy 219 comps IMAGR2: Total Cleaned flux density = 474.831 MilliJy 1416 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1639 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.159 MilliJy iter= 262 IMAGR2: Field 4 Clean flux density= 6.732 MilliJy 262 comps IMAGR2: Total Cleaned flux density = 477.540 MilliJy 1521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.135 MilliJy iter= 241 IMAGR2: Field 5 Clean flux density= 2.933 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 478.810 MilliJy 1622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 2078 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.128 MilliJy iter= 536 IMAGR2: Field 1 Clean flux density= 452.256 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 482.406 MilliJy 1755 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 817 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.084 MilliJy iter= 243 IMAGR2: Field 3 Clean flux density= 3.194 MilliJy 243 comps IMAGR2: Total Cleaned flux density = 481.971 MilliJy 1843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.083E-03 < Second best 1.140E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1274 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.068 MilliJy iter= 310 IMAGR2: Field 2 Clean flux density= 704.868 MicroJy 310 comps IMAGR2: Total Cleaned flux density = 478.922 MilliJy 1949 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 998.97 MicroJy IMAGR2: 1258 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.056 MilliJy iter= 335 IMAGR2: Field 7 Clean flux density= 13.994 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 480.873 MilliJy 2065 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 985.20 MicroJy IMAGR2: 1775 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.046 MilliJy iter= 392 IMAGR2: Field 4 Clean flux density= 8.226 MilliJy 392 comps IMAGR2: Total Cleaned flux density = 482.367 MilliJy 2195 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 971.51 MicroJy IMAGR2: 1245 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.021 MilliJy iter= 355 IMAGR2: Field 5 Clean flux density= 1.899 MilliJy 355 comps IMAGR2: Total Cleaned flux density = 481.333 MilliJy 2309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 967.45 MicroJy IMAGR2: 763 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.010 MilliJy iter= 240 IMAGR2: Field 6 Clean flux density= 1.454 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 481.729 MilliJy 2411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 948.39 MicroJy IMAGR2: 1359 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 998.445 MicroJy iter= 665 IMAGR2: Field 1 Clean flux density= 454.373 MilliJy 665 comps IMAGR2: Total Cleaned flux density = 483.846 MilliJy 2540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 937.85 MicroJy IMAGR2: 615 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -969.639 MicroJy iter= 330 IMAGR2: Field 3 Clean flux density= 3.716 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 484.369 MilliJy 2627 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 925.10 MicroJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -962.074 MicroJy iter= 416 IMAGR2: Field 2 Clean flux density= 2.076 MilliJy 416 comps IMAGR2: Total Cleaned flux density = 485.740 MilliJy 2733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 912.78 MicroJy IMAGR2: 885 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 949.073 MicroJy iter= 444 IMAGR2: Field 7 Clean flux density= 15.817 MilliJy 444 comps IMAGR2: Total Cleaned flux density = 487.562 MilliJy 2842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.84 MicroJy IMAGR2: 1461 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -941.618 MicroJy iter= 532 IMAGR2: Field 4 Clean flux density= 8.038 MilliJy 532 comps IMAGR2: Total Cleaned flux density = 487.374 MilliJy 2982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.35 MicroJy IMAGR2: 1155 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 921.030 MicroJy iter= 480 IMAGR2: Field 5 Clean flux density= 2.367 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 487.842 MilliJy 3107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.60 MicroJy IMAGR2: 717 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 906.485 MicroJy iter= 351 IMAGR2: Field 6 Clean flux density= 3.013 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 489.401 MilliJy 3218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.90 MicroJy IMAGR2: 1002 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -896.863 MicroJy iter= 796 IMAGR2: Field 1 Clean flux density= 454.455 MilliJy 796 comps IMAGR2: Total Cleaned flux density = 489.482 MilliJy 3349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 852.95 MicroJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 880.212 MicroJy iter= 437 IMAGR2: Field 3 Clean flux density= 5.068 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 490.834 MilliJy 3456 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 841.43 MicroJy IMAGR2: 768 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -867.663 MicroJy iter= 527 IMAGR2: Field 2 Clean flux density= 2.340 MilliJy 527 comps IMAGR2: Total Cleaned flux density = 491.099 MilliJy 3567 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.69 MicroJy IMAGR2: 797 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -856.936 MicroJy iter= 556 IMAGR2: Field 7 Clean flux density= 17.222 MilliJy 556 comps IMAGR2: Total Cleaned flux density = 492.503 MilliJy 3679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 817.33 MicroJy IMAGR2: 1359 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 849.507 MicroJy iter= 677 IMAGR2: Field 4 Clean flux density= 8.807 MilliJy 677 comps IMAGR2: Total Cleaned flux density = 493.273 MilliJy 3824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.91 MicroJy IMAGR2: 1088 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 832.593 MicroJy iter= 612 IMAGR2: Field 5 Clean flux density= 3.710 MilliJy 612 comps IMAGR2: Total Cleaned flux density = 494.616 MilliJy 3956 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 > 796.79 MicroJy IMAGR2: 660 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 821.118 MicroJy iter= 471 IMAGR2: Field 6 Clean flux density= 3.169 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 494.772 MilliJy 4076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.54 MicroJy IMAGR2: 723 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 809.064 MicroJy iter= 917 IMAGR2: Field 1 Clean flux density= 453.039 MilliJy 917 comps IMAGR2: Total Cleaned flux density = 493.357 MilliJy 4197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 776.98 MicroJy IMAGR2: 644 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 797.428 MicroJy iter= 550 IMAGR2: Field 3 Clean flux density= 5.801 MilliJy 550 comps IMAGR2: Total Cleaned flux density = 494.090 MilliJy 4310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 767.33 MicroJy IMAGR2: 861 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -789.745 MicroJy iter= 654 IMAGR2: Field 2 Clean flux density= 2.744 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 494.494 MilliJy 4437 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.84 MicroJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 779.787 MicroJy iter= 685 IMAGR2: Field 7 Clean flux density= 18.075 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 495.347 MilliJy 4566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.62 MicroJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -772.000 MicroJy iter= 838 IMAGR2: Field 4 Clean flux density= 9.194 MilliJy 838 comps IMAGR2: Total Cleaned flux density = 495.734 MilliJy 4727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.74 MicroJy IMAGR2: 1089 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 757.248 MicroJy iter= 755 IMAGR2: Field 5 Clean flux density= 4.097 MilliJy 755 comps IMAGR2: Total Cleaned flux density = 496.121 MilliJy 4870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.42 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -744.531 MicroJy iter= 583 IMAGR2: Field 6 Clean flux density= 3.309 MilliJy 583 comps IMAGR2: Total Cleaned flux density = 496.261 MilliJy 4982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 718.47 MicroJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -734.237 MicroJy iter= 1025 IMAGR2: Field 1 Clean flux density= 453.930 MilliJy 1025 comps IMAGR2: Total Cleaned flux density = 497.152 MilliJy 5090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 711.01 MicroJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 728.275 MicroJy iter= 673 IMAGR2: Field 3 Clean flux density= 6.614 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 497.965 MilliJy 5213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.41 MicroJy IMAGR2: 786 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 718.971 MicroJy iter= 783 IMAGR2: Field 2 Clean flux density= 2.825 MilliJy 783 comps IMAGR2: Total Cleaned flux density = 498.046 MilliJy 5342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 692.80 MicroJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -709.653 MicroJy iter= 816 IMAGR2: Field 7 Clean flux density= 20.053 MilliJy 816 comps IMAGR2: Total Cleaned flux density = 500.025 MilliJy 5473 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 > 681.88 MicroJy IMAGR2: 1335 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -704.402 MicroJy iter= 1017 IMAGR2: Field 4 Clean flux density= 9.549 MilliJy 1017 comps IMAGR2: Total Cleaned flux density = 500.380 MilliJy 5652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 973.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 671.85 MicroJy IMAGR2: 1120 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 691.185 MicroJy iter= 917 IMAGR2: Field 5 Clean flux density= 4.804 MilliJy 917 comps IMAGR2: Total Cleaned flux density = 501.087 MilliJy 5814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.75 MicroJy IMAGR2: 535 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 679.154 MicroJy iter= 699 IMAGR2: Field 6 Clean flux density= 3.874 MilliJy 699 comps IMAGR2: Total Cleaned flux density = 501.652 MilliJy 5930 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 948.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.34 MicroJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -669.605 MicroJy iter= 1126 IMAGR2: Field 1 Clean flux density= 453.989 MilliJy 1126 comps IMAGR2: Total Cleaned flux density = 501.711 MilliJy 6031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -945.7 MicroJy,max = 992.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 651.26 MicroJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -664.855 MicroJy iter= 797 IMAGR2: Field 3 Clean flux density= 7.681 MilliJy 797 comps IMAGR2: Total Cleaned flux density = 502.777 MilliJy 6155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -957.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 643.12 MicroJy IMAGR2: 799 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 658.490 MicroJy iter= 929 IMAGR2: Field 2 Clean flux density= 3.635 MilliJy 929 comps IMAGR2: Total Cleaned flux density = 503.587 MilliJy 6301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -961.8 MicroJy,max = 932.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 635.04 MicroJy IMAGR2: 776 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 648.944 MicroJy iter= 950 IMAGR2: Field 7 Clean flux density= 21.774 MilliJy 950 comps IMAGR2: Total Cleaned flux density = 505.308 MilliJy 6435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -985.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.18 MicroJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -641.606 MicroJy iter= 1183 IMAGR2: Field 4 Clean flux density= 10.200 MilliJy 1183 comps IMAGR2: Total Cleaned flux density = 505.958 MilliJy 6601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -998.3 MicroJy,max = 896.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.81 MicroJy IMAGR2: 1055 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 631.960 MicroJy iter= 1088 IMAGR2: Field 5 Clean flux density= 4.099 MilliJy 1088 comps IMAGR2: Total Cleaned flux density = 505.254 MilliJy 6772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 985.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 610.03 MicroJy IMAGR2: 573 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 621.967 MicroJy iter= 828 IMAGR2: Field 6 Clean flux density= 3.817 MilliJy 828 comps IMAGR2: Total Cleaned flux density = 505.197 MilliJy 6901 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -974.0 MicroJy,max = 892.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.07 MicroJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -612.881 MicroJy iter= 1223 IMAGR2: Field 1 Clean flux density= 453.936 MilliJy 1223 comps IMAGR2: Total Cleaned flux density = 505.144 MilliJy 6998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -848.2 MicroJy,max = 941.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 597.79 MicroJy IMAGR2: 669 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -610.465 MicroJy iter= 944 IMAGR2: Field 3 Clean flux density= 7.008 MilliJy 944 comps IMAGR2: Total Cleaned flux density = 504.472 MilliJy 7145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -873.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 590.06 MicroJy IMAGR2: 811 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -602.767 MicroJy iter= 1080 IMAGR2: Field 2 Clean flux density= 3.808 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 504.645 MilliJy 7296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -911.5 MicroJy,max = 888.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.77 MicroJy IMAGR2: 861 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 595.779 MicroJy iter= 1111 IMAGR2: Field 7 Clean flux density= 23.054 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 505.925 MilliJy 7457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -902.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.99 MicroJy IMAGR2: 1029 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -587.383 MicroJy iter= 1356 IMAGR2: Field 4 Clean flux density= 11.812 MilliJy 1356 comps IMAGR2: Total Cleaned flux density = 507.537 MilliJy 7630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -933.9 MicroJy,max = 830.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 565.79 MicroJy IMAGR2: 1008 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 579.068 MicroJy iter= 1265 IMAGR2: Field 5 Clean flux density= 5.699 MilliJy 1265 comps IMAGR2: Total Cleaned flux density = 509.137 MilliJy 7807 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -927.2 MicroJy,max = 917.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.60 MicroJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -570.468 MicroJy iter= 962 IMAGR2: Field 6 Clean flux density= 4.160 MilliJy 962 comps IMAGR2: Total Cleaned flux density = 509.480 MilliJy 7941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -879.3 MicroJy,max = 829.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.59 MicroJy IMAGR2: 291 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -561.861 MicroJy iter= 1309 IMAGR2: Field 1 Clean flux density= 453.582 MilliJy 1309 comps IMAGR2: Total Cleaned flux density = 509.126 MilliJy 8027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -809.4 MicroJy,max = 866.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 549.52 MicroJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 558.756 MicroJy iter= 1075 IMAGR2: Field 3 Clean flux density= 6.722 MilliJy 1075 comps IMAGR2: Total Cleaned flux density = 508.840 MilliJy 8158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -822.6 MicroJy,max = 984.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 542.52 MicroJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 553.800 MicroJy iter= 1247 IMAGR2: Field 2 Clean flux density= 4.194 MilliJy 1247 comps IMAGR2: Total Cleaned flux density = 509.225 MilliJy 8325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -854.2 MicroJy,max = 837.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.50 MicroJy IMAGR2: 809 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 546.170 MicroJy iter= 1274 IMAGR2: Field 7 Clean flux density= 23.781 MilliJy 1274 comps IMAGR2: Total Cleaned flux density = 509.952 MilliJy 8488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -826.3 MicroJy,max = 980.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.67 MicroJy IMAGR2: 1088 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 539.158 MicroJy iter= 1535 IMAGR2: Field 4 Clean flux density= 12.421 MilliJy 1535 comps IMAGR2: Total Cleaned flux density = 510.562 MilliJy 8667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -856.9 MicroJy,max = 767.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 520.27 MicroJy IMAGR2: 978 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 531.772 MicroJy iter= 1451 IMAGR2: Field 5 Clean flux density= 5.369 MilliJy 1451 comps IMAGR2: Total Cleaned flux density = 510.233 MilliJy 8853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -874.5 MicroJy,max = 867.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.54 MicroJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -524.020 MicroJy iter= 1104 IMAGR2: Field 6 Clean flux density= 4.902 MilliJy 1104 comps IMAGR2: Total Cleaned flux density = 510.975 MilliJy 8995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -818.0 MicroJy,max = 736.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 511.22 MicroJy IMAGR2: 276 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 516.282 MicroJy iter= 1395 IMAGR2: Field 1 Clean flux density= 453.792 MilliJy 1395 comps IMAGR2: Total Cleaned flux density = 511.184 MilliJy 9081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -748.9 MicroJy,max = 830.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.98 MicroJy IMAGR2: 612 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -514.678 MicroJy iter= 1229 IMAGR2: Field 3 Clean flux density= 6.615 MilliJy 1229 comps IMAGR2: Total Cleaned flux density = 511.077 MilliJy 9235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -786.7 MicroJy,max = 927.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.33 MicroJy IMAGR2: 840 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 508.618 MicroJy iter= 1415 IMAGR2: Field 2 Clean flux density= 3.456 MilliJy 1415 comps IMAGR2: Total Cleaned flux density = 510.340 MilliJy 9403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -797.7 MicroJy,max = 797.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.25 MicroJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -502.107 MicroJy iter= 1438 IMAGR2: Field 7 Clean flux density= 25.114 MilliJy 1438 comps IMAGR2: Total Cleaned flux density = 511.672 MilliJy 9567 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -762.7 MicroJy,max = 917.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 485.93 MicroJy IMAGR2: 1044 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 495.815 MicroJy iter= 1725 IMAGR2: Field 4 Clean flux density= 13.333 MilliJy 1725 comps IMAGR2: Total Cleaned flux density = 512.584 MilliJy 9757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -805.9 MicroJy,max = 739.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 479.34 MicroJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 488.301 MicroJy iter= 1629 IMAGR2: Field 5 Clean flux density= 4.480 MilliJy 1629 comps IMAGR2: Total Cleaned flux density = 511.694 MilliJy 9935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -821.4 MicroJy,max = 789.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.97 MicroJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -482.321 MicroJy iter= 1253 IMAGR2: Field 6 Clean flux density= 4.159 MilliJy 1253 comps IMAGR2: Total Cleaned flux density = 510.950 MilliJy 10084 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -750.3 MicroJy,max = 692.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 471.39 MicroJy IMAGR2: 249 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -475.887 MicroJy iter= 1488 IMAGR2: Field 1 Clean flux density= 453.643 MilliJy 1488 comps IMAGR2: Total Cleaned flux density = 510.802 MilliJy 10177 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -694.1 MicroJy,max = 772.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.50 MicroJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -473.483 MicroJy iter= 1376 IMAGR2: Field 3 Clean flux density= 7.043 MilliJy 1376 comps IMAGR2: Total Cleaned flux density = 511.230 MilliJy 10324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -754.7 MicroJy,max = 857.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 460.36 MicroJy IMAGR2: 873 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -468.498 MicroJy iter= 1593 IMAGR2: Field 2 Clean flux density= 4.303 MilliJy 1593 comps IMAGR2: Total Cleaned flux density = 512.076 MilliJy 10502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -753.5 MicroJy,max = 754.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.83 MicroJy IMAGR2: 844 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -462.711 MicroJy iter= 1614 IMAGR2: Field 7 Clean flux density= 25.975 MilliJy 1614 comps IMAGR2: Total Cleaned flux density = 512.937 MilliJy 10678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -729.3 MicroJy,max = 849.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.35 MicroJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 457.117 MicroJy iter= 1927 IMAGR2: Field 4 Clean flux density= 13.709 MilliJy 1927 comps IMAGR2: Total Cleaned flux density = 513.314 MilliJy 10880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -719.7 MicroJy,max = 682.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.56 MicroJy IMAGR2: 729 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -449.498 MicroJy iter= 1792 IMAGR2: Field 5 Clean flux density= 4.632 MilliJy 1792 comps IMAGR2: Total Cleaned flux density = 513.466 MilliJy 11043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -774.3 MicroJy,max = 748.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.41 MicroJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 444.895 MicroJy iter= 1413 IMAGR2: Field 6 Clean flux density= 5.065 MilliJy 1413 comps IMAGR2: Total Cleaned flux density = 514.372 MilliJy 11203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -667.2 MicroJy,max = 620.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 435.35 MicroJy IMAGR2: 234 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 438.888 MicroJy iter= 1575 IMAGR2: Field 1 Clean flux density= 453.147 MilliJy 1575 comps IMAGR2: Total Cleaned flux density = 513.876 MilliJy 11290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -633.0 MicroJy,max = 724.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.87 MicroJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -437.043 MicroJy iter= 1533 IMAGR2: Field 3 Clean flux density= 6.640 MilliJy 1533 comps IMAGR2: Total Cleaned flux density = 513.473 MilliJy 11447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -713.8 MicroJy,max = 801.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.25 MicroJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 432.647 MicroJy iter= 1787 IMAGR2: Field 2 Clean flux density= 4.729 MilliJy 1787 comps IMAGR2: Total Cleaned flux density = 513.900 MilliJy 11641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -686.5 MicroJy,max = 707.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.02 MicroJy IMAGR2: 862 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -427.030 MicroJy iter= 1802 IMAGR2: Field 7 Clean flux density= 27.370 MilliJy 1802 comps IMAGR2: Total Cleaned flux density = 515.295 MilliJy 11829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -647.1 MicroJy,max = 785.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.16 MicroJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 421.178 MicroJy iter= 2122 IMAGR2: Field 4 Clean flux density= 13.747 MilliJy 2122 comps IMAGR2: Total Cleaned flux density = 515.333 MilliJy 12024 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -683.8 MicroJy,max = 634.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 409.10 MicroJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 415.747 MicroJy iter= 1979 IMAGR2: Field 5 Clean flux density= 5.099 MilliJy 1979 comps IMAGR2: Total Cleaned flux density = 515.800 MilliJy 12211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -710.3 MicroJy,max = 700.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.18 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 567 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 410.479 MicroJy iter= 1571 IMAGR2: Field 6 Clean flux density= 5.396 MilliJy 1571 comps IMAGR2: Total Cleaned flux density = 516.131 MilliJy 12369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -625.1 MicroJy,max = 590.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.52 MicroJy IMAGR2: 214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 405.352 MicroJy iter= 1654 IMAGR2: Field 1 Clean flux density= 453.022 MilliJy 1654 comps IMAGR2: Total Cleaned flux density = 516.007 MilliJy 12448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -609.1 MicroJy,max = 689.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 398.48 MicroJy IMAGR2: 647 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 403.980 MicroJy iter= 1703 IMAGR2: Field 3 Clean flux density= 6.387 MilliJy 1703 comps IMAGR2: Total Cleaned flux density = 515.753 MilliJy 12618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -678.8 MicroJy,max = 769.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.36 MicroJy IMAGR2: 914 Residual map points loaded IMAGR2: Field 2 min Clean flux = -402.747 MicroJy iter= 1921 IMAGR2: Field 2 Clean flux density= 3.829 MilliJy 1921 comps IMAGR2: Total Cleaned flux density = 514.852 MilliJy 12752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -656.7 MicroJy,max = 672.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.40 MicroJy IMAGR2: 1012 Residual map points loaded IMAGR2: Field 7 min Clean flux = 402.791 MicroJy iter= 1862 IMAGR2: Field 7 Clean flux density= 28.111 MilliJy 1862 comps IMAGR2: Total Cleaned flux density = 515.593 MilliJy 12812 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -618.9 MicroJy,max = 750.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.39 MicroJy IMAGR2: 1759 Residual map points loaded IMAGR2: Field 4 min Clean flux = 402.563 MicroJy iter= 2165 IMAGR2: Field 4 Clean flux density= 13.379 MilliJy 2165 comps IMAGR2: Total Cleaned flux density = 515.225 MilliJy 12855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -647.9 MicroJy,max = 624.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.83 MicroJy IMAGR2: 3005 Residual map points loaded IMAGR2: Field 5 min Clean flux = -402.607 MicroJy iter= 1999 IMAGR2: Field 5 Clean flux density= 5.182 MilliJy 1999 comps IMAGR2: Total Cleaned flux density = 515.307 MilliJy 12875 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -700.4 MicroJy,max = 670.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.64 MicroJy IMAGR2: 4328 Residual map points loaded IMAGR2: Field 6 min Clean flux = 402.568 MicroJy iter= 1573 IMAGR2: Field 6 Clean flux density= 5.477 MilliJy 1573 comps IMAGR2: Total Cleaned flux density = 515.388 MilliJy 12877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -600.9 MicroJy,max = 546.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.02 MicroJy IMAGR2: 5651 Residual map points loaded IMAGR2: Field 1 min Clean flux = 401.105 MicroJy iter= 1658 IMAGR2: Field 1 Clean flux density= 453.021 MilliJy 1658 comps IMAGR2: Total Cleaned flux density = 515.388 MilliJy 12881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -586.4 MicroJy,max = 671.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.62 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 3 min Clean flux = 401.131 MicroJy iter= 1706 IMAGR2: Field 3 Clean flux density= 6.346 MilliJy 1706 comps IMAGR2: Total Cleaned flux density = 515.347 MilliJy 12884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 402.791 less than limit 402.822 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1658 to 1072 components IMAGR2: Field 2 compressed from 1921 to 1435 components IMAGR2: Field 3 compressed from 1706 to 1300 components IMAGR2: Field 4 compressed from 2165 to 1619 components IMAGR2: Field 5 compressed from 1999 to 1530 components IMAGR2: Field 6 compressed from 1573 to 1213 components IMAGR2: Field 7 compressed from 1862 to 1407 components IMAGR2: Field 1 min = -601.2 MicroJy,max = 546.5 MicroJy IMAGR2: Field 2 min = -674.1 MicroJy,max = 743.2 MicroJy IMAGR2: Field 3 min = -584.9 MicroJy,max = 670.9 MicroJy IMAGR2: Field 4 min = -614.8 MicroJy,max = 747.5 MicroJy IMAGR2: Field 5 min = -640.7 MicroJy,max = 623.3 MicroJy IMAGR2: Field 6 min = -701.6 MicroJy,max = 671.2 MicroJy IMAGR2: Field 7 min = -656.7 MicroJy,max = 660.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.819 MilliJy ( 124 CCs) from field 1 to field 2 IMAGR2: Restore -1.143 MilliJy ( 144 CCs) from field 1 to field 3 IMAGR2: Restore 169.390 MicroJy ( 112 CCs) from field 1 to field 4 IMAGR2: Restore-277.278 MicroJy ( 137 CCs) from field 1 to field 5 IMAGR2: Restore 1.890 MilliJy ( 86 CCs) from field 1 to field 6 IMAGR2: Restore 510.474 MicroJy ( 102 CCs) from field 1 to field 7 IMAGR2: Restore 2.136 MilliJy ( 102 CCs) from field 2 to field 1 IMAGR2: Restore-581.051 MicroJy ( 97 CCs) from field 2 to field 3 IMAGR2: Restore 3.802 MilliJy ( 157 CCs) from field 2 to field 4 IMAGR2: Restore 384.043 MicroJy ( 100 CCs) from field 3 to field 1 IMAGR2: Restore 2.023 MilliJy ( 122 CCs) from field 3 to field 2 IMAGR2: Restore-717.152 MicroJy ( 81 CCs) from field 3 to field 5 IMAGR2: Restore 3.704 MilliJy ( 178 CCs) from field 4 to field 1 IMAGR2: Restore 4.765 MilliJy ( 145 CCs) from field 4 to field 2 IMAGR2: Restore 1.144 MilliJy ( 80 CCs) from field 4 to field 6 IMAGR2: Restore -1.013 MilliJy ( 190 CCs) from field 5 to field 1 IMAGR2: Restore 2.320 MilliJy ( 102 CCs) from field 5 to field 3 IMAGR2: Restore -3.045 MilliJy ( 180 CCs) from field 5 to field 7 IMAGR2: Restore 1.828 MilliJy ( 144 CCs) from field 6 to field 1 IMAGR2: Restore 692.778 MicroJy ( 58 CCs) from field 6 to field 4 IMAGR2: Restore 1.216 MilliJy ( 111 CCs) from field 6 to field 7 IMAGR2: Restore 1.160 MilliJy ( 132 CCs) from field 7 to field 1 IMAGR2: Restore 2.139 MilliJy ( 166 CCs) from field 7 to field 5 IMAGR2: Restore 3.956 MilliJy ( 125 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 461.220 MilliJy IMAGR2: Field 2 final Clean flux 13.436 MilliJy IMAGR2: Field 3 final Clean flux 6.942 MilliJy IMAGR2: Field 4 final Clean flux 18.043 MilliJy IMAGR2: Field 5 final Clean flux 6.327 MilliJy IMAGR2: Field 6 final Clean flux 12.467 MilliJy IMAGR2: Field 7 final Clean flux 26.792 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= 39 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 1130.1 Real= 1187 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1331+305 .FLATN . 1 (MA) on disk 1 cno 46 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Start field 5 FLATN2: Start field 6 FLATN2: Start field 7 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 12.2 Real= 21 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1331+305 .BLANK . 1 (MA) on disk 1 cno 47 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1733-130 .FLATN . 1 (MA) on disk 1 cno 47 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Start field 5 FLATN2: Start field 6 FLATN2: Start field 7 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 12.6 Real= 22 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1733-130 .BLANK . 1 (MA) on disk 1 cno 48 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create SGRA .FLATN . 1 (MA) on disk 1 cno 48 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Start field 5 FLATN2: Start field 6 FLATN2: Start field 7 FLATN2: Start field 8 FLATN2: Start field 9 FLATN2: Start field 10 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 12.1 Real= 22 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create SGRA .BLANK . 1 (MA) on disk 1 cno 49 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: 'MINIMUM FOV :39.5614 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1751-253 .FLATN . 1 (MA) on disk 1 cno 49 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Start field 5 FLATN2: Start field 6 FLATN2: Start field 7 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 12.2 Real= 21 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: 'MINIMUM FOV :39.5614 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1751-253 .BLANK . 1 (MA) on disk 1 cno 50 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 2 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: 'MINIMUM FOV :39.5614 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: 'MINIMUM FOV :38.5932 ARCSEC RADIUS' FLATN2: Task FLATN (release of 31DEC06) begins FLATN2: Create 1744-312 .FLATN . 1 (MA) on disk 1 cno 50 FLATN2: Start field 1 FLATN2: Start field 2 FLATN2: Start field 3 FLATN2: Start field 4 FLATN2: Start field 5 FLATN2: Start field 6 FLATN2: Start field 7 FLATN2: Now divide by the sum of the weights FLATN2: Appears to have ended successfully FLATN2: auto 31DEC06 TST: Cpu= 11.9 Real= 13 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: 'MINIMUM FOV :39.5614 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: 'MINIMUM FOV :38.5932 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished BLANK2: Task BLANK (release of 31DEC06) begins BLANK2: Create 1744-312 .BLANK . 1 (MA) on disk 1 cno 51 BLANK2: BEGIN PLANE 1. OF 1. BLANK2: Begin final output stage for blanked image BLANK2: Appears to have ended successfully BLANK2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_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@1744-312_C,BAND.0-1 >> /home/auto/run/AB910_1999A AIPS 2: UG24_1.0.log AIPS 2: ' NOW STARTING WITH SOURCE :5 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 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 ?' 45 >AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: '10 SECOND INTEGRATIONS (GUESS)' AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: 'MINIMUM FOV :52.3447 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: 'MINIMUM FOV :41.4547 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: 'MINIMUM FOV :39.11 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: 'MINIMUM FOV :39.5614 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: 'MINIMUM FOV :38.5932 ARCSEC RADIUS' AIPS 2: Resumes AIPS 2: Task FLATN has finished AIPS 2: Resumes AIPS 2: Task BLANK has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 19990824.TASAV.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL008.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL009.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL010.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 6.1241E-06 rms= 3.2544E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 2.4836E-02 at 406 428 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 08.85327 DEC 30 30 27.9720 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7674E-02 at 357 519 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 09.27348 DEC 30 30 38.0566 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.9854E-01 Jy. Beam area = 14.30 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1331+305 .BLANK . 1 1 xywind= 1 1 945 945 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.1879E-06 Rms= 2.2172E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.5823E-04 Rms= 2.3410E-02 JY/BEAM over 700850 pixels IMEAN2: Flux density = 7.7532E+00 Jy. beam area = 14.30 pixels IMEAN2: Minimum=-1.7674E-02 at 357 519 1 1 IMEAN2: Skypos: RA 13 31 09.27348 DEC 30 30 38.0566 IMEAN2: Maximum= 7.0754E+00 at 472 473 1 1 IMEAN2: Skypos: RA 13 31 08.28730 DEC 30 30 32.9590 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 S 2: Got(1) disk= 1 user=**** type=UV 19990824.TASAV.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL008.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL009.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL010.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 6.1241E-06 rms= 3.2544E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 2.4836E-02 at 406 428 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 08.85327 DEC 30 30 27.9720 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7674E-02 at 357 519 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 09.27348 DEC 30 30 38.0566 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.9854E-01 Jy. Beam area = 14.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Mean= 8.3854E-07 rms= 1.6535E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 1.0729E-02 at 600 479 1 1 1 1 1 AIPS 2: Skypos: RA 17 33 01.93692 DEC -13 04 49.0193 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.6257E-04 at 793 339 1 1 1 1 1 AIPS 2: Skypos: RA 17 33 00.77755 DEC -13 05 01.3062 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.9465E-02 Jy. Beam area = 30.04 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1733-130 .BLANK . 1 1 xywind= 1 1 945 945 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-3.5022E-07 Rms= 1.4764E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.8396E-04 Rms= 1.9686E-02 JY/BEAM over 700850 pixels IMEAN2: Flux density = 4.2923E+00 Jy. beam area = 30.04 pixels IMEAN2: Minimum=-1.3081E-03 at 467 465 1 1 IMEAN2: Skypos: RA 17 33 02.73583 DEC -13 04 50.2481 IMEAN2: Maximum= 4.2062E+00 at 472 473 1 1 IMEAN2: Skypos: RA 17 33 02.70580 DEC -13 04 49.5460 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 S 2: Got(1) disk= 1 user=**** type=UV 19990824.TASAV.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1331+305.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1733-130.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV SGRA.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1751-253.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=UV 1744-312.C BAND.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL008.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL009.1 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.ICL010.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL001.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL002.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL003.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL004.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL005.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL006.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.ICL007.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Mean= 6.1241E-06 rms= 3.2544E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 2.4836E-02 at 406 428 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 08.85327 DEC 30 30 27.9720 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.7674E-02 at 357 519 1 1 1 1 1 AIPS 2: Skypos: RA 13 31 09.27348 DEC 30 30 38.0566 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.9854E-01 Jy. Beam area = 14.30 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Mean= 8.3854E-07 rms= 1.6535E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 1.0729E-02 at 600 479 1 1 1 1 1 AIPS 2: Skypos: RA 17 33 01.93692 DEC -13 04 49.0193 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-6.6257E-04 at 793 339 1 1 1 1 1 AIPS 2: Skypos: RA 17 33 00.77755 DEC -13 05 01.3062 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.9465E-02 Jy. Beam area = 30.04 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= SGRA .BLANK . 1 1 xywind= 1 1 945 945 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-1.2861E-06 Rms= 1.2726E-04 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 1.1035E-04 Rms= 2.7291E-03 JY/BEAM over 700850 pixels IMEAN2: Flux density = 1.7889E+00 Jy. beam area = 43.23 pixels IMEAN2: Minimum=-3.6631E-02 at 468 483 1 1 IMEAN2: Skypos: RA 17 45 40.06355 DEC -29 00 27.2410 IMEAN2: Maximum= 4.1938E-01 at 472 475 1 1 IMEAN2: Skypos: RA 17 45 40.03830 DEC -29 00 27.9034 IMEAN2: Skypos: IPOL 4860.100 MHZ LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1751-253 .BLANK . 1 1 xywind= 1 1 945 945 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-3.4477E-07 Rms= 7.6498E-05 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 2.5937E-05 Rms= 2.4765E-03 JY/BEAM over 700850 pixels IMEAN2: Flux density = 4.7437E-01 Jy. beam area = 38.32 pixels IMEAN2: Minimum=-4.9101E-04 at 514 15 1 1 IMEAN2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 IMEAN2: Maximum= 4.7060E-01 at 472 473 1 1 IMEAN2: Skypos: RA 17 51 51.26510 DEC -25 23 59.8030 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels IMEAN2: Task IMEAN (release of 31DEC06) begins IMEAN2: Image= 1744-312 .BLANK . 1 1 xywind= 1 1 945 945 IMEAN2: Mean and rms found by fitting peak in histogram: IMEAN2: Mean=-7.1877E-07 Rms= 8.0846E-05 **** from histogram IMEAN2: Mean and rms found by including all data: IMEAN2: Mean= 3.0412E-05 Rms= 2.5740E-03 JY/BEAM over 700850 pixels IMEAN2: Flux density = 4.4613E-01 Jy. beam area = 47.78 pixels IMEAN2: Minimum=-5.0081E-04 at 925 370 1 1 IMEAN2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 IMEAN2: Maximum= 4.3603E-01 at 472 473 1 1 IMEAN2: Skypos: RA 17 44 23.58290 DEC -31 16 35.9740 IMEAN2: Skypos: IPOL 4860.100 MHZ IMEAN2: returns adverbs to AIPS IMEAN2: Appears to have ended successfully IMEAN2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1331+305 .RADCOR. 1 (MA) on disk 1 cno 51 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1733-130 .RADCOR. 1 (MA) on disk 1 cno 51 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.3 Real= 1 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create SGRA .RADCOR. 1 (MA) on disk 1 cno 51 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1751-253.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1751-253 .RADCOR. 1 (MA) on disk 1 cno 51 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 sumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Mean= 7.5839E-05 rms= 8.6408E-04 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3249E-02 at 552 498 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 39.53335 DEC -29 00 25.9989 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-1.8696E-02 at 435 584 1 1 1 1 1 AIPS 2: Skypos: RA 17 45 40.27184 DEC -29 00 18.8780 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 1.2231E+00 Jy. Beam area = 43.23 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Mean= 4.8437E-08 rms= 7.8454E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 4.3196E-04 at 461 105 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.33310 DEC -25 24 30.6258 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-4.9101E-04 at 514 15 1 1 1 1 1 AIPS 2: Skypos: RA 17 51 51.00546 DEC -25 24 38.1639 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 8.8133E-04 Jy. Beam area = 38.32 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Mean= 1.5958E-07 rms= 8.3720E-05 JY/BEAM over 697250. pixels AIPS 2: Maximum= 8.0727E-04 at 480 569 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 23.53191 DEC -31 16 28.1301 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Minimum=-5.0081E-04 at 925 370 1 1 1 1 1 AIPS 2: Skypos: RA 17 44 20.69567 DEC -31 16 44.3879 AIPS 2: Skypos: IPOL 4860.100 MHZ AIPS 2: Flux density = 2.3290E-03 Jy. Beam area = 47.78 pixels AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: IMEAN was not found to be running AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1751-253.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 PBCOR2: Task PBCOR (release of 31DEC06) begins PBCOR2: Create 1744-312 .RADCOR. 1 (MA) on disk 1 cno 51 PBCOR2: Appears to have ended successfully PBCOR2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1331+305 .NVAS06. 1 (MA) on disk 1 cno 51 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1733-130 .NVAS06. 1 (MA) on disk 1 cno 51 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create SGRA .NVAS06. 1 (MA) on disk 1 cno 51 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1751-253.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1751-253 .NVAS06. 1 (MA) on disk 1 cno 51 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1751-253.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.RADCOR.1 CPYRT2: Task CPYRT (release of 31DEC06) begins CPYRT2: Create 1744-312 .NVAS06. 1 (MA) on disk 1 cno 51 CPYRT2: ZTXOP2: using translated file name = CPYRT2: ZTXOP2: /home/auto/Arch_Cprt CPYRT2: Appears to have ended successfully LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! CPYRT2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.BLANK.1 AIPS 2: Resumes AIPS 2: Task PBCOR has finished AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Disk 1 No files needed renumbering AIPS 2: Got(1) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1331+305.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1733-130.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA SGRA.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1751-253.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1751-253.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 AIPS 2: Got(1) disk= 1 user=**** type=MA 1744-312.RADCOR.1 AIPS 2: Got(O) disk= 1 user=**** type=MA 1744-312.RADCOR.1 AIPS 2: Resumes AIPS 2: CPYRT was not found to be running AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 48 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 50 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18500: 11353 messages, oldest written 13-OCT-2006 07:07: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= 1.4 Real= 9256 /home/auto/run/AB910_1999AUG24_1.0.run finished on Fri Oct 13 09:54:21 MDT 2006