AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 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 *not* 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: 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 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: string*20 expnm AIPS 2: string*48 expmsg 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) = 1e6; 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;go 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 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;if(star>0)then;calsour'';ca lcode'*';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''; AIPS 2: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: 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(4 )=3*bparm(1) AIPS 2: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 2: go;szf=nfield;szc=cellsize;szi=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=1e6)&(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: 'AS673_1999NOV20_1' >>AIPS 2: 'AS673_1999NOV20_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: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 2: while (kk<5) 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=5;else;kk=kk+1;end AIPS 2: end AIPS 2: for i=3:uvi;getname 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: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 2: $ so instead of maximum frequency span, use max individual bandw idth AIPS 2: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end 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);gethea d 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/fov; end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(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 ra dius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(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=1 5;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 2: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 2: go;wait;allzap;recat AIPS 2: 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 (intype<>'MA');mai=mai+1;getname mai;end AIPS 2: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 2: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 2: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 2: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 2: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 2: end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 2: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file 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: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 2: end 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,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 2: string*1 pm,rmsc AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expn AIPS 2: ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 2: typ ki, keys AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 2: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 2: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 2: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 2: typ 'HERE' AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 2: keyword='CDELT'!!char(ki);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));clrtemp AIPS 2: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 2: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 2: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 2: end; AIPS 2: typ ki 'TOO' 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: typ 'BUILD NOW' AIPS 2: if (intype='MA')then; $read conv size, rms from header, use im si*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: AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: else AIPS 2: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 2: end AIPS 2: AIPS 2: if (expnm='') then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 2: end AIPS 2: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print outf AIPS 2: AIPS 2: $ make the source dir here 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)=cha r(rs)!!zz;end AIPS 2: $ sys2com(4)=substr(sys2com(4),1,4) 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(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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 1.33 min. of data in 4 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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= 8.886E-02 +- 2.628E-03 source= 1820-254 FLAGR2: Overall average rms= 1.285E-03 +- 1.244E-04 source= 1820-254 FLAGR2: Overall average amp= 1.846E-03 +- 1.936E-04 source= WR105 FLAGR2: Overall average rms= 9.111E-04 +- 9.377E-05 source= WR105 FLAGR2: Overall average amp= 3.007E-01 +- 4.246E-02 source= 0137+331 FLAGR2: Overall average rms= 1.495E-03 +- 2.528E-04 source= 0137+331 FLAGR2: Found 0 bad times, 86 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 84 antenna & IF dependent flags FLAGR2: Wrote 2 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 1.0 Real= 2 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY2: '0137+331 ' IF = 2 FLUX = 3.1449 (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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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 19991120 . X 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 1062 good solutions CALIB2: Failed on 18 solutions CALIB2: Average closure rms = 0.0089 +- 0.0019 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.22727 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.18182 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.04545 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.09091 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.20455 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.20455 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.04545 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 13 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C48_X.MODEL CALRD2: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991120 . X 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 3.164 Jy CALIB2: FACSET: 3.429181 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.22586E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 3.145 Jy CALIB2: FACSET: 3.429181 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.17087E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 300 CCs CALIB2: Determining solutions CALIB2: Deleted 71 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 284 good solutions CALIB2: Average closure rms = 0.0034 +- 0.0004 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.08333 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.33333 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.08333 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.08333 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.6 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 270 merged records from 270 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 425 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 270 merged records from 270 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 19991120 . X 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.300E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.302E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.324E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.323E+00 CALIB2: Found 293 good solutions CALIB2: Failed on 3 solutions CALIB2: Average closure rms = 0.0014 +- 0.0005 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.66667 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.08333 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.08333 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 13 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 19991120 . X 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 3.164 Jy CALIB2: FACSET: 3.429181 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.22586E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 3.145 Jy CALIB2: FACSET: 3.429181 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.17087E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 300 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.133E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.133E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.134E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.164E+00 CALIB2: Found 96 good solutions CALIB2: Average closure rms = 0.0007 +- 0.0001 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.6 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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: 1820-254 : 0 A 1 0.86401 +/- 0.00367 GETJY2: 2 0.86351 +/- 0.00364 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 74 merged records from 74 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 408 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 74 merged records from 74 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 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.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 19991120 .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.0 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1820-254 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1062 925 1086 SPLIT2: Fully 0 0 10697 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 WR105 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2089 1915 2209 SPLIT2: Fully 0 0 23328 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 0137+331 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 69 0 69 SPLIT2: Fully 0 0 4186 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: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05785 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1820-254_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1820-254 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.23397 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23397 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1820-254_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 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 36.6 deg away - ignoring 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= 1.3 Real= 3 C 1 1012 1012 18 20 57.85 -25 28 12.6 00001 -1 507 512 513 C 2 1012 1012 18 20 57.85 -25 31 31.8 00002 -1 507 512 513 C 3 1012 1012 18 20 45.11 -25 29 52.1 00003 -1 507 512 513 C 4 1012 1012 18 21 10.59 -25 29 52.1 00004 -1 507 512 513 C 5 1012 1012 18 20 45.12 -25 26 33.0 00005 -1 507 512 513 C 6 1012 1012 18 21 10.59 -25 26 33.0 00006 -1 507 512 513 C 7 1012 1012 18 20 57.85 -25 24 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05785 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1820-254_X,BAND.0-1 >> /home/auto/run/AS673_1999N AIPS 2: OV20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1820-254' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1820-254_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0834E-02 -1.5000E-02 0 IMAGR2: Field 2 1012 1012 -1.0834E-02 -1.9921E+02 0 IMAGR2: Field 3 1012 1012 -1.7254E+02 -9.9515E+01 0 IMAGR2: Field 4 1012 1012 1.7252E+02 -9.9515E+01 0 IMAGR2: Field 5 1012 1012 -1.7240E+02 9.9585E+01 0 IMAGR2: Field 6 1012 1012 1.7252E+02 9.9585E+01 0 IMAGR2: Field 7 1012 1012 -1.0834E-02 1.9918E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1820-254_X,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 1820-254 .IMAGR . 1 (UV) on disk 1 cno 6 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 11783 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.007E+05 IMAGR2: UVWAIT: Adding temperance S 2.013E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.046E+08 and out 1.451E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR2: UVWAIT: Average summed weight 1.007E+05 over 22923 vis IMAGR2: Create 1820-254 .IBM001. 1 (MA) on disk 1 cno 7 IMAGR2: Create 1820-254 .IBM002. 1 (MA) on disk 1 cno 8 IMAGR2: Create 1820-254 .IBM003. 1 (MA) on disk 1 cno 9 IMAGR2: Create 1820-254 .IBM004. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1820-254 .IBM005. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1820-254 .IBM006. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1820-254 .IBM007. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1820-254 .ICL001. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1820-254 .ICL002. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1820-254 .ICL003. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1820-254 .ICL004. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1820-254 .ICL005. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1820-254 .ICL006. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1820-254 .ICL007. 1 (MA) on disk 1 cno 20 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; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 1 Beam min = -164.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.499 x 0.644 arcsec, PA= 16.4 IMAGR2: Field 2 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 2 Beam min = -153.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.502 x 0.644 arcsec, PA= 16.4 IMAGR2: Field 3 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 3 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.502 x 0.644 arcsec, PA= 16.5 IMAGR2: Field 4 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 4 Beam min = -162.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.500 x 0.644 arcsec, PA= 16.4 IMAGR2: Field 5 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 5 Beam min = -145.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.499 x 0.644 arcsec, PA= 16.5 IMAGR2: Field 6 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 6 Beam min = -127.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.497 x 0.644 arcsec, PA= 16.4 IMAGR2: Field 7 Sum of gridding weights = 1.54055E+09 IMAGR2: Field 7 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.497 x 0.644 arcsec, PA= 16.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -71.4 MilliJy,max = 781.6 MilliJy IMAGR2: Field 2 min = -71.2 MilliJy,max = 131.2 MilliJy IMAGR2: Field 3 min = -59.8 MilliJy,max = 143.9 MilliJy IMAGR2: Field 4 min = -66.5 MilliJy,max = 112.8 MilliJy IMAGR2: Field 5 min = -60.5 MilliJy,max = 103.8 MilliJy IMAGR2: Field 6 min = -66.8 MilliJy,max = 143.2 MilliJy IMAGR2: Field 7 min = -62.2 MilliJy,max = 134.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 56.23 MilliJy IMAGR2: 9917 Residual map points loaded IMAGR2: Field 1 min allowed flux = 373.858 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 445.171 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 445.171 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -41.2 MilliJy,max = 336.5 MilliJy IMAGR2: BGC Clean: using 1201 cell beam + residuals > 45.54 MilliJy IMAGR2: 1605 Residual map points loaded IMAGR2: Field 1 min allowed flux = 161.479 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 636.862 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 636.862 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.2 MilliJy,max = 149.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.94 MilliJy IMAGR2: 301 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 72.711 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 782.022 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 782.022 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -26.6 MilliJy,max = 34.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.957E-02 < Second best 1.252E-01 IMAGR2: Field 2 min = -29.3 MilliJy,max = 38.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.699E-02 < Second best 1.241E-01 IMAGR2: Field 6 min = -27.8 MilliJy,max = 32.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.736E-02 < Second best 1.178E-01 IMAGR2: Field 3 min = -26.9 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.858E-02 < Second best 1.076E-01 IMAGR2: Field 4 min = -22.9 MilliJy,max = 28.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.414E-02 < Second best 9.911E-02 IMAGR2: Field 5 min = -24.5 MilliJy,max = 31.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.401E-02 < Second best 6.922E-02 IMAGR2: Field 1 min = -39.1 MilliJy,max = 71.0 MilliJy IMAGR2: BGC Clean: using 277 cell beam + residuals > 17.87 MilliJy IMAGR2: 9941 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 35.429 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 948.814 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 948.814 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -27.6 MilliJy,max = 29.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.709E-02 < Second best 3.379E-02 IMAGR2: Field 1 min = -33.8 MilliJy,max = 33.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.53 MilliJy IMAGR2: 8363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 27.594 MilliJy iter= 140 IMAGR2: Field 1 Clean flux density= 1.008 Jy 140 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -25.6 MilliJy,max = 27.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.520E-02 < Second best 2.858E-02 IMAGR2: Field 3 min = -24.3 MilliJy,max = 27.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.343E-02 < Second best 2.736E-02 IMAGR2: Field 6 min = -26.1 MilliJy,max = 27.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.230E-02 < Second best 2.709E-02 IMAGR2: Field 2 min = -25.4 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.430E-02 < Second best 2.641E-02 IMAGR2: Field 1 min = -26.4 MilliJy,max = 30.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.18 MilliJy IMAGR2: 7965 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -22.711 MilliJy iter= 228 IMAGR2: Field 1 Clean flux density= 998.132 MilliJy 228 comps IMAGR2: Total Cleaned flux density = 998.132 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -25.0 MilliJy,max = 25.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.09 MilliJy IMAGR2: 2874 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 19.719 MilliJy iter= 80 IMAGR2: Field 7 Clean flux density= 17.600 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.5 MilliJy,max = 24.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.249E-02 < Second best 2.414E-02 IMAGR2: Field 4 min = -20.5 MilliJy,max = 20.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.957E-02 < Second best 2.401E-02 IMAGR2: Field 5 min = -20.5 MilliJy,max = 20.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.735E-02 < Second best 2.343E-02 IMAGR2: Field 3 min = -22.6 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.55 MilliJy IMAGR2: 802 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 17.129 MilliJy iter= 57 IMAGR2: Field 3 Clean flux density= 31.084 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -22.6 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.50 MilliJy IMAGR2: 1669 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 17.711 MilliJy iter= 88 IMAGR2: Field 2 Clean flux density= -16.723 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -20.1 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.924E-02 < Second best 2.177E-02 IMAGR2: Field 1 min = -21.1 MilliJy,max = 23.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.39 MilliJy IMAGR2: 4809 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 17.397 MilliJy iter= 381 IMAGR2: Field 1 Clean flux density= 1.036 Jy 381 comps IMAGR2: Total Cleaned flux density = 1.068 Jy 606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -18.3 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.622E-02 < Second best 1.924E-02 IMAGR2: Field 6 min = -18.6 MilliJy,max = 22.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.780E-02 < Second best 1.889E-02 IMAGR2: Field 7 min = -19.6 MilliJy,max = 21.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.70 MilliJy IMAGR2: 2320 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 15.147 MilliJy iter= 207 IMAGR2: Field 7 Clean flux density= 21.665 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 1.072 Jy 733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.0 MilliJy,max = 21.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.597E-02 < Second best 1.735E-02 IMAGR2: Field 5 min = -18.2 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.516E-02 < Second best 1.697E-02 IMAGR2: Field 2 min = -18.6 MilliJy,max = 20.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.541E-02 < Second best 1.668E-02 IMAGR2: Field 1 min = -18.1 MilliJy,max = 22.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.525E-02 < Second best 1.640E-02 IMAGR2: Field 3 min = -19.4 MilliJy,max = 20.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.426E-02 < Second best 1.622E-02 IMAGR2: Field 4 min = -17.2 MilliJy,max = 16.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.20 MilliJy IMAGR2: 1003 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 12.962 MilliJy iter= 123 IMAGR2: Field 4 Clean flux density= 16.132 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.1 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.16 MilliJy IMAGR2: 1068 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 12.794 MilliJy iter= 133 IMAGR2: Field 6 Clean flux density= 20.041 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 989 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -15.8 MilliJy,max = 18.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.416E-02 < Second best 1.525E-02 IMAGR2: Field 1 min = -16.1 MilliJy,max = 20.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.81 MilliJy IMAGR2: 2752 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.682 MilliJy iter= 565 IMAGR2: Field 1 Clean flux density= 1.057 Jy 565 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 1173 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.4 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.334E-02 < Second best 1.453E-02 IMAGR2: Field 7 min = -13.9 MilliJy,max = 17.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-02 < Second best 1.426E-02 IMAGR2: Field 3 min = -17.5 MilliJy,max = 16.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.245E-02 < Second best 1.416E-02 IMAGR2: Field 2 min = -15.2 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.93 MilliJy IMAGR2: 2507 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 11.545 MilliJy iter= 291 IMAGR2: Field 2 Clean flux density= -25.065 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 1376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.9 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.256E-02 < Second best 1.334E-02 IMAGR2: Field 5 min = -14.0 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.80 MilliJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 10.594 MilliJy iter= 114 IMAGR2: Field 5 Clean flux density= -9.160 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 1490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.0 MilliJy,max = 16.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.153E-02 < Second best 1.245E-02 IMAGR2: Field 3 min = -13.5 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.170E-02 < Second best 1.242E-02 IMAGR2: Field 4 min = -13.2 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.064E-02 < Second best 1.226E-02 IMAGR2: Field 6 min = -12.5 MilliJy,max = 15.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-02 < Second best 1.217E-02 IMAGR2: Field 1 min = -13.1 MilliJy,max = 16.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.67 MilliJy IMAGR2: 3304 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.009 MilliJy iter= 812 IMAGR2: Field 1 Clean flux density= 1.069 Jy 812 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 1737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.6 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-02 < Second best 1.153E-02 IMAGR2: Field 7 min = -11.9 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.53 MilliJy IMAGR2: 1753 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.492 MilliJy iter= 409 IMAGR2: Field 7 Clean flux density= 35.119 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 1939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.9 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.621E-03 < Second best 1.098E-02 IMAGR2: Field 3 min = -11.5 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.01 MilliJy IMAGR2: 1070 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.778 MilliJy iter= 247 IMAGR2: Field 3 Clean flux density= 41.524 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 2129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.0 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.708E-03 < Second best 1.064E-02 IMAGR2: Field 4 min = -10.9 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.85 MilliJy IMAGR2: 386 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 8.255 MilliJy iter= 232 IMAGR2: Field 4 Clean flux density= 27.064 MilliJy 232 comps IMAGR2: Total Cleaned flux density = 1.159 Jy 2238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.1 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.588E-03 < Second best 9.708E-03 IMAGR2: Field 6 min = -10.3 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.61 MilliJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -7.868 MilliJy iter= 209 IMAGR2: Field 6 Clean flux density= 24.846 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 1.163 Jy 2314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.573E-03 < Second best 9.610E-03 IMAGR2: Field 1 min = -10.2 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.657E-03 < Second best 9.113E-03 IMAGR2: Field 7 min = -10.1 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.63 MilliJy IMAGR2: 2514 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 7.371 MilliJy iter= 677 IMAGR2: Field 7 Clean flux density= 41.144 MilliJy 677 comps IMAGR2: Total Cleaned flux density = 1.169 Jy 2582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.59 MilliJy IMAGR2: 1002 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.056 MilliJy iter= 997 IMAGR2: Field 1 Clean flux density= 1.085 Jy 997 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 2767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.3 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.795E-03 < Second best 8.573E-03 IMAGR2: Field 2 min = -9.4 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.962E-03 < Second best 8.417E-03 IMAGR2: Field 3 min = -8.9 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.183E-03 < Second best 7.962E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.16 MilliJy IMAGR2: 1517 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.725 MilliJy iter= 550 IMAGR2: Field 2 Clean flux density= -9.009 MilliJy 550 comps IMAGR2: Total Cleaned flux density = 1.201 Jy 3026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.7 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.089E-03 < Second best 7.795E-03 IMAGR2: Field 5 min = -8.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.96 MilliJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.309 MilliJy iter= 292 IMAGR2: Field 5 Clean flux density= -3.960 MilliJy 292 comps IMAGR2: Total Cleaned flux density = 1.206 Jy 3204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.0 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.82 MilliJy IMAGR2: 455 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.081 MilliJy iter= 353 IMAGR2: Field 6 Clean flux density= 40.583 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 1.222 Jy 3348 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.5 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.489E-03 < Second best 7.089E-03 IMAGR2: Field 4 min = -8.2 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.703E-03 < Second best 7.080E-03 IMAGR2: Field 7 min = -7.9 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.314E-03 < Second best 6.772E-03 IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.162E-03 < Second best 6.703E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.18 MilliJy IMAGR2: 1302 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.595 MilliJy iter= 498 IMAGR2: Field 4 Clean flux density= 42.586 MilliJy 498 comps IMAGR2: Total Cleaned flux density = 1.237 Jy 3614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.2 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.17 MilliJy IMAGR2: 1084 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.517 MilliJy iter= 488 IMAGR2: Field 3 Clean flux density= 51.735 MilliJy 488 comps IMAGR2: Total Cleaned flux density = 1.248 Jy 3855 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.729E-03 < Second best 6.314E-03 IMAGR2: Field 7 min = -7.6 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.862E-03 < Second best 6.162E-03 IMAGR2: Field 1 min = -7.0 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.81 MilliJy IMAGR2: 1112 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.108 MilliJy iter= 1234 IMAGR2: Field 1 Clean flux density= 1.082 Jy 1234 comps IMAGR2: Total Cleaned flux density = 1.245 Jy 4092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.858 MilliJy iter= 469 IMAGR2: Field 5 Clean flux density= 21.648 MilliJy 469 comps IMAGR2: Total Cleaned flux density = 1.271 Jy 4269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.9 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.425E-03 < Second best 5.834E-03 IMAGR2: Field 6 min = -6.9 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.187E-03 < Second best 5.729E-03 IMAGR2: Field 2 min = -7.0 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR2: 1251 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.708 MilliJy iter= 823 IMAGR2: Field 2 Clean flux density= -5.387 MilliJy 823 comps IMAGR2: Total Cleaned flux density = 1.274 Jy 4542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.4 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.41 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.558 MilliJy iter= 824 IMAGR2: Field 7 Clean flux density= 36.669 MilliJy 824 comps IMAGR2: Total Cleaned flux density = 1.270 Jy 4689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.7 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.965E-03 < Second best 5.296E-03 IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.759E-03 < Second best 5.187E-03 IMAGR2: Field 6 min = -6.3 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR2: 1062 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.261 MilliJy iter= 627 IMAGR2: Field 6 Clean flux density= 53.180 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 1.283 Jy 4963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.631E-03 < Second best 4.906E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.967 MilliJy iter= 1409 IMAGR2: Field 1 Clean flux density= 1.082 Jy 1409 comps IMAGR2: Total Cleaned flux density = 1.282 Jy 5138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.5 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.433E-03 < Second best 4.661E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.229E-03 < Second best 4.631E-03 IMAGR2: Field 4 min = -5.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.69 MilliJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.856 MilliJy iter= 726 IMAGR2: Field 4 Clean flux density= 36.053 MilliJy 726 comps IMAGR2: Total Cleaned flux density = 1.276 Jy 5366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.106E-03 < Second best 4.433E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR2: 1068 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.692 MilliJy iter= 761 IMAGR2: Field 3 Clean flux density= 44.302 MilliJy 761 comps IMAGR2: Total Cleaned flux density = 1.268 Jy 5639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 1391 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.577 MilliJy iter= 1131 IMAGR2: Field 7 Clean flux density= 42.621 MilliJy 1131 comps IMAGR2: Total Cleaned flux density = 1.274 Jy 5946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.900E-03 < Second best 4.106E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.828E-03 < Second best 4.088E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.297 MilliJy iter= 802 IMAGR2: Field 6 Clean flux density= 51.427 MilliJy 802 comps IMAGR2: Total Cleaned flux density = 1.272 Jy 6121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR2: 867 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.325 MilliJy iter= 711 IMAGR2: Field 5 Clean flux density= 18.803 MilliJy 711 comps IMAGR2: Total Cleaned flux density = 1.270 Jy 6363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.288 MilliJy iter= 1014 IMAGR2: Field 2 Clean flux density= 2.139 MilliJy 1014 comps IMAGR2: Total Cleaned flux density = 1.277 Jy 6554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.417E-03 < Second best 3.701E-03 IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.97 MilliJy IMAGR2: 433 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.051 MilliJy iter= 894 IMAGR2: Field 4 Clean flux density= 35.401 MilliJy 894 comps IMAGR2: Total Cleaned flux density = 1.276 Jy 6722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 455 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.935 MilliJy iter= 927 IMAGR2: Field 3 Clean flux density= 47.927 MilliJy 927 comps IMAGR2: Total Cleaned flux density = 1.280 Jy 6888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.246E-03 < Second best 3.417E-03 IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.826 MilliJy iter= 1680 IMAGR2: Field 1 Clean flux density= 1.090 Jy 1680 comps IMAGR2: Total Cleaned flux density = 1.289 Jy 7159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 485 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.777 MilliJy iter= 1299 IMAGR2: Field 7 Clean flux density= 35.771 MilliJy 1299 comps IMAGR2: Total Cleaned flux density = 1.282 Jy 7327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.701 MilliJy iter= 877 IMAGR2: Field 5 Clean flux density= 26.106 MilliJy 877 comps IMAGR2: Total Cleaned flux density = 1.289 Jy 7493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.0 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.626 MilliJy iter= 995 IMAGR2: Field 6 Clean flux density= 45.637 MilliJy 995 comps IMAGR2: Total Cleaned flux density = 1.283 Jy 7686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR2: 1237 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.568 MilliJy iter= 1347 IMAGR2: Field 2 Clean flux density= -1.011 MilliJy 1347 comps IMAGR2: Total Cleaned flux density = 1.280 Jy 8019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 689 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.462 MilliJy iter= 1124 IMAGR2: Field 4 Clean flux density= 39.598 MilliJy 1124 comps IMAGR2: Total Cleaned flux density = 1.284 Jy 8249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 507 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.391 MilliJy iter= 1123 IMAGR2: Field 3 Clean flux density= 45.008 MilliJy 1123 comps IMAGR2: Total Cleaned flux density = 1.281 Jy 8445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.526E-03 < Second best 2.669E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.20 MilliJy IMAGR2: 904 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.271 MilliJy iter= 1562 IMAGR2: Field 7 Clean flux density= 39.349 MilliJy 1562 comps IMAGR2: Total Cleaned flux density = 1.285 Jy 8708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 807 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.207 MilliJy iter= 1118 IMAGR2: Field 5 Clean flux density= 23.491 MilliJy 1118 comps IMAGR2: Total Cleaned flux density = 1.282 Jy 8949 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.14 MilliJy IMAGR2: 378 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.182 MilliJy iter= 1840 IMAGR2: Field 1 Clean flux density= 1.095 Jy 1840 comps IMAGR2: Total Cleaned flux density = 1.287 Jy 9109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.142 MilliJy iter= 1233 IMAGR2: Field 6 Clean flux density= 44.728 MilliJy 1233 comps IMAGR2: Total Cleaned flux density = 1.286 Jy 9347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.239E-03 < Second best 2.365E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 1178 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.016 MilliJy iter= 1464 IMAGR2: Field 4 Clean flux density= 39.384 MilliJy 1464 comps IMAGR2: Total Cleaned flux density = 1.286 Jy 9687 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 809 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.949 MilliJy iter= 1400 IMAGR2: Field 3 Clean flux density= 45.662 MilliJy 1400 comps IMAGR2: Total Cleaned flux density = 1.287 Jy 9964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 701 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.935 MilliJy iter= 1596 IMAGR2: Field 2 Clean flux density= 2.501 MilliJy 1596 comps IMAGR2: Total Cleaned flux density = 1.290 Jy 10213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.868 MilliJy iter= 1771 IMAGR2: Field 7 Clean flux density= 41.100 MilliJy 1771 comps IMAGR2: Total Cleaned flux density = 1.292 Jy 10422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 612 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.814 MilliJy iter= 1328 IMAGR2: Field 5 Clean flux density= 28.475 MilliJy 1328 comps IMAGR2: Total Cleaned flux density = 1.297 Jy 10632 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 476 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.767 MilliJy iter= 2034 IMAGR2: Field 1 Clean flux density= 1.100 Jy 2034 comps IMAGR2: Total Cleaned flux density = 1.302 Jy 10826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.737 MilliJy iter= 1554 IMAGR2: Field 6 Clean flux density= 38.406 MilliJy 1554 comps IMAGR2: Total Cleaned flux density = 1.295 Jy 11147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 567 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.662 MilliJy iter= 1680 IMAGR2: Field 4 Clean flux density= 42.366 MilliJy 1680 comps IMAGR2: Total Cleaned flux density = 1.298 Jy 11363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 721 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.627 MilliJy iter= 1649 IMAGR2: Field 3 Clean flux density= 45.614 MilliJy 1649 comps IMAGR2: Total Cleaned flux density = 1.298 Jy 11612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1074 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.593 MilliJy iter= 1922 IMAGR2: Field 2 Clean flux density= 6.216 MilliJy 1922 comps IMAGR2: Total Cleaned flux density = 1.302 Jy 11938 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 940 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.547 MilliJy iter= 2075 IMAGR2: Field 7 Clean flux density= 40.998 MilliJy 2075 comps IMAGR2: Total Cleaned flux density = 1.302 Jy 12242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 885 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.505 MilliJy iter= 1597 IMAGR2: Field 5 Clean flux density= 27.118 MilliJy 1597 comps IMAGR2: Total Cleaned flux density = 1.300 Jy 12511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 423 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.459 MilliJy iter= 2218 IMAGR2: Field 1 Clean flux density= 1.103 Jy 2218 comps IMAGR2: Total Cleaned flux density = 1.303 Jy 12695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 891 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.433 MilliJy iter= 1856 IMAGR2: Field 6 Clean flux density= 40.221 MilliJy 1856 comps IMAGR2: Total Cleaned flux density = 1.305 Jy 12997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 946 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.401 MilliJy iter= 1997 IMAGR2: Field 4 Clean flux density= 41.883 MilliJy 1997 comps IMAGR2: Total Cleaned flux density = 1.305 Jy 13314 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.34 MilliJy IMAGR2: 789 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.367 MilliJy iter= 1929 IMAGR2: Field 3 Clean flux density= 44.252 MilliJy 1929 comps IMAGR2: Total Cleaned flux density = 1.303 Jy 13594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 858 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.329 MilliJy iter= 2219 IMAGR2: Field 2 Clean flux density= 6.690 MilliJy 2219 comps IMAGR2: Total Cleaned flux density = 1.304 Jy 13891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 876 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.292 MilliJy iter= 2377 IMAGR2: Field 7 Clean flux density= 43.993 MilliJy 2377 comps IMAGR2: Total Cleaned flux density = 1.307 Jy 14193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.260 MilliJy iter= 1903 IMAGR2: Field 5 Clean flux density= 28.256 MilliJy 1903 comps IMAGR2: Total Cleaned flux density = 1.308 Jy 14499 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.227 MilliJy iter= 2405 IMAGR2: Field 1 Clean flux density= 1.107 Jy 2405 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 14686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.212 MilliJy iter= 2219 IMAGR2: Field 6 Clean flux density= 38.823 MilliJy 2219 comps IMAGR2: Total Cleaned flux density = 1.311 Jy 15049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 1118 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.182 MilliJy iter= 2369 IMAGR2: Field 4 Clean flux density= 39.567 MilliJy 2369 comps IMAGR2: Total Cleaned flux density = 1.309 Jy 15421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1049 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.153 MilliJy iter= 2273 IMAGR2: Field 3 Clean flux density= 46.505 MilliJy 2273 comps IMAGR2: Total Cleaned flux density = 1.311 Jy 15765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.128 MilliJy iter= 2576 IMAGR2: Field 2 Clean flux density= 9.260 MilliJy 2576 comps IMAGR2: Total Cleaned flux density = 1.314 Jy 16122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.099 MilliJy iter= 2713 IMAGR2: Field 7 Clean flux density= 42.626 MilliJy 2713 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 16458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.071 MilliJy iter= 2200 IMAGR2: Field 5 Clean flux density= 30.913 MilliJy 2200 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 16755 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 402 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.045 MilliJy iter= 2590 IMAGR2: Field 1 Clean flux density= 1.110 Jy 2590 comps IMAGR2: Total Cleaned flux density = 1.317 Jy 16940 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1197 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.034 MilliJy iter= 2617 IMAGR2: Field 6 Clean flux density= 37.040 MilliJy 2617 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 17338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 983.25 MicroJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.008 MilliJy iter= 2768 IMAGR2: Field 4 Clean flux density= 36.335 MilliJy 2768 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 17737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.52 MicroJy IMAGR2: 1232 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 985.316 MicroJy iter= 2661 IMAGR2: Field 3 Clean flux density= 46.235 MilliJy 2661 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 18125 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 > 939.27 MicroJy IMAGR2: 1024 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 960.115 MicroJy iter= 2946 IMAGR2: Field 2 Clean flux density= 13.263 MilliJy 2946 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 18495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 918.02 MicroJy IMAGR2: 1135 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -938.807 MicroJy iter= 3097 IMAGR2: Field 7 Clean flux density= 44.392 MilliJy 3097 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 18879 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 900.22 MicroJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 918.198 MicroJy iter= 2533 IMAGR2: Field 5 Clean flux density= 28.651 MilliJy 2533 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 19212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 887.14 MicroJy IMAGR2: 463 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 898.129 MicroJy iter= 2793 IMAGR2: Field 1 Clean flux density= 1.110 Jy 2793 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 19415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.05 MicroJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -890.699 MicroJy iter= 3080 IMAGR2: Field 6 Clean flux density= 37.498 MilliJy 3080 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 19878 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 848.36 MicroJy IMAGR2: 1250 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 868.344 MicroJy iter= 3190 IMAGR2: Field 4 Clean flux density= 34.741 MilliJy 3190 comps IMAGR2: Total Cleaned flux density = 1.314 Jy 20300 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.18 MicroJy IMAGR2: 1475 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -851.096 MicroJy iter= 3119 IMAGR2: Field 3 Clean flux density= 45.100 MilliJy 3119 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 20758 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.34 MicroJy IMAGR2: 1317 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -832.031 MicroJy iter= 3374 IMAGR2: Field 2 Clean flux density= 15.520 MilliJy 3374 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 21186 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 > 796.33 MicroJy IMAGR2: 1204 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -813.583 MicroJy iter= 3508 IMAGR2: Field 7 Clean flux density= 43.714 MilliJy 3508 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 21597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.27 MicroJy IMAGR2: 1013 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 795.742 MicroJy iter= 2884 IMAGR2: Field 5 Clean flux density= 27.332 MilliJy 2884 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 21948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 770.91 MicroJy IMAGR2: 414 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 779.090 MicroJy iter= 3000 IMAGR2: Field 1 Clean flux density= 1.112 Jy 3000 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 22155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.89 MicroJy IMAGR2: 1407 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 773.244 MicroJy iter= 3564 IMAGR2: Field 6 Clean flux density= 35.041 MilliJy 3564 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 22639 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 740.42 MicroJy IMAGR2: 1483 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 758.141 MicroJy iter= 3680 IMAGR2: Field 4 Clean flux density= 33.461 MilliJy 3680 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 23129 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.10 MicroJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -743.214 MicroJy iter= 3626 IMAGR2: Field 3 Clean flux density= 45.542 MilliJy 3626 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 23636 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 710.87 MicroJy IMAGR2: 1560 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 727.713 MicroJy iter= 3885 IMAGR2: Field 2 Clean flux density= 19.108 MilliJy 3885 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 24147 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.71 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -711.241 MicroJy iter= 3951 IMAGR2: Field 7 Clean flux density= 44.128 MilliJy 3951 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 24590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 685.38 MicroJy IMAGR2: 1147 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 698.345 MicroJy iter= 3289 IMAGR2: Field 5 Clean flux density= 24.634 MilliJy 3289 comps IMAGR2: Total Cleaned flux density = 1.314 Jy 24995 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 > 677.90 MicroJy IMAGR2: 427 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 684.628 MicroJy iter= 3205 IMAGR2: Field 1 Clean flux density= 1.113 Jy 3205 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 25200 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 > 665.12 MicroJy IMAGR2: 1547 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 680.876 MicroJy iter= 4086 IMAGR2: Field 6 Clean flux density= 32.716 MilliJy 4086 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 25722 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 652.35 MicroJy IMAGR2: 1528 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -666.841 MicroJy iter= 4199 IMAGR2: Field 4 Clean flux density= 33.124 MilliJy 4199 comps IMAGR2: Total Cleaned flux density = 1.312 Jy 26241 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 639.58 MicroJy IMAGR2: 1726 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -654.470 MicroJy iter= 4151 IMAGR2: Field 3 Clean flux density= 46.360 MilliJy 4151 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 26766 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 627.13 MicroJy IMAGR2: 1670 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -641.791 MicroJy iter= 4435 IMAGR2: Field 2 Clean flux density= 19.221 MilliJy 4435 comps IMAGR2: Total Cleaned flux density = 1.313 Jy 27316 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.93 MicroJy IMAGR2: 1605 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 629.156 MicroJy iter= 4476 IMAGR2: Field 7 Clean flux density= 47.389 MilliJy 4476 comps IMAGR2: Total Cleaned flux density = 1.317 Jy 27841 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.59 MicroJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -617.133 MicroJy iter= 3706 IMAGR2: Field 5 Clean flux density= 23.245 MilliJy 3706 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 28258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -955.8 MicroJy,max = 986.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.83 MicroJy IMAGR2: 386 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 606.059 MicroJy iter= 3398 IMAGR2: Field 1 Clean flux density= 1.113 Jy 3398 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 28451 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 > 590.82 MicroJy IMAGR2: 1857 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 605.398 MicroJy iter= 4702 IMAGR2: Field 6 Clean flux density= 35.314 MilliJy 4702 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 29067 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 581.09 MicroJy IMAGR2: 1761 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -593.897 MicroJy iter= 4765 IMAGR2: Field 4 Clean flux density= 33.318 MilliJy 4765 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 29633 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 571.22 MicroJy IMAGR2: 1939 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 584.659 MicroJy iter= 4756 IMAGR2: Field 3 Clean flux density= 47.518 MilliJy 4756 comps IMAGR2: Total Cleaned flux density = 1.319 Jy 30238 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 561.56 MicroJy IMAGR2: 1693 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -573.875 MicroJy iter= 5009 IMAGR2: Field 2 Clean flux density= 20.068 MilliJy 5009 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 30812 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.56 MicroJy IMAGR2: 1662 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 562.582 MicroJy iter= 5017 IMAGR2: Field 7 Clean flux density= 47.741 MilliJy 5017 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 31353 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.08 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -553.116 MicroJy iter= 4160 IMAGR2: Field 5 Clean flux density= 21.073 MilliJy 4160 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 31807 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -881.6 MicroJy,max = 835.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 540.09 MicroJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -544.261 MicroJy iter= 3598 IMAGR2: Field 1 Clean flux density= 1.115 Jy 3598 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 32007 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 > 530.85 MicroJy IMAGR2: 1834 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 542.917 MicroJy iter= 5328 IMAGR2: Field 6 Clean flux density= 31.860 MilliJy 5328 comps IMAGR2: Total Cleaned flux density = 1.317 Jy 32633 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.68 MicroJy IMAGR2: 1860 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 534.425 MicroJy iter= 5374 IMAGR2: Field 4 Clean flux density= 34.280 MilliJy 5374 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 33242 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.91 MicroJy IMAGR2: 2073 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 525.414 MicroJy iter= 5403 IMAGR2: Field 3 Clean flux density= 46.424 MilliJy 5403 comps IMAGR2: Total Cleaned flux density = 1.317 Jy 33889 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.78 MicroJy IMAGR2: 1941 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -516.601 MicroJy iter= 5627 IMAGR2: Field 2 Clean flux density= 22.099 MilliJy 5627 comps IMAGR2: Total Cleaned flux density = 1.319 Jy 34507 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 497.86 MicroJy IMAGR2: 1720 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -506.973 MicroJy iter= 5559 IMAGR2: Field 7 Clean flux density= 50.592 MilliJy 5559 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 35049 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.70 MicroJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -499.558 MicroJy iter= 4629 IMAGR2: Field 5 Clean flux density= 19.012 MilliJy 4629 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 35518 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -792.3 MicroJy,max = 721.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 488.51 MicroJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -492.450 MicroJy iter= 3817 IMAGR2: Field 1 Clean flux density= 1.116 Jy 3817 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 35737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.73 MicroJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -491.449 MicroJy iter= 6005 IMAGR2: Field 6 Clean flux density= 31.877 MilliJy 6005 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 36414 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.04 MicroJy IMAGR2: 2070 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 484.137 MicroJy iter= 6028 IMAGR2: Field 4 Clean flux density= 33.959 MilliJy 6028 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 37068 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.66 MicroJy IMAGR2: 2152 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -476.463 MicroJy iter= 6069 IMAGR2: Field 3 Clean flux density= 48.609 MilliJy 6069 comps IMAGR2: Total Cleaned flux density = 1.323 Jy 37734 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.44 MicroJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -468.647 MicroJy iter= 6271 IMAGR2: Field 2 Clean flux density= 21.296 MilliJy 6271 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 38378 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.84 MicroJy IMAGR2: 1913 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -461.286 MicroJy iter= 6156 IMAGR2: Field 7 Clean flux density= 52.946 MilliJy 6156 comps IMAGR2: Total Cleaned flux density = 1.324 Jy 38975 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.01 MicroJy IMAGR2: 1689 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -455.528 MicroJy iter= 5180 IMAGR2: Field 5 Clean flux density= 17.393 MilliJy 5180 comps IMAGR2: Total Cleaned flux density = 1.323 Jy 39526 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -733.3 MicroJy,max = 651.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.57 MicroJy IMAGR2: 390 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -448.604 MicroJy iter= 4012 IMAGR2: Field 1 Clean flux density= 1.118 Jy 4012 comps IMAGR2: Total Cleaned flux density = 1.324 Jy 39721 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.45 MicroJy IMAGR2: 2037 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -449.180 MicroJy iter= 6705 IMAGR2: Field 6 Clean flux density= 30.581 MilliJy 6705 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 40421 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.74 MicroJy IMAGR2: 2042 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 442.109 MicroJy iter= 6688 IMAGR2: Field 4 Clean flux density= 34.605 MilliJy 6688 comps IMAGR2: Total Cleaned flux density = 1.323 Jy 41081 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 427.63 MicroJy IMAGR2: 2232 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 436.383 MicroJy iter= 6771 IMAGR2: Field 3 Clean flux density= 47.822 MilliJy 6771 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 41783 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 422.08 MicroJy IMAGR2: 2083 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -430.762 MicroJy iter= 6972 IMAGR2: Field 2 Clean flux density= 21.581 MilliJy 6972 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 42484 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.17 MicroJy IMAGR2: 1935 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -423.312 MicroJy iter= 6764 IMAGR2: Field 7 Clean flux density= 54.094 MilliJy 6764 comps IMAGR2: Total Cleaned flux density = 1.324 Jy 43092 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 411.26 MicroJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 417.637 MicroJy iter= 5732 IMAGR2: Field 5 Clean flux density= 13.703 MilliJy 5732 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 43644 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.52 MicroJy IMAGR2: 2687 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -417.624 MicroJy iter= 7618 IMAGR2: Field 6 Clean flux density= 29.979 MilliJy 7618 comps IMAGR2: Total Cleaned flux density = 1.319 Jy 44557 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -648.8 MicroJy,max = 650.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.60 MicroJy IMAGR2: 553 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 409.066 MicroJy iter= 4269 IMAGR2: Field 1 Clean flux density= 1.120 Jy 4269 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 44814 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 > 401.40 MicroJy IMAGR2: 2334 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -409.542 MicroJy iter= 7425 IMAGR2: Field 4 Clean flux density= 34.545 MilliJy 7425 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 45551 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 396.33 MicroJy IMAGR2: 2114 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -403.406 MicroJy iter= 7427 IMAGR2: Field 3 Clean flux density= 49.140 MilliJy 7427 comps IMAGR2: Total Cleaned flux density = 1.323 Jy 46207 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.87 MicroJy IMAGR2: 2170 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -399.574 MicroJy iter= 7699 IMAGR2: Field 2 Clean flux density= 20.118 MilliJy 7699 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 46934 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -970.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.27 MicroJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -393.401 MicroJy iter= 7388 IMAGR2: Field 7 Clean flux density= 54.484 MilliJy 7388 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 47558 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.89 MicroJy IMAGR2: 1644 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -389.646 MicroJy iter= 6301 IMAGR2: Field 5 Clean flux density= 12.905 MilliJy 6301 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 48127 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 377.94 MicroJy IMAGR2: 2326 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -385.961 MicroJy iter= 8427 IMAGR2: Field 6 Clean flux density= 29.176 MilliJy 8427 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 48936 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.39 MicroJy IMAGR2: 2060 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -379.832 MicroJy iter= 8130 IMAGR2: Field 4 Clean flux density= 34.237 MilliJy 8130 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 49641 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -657.5 MicroJy,max = 545.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.26 MicroJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -373.566 MicroJy iter= 4477 IMAGR2: Field 1 Clean flux density= 1.122 Jy 4477 comps IMAGR2: Total Cleaned flux density = 1.322 Jy 49849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.92 MicroJy IMAGR2: 2156 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 373.600 MicroJy iter= 8116 IMAGR2: Field 3 Clean flux density= 47.811 MilliJy 8116 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 50538 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -997.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 361.79 MicroJy IMAGR2: 2031 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 368.015 MicroJy iter= 8385 IMAGR2: Field 2 Clean flux density= 20.566 MilliJy 8385 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 51224 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -924.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.84 MicroJy IMAGR2: 1896 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -362.256 MicroJy iter= 7996 IMAGR2: Field 7 Clean flux density= 56.162 MilliJy 7996 comps IMAGR2: Total Cleaned flux density = 1.323 Jy 51832 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 353.45 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 358.804 MicroJy iter= 6930 IMAGR2: Field 5 Clean flux density= 10.691 MilliJy 6930 comps IMAGR2: Total Cleaned flux density = 1.321 Jy 52461 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 6 min = -989.3 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.23 MicroJy IMAGR2: 2691 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -356.720 MicroJy iter= 9343 IMAGR2: Field 6 Clean flux density= 28.424 MilliJy 9343 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 53377 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.89 MicroJy IMAGR2: 2567 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 354.525 MicroJy iter= 8911 IMAGR2: Field 4 Clean flux density= 33.045 MilliJy 8911 comps IMAGR2: Total Cleaned flux density = 1.319 Jy 54158 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 1 min = -586.2 MicroJy,max = 555.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 344.97 MicroJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 347.443 MicroJy iter= 4753 IMAGR2: Field 1 Clean flux density= 1.123 Jy 4753 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 54434 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.67 MicroJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -348.001 MicroJy iter= 8909 IMAGR2: Field 3 Clean flux density= 48.025 MilliJy 8909 comps IMAGR2: Total Cleaned flux density = 1.320 Jy 55227 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 2 min = -938.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 338.87 MicroJy IMAGR2: 2597 Residual map points loaded IMAGR2: Field 2 min Clean flux = 347.097 MicroJy iter= 9172 IMAGR2: Field 2 Clean flux density= 18.127 MilliJy 9172 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 56014 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 7 min = -901.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 331.79 MicroJy IMAGR2: 2687 Residual map points loaded IMAGR2: Field 7 min Clean flux = -346.983 MicroJy iter= 8562 IMAGR2: Field 7 Clean flux density= 56.321 MilliJy 8562 comps IMAGR2: Total Cleaned flux density = 1.318 Jy 56580 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 323.81 MicroJy IMAGR2: 2749 Residual map points loaded IMAGR2: Field 5 min Clean flux = -347.114 MicroJy iter= 7389 IMAGR2: Field 5 Clean flux density= 9.925 MilliJy 7389 comps IMAGR2: Total Cleaned flux density = 1.317 Jy 57039 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 6 min = -940.6 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 313.48 MicroJy IMAGR2: 4783 Residual map points loaded IMAGR2: Field 6 min Clean flux = -347.096 MicroJy iter= 9979 IMAGR2: Field 6 Clean flux density= 27.382 MilliJy 9979 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 57675 comps IMAGR2: ALGSTB: All 695 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 684- 0 Cells, with 11783 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 294.65 MicroJy IMAGR2: 5621 Residual map points loaded IMAGR2: Field 4 min Clean flux = -347.059 MicroJy iter= 9224 IMAGR2: Field 4 Clean flux density= 32.796 MilliJy 9224 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 57988 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 > 270.34 MicroJy IMAGR2: 11324 Residual map points loaded IMAGR2: Field 3 min Clean flux = -347.093 MicroJy iter= 9156 IMAGR2: Field 3 Clean flux density= 47.605 MilliJy 9156 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 58235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -528.2 MicroJy,max = 474.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 215.37 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min Clean flux = -346.908 MicroJy iter= 4774 IMAGR2: Field 1 Clean flux density= 1.124 Jy 4774 comps IMAGR2: Total Cleaned flux density = 1.316 Jy 58256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 347.114 less than limit 347.122 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4774 to 2495 components IMAGR2: Field 2 compressed from 9172 to 3975 components IMAGR2: Field 3 compressed from 9156 to 3897 components IMAGR2: Field 4 compressed from 9224 to 3739 components IMAGR2: Field 5 compressed from 7389 to 3248 components IMAGR2: Field 6 compressed from 9979 to 4007 components IMAGR2: Field 7 compressed from 8562 to 3959 components IMAGR2: Field 1 min = -523.4 MicroJy,max = 473.3 MicroJy IMAGR2: Field 2 min = -909.9 MicroJy,max = 938.5 MicroJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -908.5 MicroJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -850.2 MicroJy,max = 951.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 39.367 MilliJy ( 287 CCs) from field 1 to field 2 IMAGR2: Restore 7.105 MilliJy ( 352 CCs) from field 1 to field 3 IMAGR2: Restore 7.067 MilliJy ( 236 CCs) from field 1 to field 4 IMAGR2: Restore 12.377 MilliJy ( 242 CCs) from field 1 to field 5 IMAGR2: Restore 14.848 MilliJy ( 316 CCs) from field 1 to field 6 IMAGR2: Restore 20.699 MilliJy ( 196 CCs) from field 1 to field 7 IMAGR2: Restore 251.274 MicroJy ( 194 CCs) from field 2 to field 1 IMAGR2: Restore 10.477 MilliJy ( 354 CCs) from field 2 to field 3 IMAGR2: Restore -3.615 MilliJy ( 314 CCs) from field 2 to field 4 IMAGR2: Restore 14.678 MilliJy ( 369 CCs) from field 3 to field 1 IMAGR2: Restore 27.591 MilliJy ( 377 CCs) from field 3 to field 2 IMAGR2: Restore 5.366 MilliJy ( 290 CCs) from field 3 to field 5 IMAGR2: Restore 19.238 MilliJy ( 269 CCs) from field 4 to field 1 IMAGR2: Restore 13.609 MilliJy ( 317 CCs) from field 4 to field 2 IMAGR2: Restore 218.392 MicroJy ( 113 CCs) from field 4 to field 6 IMAGR2: Restore 1.664 MilliJy ( 217 CCs) from field 5 to field 1 IMAGR2: Restore 3.159 MilliJy ( 258 CCs) from field 5 to field 3 IMAGR2: Restore 187.576 MicroJy ( 161 CCs) from field 5 to field 7 IMAGR2: Restore -6.560 MilliJy ( 270 CCs) from field 6 to field 1 IMAGR2: Restore 4.610 MilliJy ( 259 CCs) from field 6 to field 4 IMAGR2: Restore 10.920 MilliJy ( 272 CCs) from field 6 to field 7 IMAGR2: Restore 13.296 MilliJy ( 247 CCs) from field 7 to field 1 IMAGR2: Restore 27.877 MilliJy ( 447 CCs) from field 7 to field 5 IMAGR2: Restore 6.702 MilliJy ( 557 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.166 Jy IMAGR2: Field 2 final Clean flux 98.695 MilliJy IMAGR2: Field 3 final Clean flux 68.345 MilliJy IMAGR2: Field 4 final Clean flux 40.857 MilliJy IMAGR2: Field 5 final Clean flux 55.546 MilliJy IMAGR2: Field 6 final Clean flux 49.149 MilliJy IMAGR2: Field 7 final Clean flux 88.127 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= 6 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 271.3 Real= 567 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: 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(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end 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(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991120.X 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: '0137+331 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.05785 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1820-254_X,BAND.0-1 >> /home/auto/run/AS673_1999N AIPS 2: OV20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1820-254' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 7 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0393 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found WR105 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1313 CELLSIZE 0.24370 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24370 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@WR105_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 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 32.4 deg away - ignoring 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= 1.3 Real= 3 C 1 1012 1012 18 02 23.40 -23 34 34.0 00001 -1 507 512 513 C 2 1012 1012 18 02 23.40 -23 38 01.5 00002 -1 507 512 513 C 3 1012 1012 18 02 10.33 -23 36 17.7 00003 -1 507 512 513 C 4 1012 1012 18 02 36.47 -23 36 17.7 00004 -1 507 512 513 C 5 1012 1012 18 02 10.33 -23 32 50.2 00005 -1 507 512 513 C 6 1012 1012 18 02 36.47 -23 32 50.2 00006 -1 507 512 513 C 7 1012 1012 18 02 23.40 -23 31 06.5 00007 -1 507 512 513 mp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 7 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0393 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@WR105_X,BAND.0-1 >> /home/auto/run/AS673_1999NOV2 AIPS 2: 0_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =WR105' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@WR105_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8756E-10 -1.2790E-11 0 IMAGR2: Field 2 1012 1012 1.8756E-10 -2.0750E+02 0 IMAGR2: Field 3 1012 1012 -1.7969E+02 -1.0370E+02 0 IMAGR2: Field 4 1012 1012 1.7969E+02 -1.0370E+02 0 IMAGR2: Field 5 1012 1012 -1.7969E+02 1.0380E+02 0 IMAGR2: Field 6 1012 1012 1.7969E+02 1.0380E+02 0 IMAGR2: Field 7 1012 1012 1.8756E-10 2.0750E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@WR105_X,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 WR105 .IMAGR . 1 (UV) on disk 1 cno 13 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 25537 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.888E+05 IMAGR2: UVWAIT: Adding temperance S 3.776E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.269E+08 and out 3.595E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.179 due to weighting IMAGR2: UVWAIT: Average summed weight 1.888E+05 over 49715 vis IMAGR2: Create WR105 .IBM001. 1 (MA) on disk 1 cno 14 IMAGR2: Create WR105 .IBM002. 1 (MA) on disk 1 cno 15 IMAGR2: Create WR105 .IBM003. 1 (MA) on disk 1 cno 16 IMAGR2: Create WR105 .IBM004. 1 (MA) on disk 1 cno 17 IMAGR2: Create WR105 .IBM005. 1 (MA) on disk 1 cno 18 IMAGR2: Create WR105 .IBM006. 1 (MA) on disk 1 cno 19 IMAGR2: Create WR105 .IBM007. 1 (MA) on disk 1 cno 20 IMAGR2: Create WR105 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR2: Create WR105 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR2: Create WR105 .ICL003. 1 (MA) on disk 1 cno 23 IMAGR2: Create WR105 .ICL004. 1 (MA) on disk 1 cno 24 IMAGR2: Create WR105 .ICL005. 1 (MA) on disk 1 cno 25 IMAGR2: Create WR105 .ICL006. 1 (MA) on disk 1 cno 26 IMAGR2: Create WR105 .ICL007. 1 (MA) on disk 1 cno 27 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; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 1 Beam min = -159.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.379 x 0.637 arcsec, PA= 20.0 IMAGR2: Field 2 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 2 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.382 x 0.637 arcsec, PA= 20.0 IMAGR2: Field 3 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 3 Beam min = -158.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.382 x 0.637 arcsec, PA= 20.0 IMAGR2: Field 4 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 4 Beam min = -158.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.380 x 0.637 arcsec, PA= 19.9 IMAGR2: Field 5 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 5 Beam min = -160.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.379 x 0.637 arcsec, PA= 20.0 IMAGR2: Field 6 Sum of gridding weights = 3.81653E+09 IMAGR2: Field 6 Beam min = -160.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.377 x 0.637 arcsec, PA= 19.9 IMAGR2: Field 7 Sum of gridding weights = 3.81652E+09 IMAGR2: Field 7 Beam min = -161.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.377 x 0.637 arcsec, PA= 20.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -778.8 MicroJy,max = 3.7 MilliJy IMAGR2: Field 2 min = -457.3 MicroJy,max = 777.2 MicroJy IMAGR2: Field 3 min = -370.6 MicroJy,max = 489.0 MicroJy IMAGR2: Field 4 min = -391.1 MicroJy,max = 503.4 MicroJy IMAGR2: Field 5 min = -395.1 MicroJy,max = 554.9 MicroJy IMAGR2: Field 6 min = -377.6 MicroJy,max = 444.7 MicroJy IMAGR2: Field 7 min = -453.3 MicroJy,max = 838.7 MicroJy IMAGR2: BGC Clean: using 1509 cell beam + residuals > 311.49 MicroJy IMAGR2: 12620 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.783 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 2.376 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 2.376 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 IMAGR2: Field 1 min = -711.2 MicroJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 649 cell beam + residuals > 278.46 MicroJy IMAGR2: 8175 Residual map points loaded IMAGR2: Field 1 min allowed flux = 833.823 MicroJy iter= 24 IMAGR2: Field 1 Clean flux density= 4.096 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 4.096 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -354.3 MicroJy,max = 406.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.818E-04 < Second best 7.940E-04 IMAGR2: Field 1 min = -714.9 MicroJy,max = 822.0 MicroJy IMAGR2: BGC Clean: using 175 cell beam + residuals > 283.92 MicroJy IMAGR2: 4512 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 564.721 MicroJy iter= 64 IMAGR2: Field 1 Clean flux density= 6.339 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 6.339 MilliJy 64 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -369.0 MicroJy,max = 399.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.821E-04 < Second best 5.389E-04 IMAGR2: Field 1 min = -565.5 MicroJy,max = 582.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 240.31 MicroJy IMAGR2: 6393 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -418.641 MicroJy iter= 133 IMAGR2: Field 1 Clean flux density= 8.875 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 8.875 MilliJy 133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -321.1 MicroJy,max = 404.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.245E-04 < Second best 4.468E-04 IMAGR2: Field 4 min = -327.0 MicroJy,max = 327.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.958E-04 < Second best 4.237E-04 IMAGR2: Field 6 min = -332.8 MicroJy,max = 358.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.433E-04 < Second best 4.001E-04 IMAGR2: Field 1 min = -384.7 MicroJy,max = 392.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.760E-04 < Second best 3.981E-04 IMAGR2: Field 3 min = -332.1 MicroJy,max = 345.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.082E-04 < Second best 3.821E-04 IMAGR2: Field 2 min = -355.2 MicroJy,max = 342.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.285E-04 < Second best 3.818E-04 IMAGR2: Field 7 min = -325.0 MicroJy,max = 376.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 208.52 MicroJy IMAGR2: 3217 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 287.092 MicroJy iter= 60 IMAGR2: Field 7 Clean flux density= 381.710 MicroJy 60 comps IMAGR2: Total Cleaned flux density = 9.257 MilliJy 193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -371.6 MicroJy,max = 383.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 207.10 MicroJy IMAGR2: 7623 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -309.808 MicroJy iter= 254 IMAGR2: Field 1 Clean flux density= 10.320 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 10.701 MilliJy 314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -307.6 MicroJy,max = 320.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.688E-04 < Second best 3.285E-04 IMAGR2: Field 2 min = -332.8 MicroJy,max = 333.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.10 MicroJy IMAGR2: 2328 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -256.680 MicroJy iter= 89 IMAGR2: Field 2 Clean flux density= 974.959 MicroJy 89 comps IMAGR2: Total Cleaned flux density = 11.676 MilliJy 403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -323.0 MicroJy,max = 387.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.833E-04 < Second best 3.082E-04 IMAGR2: Field 3 min = -308.0 MicroJy,max = 322.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 202.30 MicroJy IMAGR2: 930 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 237.970 MicroJy iter= 77 IMAGR2: Field 3 Clean flux density= 110.315 MicroJy 77 comps IMAGR2: Total Cleaned flux density = 11.787 MilliJy 480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -339.8 MicroJy,max = 313.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 194.98 MicroJy IMAGR2: 4314 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 248.183 MicroJy iter= 400 IMAGR2: Field 1 Clean flux density= 10.833 MilliJy 400 comps IMAGR2: Total Cleaned flux density = 12.300 MilliJy 626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -295.2 MicroJy,max = 295.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 193.56 MicroJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 4 min Clean flux = 235.569 MicroJy iter= 53 IMAGR2: Field 4 Clean flux density= 24.110 MicroJy 53 comps IMAGR2: Total Cleaned flux density = 12.324 MilliJy 679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -312.8 MicroJy,max = 339.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 191.68 MicroJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 5 min Clean flux = -235.772 MicroJy iter= 45 IMAGR2: Field 5 Clean flux density= -71.274 MicroJy 45 comps IMAGR2: Total Cleaned flux density = 12.253 MilliJy 724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -278.4 MicroJy,max = 296.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.555E-04 < Second best 2.688E-04 IMAGR2: Field 6 min = -308.6 MicroJy,max = 306.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 183.07 MicroJy IMAGR2: 1735 Residual map points loaded IMAGR2: Field 6 min Clean flux = 234.320 MicroJy iter= 40 IMAGR2: Field 6 Clean flux density= 399.264 MicroJy 40 comps IMAGR2: Total Cleaned flux density = 12.652 MilliJy 764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -276.1 MicroJy,max = 291.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 180.85 MicroJy IMAGR2: 2561 Residual map points loaded IMAGR2: Field 7 min Clean flux = 235.525 MicroJy iter= 97 IMAGR2: Field 7 Clean flux density= 307.485 MicroJy 97 comps IMAGR2: Total Cleaned flux density = 12.578 MilliJy 801 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -309.4 MicroJy,max = 281.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 171.68 MicroJy IMAGR2: 3891 Residual map points loaded IMAGR2: Field 2 min Clean flux = 235.541 MicroJy iter= 97 IMAGR2: Field 2 Clean flux density= 975.811 MicroJy 97 comps IMAGR2: Total Cleaned flux density = 12.579 MilliJy 809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -312.9 MicroJy,max = 294.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 157.16 MicroJy IMAGR2: 10422 Residual map points loaded IMAGR2: Field 1 min Clean flux = 233.397 MicroJy iter= 402 IMAGR2: Field 1 Clean flux density= 10.880 MilliJy 402 comps IMAGR2: Total Cleaned flux density = 12.626 MilliJy 811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -298.7 MicroJy,max = 317.2 MicroJy 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 402 to 274 components IMAGR2: Field 2 compressed from 97 to 82 components IMAGR2: Field 3 compressed from 77 to 68 components IMAGR2: Field 4 compressed from 53 to 47 components IMAGR2: Field 5 compressed from 45 to 37 components IMAGR2: Field 6 compressed from 40 to 39 components IMAGR2: Field 7 compressed from 97 to 84 components IMAGR2: Field 1 min = -313.1 MicroJy,max = 293.5 MicroJy IMAGR2: Field 2 min = -309.2 MicroJy,max = 280.3 MicroJy IMAGR2: Field 3 min = -298.7 MicroJy,max = 317.2 MicroJy IMAGR2: Field 4 min = -292.0 MicroJy,max = 286.5 MicroJy IMAGR2: Field 5 min = -311.3 MicroJy,max = 334.5 MicroJy IMAGR2: Field 6 min = -306.2 MicroJy,max = 307.0 MicroJy IMAGR2: Field 7 min = -273.3 MicroJy,max = 288.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 123.983 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR2: Restore 57.199 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore -59.070 MicroJy ( 8 CCs) from field 1 to field 4 IMAGR2: Restore 216.350 MicroJy ( 9 CCs) from field 1 to field 5 IMAGR2: Restore 52.506 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 153.703 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore 164.178 MicroJy ( 16 CCs) from field 2 to field 1 IMAGR2: Restore 254.069 MicroJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore 51.705 MicroJy ( 4 CCs) from field 2 to field 4 IMAGR2: Restore-182.934 MicroJy ( 16 CCs) from field 3 to field 1 IMAGR2: Restore 22.496 MicroJy ( 10 CCs) from field 3 to field 2 IMAGR2: Restore 79.145 MicroJy ( 4 CCs) from field 3 to field 5 IMAGR2: Restore -23.916 MicroJy ( 5 CCs) from field 4 to field 1 IMAGR2: Restore -24.454 MicroJy ( 3 CCs) from field 4 to field 2 IMAGR2: Restore 73.932 MicroJy ( 9 CCs) from field 4 to field 6 IMAGR2: Restore-795.350 Nano Jy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore -26.501 MicroJy ( 10 CCs) from field 5 to field 7 IMAGR2: Restore 147.157 MicroJy ( 8 CCs) from field 6 to field 1 IMAGR2: Restore -23.934 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 172.006 MicroJy ( 13 CCs) from field 6 to field 7 IMAGR2: Restore 81.368 MicroJy ( 22 CCs) from field 7 to field 1 IMAGR2: Restore 28.656 MicroJy ( 5 CCs) from field 7 to field 5 IMAGR2: Restore 41.950 MicroJy ( 14 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 11.065 MilliJy IMAGR2: Field 2 final Clean flux 1.098 MilliJy IMAGR2: Field 3 final Clean flux 421.583 MicroJy IMAGR2: Field 4 final Clean flux -7.189 MicroJy IMAGR2: Field 5 final Clean flux 252.876 MicroJy IMAGR2: Field 6 final Clean flux 567.652 MicroJy IMAGR2: Field 7 final Clean flux 606.693 MicroJy 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= 13 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 36.9 Real= 77 mp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 7 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0393 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@WR105_X,BAND.0-1 >> /home/auto/run/AS673_1999NOV2 AIPS 2: 0_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =WR105' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09627 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1213 CELLSIZE 0.26378 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.26378 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.062 deg SETFC2: Searching catalog between 0.06 and 0.13 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 148.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 1012 1012 01 37 41.30 33 05 50.6 00002 -1 507 512 513 C 3 1012 1012 01 37 25.82 33 07 42.8 00003 -1 507 512 513 C 4 1012 1012 01 37 56.78 33 07 42.8 00004 -1 507 512 513 C 5 1012 1012 01 37 25.81 33 11 27.4 00005 -1 507 512 513 C 6 1012 1012 01 37 56.79 33 11 27.4 00006 -1 507 512 513 C 7 1012 1012 01 37 41.30 33 13 19.7 00007 -1 507 512 513 mp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 7 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0393 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@WR105_X,BAND.0-1 >> /home/auto/run/AS673_1999NOV2 AIPS 2: 0_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =WR105' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09627 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AS673_1999N AIPS 2: OV20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.2786E-03 -3.4000E-02 0 IMAGR2: Field 2 1012 1012 6.2786E-03 -2.2453E+02 0 IMAGR2: Field 3 1012 1012 -1.9438E+02 -1.1233E+02 0 IMAGR2: Field 4 1012 1012 1.9439E+02 -1.1233E+02 0 IMAGR2: Field 5 1012 1012 -1.9451E+02 1.1227E+02 0 IMAGR2: Field 6 1012 1012 1.9452E+02 1.1227E+02 0 IMAGR2: Field 7 1012 1012 6.2786E-03 2.2457E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0137+331_X,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 0137+331 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4255 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.928E+04 IMAGR2: UVWAIT: Adding temperance S 1.386E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.743E+07 and out 5.206E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.175 due to weighting IMAGR2: UVWAIT: Average summed weight 6.928E+04 over 8441 vis IMAGR2: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR2: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 22 IMAGR2: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 23 IMAGR2: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 24 IMAGR2: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 25 IMAGR2: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 26 IMAGR2: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 27 IMAGR2: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 28 IMAGR2: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 29 IMAGR2: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 30 IMAGR2: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 31 IMAGR2: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 32 IMAGR2: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 33 IMAGR2: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 34 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; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.52642E+08 IMAGR2: Field 1 Beam min = -145.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.230 x 0.747 arcsec, PA= -82.3 IMAGR2: Field 2 Sum of gridding weights = 5.52642E+08 IMAGR2: Field 2 Beam min = -145.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.231 x 0.747 arcsec, PA= -82.2 IMAGR2: Field 3 Sum of gridding weights = 5.52641E+08 IMAGR2: Field 3 Beam min = -123.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.229 x 0.747 arcsec, PA= -82.3 IMAGR2: Field 4 Sum of gridding weights = 5.52642E+08 IMAGR2: Field 4 Beam min = -150.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.232 x 0.747 arcsec, PA= -82.2 IMAGR2: Field 5 Sum of gridding weights = 5.52641E+08 IMAGR2: Field 5 Beam min = -118.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.228 x 0.746 arcsec, PA= -82.4 IMAGR2: Field 6 Sum of gridding weights = 5.52641E+08 IMAGR2: Field 6 Beam min = -119.7 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.232 x 0.746 arcsec, PA= -82.3 IMAGR2: Field 7 Sum of gridding weights = 5.52641E+08 IMAGR2: Field 7 Beam min = -145.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.230 x 0.746 arcsec, PA= -82.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -364.4 MilliJy,max = 2.8 Jy IMAGR2: Field 2 min = -243.7 MilliJy,max = 846.5 MilliJy IMAGR2: Field 3 min = -229.4 MilliJy,max = 712.1 MilliJy IMAGR2: Field 4 min = -227.1 MilliJy,max = 732.2 MilliJy IMAGR2: Field 5 min = -232.4 MilliJy,max = 753.1 MilliJy IMAGR2: Field 6 min = -224.9 MilliJy,max = 681.8 MilliJy IMAGR2: Field 7 min = -248.0 MilliJy,max = 822.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 421.12 MilliJy IMAGR2: 2770 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.508 Jy iter= 7 IMAGR2: Field 1 Clean flux density= 1.478 Jy 7 comps IMAGR2: Total Cleaned flux density = 1.478 Jy 7 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 = -188.5 MilliJy,max = 1.4 Jy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 291.42 MilliJy IMAGR2: 665 Residual map points loaded IMAGR2: Field 1 min allowed flux = 681.944 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 2.273 Jy 15 comps IMAGR2: Total Cleaned flux density = 2.273 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -64.1 MilliJy,max = 225.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.145E-01 < Second best 7.842E-01 IMAGR2: Field 7 min = -64.6 MilliJy,max = 215.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.055E-01 < Second best 7.175E-01 IMAGR2: Field 5 min = -58.4 MilliJy,max = 202.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.930E-01 < Second best 6.976E-01 IMAGR2: Field 4 min = -61.6 MilliJy,max = 184.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.754E-01 < Second best 6.487E-01 IMAGR2: Field 1 min = -96.0 MilliJy,max = 621.9 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 144.58 MilliJy IMAGR2: 646 Residual map points loaded IMAGR2: Field 1 min allowed flux = 295.368 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 2.712 Jy 25 comps IMAGR2: Total Cleaned flux density = 2.712 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -33.5 MilliJy,max = 87.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.291E-02 < Second best 3.839E-01 IMAGR2: Field 6 min = -33.1 MilliJy,max = 69.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.562E-02 < Second best 2.810E-01 IMAGR2: Field 1 min = -66.9 MilliJy,max = 266.8 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 62.62 MilliJy IMAGR2: 1145 Residual map points loaded IMAGR2: Field 1 min allowed flux = 122.053 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 2.953 Jy 38 comps IMAGR2: Total Cleaned flux density = 2.953 Jy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.4 MilliJy,max = 50.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.803E-02 < Second best 2.055E-01 IMAGR2: Field 7 min = -30.6 MilliJy,max = 49.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.674E-02 < Second best 1.930E-01 IMAGR2: Field 5 min = -29.9 MilliJy,max = 58.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.593E-02 < Second best 1.754E-01 IMAGR2: Field 4 min = -33.5 MilliJy,max = 46.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.477E-02 < Second best 1.161E-01 IMAGR2: Field 1 min = -49.6 MilliJy,max = 120.1 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 25.88 MilliJy IMAGR2: 3352 Residual map points loaded IMAGR2: Field 1 min allowed flux = 56.136 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 3.085 Jy 54 comps IMAGR2: Total Cleaned flux density = 3.085 Jy 54 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -31.8 MilliJy,max = 37.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.580E-02 < Second best 5.345E-02 IMAGR2: Field 1 min = -39.1 MilliJy,max = 56.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.92 MilliJy IMAGR2: 490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 31.202 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 3.171 Jy 78 comps IMAGR2: Total Cleaned flux density = 3.171 Jy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -33.0 MilliJy,max = 31.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.154E-02 < Second best 4.803E-02 IMAGR2: Field 2 min = -27.7 MilliJy,max = 29.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.660E-02 < Second best 4.674E-02 IMAGR2: Field 7 min = -32.3 MilliJy,max = 30.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.417E-02 < Second best 4.562E-02 IMAGR2: Field 6 min = -32.2 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.134E-02 < Second best 4.477E-02 IMAGR2: Field 4 min = -33.9 MilliJy,max = 34.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.253E-02 < Second best 3.580E-02 IMAGR2: Field 5 min = -34.3 MilliJy,max = 35.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.23 MilliJy IMAGR2: 1480 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 25.189 MilliJy iter= 28 IMAGR2: Field 5 Clean flux density= 38.735 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 3.210 Jy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -33.8 MilliJy,max = 34.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.23 MilliJy IMAGR2: 1674 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -24.741 MilliJy iter= 36 IMAGR2: Field 4 Clean flux density= 27.183 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 3.237 Jy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -32.6 MilliJy,max = 28.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.23 MilliJy IMAGR2: 981 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 23.502 MilliJy iter= 34 IMAGR2: Field 3 Clean flux density= 24.339 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 3.261 Jy 176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -31.9 MilliJy,max = 30.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.23 MilliJy IMAGR2: 1143 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 23.420 MilliJy iter= 45 IMAGR2: Field 6 Clean flux density= -8.450 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 3.253 Jy 221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -31.8 MilliJy,max = 27.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.55 MilliJy IMAGR2: 925 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 20.732 MilliJy iter= 138 IMAGR2: Field 1 Clean flux density= 3.181 Jy 138 comps IMAGR2: Total Cleaned flux density = 3.262 Jy 281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -24.3 MilliJy,max = 25.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.027E-02 < Second best 2.417E-02 IMAGR2: Field 7 min = -28.7 MilliJy,max = 26.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.056E-02 < Second best 2.409E-02 IMAGR2: Field 5 min = -32.2 MilliJy,max = 30.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.06 MilliJy IMAGR2: 2071 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 20.286 MilliJy iter= 112 IMAGR2: Field 5 Clean flux density= 77.334 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 3.301 Jy 365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -31.9 MilliJy,max = 25.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.56 MilliJy IMAGR2: 2463 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -19.637 MilliJy iter= 145 IMAGR2: Field 4 Clean flux density= 7.814 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 3.282 Jy 474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -21.8 MilliJy,max = 22.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.093E-02 < Second best 2.241E-02 IMAGR2: Field 6 min = -21.5 MilliJy,max = 24.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.34 MilliJy IMAGR2: 2871 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 17.894 MilliJy iter= 174 IMAGR2: Field 6 Clean flux density= -26.719 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 3.263 Jy 603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -21.6 MilliJy,max = 22.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.33 MilliJy IMAGR2: 3094 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 17.789 MilliJy iter= 192 IMAGR2: Field 3 Clean flux density= 77.709 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 3.317 Jy 761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -21.5 MilliJy,max = 19.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.662E-02 < Second best 2.027E-02 IMAGR2: Field 2 min = -17.9 MilliJy,max = 22.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.681E-02 < Second best 1.981E-02 IMAGR2: Field 1 min = -17.9 MilliJy,max = 18.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.798E-02 < Second best 1.943E-02 IMAGR2: Field 5 min = -24.4 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.718E-02 < Second best 1.881E-02 IMAGR2: Field 4 min = -26.0 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.650E-02 < Second best 1.798E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.68 MilliJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.374 MilliJy iter= 246 IMAGR2: Field 1 Clean flux density= 3.187 Jy 246 comps IMAGR2: Total Cleaned flux density = 3.323 Jy 869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -24.2 MilliJy,max = 24.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.66 MilliJy IMAGR2: 1095 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 14.311 MilliJy iter= 231 IMAGR2: Field 5 Clean flux density= 112.450 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 3.358 Jy 988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -18.2 MilliJy,max = 21.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.576E-02 < Second best 1.706E-02 IMAGR2: Field 3 min = -17.9 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.474E-02 < Second best 1.681E-02 IMAGR2: Field 2 min = -17.4 MilliJy,max = 20.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.504E-02 < Second best 1.662E-02 IMAGR2: Field 7 min = -19.6 MilliJy,max = 18.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.524E-02 < Second best 1.650E-02 IMAGR2: Field 4 min = -25.6 MilliJy,max = 18.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.88 MilliJy IMAGR2: 4059 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -13.363 MilliJy iter= 387 IMAGR2: Field 4 Clean flux density= 13.371 MicroJy 387 comps IMAGR2: Total Cleaned flux density = 3.350 Jy 1230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.8 MilliJy,max = 18.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.418E-02 < Second best 1.524E-02 IMAGR2: Field 7 min = -18.0 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.386E-02 < Second best 1.504E-02 IMAGR2: Field 2 min = -17.1 MilliJy,max = 20.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.58 MilliJy IMAGR2: 448 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -11.531 MilliJy iter= 112 IMAGR2: Field 2 Clean flux density= 4.584 MilliJy 112 comps IMAGR2: Total Cleaned flux density = 3.355 Jy 1342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.7 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.51 MilliJy IMAGR2: 1936 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 11.963 MilliJy iter= 384 IMAGR2: Field 3 Clean flux density= 64.584 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 3.342 Jy 1534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.2 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.51 MilliJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -11.918 MilliJy iter= 389 IMAGR2: Field 6 Clean flux density= -45.610 MilliJy 389 comps IMAGR2: Total Cleaned flux density = 3.323 Jy 1749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.4 MilliJy,max = 15.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.249E-02 < Second best 1.376E-02 IMAGR2: Field 1 min = -13.0 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.185E-02 < Second best 1.371E-02 IMAGR2: Field 5 min = -17.6 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.203E-02 < Second best 1.281E-02 IMAGR2: Field 4 min = -17.2 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.06 MilliJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -9.642 MilliJy iter= 499 IMAGR2: Field 4 Clean flux density= 31.437 MilliJy 499 comps IMAGR2: Total Cleaned flux density = 3.354 Jy 1861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -15.9 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.04 MilliJy IMAGR2: 383 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.633 MilliJy iter= 125 IMAGR2: Field 7 Clean flux density= 28.521 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 3.383 Jy 1986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -18.0 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.02 MilliJy IMAGR2: 1159 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.838 MilliJy iter= 414 IMAGR2: Field 5 Clean flux density= 104.345 MilliJy 414 comps IMAGR2: Total Cleaned flux density = 3.375 Jy 2169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.0 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.026E-02 < Second best 1.147E-02 IMAGR2: Field 3 min = -14.7 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.038E-02 < Second best 1.143E-02 IMAGR2: Field 6 min = -12.9 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-02 < Second best 1.104E-02 IMAGR2: Field 2 min = -12.7 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.48 MilliJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 7.976 MilliJy iter= 251 IMAGR2: Field 2 Clean flux density= 3.378 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 3.374 Jy 2308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.2 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.48 MilliJy IMAGR2: 2322 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -8.318 MilliJy iter= 653 IMAGR2: Field 6 Clean flux density= -51.432 MilliJy 653 comps IMAGR2: Total Cleaned flux density = 3.368 Jy 2572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.4 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.45 MilliJy IMAGR2: 1837 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.198 MilliJy iter= 646 IMAGR2: Field 3 Clean flux density= 92.955 MilliJy 646 comps IMAGR2: Total Cleaned flux density = 3.396 Jy 2834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.40 MilliJy IMAGR2: 280 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.681 MilliJy iter= 353 IMAGR2: Field 1 Clean flux density= 3.165 Jy 353 comps IMAGR2: Total Cleaned flux density = 3.374 Jy 2941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -12.2 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.08 MilliJy IMAGR2: 559 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.433 MilliJy iter= 555 IMAGR2: Field 5 Clean flux density= 119.790 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 3.390 Jy 3082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.2 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.82 MilliJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.282 MilliJy iter= 705 IMAGR2: Field 4 Clean flux density= 10.968 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 3.369 Jy 3288 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.6 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.58 MilliJy IMAGR2: 108 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.679 MilliJy iter= 178 IMAGR2: Field 7 Clean flux density= 24.740 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 3.365 Jy 3341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.2 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.25 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.497 MilliJy iter= 780 IMAGR2: Field 6 Clean flux density= -30.271 MilliJy 780 comps IMAGR2: Total Cleaned flux density = 3.387 Jy 3468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.8 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.89 MilliJy IMAGR2: 1497 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.328 MilliJy iter= 902 IMAGR2: Field 3 Clean flux density= 61.734 MilliJy 902 comps IMAGR2: Total Cleaned flux density = 3.355 Jy 3724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.0 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.268E-03 < Second best 7.359E-03 IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.55 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.853 MilliJy iter= 553 IMAGR2: Field 1 Clean flux density= 3.186 Jy 553 comps IMAGR2: Total Cleaned flux density = 3.376 Jy 3924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.3 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.37 MilliJy IMAGR2: 1088 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.694 MilliJy iter= 788 IMAGR2: Field 5 Clean flux density= 129.757 MilliJy 788 comps IMAGR2: Total Cleaned flux density = 3.386 Jy 4157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.7 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR2: 1599 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.486 MilliJy iter= 992 IMAGR2: Field 4 Clean flux density= -33.227 MilliJy 992 comps IMAGR2: Total Cleaned flux density = 3.342 Jy 4444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.526E-03 < Second best 6.268E-03 IMAGR2: Field 2 min = -7.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR2: 71 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.094 MilliJy iter= 291 IMAGR2: Field 2 Clean flux density= 11.991 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 3.350 Jy 4484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.2 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.87 MilliJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.169 MilliJy iter= 1043 IMAGR2: Field 6 Clean flux density= -47.170 MilliJy 1043 comps IMAGR2: Total Cleaned flux density = 3.333 Jy 4747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.2 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR2: 1649 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.895 MilliJy iter= 1208 IMAGR2: Field 3 Clean flux density= 75.645 MilliJy 1208 comps IMAGR2: Total Cleaned flux density = 3.347 Jy 5053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.46 MilliJy IMAGR2: 716 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.654 MilliJy iter= 768 IMAGR2: Field 1 Clean flux density= 3.202 Jy 768 comps IMAGR2: Total Cleaned flux density = 3.364 Jy 5268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.7 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.189E-03 < Second best 5.461E-03 IMAGR2: Field 5 min = -8.9 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.30 MilliJy IMAGR2: 1230 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.530 MilliJy iter= 1063 IMAGR2: Field 5 Clean flux density= 144.571 MilliJy 1063 comps IMAGR2: Total Cleaned flux density = 3.379 Jy 5543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.7 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.321 MilliJy iter= 1286 IMAGR2: Field 4 Clean flux density= -36.835 MilliJy 1286 comps IMAGR2: Total Cleaned flux density = 3.375 Jy 5837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.7 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR2: 183 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.172 MilliJy iter= 273 IMAGR2: Field 7 Clean flux density= 29.330 MilliJy 273 comps IMAGR2: Total Cleaned flux density = 3.380 Jy 5932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.1 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.92 MilliJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.095 MilliJy iter= 1296 IMAGR2: Field 6 Clean flux density= -33.401 MilliJy 1296 comps IMAGR2: Total Cleaned flux density = 3.393 Jy 6185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.979 MilliJy iter= 436 IMAGR2: Field 2 Clean flux density= 1.334 MilliJy 436 comps IMAGR2: Total Cleaned flux density = 3.383 Jy 6330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.8 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.69 MilliJy IMAGR2: 1295 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.863 MilliJy iter= 1492 IMAGR2: Field 3 Clean flux density= 89.219 MilliJy 1492 comps IMAGR2: Total Cleaned flux density = 3.396 Jy 6614 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.656 MilliJy iter= 902 IMAGR2: Field 1 Clean flux density= 3.200 Jy 902 comps IMAGR2: Total Cleaned flux density = 3.395 Jy 6748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.4 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 1061 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.587 MilliJy iter= 1325 IMAGR2: Field 5 Clean flux density= 155.338 MilliJy 1325 comps IMAGR2: Total Cleaned flux density = 3.405 Jy 7010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1221 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.460 MilliJy iter= 1569 IMAGR2: Field 4 Clean flux density= -43.816 MilliJy 1569 comps IMAGR2: Total Cleaned flux density = 3.398 Jy 7293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.27 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.340 MilliJy iter= 403 IMAGR2: Field 7 Clean flux density= 29.193 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 3.398 Jy 7423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.7 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 1551 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.294 MilliJy iter= 1637 IMAGR2: Field 6 Clean flux density= -21.749 MilliJy 1637 comps IMAGR2: Total Cleaned flux density = 3.410 Jy 7764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 211 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.129 MilliJy iter= 548 IMAGR2: Field 2 Clean flux density= 7.411 MilliJy 548 comps IMAGR2: Total Cleaned flux density = 3.416 Jy 7876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.9 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 2146 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.132 MilliJy iter= 1934 IMAGR2: Field 3 Clean flux density= 88.910 MilliJy 1934 comps IMAGR2: Total Cleaned flux density = 3.416 Jy 8318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.90 MilliJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.977 MilliJy iter= 1093 IMAGR2: Field 1 Clean flux density= 3.203 Jy 1093 comps IMAGR2: Total Cleaned flux density = 3.418 Jy 8509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 1507 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.952 MilliJy iter= 1681 IMAGR2: Field 5 Clean flux density= 171.778 MilliJy 1681 comps IMAGR2: Total Cleaned flux density = 3.435 Jy 8865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR2: 1745 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.872 MilliJy iter= 1969 IMAGR2: Field 4 Clean flux density= -59.410 MilliJy 1969 comps IMAGR2: Total Cleaned flux density = 3.419 Jy 9265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.8 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 239 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.745 MilliJy iter= 516 IMAGR2: Field 7 Clean flux density= 25.973 MilliJy 516 comps IMAGR2: Total Cleaned flux density = 3.416 Jy 9378 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.1 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 1680 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.728 MilliJy iter= 2040 IMAGR2: Field 6 Clean flux density= -21.320 MilliJy 2040 comps IMAGR2: Total Cleaned flux density = 3.416 Jy 9781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.7 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 1859 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.633 MilliJy iter= 2370 IMAGR2: Field 3 Clean flux density= 97.431 MilliJy 2370 comps IMAGR2: Total Cleaned flux density = 3.425 Jy 10217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.5 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.523 MilliJy iter= 698 IMAGR2: Field 2 Clean flux density= 8.002 MilliJy 698 comps IMAGR2: Total Cleaned flux density = 3.425 Jy 10367 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 276 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.462 MilliJy iter= 1209 IMAGR2: Field 1 Clean flux density= 3.208 Jy 1209 comps IMAGR2: Total Cleaned flux density = 3.431 Jy 10483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.441 MilliJy iter= 2026 IMAGR2: Field 5 Clean flux density= 169.068 MilliJy 2026 comps IMAGR2: Total Cleaned flux density = 3.428 Jy 10828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 1425 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.355 MilliJy iter= 2328 IMAGR2: Field 4 Clean flux density= -57.746 MilliJy 2328 comps IMAGR2: Total Cleaned flux density = 3.430 Jy 11187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 313 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.282 MilliJy iter= 668 IMAGR2: Field 7 Clean flux density= 33.056 MilliJy 668 comps IMAGR2: Total Cleaned flux density = 3.437 Jy 11339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1639 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.243 MilliJy iter= 2440 IMAGR2: Field 6 Clean flux density= -28.803 MilliJy 2440 comps IMAGR2: Total Cleaned flux density = 3.429 Jy 11739 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.0 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 2780 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.192 MilliJy iter= 2942 IMAGR2: Field 3 Clean flux density= 107.182 MilliJy 2942 comps IMAGR2: Total Cleaned flux density = 3.439 Jy 12311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 550 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.093 MilliJy iter= 932 IMAGR2: Field 2 Clean flux density= 8.507 MilliJy 932 comps IMAGR2: Total Cleaned flux density = 3.439 Jy 12545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 965 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.083 MilliJy iter= 1514 IMAGR2: Field 1 Clean flux density= 3.220 Jy 1514 comps IMAGR2: Total Cleaned flux density = 3.451 Jy 12850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 2392 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.085 MilliJy iter= 2567 IMAGR2: Field 5 Clean flux density= 169.546 MilliJy 2567 comps IMAGR2: Total Cleaned flux density = 3.451 Jy 13391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 2541 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.044 MilliJy iter= 2880 IMAGR2: Field 4 Clean flux density= -56.156 MilliJy 2880 comps IMAGR2: Total Cleaned flux density = 3.453 Jy 13943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 316 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.950 MilliJy iter= 821 IMAGR2: Field 7 Clean flux density= 35.902 MilliJy 821 comps IMAGR2: Total Cleaned flux density = 3.456 Jy 14096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 1831 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.955 MilliJy iter= 2914 IMAGR2: Field 6 Clean flux density= -36.279 MilliJy 2914 comps IMAGR2: Total Cleaned flux density = 3.448 Jy 14570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 2579 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.921 MilliJy iter= 3521 IMAGR2: Field 3 Clean flux density= 114.920 MilliJy 3521 comps IMAGR2: Total Cleaned flux density = 3.456 Jy 15149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.831 MilliJy iter= 1070 IMAGR2: Field 2 Clean flux density= 6.973 MilliJy 1070 comps IMAGR2: Total Cleaned flux density = 3.455 Jy 15287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 1077 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.807 MilliJy iter= 2892 IMAGR2: Field 5 Clean flux density= 170.225 MilliJy 2892 comps IMAGR2: Total Cleaned flux density = 3.455 Jy 15612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 587 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.754 MilliJy iter= 1731 IMAGR2: Field 1 Clean flux density= 3.228 Jy 1731 comps IMAGR2: Total Cleaned flux density = 3.463 Jy 15829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1854 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.722 MilliJy iter= 3351 IMAGR2: Field 4 Clean flux density= -53.755 MilliJy 3351 comps IMAGR2: Total Cleaned flux density = 3.466 Jy 16300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1897 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.679 MilliJy iter= 3399 IMAGR2: Field 6 Clean flux density= -37.685 MilliJy 3399 comps IMAGR2: Total Cleaned flux density = 3.464 Jy 16785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 438 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.626 MilliJy iter= 1022 IMAGR2: Field 7 Clean flux density= 43.023 MilliJy 1022 comps IMAGR2: Total Cleaned flux density = 3.471 Jy 16986 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 2788 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.608 MilliJy iter= 4110 IMAGR2: Field 3 Clean flux density= 129.823 MilliJy 4110 comps IMAGR2: Total Cleaned flux density = 3.486 Jy 17575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.547 MilliJy iter= 1345 IMAGR2: Field 2 Clean flux density= 3.666 MilliJy 1345 comps IMAGR2: Total Cleaned flux density = 3.483 Jy 17850 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 2969 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.568 MilliJy iter= 3555 IMAGR2: Field 5 Clean flux density= 162.844 MilliJy 3555 comps IMAGR2: Total Cleaned flux density = 3.476 Jy 18513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 1661 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.537 MilliJy iter= 2169 IMAGR2: Field 1 Clean flux density= 3.255 Jy 2169 comps IMAGR2: Total Cleaned flux density = 3.503 Jy 18951 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 3231 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.539 MilliJy iter= 4038 IMAGR2: Field 4 Clean flux density= -82.268 MilliJy 4038 comps IMAGR2: Total Cleaned flux density = 3.474 Jy 19638 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 > 1.45 MilliJy IMAGR2: 2370 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.507 MilliJy iter= 3962 IMAGR2: Field 6 Clean flux density= -33.597 MilliJy 3962 comps IMAGR2: Total Cleaned flux density = 3.478 Jy 20201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.459 MilliJy iter= 1283 IMAGR2: Field 7 Clean flux density= 49.762 MilliJy 1283 comps IMAGR2: Total Cleaned flux density = 3.485 Jy 20462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 3293 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.483 MilliJy iter= 4840 IMAGR2: Field 3 Clean flux density= 137.172 MilliJy 4840 comps IMAGR2: Total Cleaned flux density = 3.492 Jy 21192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1888 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.440 MilliJy iter= 4034 IMAGR2: Field 5 Clean flux density= 155.957 MilliJy 4034 comps IMAGR2: Total Cleaned flux density = 3.486 Jy 21671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 540 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.400 MilliJy iter= 1585 IMAGR2: Field 2 Clean flux density= 6.246 MilliJy 1585 comps IMAGR2: Total Cleaned flux density = 3.488 Jy 21911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1652 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.393 MilliJy iter= 4467 IMAGR2: Field 4 Clean flux density= -75.064 MilliJy 4467 comps IMAGR2: Total Cleaned flux density = 3.495 Jy 22340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 824 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.339 MilliJy iter= 2439 IMAGR2: Field 1 Clean flux density= 3.244 Jy 2439 comps IMAGR2: Total Cleaned flux density = 3.485 Jy 22610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 2057 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.337 MilliJy iter= 4517 IMAGR2: Field 6 Clean flux density= -36.532 MilliJy 4517 comps IMAGR2: Total Cleaned flux density = 3.482 Jy 23165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2024 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.287 MilliJy iter= 5381 IMAGR2: Field 3 Clean flux density= 148.039 MilliJy 5381 comps IMAGR2: Total Cleaned flux density = 3.493 Jy 23706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.247 MilliJy iter= 1561 IMAGR2: Field 7 Clean flux density= 56.081 MilliJy 1561 comps IMAGR2: Total Cleaned flux density = 3.499 Jy 23984 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 2466 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.239 MilliJy iter= 4675 IMAGR2: Field 5 Clean flux density= 147.926 MilliJy 4675 comps IMAGR2: Total Cleaned flux density = 3.491 Jy 24625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.211 MilliJy iter= 1948 IMAGR2: Field 2 Clean flux density= 11.195 MilliJy 1948 comps IMAGR2: Total Cleaned flux density = 3.496 Jy 24988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 3294 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.224 MilliJy iter= 5249 IMAGR2: Field 4 Clean flux density= -63.380 MilliJy 5249 comps IMAGR2: Total Cleaned flux density = 3.508 Jy 25770 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: 1681 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.199 MilliJy iter= 2888 IMAGR2: Field 1 Clean flux density= 3.237 Jy 2888 comps IMAGR2: Total Cleaned flux density = 3.500 Jy 26219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 3694 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.205 MilliJy iter= 5395 IMAGR2: Field 6 Clean flux density= -48.827 MilliJy 5395 comps IMAGR2: Total Cleaned flux density = 3.488 Jy 27097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 3342 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.194 MilliJy iter= 6179 IMAGR2: Field 3 Clean flux density= 156.254 MilliJy 6179 comps IMAGR2: Total Cleaned flux density = 3.496 Jy 27895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.160 MilliJy iter= 1916 IMAGR2: Field 7 Clean flux density= 59.329 MilliJy 1916 comps IMAGR2: Total Cleaned flux density = 3.500 Jy 28250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2702 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.174 MilliJy iter= 5313 IMAGR2: Field 5 Clean flux density= 140.549 MilliJy 5313 comps IMAGR2: Total Cleaned flux density = 3.492 Jy 28888 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 3584 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.176 MilliJy iter= 6063 IMAGR2: Field 4 Clean flux density= -44.911 MilliJy 6063 comps IMAGR2: Total Cleaned flux density = 3.511 Jy 29702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.145 MilliJy iter= 2278 IMAGR2: Field 2 Clean flux density= 10.044 MilliJy 2278 comps IMAGR2: Total Cleaned flux density = 3.510 Jy 30032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1624 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.122 MilliJy iter= 5934 IMAGR2: Field 6 Clean flux density= -43.244 MilliJy 5934 comps IMAGR2: Total Cleaned flux density = 3.515 Jy 30571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1149 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.102 MilliJy iter= 3238 IMAGR2: Field 1 Clean flux density= 3.243 Jy 3238 comps IMAGR2: Total Cleaned flux density = 3.521 Jy 30921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2561 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.103 MilliJy iter= 6827 IMAGR2: Field 3 Clean flux density= 156.455 MilliJy 6827 comps IMAGR2: Total Cleaned flux density = 3.521 Jy 31569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 2243 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.077 MilliJy iter= 6602 IMAGR2: Field 4 Clean flux density= -46.486 MilliJy 6602 comps IMAGR2: Total Cleaned flux density = 3.519 Jy 32108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 3171 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.059 MilliJy iter= 6064 IMAGR2: Field 5 Clean flux density= 142.077 MilliJy 6064 comps IMAGR2: Total Cleaned flux density = 3.521 Jy 32859 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1011 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.027 MilliJy iter= 2307 IMAGR2: Field 7 Clean flux density= 58.820 MilliJy 2307 comps IMAGR2: Total Cleaned flux density = 3.520 Jy 33250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 1246 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.019 MilliJy iter= 2711 IMAGR2: Field 2 Clean flux density= 9.444 MilliJy 2711 comps IMAGR2: Total Cleaned flux density = 3.520 Jy 33683 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 992.64 MicroJy IMAGR2: 2796 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.028 MilliJy iter= 6637 IMAGR2: Field 6 Clean flux density= -39.666 MilliJy 6637 comps IMAGR2: Total Cleaned flux density = 3.523 Jy 34386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.17 MicroJy IMAGR2: 923 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 993.610 MicroJy iter= 3548 IMAGR2: Field 1 Clean flux density= 3.244 Jy 3548 comps IMAGR2: Total Cleaned flux density = 3.525 Jy 34696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 967.37 MicroJy IMAGR2: 2640 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.001 MilliJy iter= 7503 IMAGR2: Field 3 Clean flux density= 165.768 MilliJy 7503 comps IMAGR2: Total Cleaned flux density = 3.534 Jy 35372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.27 MicroJy IMAGR2: 2653 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 991.228 MicroJy iter= 7238 IMAGR2: Field 4 Clean flux density= -40.922 MilliJy 7238 comps IMAGR2: Total Cleaned flux density = 3.540 Jy 36008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 938.90 MicroJy IMAGR2: 2845 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -970.077 MicroJy iter= 6768 IMAGR2: Field 5 Clean flux density= 131.426 MilliJy 6768 comps IMAGR2: Total Cleaned flux density = 3.529 Jy 36712 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 930.98 MicroJy IMAGR2: 911 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -949.190 MicroJy iter= 2633 IMAGR2: Field 7 Clean flux density= 63.619 MilliJy 2633 comps IMAGR2: Total Cleaned flux density = 3.534 Jy 37038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 919.63 MicroJy IMAGR2: 2974 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -949.117 MicroJy iter= 7426 IMAGR2: Field 6 Clean flux density= -42.812 MilliJy 7426 comps IMAGR2: Total Cleaned flux density = 3.531 Jy 37827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.68 MicroJy IMAGR2: 1177 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 924.282 MicroJy iter= 3146 IMAGR2: Field 2 Clean flux density= 7.928 MilliJy 3146 comps IMAGR2: Total Cleaned flux density = 3.529 Jy 38262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.97 MicroJy IMAGR2: 2642 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 928.906 MicroJy iter= 8206 IMAGR2: Field 3 Clean flux density= 171.205 MilliJy 8206 comps IMAGR2: Total Cleaned flux density = 3.535 Jy 38965 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 > 892.55 MicroJy IMAGR2: 1182 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 905.257 MicroJy iter= 3930 IMAGR2: Field 1 Clean flux density= 3.248 Jy 3930 comps IMAGR2: Total Cleaned flux density = 3.539 Jy 39347 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 > 884.41 MicroJy IMAGR2: 3427 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 914.233 MicroJy iter= 8026 IMAGR2: Field 4 Clean flux density= -36.228 MilliJy 8026 comps IMAGR2: Total Cleaned flux density = 3.543 Jy 40135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.94 MicroJy IMAGR2: 3230 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -903.640 MicroJy iter= 7546 IMAGR2: Field 5 Clean flux density= 122.747 MilliJy 7546 comps IMAGR2: Total Cleaned flux density = 3.535 Jy 40913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.07 MicroJy IMAGR2: 4531 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -908.471 MicroJy iter= 8463 IMAGR2: Field 6 Clean flux density= -36.933 MilliJy 8463 comps IMAGR2: Total Cleaned flux density = 3.541 Jy 41950 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.75 MicroJy IMAGR2: 1857 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 896.970 MicroJy iter= 3203 IMAGR2: Field 7 Clean flux density= 68.353 MilliJy 3203 comps IMAGR2: Total Cleaned flux density = 3.545 Jy 42520 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.72 MicroJy IMAGR2: 4071 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 912.834 MicroJy iter= 9233 IMAGR2: Field 3 Clean flux density= 169.660 MilliJy 9233 comps IMAGR2: Total Cleaned flux density = 3.544 Jy 43547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.69 MicroJy IMAGR2: 1176 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -894.348 MicroJy iter= 3545 IMAGR2: Field 2 Clean flux density= 8.286 MilliJy 3545 comps IMAGR2: Total Cleaned flux density = 3.544 Jy 43946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 868.97 MicroJy IMAGR2: 2351 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -892.891 MicroJy iter= 8650 IMAGR2: Field 4 Clean flux density= -35.895 MilliJy 8650 comps IMAGR2: Total Cleaned flux density = 3.544 Jy 44570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 852.38 MicroJy IMAGR2: 1586 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 871.600 MicroJy iter= 9699 IMAGR2: Field 3 Clean flux density= 173.985 MilliJy 9699 comps IMAGR2: Total Cleaned flux density = 3.549 Jy 45036 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.43 MicroJy IMAGR2: 2490 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -854.931 MicroJy iter= 9183 IMAGR2: Field 6 Clean flux density= -38.778 MilliJy 9183 comps IMAGR2: Total Cleaned flux density = 3.547 Jy 45756 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 > 831.99 MicroJy IMAGR2: 2391 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 853.170 MicroJy iter= 4596 IMAGR2: Field 1 Clean flux density= 3.253 Jy 4596 comps IMAGR2: Total Cleaned flux density = 3.551 Jy 46422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.19 MicroJy IMAGR2: 7003 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 888.778 MicroJy iter= 8954 IMAGR2: Field 5 Clean flux density= 120.331 MilliJy 8954 comps IMAGR2: Total Cleaned flux density = 3.549 Jy 47830 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 854.43 MicroJy IMAGR2: 3654 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 884.170 MicroJy iter= 4200 IMAGR2: Field 7 Clean flux density= 55.393 MilliJy 4200 comps IMAGR2: Total Cleaned flux density = 3.536 Jy 48827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 864.93 MicroJy IMAGR2: 3324 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 892.792 MicroJy iter= 4506 IMAGR2: Field 2 Clean flux density= 12.591 MilliJy 4506 comps IMAGR2: Total Cleaned flux density = 3.540 Jy 49788 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 849.54 MicroJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -857.972 MicroJy iter= 4776 IMAGR2: Field 2 Clean flux density= 9.190 MilliJy 4776 comps IMAGR2: Total Cleaned flux density = 3.537 Jy 50058 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.30 MicroJy IMAGR2: 4901 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -895.648 MicroJy iter= 9834 IMAGR2: Field 4 Clean flux density= -28.997 MilliJy 9834 comps IMAGR2: Total Cleaned flux density = 3.544 Jy 51242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.58 MicroJy IMAGR2: 2384 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -868.078 MicroJy iter= 10512 IMAGR2: Field 4 Clean flux density= -46.277 MilliJy 10512 comps IMAGR2: Total Cleaned flux density = 3.526 Jy 51920 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.44 MicroJy IMAGR2: 6995 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -885.843 MicroJy iter= 10500 IMAGR2: Field 5 Clean flux density= 123.904 MilliJy 10500 comps IMAGR2: Total Cleaned flux density = 3.530 Jy 53466 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 891.40 MicroJy IMAGR2: 11848 Residual map points loaded IMAGR2: Field 5 min allowed flux = -997.161 MicroJy iter= 12335 IMAGR2: Field 5 Clean flux density= 96.792 MilliJy 12335 comps IMAGR2: Total Cleaned flux density = 3.503 Jy 55301 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.82 MilliJy IMAGR2: 11818 Residual map points loaded IMAGR2: Field 5 min allowed flux = 2.635 MilliJy iter= 12475 IMAGR2: Field 5 Clean flux density= 123.578 MilliJy 12475 comps IMAGR2: Total Cleaned flux density = 3.530 Jy 55441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.02 MilliJy IMAGR2: 11257 Residual map points loaded IMAGR2: Field 5 min allowed flux = -1.161 MilliJy iter= 12828 IMAGR2: Field 5 Clean flux density= 109.988 MilliJy 12828 comps IMAGR2: Total Cleaned flux density = 3.516 Jy 55794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.99 MicroJy IMAGR2: 277 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 810.052 MicroJy iter= 12956 IMAGR2: Field 5 Clean flux density= 111.141 MilliJy 12956 comps IMAGR2: Total Cleaned flux density = 3.517 Jy 55922 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 782.89 MicroJy IMAGR2: 2077 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 800.087 MicroJy iter= 4842 IMAGR2: Field 7 Clean flux density= 73.852 MilliJy 4842 comps IMAGR2: Total Cleaned flux density = 3.536 Jy 56564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 795.50 MicroJy IMAGR2: 5310 Residual map points loaded IMAGR2: Field 3 min allowed flux = -878.079 MicroJy iter= 10704 IMAGR2: Field 3 Clean flux density= 175.025 MilliJy 10704 comps IMAGR2: Total Cleaned flux density = 3.537 Jy 57569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.98 MicroJy IMAGR2: 6908 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 846.610 MicroJy iter= 12413 IMAGR2: Field 3 Clean flux density= 171.107 MilliJy 12413 comps IMAGR2: Total Cleaned flux density = 3.533 Jy 59278 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.75 MicroJy IMAGR2: 9297 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 890.102 MicroJy iter= 12470 IMAGR2: Field 4 Clean flux density= -48.718 MilliJy 12470 comps IMAGR2: Total Cleaned flux density = 3.530 Jy 61236 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 957.09 MicroJy IMAGR2: 16693 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 4 min algorithm flux= 1.345 MilliJy iter= 13060 IMAGR2: Field 4 Clean flux density= -39.311 MilliJy 13060 comps IMAGR2: Total Cleaned flux density = 3.540 Jy 61826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 815.56 MicroJy IMAGR2: 4066 Residual map points loaded IMAGR2: Field 4 min allowed flux = -1.045 MilliJy iter= 13266 IMAGR2: Field 4 Clean flux density= -54.137 MilliJy 13266 comps IMAGR2: Total Cleaned flux density = 3.525 Jy 62032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 790.94 MicroJy IMAGR2: 928 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 803.002 MicroJy iter= 13569 IMAGR2: Field 4 Clean flux density= -49.953 MilliJy 13569 comps IMAGR2: Total Cleaned flux density = 3.529 Jy 62335 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 > 804.56 MicroJy IMAGR2: 3845 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.225 MilliJy iter= 4800 IMAGR2: Field 2 Clean flux density= 7.337 MilliJy 4800 comps IMAGR2: Total Cleaned flux density = 3.527 Jy 62359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.75 MicroJy IMAGR2: 2724 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 817.589 MicroJy iter= 5729 IMAGR2: Field 2 Clean flux density= 7.799 MilliJy 5729 comps IMAGR2: Total Cleaned flux density = 3.528 Jy 63288 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 817.52 MicroJy IMAGR2: 6621 Residual map points loaded IMAGR2: Field 6 min allowed flux = -889.831 MicroJy iter= 10429 IMAGR2: Field 6 Clean flux density= -28.655 MilliJy 10429 comps IMAGR2: Total Cleaned flux density = 3.538 Jy 64534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 845.06 MicroJy IMAGR2: 9967 Residual map points loaded IMAGR2: Field 6 min allowed flux = -894.129 MicroJy iter= 12633 IMAGR2: Field 6 Clean flux density= -54.503 MilliJy 12633 comps IMAGR2: Total Cleaned flux density = 3.512 Jy 66738 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 6 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 1.52 MilliJy IMAGR2: 19903 Residual map points loaded IMAGR2: Field 6 min allowed flux = 2.671 MilliJy iter= 12698 IMAGR2: Field 6 Clean flux density= -48.207 MilliJy 12698 comps IMAGR2: Total Cleaned flux density = 3.518 Jy 66803 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 19712 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 2.250 MilliJy iter= 12812 IMAGR2: Field 6 Clean flux density= -38.520 MilliJy 12812 comps IMAGR2: Total Cleaned flux density = 3.528 Jy 66917 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.34 MicroJy IMAGR2: 14401 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 1.139 MilliJy iter= 13964 IMAGR2: Field 6 Clean flux density= -32.582 MilliJy 13964 comps IMAGR2: Total Cleaned flux density = 3.534 Jy 68069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 972.23 MicroJy IMAGR2: 14835 Residual map points loaded IMAGR2: Field 6 min allowed flux = -1.908 MilliJy iter= 13991 IMAGR2: Field 6 Clean flux density= -35.037 MilliJy 13991 comps IMAGR2: Total Cleaned flux density = 3.531 Jy 68096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.38 MicroJy IMAGR2: 12888 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 1.196 MilliJy iter= 14788 IMAGR2: Field 6 Clean flux density= -28.448 MilliJy 14788 comps IMAGR2: Total Cleaned flux density = 3.538 Jy 68893 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 1.11 MilliJy IMAGR2: 15277 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.946 MilliJy iter= 14847 IMAGR2: Field 6 Clean flux density= -29.049 MilliJy 14847 comps IMAGR2: Total Cleaned flux density = 3.537 Jy 68952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 858.21 MicroJy IMAGR2: 11332 Residual map points loaded IMAGR2: Field 6 min allowed flux = -966.765 MicroJy iter= 16842 IMAGR2: Field 6 Clean flux density= -76.930 MilliJy 16842 comps IMAGR2: Total Cleaned flux density = 3.490 Jy 70947 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 6 min = -8.9 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 2.77 MilliJy IMAGR2: 18667 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 6.090 MilliJy iter= 16893 IMAGR2: Field 6 Clean flux density= -61.095 MilliJy 16893 comps IMAGR2: Total Cleaned flux density = 3.505 Jy 70998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 2.09 MilliJy IMAGR2: 16295 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 3.831 MilliJy iter= 16987 IMAGR2: Field 6 Clean flux density= -49.266 MilliJy 16987 comps IMAGR2: Total Cleaned flux density = 3.517 Jy 71092 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 473 cell beam + residuals > 1.31 MilliJy IMAGR2: 15676 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.685 MilliJy iter= 17258 IMAGR2: Field 6 Clean flux density= -45.465 MilliJy 17258 comps IMAGR2: Total Cleaned flux density = 3.521 Jy 71363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 783.35 MicroJy IMAGR2: 898 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -797.745 MicroJy iter= 17653 IMAGR2: Field 6 Clean flux density= -41.213 MilliJy 17653 comps IMAGR2: Total Cleaned flux density = 3.525 Jy 71758 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 > 790.13 MicroJy IMAGR2: 5076 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -815.022 MicroJy iter= 5807 IMAGR2: Field 1 Clean flux density= 3.250 Jy 5807 comps IMAGR2: Total Cleaned flux density = 3.523 Jy 72969 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 908.87 MicroJy IMAGR2: 13937 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.529 MilliJy iter= 12497 IMAGR2: Field 3 Clean flux density= 173.756 MilliJy 12497 comps IMAGR2: Total Cleaned flux density = 3.525 Jy 73053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.23 MicroJy IMAGR2: 11891 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -868.870 MicroJy iter= 15273 IMAGR2: Field 3 Clean flux density= 174.967 MilliJy 15273 comps IMAGR2: Total Cleaned flux density = 3.527 Jy 75829 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.59 MilliJy IMAGR2: 11543 Residual map points loaded IMAGR2: Field 3 min allowed flux = 2.056 MilliJy iter= 15472 IMAGR2: Field 3 Clean flux density= 184.963 MilliJy 15472 comps IMAGR2: Total Cleaned flux density = 3.537 Jy 76028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.14 MicroJy IMAGR2: 17616 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -991.125 MicroJy iter= 19071 IMAGR2: Field 3 Clean flux density= 137.172 MilliJy 19071 comps IMAGR2: Total Cleaned flux density = 3.489 Jy 79627 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -6.6 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.93 MilliJy IMAGR2: 12669 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.783 MilliJy iter= 19286 IMAGR2: Field 3 Clean flux density= 158.880 MilliJy 19286 comps IMAGR2: Total Cleaned flux density = 3.511 Jy 79842 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.56 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.707 MilliJy iter= 22917 IMAGR2: Field 3 Clean flux density= 276.574 MilliJy 22917 comps IMAGR2: Total Cleaned flux density = 3.628 Jy 83473 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -15.1 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.81 MilliJy IMAGR2: 12931 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -9.137 MilliJy iter= 23004 IMAGR2: Field 3 Clean flux density= 220.885 MilliJy 23004 comps IMAGR2: Total Cleaned flux density = 3.573 Jy 83560 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.16 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -5.525 MilliJy iter= 24434 IMAGR2: Field 3 Clean flux density= 185.100 MilliJy 24434 comps IMAGR2: Total Cleaned flux density = 3.537 Jy 84990 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -17.5 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 6.76 MilliJy IMAGR2: 12681 Residual map points loaded IMAGR2: Field 3 min allowed flux = -8.736 MilliJy iter= 24686 IMAGR2: Field 3 Clean flux density= 175.984 MilliJy 24686 comps IMAGR2: Total Cleaned flux density = 3.528 Jy 85242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.69 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.274 MilliJy iter= 27205 IMAGR2: Field 3 Clean flux density= 310.830 MilliJy 27205 comps IMAGR2: Total Cleaned flux density = 3.662 Jy 87761 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -25.4 MilliJy,max = 21.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 8.71 MilliJy IMAGR2: 16522 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -17.068 MilliJy iter= 27249 IMAGR2: Field 3 Clean flux density= 247.344 MilliJy 27249 comps IMAGR2: Total Cleaned flux density = 3.599 Jy 87805 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.3 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.03 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -13.117 MilliJy iter= 27461 IMAGR2: Field 3 Clean flux density= 205.967 MilliJy 27461 comps IMAGR2: Total Cleaned flux density = 3.558 Jy 88017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.0 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 3 min allowed flux = -4.542 MilliJy iter= 29421 IMAGR2: Field 3 Clean flux density= 249.576 MilliJy 29421 comps IMAGR2: Total Cleaned flux density = 3.601 Jy 89977 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -27.9 MilliJy,max = 26.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 9.57 MilliJy IMAGR2: 15545 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -13.997 MilliJy iter= 29585 IMAGR2: Field 3 Clean flux density= 199.009 MilliJy 29585 comps IMAGR2: Total Cleaned flux density = 3.551 Jy 90141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.7 MilliJy,max = 12.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 4.80 MilliJy IMAGR2: 19757 Residual map points loaded IMAGR2: Field 3 min allowed flux = 6.447 MilliJy iter= 29849 IMAGR2: Field 3 Clean flux density= 207.338 MilliJy 29849 comps IMAGR2: Total Cleaned flux density = 3.559 Jy 90405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.6 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.49 MilliJy IMAGR2: 14491 Residual map points loaded IMAGR2: Field 3 min allowed flux = -2.777 MilliJy iter= 30297 IMAGR2: Field 3 Clean flux density= 214.544 MilliJy 30297 comps IMAGR2: Total Cleaned flux density = 3.566 Jy 90853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 982.02 MicroJy IMAGR2: 18744 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.084 MilliJy iter= 33797 IMAGR2: Field 3 Clean flux density= 193.381 MilliJy 33797 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 3.545 Jy 94353 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -7.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 2.63 MilliJy IMAGR2: 10071 Residual map points loaded IMAGR2: Field 3 min allowed flux = -3.835 MilliJy iter= 33893 IMAGR2: Field 3 Clean flux density= 182.142 MilliJy 33893 comps IMAGR2: Total Cleaned flux density = 3.534 Jy 94449 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.936 MilliJy iter= 38611 IMAGR2: Field 3 Clean flux density= 312.888 MilliJy 38611 comps IMAGR2: Total Cleaned flux density = 3.665 Jy 99167 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -18.3 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.02 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -15.358 MilliJy iter= 38722 IMAGR2: Field 3 Clean flux density= 249.078 MilliJy 38722 comps IMAGR2: Total Cleaned flux density = 3.601 Jy 99278 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -13.0 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 5.99 MilliJy IMAGR2: 19504 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -7.261 MilliJy iter= 39983 IMAGR2: Field 3 Clean flux density= 199.225 MilliJy 39983 comps IMAGR2: Total Cleaned flux density = 3.551 Jy 100539 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -20.0 MilliJy,max = 17.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 6.88 MilliJy IMAGR2: 13091 Residual map points loaded IMAGR2: Field 3 min allowed flux = -10.019 MilliJy iter= 40152 IMAGR2: Field 3 Clean flux density= 209.248 MilliJy 40152 comps IMAGR2: Total Cleaned flux density = 3.561 Jy 100708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.6 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 3.44 MilliJy IMAGR2: 17740 Residual map points loaded IMAGR2: Field 3 min allowed flux = 4.267 MilliJy iter= 40481 IMAGR2: Field 3 Clean flux density= 190.547 MilliJy 40481 comps IMAGR2: Total Cleaned flux density = 3.542 Jy 101037 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.639 MilliJy iter= 44320 IMAGR2: Field 3 Clean flux density= 227.526 MilliJy 44320 comps IMAGR2: Total Cleaned flux density = 3.579 Jy 104876 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -13.7 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.84 MilliJy IMAGR2: 14957 Residual map points loaded IMAGR2: Field 3 min allowed flux = -7.548 MilliJy iter= 44568 IMAGR2: Field 3 Clean flux density= 238.018 MilliJy 44568 comps IMAGR2: Total Cleaned flux density = 3.590 Jy 105124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.91 MilliJy IMAGR2: 16172 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.127 MilliJy iter= 45109 IMAGR2: Field 3 Clean flux density= 203.808 MilliJy 45109 comps IMAGR2: Total Cleaned flux density = 3.555 Jy 105665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.43 MicroJy IMAGR2: 18863 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.124 MilliJy iter= 48210 IMAGR2: Field 3 Clean flux density= 205.932 MilliJy 48210 comps IMAGR2: Total Cleaned flux density = 3.558 Jy 108766 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 3 min = -7.1 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.77 MilliJy IMAGR2: 13817 Residual map points loaded IMAGR2: Field 3 min allowed flux = -3.587 MilliJy iter= 48447 IMAGR2: Field 3 Clean flux density= 218.878 MilliJy 48447 comps IMAGR2: Total Cleaned flux density = 3.570 Jy 109003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.39 MilliJy IMAGR2: 18721 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.546 MilliJy iter= 48996 IMAGR2: Field 3 Clean flux density= 213.467 MilliJy 48996 comps IMAGR2: Total Cleaned flux density = 3.565 Jy 109552 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 > 750.49 MicroJy IMAGR2: 1469 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -763.500 MicroJy iter= 49646 IMAGR2: Field 3 Clean flux density= 221.639 MilliJy 49646 comps IMAGR2: Total Cleaned flux density = 3.573 Jy 110202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.35 MicroJy IMAGR2: 9331 Residual map points loaded IMAGR2: Field 2 min allowed flux = -825.756 MicroJy iter= 7534 IMAGR2: Field 2 Clean flux density= 15.572 MilliJy 7534 comps IMAGR2: Total Cleaned flux density = 3.581 Jy 112007 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.10 MilliJy IMAGR2: 10084 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.218 MilliJy iter= 7553 IMAGR2: Field 2 Clean flux density= 12.285 MilliJy 7553 comps IMAGR2: Total Cleaned flux density = 3.578 Jy 112026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.20 MicroJy IMAGR2: 17333 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.761 MilliJy iter= 7604 IMAGR2: Field 2 Clean flux density= 10.254 MilliJy 7604 comps IMAGR2: Total Cleaned flux density = 3.576 Jy 112077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.10 MicroJy IMAGR2: 13018 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.385 MilliJy iter= 7654 IMAGR2: Field 2 Clean flux density= 8.192 MilliJy 7654 comps IMAGR2: Total Cleaned flux density = 3.574 Jy 112127 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 > 781.31 MicroJy IMAGR2: 8964 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 807.924 MicroJy iter= 10004 IMAGR2: Field 2 Clean flux density= 21.421 MilliJy 10004 comps IMAGR2: Total Cleaned flux density = 3.587 Jy 114477 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.32 MilliJy IMAGR2: 11567 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.706 MilliJy iter= 6046 IMAGR2: Field 1 Clean flux density= 3.235 Jy 6046 comps IMAGR2: Total Cleaned flux density = 3.572 Jy 114716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 827.12 MicroJy IMAGR2: 11076 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -860.945 MicroJy iter= 8742 IMAGR2: Field 1 Clean flux density= 3.227 Jy 8742 comps IMAGR2: Total Cleaned flux density = 3.564 Jy 117412 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.630 MilliJy iter= 11118 IMAGR2: Field 1 Clean flux density= 3.246 Jy 11118 comps IMAGR2: Total Cleaned flux density = 3.582 Jy 119788 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -10.7 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 3.69 MilliJy IMAGR2: 16145 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.375 MilliJy iter= 11294 IMAGR2: Field 1 Clean flux density= 3.237 Jy 11294 comps IMAGR2: Total Cleaned flux density = 3.574 Jy 119964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.08 MilliJy IMAGR2: 12283 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.486 MilliJy iter= 11637 IMAGR2: Field 1 Clean flux density= 3.236 Jy 11637 comps IMAGR2: Total Cleaned flux density = 3.573 Jy 120307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.89 MicroJy IMAGR2: 14166 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -908.525 MicroJy iter= 15063 IMAGR2: Field 1 Clean flux density= 3.222 Jy 15063 comps IMAGR2: Total Cleaned flux density = 3.559 Jy 123733 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.140 MilliJy iter= 17213 IMAGR2: Field 1 Clean flux density= 3.219 Jy 17213 comps IMAGR2: Total Cleaned flux density = 3.556 Jy 125883 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -24.2 MilliJy,max = 25.8 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 7.67 MilliJy IMAGR2: 18971 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.904 MilliJy iter= 17324 IMAGR2: Field 1 Clean flux density= 3.253 Jy 17324 comps IMAGR2: Total Cleaned flux density = 3.590 Jy 125994 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 11.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 4.43 MilliJy IMAGR2: 18873 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.619 MilliJy iter= 17634 IMAGR2: Field 1 Clean flux density= 3.212 Jy 17634 comps IMAGR2: Total Cleaned flux density = 3.549 Jy 126304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.93 MilliJy IMAGR2: 11302 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.245 MilliJy iter= 17910 IMAGR2: Field 1 Clean flux density= 3.222 Jy 17910 comps IMAGR2: Total Cleaned flux density = 3.559 Jy 126580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 18630 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.054 MilliJy iter= 22179 IMAGR2: Field 1 Clean flux density= 3.219 Jy 22179 comps IMAGR2: Total Cleaned flux density = 3.556 Jy 130849 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -8.6 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.312 MilliJy iter= 24104 IMAGR2: Field 1 Clean flux density= 3.097 Jy 24104 comps IMAGR2: Total Cleaned flux density = 3.434 Jy 132774 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -22.3 MilliJy,max = 29.5 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 8.36 MilliJy IMAGR2: 13086 Residual map points loaded IMAGR2: Field 1 min allowed flux = -14.652 MilliJy iter= 24147 IMAGR2: Field 1 Clean flux density= 3.127 Jy 24147 comps IMAGR2: Total Cleaned flux density = 3.464 Jy 132817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.5 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.16 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.339 MilliJy iter= 27113 IMAGR2: Field 1 Clean flux density= 3.792 Jy 27113 comps IMAGR2: Total Cleaned flux density = 4.129 Jy 135783 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -82.9 MilliJy,max = 68.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 28.46 MilliJy IMAGR2: 14938 Residual map points loaded IMAGR2: Field 1 min allowed flux = 41.412 MilliJy iter= 27283 IMAGR2: Field 1 Clean flux density= 3.239 Jy 27283 comps IMAGR2: Total Cleaned flux density = 3.576 Jy 135953 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.4 MilliJy,max = 35.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 14.21 MilliJy IMAGR2: 18620 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.953 MilliJy iter= 27574 IMAGR2: Field 1 Clean flux density= 3.343 Jy 27574 comps IMAGR2: Total Cleaned flux density = 3.679 Jy 136244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.9 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 6.93 MilliJy IMAGR2: 12610 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.444 MilliJy iter= 28043 IMAGR2: Field 1 Clean flux density= 3.318 Jy 28043 comps IMAGR2: Total Cleaned flux density = 3.655 Jy 136713 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.87 MilliJy IMAGR2: 17077 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.984 MilliJy iter= 28817 IMAGR2: Field 1 Clean flux density= 3.347 Jy 28817 comps IMAGR2: Total Cleaned flux density = 3.684 Jy 137487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.614 MilliJy iter= 30392 IMAGR2: Field 1 Clean flux density= 3.365 Jy 30392 comps IMAGR2: Total Cleaned flux density = 3.702 Jy 139062 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -3.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.32 MilliJy IMAGR2: 16297 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.914 MilliJy iter= 30526 IMAGR2: Field 1 Clean flux density= 3.345 Jy 30526 comps IMAGR2: Total Cleaned flux density = 3.682 Jy 139196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.24 MicroJy IMAGR2: 17141 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 974.183 MicroJy iter= 34220 IMAGR2: Field 1 Clean flux density= 3.398 Jy 34220 comps IMAGR2: Total Cleaned flux density = 3.735 Jy 142890 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.125 MilliJy iter= 36650 IMAGR2: Field 1 Clean flux density= 3.150 Jy 36650 comps IMAGR2: Total Cleaned flux density = 3.487 Jy 145320 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -20.6 MilliJy,max = 26.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 9.18 MilliJy IMAGR2: 12319 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.350 MilliJy iter= 36807 IMAGR2: Field 1 Clean flux density= 3.356 Jy 36807 comps IMAGR2: Total Cleaned flux density = 3.693 Jy 145477 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 4.58 MilliJy IMAGR2: 17160 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.447 MilliJy iter= 37183 IMAGR2: Field 1 Clean flux density= 3.338 Jy 37183 comps IMAGR2: Total Cleaned flux density = 3.674 Jy 145853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.968 MilliJy iter= 39782 IMAGR2: Field 1 Clean flux density= 3.343 Jy 39782 comps IMAGR2: Total Cleaned flux density = 3.680 Jy 148452 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -12.2 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 4.18 MilliJy IMAGR2: 14894 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.087 MilliJy iter= 39927 IMAGR2: Field 1 Clean flux density= 3.315 Jy 39927 comps IMAGR2: Total Cleaned flux density = 3.652 Jy 148597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.713 MilliJy iter= 43957 IMAGR2: Field 1 Clean flux density= 3.326 Jy 43957 comps IMAGR2: Total Cleaned flux density = 3.663 Jy 152627 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -27.1 MilliJy,max = 25.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 10.45 MilliJy IMAGR2: 19880 Residual map points loaded IMAGR2: Field 1 min allowed flux = -13.490 MilliJy iter= 44282 IMAGR2: Field 1 Clean flux density= 3.291 Jy 44282 comps IMAGR2: Total Cleaned flux density = 3.628 Jy 152952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.47 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.901 MilliJy iter= 47923 IMAGR2: Field 1 Clean flux density= 3.637 Jy 47923 comps IMAGR2: Total Cleaned flux density = 3.974 Jy 156593 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -44.0 MilliJy,max = 38.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 16.98 MilliJy IMAGR2: 19555 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.971 MilliJy iter= 48241 IMAGR2: Field 1 Clean flux density= 3.166 Jy 48241 comps IMAGR2: Total Cleaned flux density = 3.503 Jy 156911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.6 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 7.54 MilliJy IMAGR2: 18494 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.797 MilliJy iter= 48623 IMAGR2: Field 1 Clean flux density= 3.188 Jy 48623 comps IMAGR2: Total Cleaned flux density = 3.525 Jy 157293 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 = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 3.43 MilliJy IMAGR2: 18963 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.644 MilliJy iter= 50720 IMAGR2: Field 1 Clean flux density= 3.217 Jy 50720 comps IMAGR2: Total Cleaned flux density = 3.554 Jy 159390 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -12.4 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 4.84 MilliJy IMAGR2: 19603 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.197 MilliJy iter= 51617 IMAGR2: Field 1 Clean flux density= 3.201 Jy 51617 comps IMAGR2: Total Cleaned flux density = 3.538 Jy 160287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 3.55 MilliJy IMAGR2: 16822 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.967 MilliJy iter= 51719 IMAGR2: Field 1 Clean flux density= 3.218 Jy 51719 comps IMAGR2: Total Cleaned flux density = 3.555 Jy 160389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.30 MilliJy IMAGR2: 17750 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.801 MilliJy iter= 52106 IMAGR2: Field 1 Clean flux density= 3.210 Jy 52106 comps IMAGR2: Total Cleaned flux density = 3.547 Jy 160776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 991.09 MicroJy IMAGR2: 18489 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.056 MilliJy iter= 56140 IMAGR2: Field 1 Clean flux density= 3.222 Jy 56140 comps IMAGR2: Total Cleaned flux density = 3.559 Jy 164810 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -7.7 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.98 MilliJy IMAGR2: 12398 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.856 MilliJy iter= 56372 IMAGR2: Field 1 Clean flux density= 3.202 Jy 56372 comps IMAGR2: Total Cleaned flux density = 3.539 Jy 165042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.697 MilliJy iter= 60303 IMAGR2: Field 1 Clean flux density= 3.186 Jy 60303 comps IMAGR2: Total Cleaned flux density = 3.523 Jy 168973 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -13.3 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.41 MilliJy IMAGR2: 19466 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.003 MilliJy iter= 60648 IMAGR2: Field 1 Clean flux density= 3.223 Jy 60648 comps IMAGR2: Total Cleaned flux density = 3.559 Jy 169318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.571 MilliJy iter= 64680 IMAGR2: Field 1 Clean flux density= 3.195 Jy 64680 comps IMAGR2: Total Cleaned flux density = 3.532 Jy 173350 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -27.1 MilliJy,max = 22.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 9.31 MilliJy IMAGR2: 17290 Residual map points loaded IMAGR2: Field 1 min allowed flux = -13.557 MilliJy iter= 64848 IMAGR2: Field 1 Clean flux density= 3.172 Jy 64848 comps IMAGR2: Total Cleaned flux density = 3.508 Jy 173518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.79 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.067 MilliJy iter= 69525 IMAGR2: Field 1 Clean flux density= 3.449 Jy 69525 comps IMAGR2: Total Cleaned flux density = 3.786 Jy 178195 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -60.4 MilliJy,max = 56.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.74 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -37.427 MilliJy iter= 70679 IMAGR2: Field 1 Clean flux density= 2.758 Jy 70679 comps IMAGR2: Total Cleaned flux density = 3.095 Jy 179349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -86.8 MilliJy,max = 108.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 37.22 MilliJy IMAGR2: 14039 Residual map points loaded IMAGR2: Field 1 min allowed flux = 54.023 MilliJy iter= 70840 IMAGR2: Field 1 Clean flux density= 3.397 Jy 70840 comps IMAGR2: Total Cleaned flux density = 3.734 Jy 179510 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -45.8 MilliJy,max = 46.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 18.54 MilliJy IMAGR2: 18922 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.373 MilliJy iter= 71144 IMAGR2: Field 1 Clean flux density= 3.212 Jy 71144 comps IMAGR2: Total Cleaned flux density = 3.549 Jy 179814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.0 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.60 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.056 MilliJy iter= 73748 IMAGR2: Field 1 Clean flux density= 3.411 Jy 73748 comps IMAGR2: Total Cleaned flux density = 3.748 Jy 182418 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -56.6 MilliJy,max = 59.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 23.11 MilliJy IMAGR2: 13483 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.909 MilliJy iter= 73976 IMAGR2: Field 1 Clean flux density= 3.287 Jy 73976 comps IMAGR2: Total Cleaned flux density = 3.624 Jy 182646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.4 MilliJy,max = 26.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 11.55 MilliJy IMAGR2: 12756 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.211 MilliJy iter= 74310 IMAGR2: Field 1 Clean flux density= 3.336 Jy 74310 comps IMAGR2: Total Cleaned flux density = 3.673 Jy 182980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.10 MilliJy IMAGR2: 15739 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.423 MilliJy iter= 74839 IMAGR2: Field 1 Clean flux density= 3.309 Jy 74839 comps IMAGR2: Total Cleaned flux density = 3.645 Jy 183509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.251 MilliJy iter= 79889 IMAGR2: Field 1 Clean flux density= 3.338 Jy 79889 comps IMAGR2: Total Cleaned flux density = 3.675 Jy 188559 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -17.4 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 6.72 MilliJy IMAGR2: 18069 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.693 MilliJy iter= 80201 IMAGR2: Field 1 Clean flux density= 3.299 Jy 80201 comps IMAGR2: Total Cleaned flux density = 3.636 Jy 188871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.733 MilliJy iter= 85448 IMAGR2: Field 1 Clean flux density= 3.419 Jy 85448 comps IMAGR2: Total Cleaned flux density = 3.755 Jy 194118 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -33.3 MilliJy,max = 31.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.56 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.664 MilliJy iter= 88928 IMAGR2: Field 1 Clean flux density= 2.989 Jy 88928 comps IMAGR2: Total Cleaned flux density = 3.326 Jy 197598 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -134.8 MilliJy,max = 153.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 52.57 MilliJy IMAGR2: 18669 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.526 MilliJy iter= 89098 IMAGR2: Field 1 Clean flux density= 3.239 Jy 89098 comps IMAGR2: Total Cleaned flux density = 3.576 Jy 197768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -68.0 MilliJy,max = 69.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 31.97 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.928 MilliJy iter= 93557 IMAGR2: Field 1 Clean flux density= 3.678 Jy 93557 comps IMAGR2: Total Cleaned flux density = 4.015 Jy 202227 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -355.8 MilliJy,max = 380.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 149.92 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -192.151 MilliJy iter= 95957 IMAGR2: Field 1 Clean flux density= 4.419 Jy 95957 comps IMAGR2: Total Cleaned flux density = 4.756 Jy 204627 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.6 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 473 cell beam + residuals > 535.64 MilliJy IMAGR2: 12266 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.330 Jy iter= 95966 IMAGR2: Field 1 Clean flux density= 3.424 Jy 95966 comps IMAGR2: Total Cleaned flux density = 3.760 Jy 204636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 473 cell beam + residuals > 456.69 MilliJy IMAGR2: 19371 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.045 Jy iter= 95992 IMAGR2: Field 1 Clean flux density= 2.778 Jy 95992 comps IMAGR2: Total Cleaned flux density = 3.114 Jy 204662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 185 cell beam + residuals > 407.77 MilliJy IMAGR2: 19850 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -927.136 MilliJy iter= 96027 IMAGR2: Field 1 Clean flux density= 2.311 Jy 96027 comps IMAGR2: Total Cleaned flux density = 2.648 Jy 204697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -866.5 MilliJy,max = 862.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 361.70 MilliJy IMAGR2: 19268 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -812.247 MilliJy iter= 96043 IMAGR2: Field 1 Clean flux density= 1.989 Jy 96043 comps IMAGR2: Total Cleaned flux density = 2.326 Jy 204713 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -787.0 MilliJy,max = 781.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.79 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -733.251 MilliJy iter= 96099 IMAGR2: Field 1 Clean flux density= 2.003 Jy 96099 comps IMAGR2: Total Cleaned flux density = 2.339 Jy 204769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -651.1 MilliJy,max = 678.2 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 286.06 MilliJy IMAGR2: 19437 Residual map points loaded IMAGR2: Field 1 min allowed flux = 339.079 MilliJy iter= 97359 IMAGR2: Field 1 Clean flux density= 6.113 Jy 97359 comps IMAGR2: Total Cleaned flux density = 6.450 Jy 206029 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.1 Jy,max = 999.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 391.85 MilliJy IMAGR2: 16371 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -697.672 MilliJy iter= 97454 IMAGR2: Field 1 Clean flux density= 4.849 Jy 97454 comps IMAGR2: Total Cleaned flux density = 5.186 Jy 206124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -650.2 MilliJy,max = 636.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 269.41 MilliJy IMAGR2: 16804 Residual map points loaded IMAGR2: Field 1 min allowed flux = 324.888 MilliJy iter= 97836 IMAGR2: Field 1 Clean flux density= 4.747 Jy 97836 comps IMAGR2: Total Cleaned flux density = 5.084 Jy 206506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -198.8 MilliJy,max = 187.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 76.75 MilliJy IMAGR2: 19485 Residual map points loaded IMAGR2: Field 1 min allowed flux = -99.213 MilliJy iter= 98148 IMAGR2: Field 1 Clean flux density= 5.049 Jy 98148 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 206818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -100.1 MilliJy,max = 84.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.30 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -59.955 MilliJy iter= 98823 IMAGR2: Field 1 Clean flux density= 4.037 Jy 98823 comps IMAGR2: Total Cleaned flux density = 4.374 Jy 207493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.7 MilliJy,max = 50.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 23.41 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min allowed flux = -24.749 MilliJy iter= 103354 IMAGR2: Field 1 Clean flux density= 5.934 Jy 103354 comps IMAGR2: Total Cleaned flux density = 6.271 Jy 212024 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -216.7 MilliJy,max = 154.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 74.39 MilliJy IMAGR2: 16898 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -112.894 MilliJy iter= 103498 IMAGR2: Field 1 Clean flux density= 4.740 Jy 103498 comps IMAGR2: Total Cleaned flux density = 5.077 Jy 212168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -100.9 MilliJy,max = 94.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 49.15 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -65.030 MilliJy iter= 104775 IMAGR2: Field 1 Clean flux density= 3.792 Jy 104775 comps IMAGR2: Total Cleaned flux density = 4.129 Jy 213445 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -143.3 MilliJy,max = 160.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 55.16 MilliJy IMAGR2: 18350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.243 MilliJy iter= 104992 IMAGR2: Field 1 Clean flux density= 4.141 Jy 104992 comps IMAGR2: Total Cleaned flux density = 4.478 Jy 213662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -61.4 MilliJy,max = 65.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 27.54 MilliJy IMAGR2: 13127 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.447 MilliJy iter= 105328 IMAGR2: Field 1 Clean flux density= 4.409 Jy 105328 comps IMAGR2: Total Cleaned flux density = 4.746 Jy 213998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.2 MilliJy,max = 26.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.73 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.439 MilliJy iter= 109803 IMAGR2: Field 1 Clean flux density= 3.893 Jy 109803 comps IMAGR2: Total Cleaned flux density = 4.229 Jy 218473 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -101.2 MilliJy,max = 98.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 40.95 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = -50.610 MilliJy iter= 111733 IMAGR2: Field 1 Clean flux density= 5.429 Jy 111733 comps IMAGR2: Total Cleaned flux density = 5.765 Jy 220403 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -342.7 MilliJy,max = 293.1 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 97.02 MilliJy IMAGR2: 17837 Residual map points loaded IMAGR2: Field 1 min allowed flux = -170.168 MilliJy iter= 111790 IMAGR2: Field 1 Clean flux density= 5.332 Jy 111790 comps IMAGR2: Total Cleaned flux density = 5.669 Jy 220460 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -169.0 MilliJy,max = 168.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 72.23 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -120.469 MilliJy iter= 112317 IMAGR2: Field 1 Clean flux density= 4.267 Jy 112317 comps IMAGR2: Total Cleaned flux density = 4.604 Jy 220987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -192.2 MilliJy,max = 227.4 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 49.63 MilliJy IMAGR2: 19778 Residual map points loaded IMAGR2: Field 1 min allowed flux = 112.931 MilliJy iter= 112357 IMAGR2: Field 1 Clean flux density= 4.277 Jy 112357 comps IMAGR2: Total Cleaned flux density = 4.614 Jy 221027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -112.5 MilliJy,max = 112.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 38.76 MilliJy IMAGR2: 15431 Residual map points loaded IMAGR2: Field 1 min allowed flux = -56.161 MilliJy iter= 112542 IMAGR2: Field 1 Clean flux density= 4.353 Jy 112542 comps IMAGR2: Total Cleaned flux density = 4.690 Jy 221212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.9 MilliJy,max = 41.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.28 MilliJy IMAGR2: 13013 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.931 MilliJy iter= 112807 IMAGR2: Field 1 Clean flux density= 4.427 Jy 112807 comps IMAGR2: Total Cleaned flux density = 4.763 Jy 221477 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.7 MilliJy,max = 23.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.46 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.923 MilliJy iter= 117765 IMAGR2: Field 1 Clean flux density= 3.973 Jy 117765 comps IMAGR2: Total Cleaned flux density = 4.310 Jy 226435 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -79.4 MilliJy,max = 84.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.46 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -42.368 MilliJy iter= 120761 IMAGR2: Field 1 Clean flux density= 6.920 Jy 120761 comps IMAGR2: Total Cleaned flux density = 7.257 Jy 229431 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -361.2 MilliJy,max = 272.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 123.98 MilliJy IMAGR2: 13209 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -210.618 MilliJy iter= 120836 IMAGR2: Field 1 Clean flux density= 5.535 Jy 120836 comps IMAGR2: Total Cleaned flux density = 5.872 Jy 229506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -196.0 MilliJy,max = 205.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 86.46 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -138.501 MilliJy iter= 121490 IMAGR2: Field 1 Clean flux density= 4.638 Jy 121490 comps IMAGR2: Total Cleaned flux density = 4.975 Jy 230160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -186.4 MilliJy,max = 224.7 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 57.22 MilliJy IMAGR2: 18161 Residual map points loaded IMAGR2: Field 1 min allowed flux = 111.551 MilliJy iter= 121542 IMAGR2: Field 1 Clean flux density= 4.797 Jy 121542 comps IMAGR2: Total Cleaned flux density = 5.134 Jy 230212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -110.8 MilliJy,max = 111.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 43.08 MilliJy IMAGR2: 19623 Residual map points loaded IMAGR2: Field 1 min allowed flux = 55.660 MilliJy iter= 121831 IMAGR2: Field 1 Clean flux density= 4.830 Jy 121831 comps IMAGR2: Total Cleaned flux density = 5.167 Jy 230501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.3 MilliJy,max = 52.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 21.49 MilliJy IMAGR2: 16890 Residual map points loaded IMAGR2: Field 1 min allowed flux = 25.978 MilliJy iter= 122210 IMAGR2: Field 1 Clean flux density= 4.943 Jy 122210 comps IMAGR2: Total Cleaned flux density = 5.280 Jy 230880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.2 MilliJy,max = 24.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.09 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.575 MilliJy iter= 127270 IMAGR2: Field 1 Clean flux density= 4.835 Jy 127270 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 235940 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -93.8 MilliJy,max = 89.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.84 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -46.903 MilliJy iter= 129176 IMAGR2: Field 1 Clean flux density= 4.623 Jy 129176 comps IMAGR2: Total Cleaned flux density = 4.960 Jy 237846 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -217.7 MilliJy,max = 263.2 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 74.53 MilliJy IMAGR2: 17373 Residual map points loaded IMAGR2: Field 1 min allowed flux = -130.454 MilliJy iter= 129243 IMAGR2: Field 1 Clean flux density= 5.027 Jy 129243 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 237913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -127.4 MilliJy,max = 130.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 54.63 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = -65.099 MilliJy iter= 132249 IMAGR2: Field 1 Clean flux density= 5.483 Jy 132249 comps IMAGR2: Total Cleaned flux density = 5.820 Jy 240919 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -723.0 MilliJy,max = 589.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 248.18 MilliJy IMAGR2: 13648 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -532.779 MilliJy iter= 132276 IMAGR2: Field 1 Clean flux density= 4.338 Jy 132276 comps IMAGR2: Total Cleaned flux density = 4.675 Jy 240946 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -524.7 MilliJy,max = 525.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 205.74 MilliJy IMAGR2: 17023 Residual map points loaded IMAGR2: Field 1 min allowed flux = -262.556 MilliJy iter= 132562 IMAGR2: Field 1 Clean flux density= 3.973 Jy 132562 comps IMAGR2: Total Cleaned flux density = 4.310 Jy 241232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -220.9 MilliJy,max = 206.0 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 78.01 MilliJy IMAGR2: 18299 Residual map points loaded IMAGR2: Field 1 min allowed flux = 110.424 MilliJy iter= 132710 IMAGR2: Field 1 Clean flux density= 4.140 Jy 132710 comps IMAGR2: Total Cleaned flux density = 4.477 Jy 241380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -106.9 MilliJy,max = 106.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.79 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 53.965 MilliJy iter= 137749 IMAGR2: Field 1 Clean flux density= 5.243 Jy 137749 comps IMAGR2: Total Cleaned flux density = 5.580 Jy 246419 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -629.8 MilliJy,max = 619.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.82 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -533.591 MilliJy iter= 137815 IMAGR2: Field 1 Clean flux density= 4.495 Jy 137815 comps IMAGR2: Total Cleaned flux density = 4.832 Jy 246485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -468.6 MilliJy,max = 446.5 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 208.17 MilliJy IMAGR2: 19532 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -329.860 MilliJy iter= 138144 IMAGR2: Field 1 Clean flux density= 3.571 Jy 138144 comps IMAGR2: Total Cleaned flux density = 3.908 Jy 246814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -198.1 MilliJy,max = 194.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 86.29 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = -99.066 MilliJy iter= 141389 IMAGR2: Field 1 Clean flux density= 4.703 Jy 141389 comps IMAGR2: Total Cleaned flux density = 5.040 Jy 250059 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -697.2 MilliJy,max = 723.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 279.49 MilliJy IMAGR2: 17042 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -547.759 MilliJy iter= 141437 IMAGR2: Field 1 Clean flux density= 3.845 Jy 141437 comps IMAGR2: Total Cleaned flux density = 4.181 Jy 250107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -512.8 MilliJy,max = 529.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 229.11 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 264.905 MilliJy iter= 144880 IMAGR2: Field 1 Clean flux density= 7.605 Jy 144880 comps IMAGR2: Total Cleaned flux density = 7.941 Jy 253550 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -2.7 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.06 Jy IMAGR2: 12653 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.371 Jy iter= 144889 IMAGR2: Field 1 Clean flux density= 5.853 Jy 144889 comps IMAGR2: Total Cleaned flux density = 6.190 Jy 253559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 Jy,max = 2.2 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 915.43 MilliJy IMAGR2: 19677 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.872 Jy iter= 144937 IMAGR2: Field 1 Clean flux density= 4.616 Jy 144937 comps IMAGR2: Total Cleaned flux density = 4.953 Jy 253607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.96 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.645 Jy iter= 144981 IMAGR2: Field 1 Clean flux density= 4.630 Jy 144981 comps IMAGR2: Total Cleaned flux density = 4.967 Jy 253651 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.23 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.379 Jy iter= 145025 IMAGR2: Field 1 Clean flux density= 4.388 Jy 145025 comps IMAGR2: Total Cleaned flux density = 4.725 Jy 253695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.68 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.079 Jy iter= 145258 IMAGR2: Field 1 Clean flux density= 5.507 Jy 145258 comps IMAGR2: Total Cleaned flux density = 5.844 Jy 253928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -700.4 MilliJy,max = 702.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 304.57 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 351.452 MilliJy iter= 148705 IMAGR2: Field 1 Clean flux density= 21.111 Jy 148705 comps IMAGR2: Total Cleaned flux density = 21.448 Jy 257375 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -3.8 Jy,max = 3.1 Jy IMAGR2: BGC Clean: using 473 cell beam + residuals > 1.32 Jy IMAGR2: 12612 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.844 Jy iter= 148721 IMAGR2: Field 1 Clean flux density= 16.631 Jy 148721 comps IMAGR2: Total Cleaned flux density = 16.968 Jy 257391 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 Jy,max = 2.8 Jy IMAGR2: BGC Clean: using 185 cell beam + residuals > 1.11 Jy IMAGR2: 19294 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.394 Jy iter= 148763 IMAGR2: Field 1 Clean flux density= 13.665 Jy 148763 comps IMAGR2: Total Cleaned flux density = 14.002 Jy 257433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 Jy,max = 2.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 953.15 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.826 Jy iter= 148904 IMAGR2: Field 1 Clean flux density= 11.198 Jy 148904 comps IMAGR2: Total Cleaned flux density = 11.535 Jy 257574 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.96 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.212 Jy iter= 148956 IMAGR2: Field 1 Clean flux density= 8.914 Jy 148956 comps IMAGR2: Total Cleaned flux density = 9.251 Jy 257626 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.41 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -993.197 MilliJy iter= 149030 IMAGR2: Field 1 Clean flux density= 7.261 Jy 149030 comps IMAGR2: Total Cleaned flux density = 7.598 Jy 257700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -905.2 MilliJy,max = 903.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.41 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -709.899 MilliJy iter= 149668 IMAGR2: Field 1 Clean flux density= 8.058 Jy 149668 comps IMAGR2: Total Cleaned flux density = 8.395 Jy 258338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -483.3 MilliJy,max = 496.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 191.55 MilliJy IMAGR2: 11121 Residual map points loaded IMAGR2: Field 1 min allowed flux = -247.979 MilliJy iter= 149872 IMAGR2: Field 1 Clean flux density= 8.740 Jy 149872 comps IMAGR2: Total Cleaned flux density = 9.077 Jy 258542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -219.3 MilliJy,max = 230.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.95 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -141.860 MilliJy iter= 151572 IMAGR2: Field 1 Clean flux density= 7.292 Jy 151572 comps IMAGR2: Total Cleaned flux density = 7.629 Jy 260242 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -379.0 MilliJy,max = 391.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 151.18 MilliJy IMAGR2: 12158 Residual map points loaded IMAGR2: Field 1 min allowed flux = -195.709 MilliJy iter= 151797 IMAGR2: Field 1 Clean flux density= 6.412 Jy 151797 comps IMAGR2: Total Cleaned flux density = 6.749 Jy 260467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -164.4 MilliJy,max = 163.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 76.72 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = -82.185 MilliJy iter= 155862 IMAGR2: Field 1 Clean flux density= 10.050 Jy 155862 comps IMAGR2: Total Cleaned flux density = 10.387 Jy 264532 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -732.8 MilliJy,max = 721.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 282.97 MilliJy IMAGR2: 19261 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -409.651 MilliJy iter= 156063 IMAGR2: Field 1 Clean flux density= 8.298 Jy 156063 comps IMAGR2: Total Cleaned flux density = 8.635 Jy 264733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -359.3 MilliJy,max = 375.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 161.44 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -248.095 MilliJy iter= 156513 IMAGR2: Field 1 Clean flux density= 6.662 Jy 156513 comps IMAGR2: Total Cleaned flux density = 6.999 Jy 265183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -159.4 MilliJy,max = 155.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.28 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 79.699 MilliJy iter= 159287 IMAGR2: Field 1 Clean flux density= 6.535 Jy 159287 comps IMAGR2: Total Cleaned flux density = 6.872 Jy 267957 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -463.9 MilliJy,max = 517.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 177.68 MilliJy IMAGR2: 19942 Residual map points loaded IMAGR2: Field 1 min allowed flux = 258.752 MilliJy iter= 159480 IMAGR2: Field 1 Clean flux density= 7.372 Jy 159480 comps IMAGR2: Total Cleaned flux density = 7.709 Jy 268150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -218.1 MilliJy,max = 225.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 99.92 MilliJy IMAGR2: 19361 Residual map points loaded IMAGR2: Field 1 min allowed flux = -112.632 MilliJy iter= 160036 IMAGR2: Field 1 Clean flux density= 6.120 Jy 160036 comps IMAGR2: Total Cleaned flux density = 6.457 Jy 268706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -69.2 MilliJy,max = 79.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.75 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.475 MilliJy iter= 162216 IMAGR2: Field 1 Clean flux density= 5.720 Jy 162216 comps IMAGR2: Total Cleaned flux density = 6.057 Jy 270886 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -163.6 MilliJy,max = 191.2 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 56.80 MilliJy IMAGR2: 18986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 95.385 MilliJy iter= 162312 IMAGR2: Field 1 Clean flux density= 5.787 Jy 162312 comps IMAGR2: Total Cleaned flux density = 6.124 Jy 270982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.5 MilliJy,max = 89.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 41.59 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = 45.245 MilliJy iter= 166075 IMAGR2: Field 1 Clean flux density= 5.914 Jy 166075 comps IMAGR2: Total Cleaned flux density = 6.251 Jy 274745 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -385.2 MilliJy,max = 404.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 164.53 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -277.450 MilliJy iter= 166523 IMAGR2: Field 1 Clean flux density= 4.739 Jy 166523 comps IMAGR2: Total Cleaned flux density = 5.076 Jy 275193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -221.5 MilliJy,max = 306.1 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 78.55 MilliJy IMAGR2: 16204 Residual map points loaded IMAGR2: Field 1 min allowed flux = 150.949 MilliJy iter= 166563 IMAGR2: Field 1 Clean flux density= 5.291 Jy 166563 comps IMAGR2: Total Cleaned flux density = 5.628 Jy 275233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -149.5 MilliJy,max = 147.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 61.29 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = -74.752 MilliJy iter= 168956 IMAGR2: Field 1 Clean flux density= 7.913 Jy 168956 comps IMAGR2: Total Cleaned flux density = 8.250 Jy 277626 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -660.8 MilliJy,max = 492.0 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 187.09 MilliJy IMAGR2: 15793 Residual map points loaded IMAGR2: Field 1 min allowed flux = -326.593 MilliJy iter= 169016 IMAGR2: Field 1 Clean flux density= 6.591 Jy 169016 comps IMAGR2: Total Cleaned flux density = 6.928 Jy 277686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -322.3 MilliJy,max = 322.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.76 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -268.633 MilliJy iter= 169184 IMAGR2: Field 1 Clean flux density= 5.323 Jy 169184 comps IMAGR2: Total Cleaned flux density = 5.660 Jy 277854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -191.0 MilliJy,max = 204.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 78.78 MilliJy IMAGR2: 14754 Residual map points loaded IMAGR2: Field 1 min allowed flux = 101.847 MilliJy iter= 169460 IMAGR2: Field 1 Clean flux density= 6.472 Jy 169460 comps IMAGR2: Total Cleaned flux density = 6.809 Jy 278130 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -81.7 MilliJy,max = 87.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 39.33 MilliJy IMAGR2: 19957 Residual map points loaded IMAGR2: Field 1 min allowed flux = -43.864 MilliJy iter= 170064 IMAGR2: Field 1 Clean flux density= 6.328 Jy 170064 comps IMAGR2: Total Cleaned flux density = 6.665 Jy 278734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.1 MilliJy,max = 40.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.32 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -17.960 MilliJy iter= 175250 IMAGR2: Field 1 Clean flux density= 6.719 Jy 175250 comps IMAGR2: Total Cleaned flux density = 7.056 Jy 283920 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -133.0 MilliJy,max = 131.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 52.09 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -77.613 MilliJy iter= 175893 IMAGR2: Field 1 Clean flux density= 5.419 Jy 175893 comps IMAGR2: Total Cleaned flux density = 5.756 Jy 284563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -136.9 MilliJy,max = 143.2 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 40.55 MilliJy IMAGR2: 13701 Residual map points loaded IMAGR2: Field 1 min allowed flux = -71.189 MilliJy iter= 175939 IMAGR2: Field 1 Clean flux density= 5.523 Jy 175939 comps IMAGR2: Total Cleaned flux density = 5.860 Jy 284609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -70.0 MilliJy,max = 70.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.99 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -35.365 MilliJy iter= 178256 IMAGR2: Field 1 Clean flux density= 7.316 Jy 178256 comps IMAGR2: Total Cleaned flux density = 7.653 Jy 286926 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -370.1 MilliJy,max = 291.4 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 109.97 MilliJy IMAGR2: 17109 Residual map points loaded IMAGR2: Field 1 min allowed flux = 184.613 MilliJy iter= 178366 IMAGR2: Field 1 Clean flux density= 5.908 Jy 178366 comps IMAGR2: Total Cleaned flux density = 6.245 Jy 287036 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -149.2 MilliJy,max = 159.1 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 54.85 MilliJy IMAGR2: 19432 Residual map points loaded IMAGR2: Field 1 min allowed flux = 79.374 MilliJy iter= 178550 IMAGR2: Field 1 Clean flux density= 6.344 Jy 178550 comps IMAGR2: Total Cleaned flux density = 6.681 Jy 287220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -65.9 MilliJy,max = 56.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 27.25 MilliJy IMAGR2: 19880 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.871 MilliJy iter= 178934 IMAGR2: Field 1 Clean flux density= 5.721 Jy 178934 comps IMAGR2: Total Cleaned flux density = 6.057 Jy 287604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.1 MilliJy,max = 40.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 14.06 MilliJy IMAGR2: 16609 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.448 MilliJy iter= 179081 IMAGR2: Field 1 Clean flux density= 5.814 Jy 179081 comps IMAGR2: Total Cleaned flux density = 6.151 Jy 287751 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.6 MilliJy,max = 28.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.53 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.941 MilliJy iter= 184299 IMAGR2: Field 1 Clean flux density= 6.261 Jy 184299 comps IMAGR2: Total Cleaned flux density = 6.598 Jy 292969 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -92.4 MilliJy,max = 74.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 35.70 MilliJy IMAGR2: 19954 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.201 MilliJy iter= 184641 IMAGR2: Field 1 Clean flux density= 5.585 Jy 184641 comps IMAGR2: Total Cleaned flux density = 5.922 Jy 293311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.6 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.58 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.719 MilliJy iter= 189382 IMAGR2: Field 1 Clean flux density= 6.122 Jy 189382 comps IMAGR2: Total Cleaned flux density = 6.459 Jy 298052 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -195.1 MilliJy,max = 140.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 66.95 MilliJy IMAGR2: 17857 Residual map points loaded IMAGR2: Field 1 min allowed flux = 97.286 MilliJy iter= 189549 IMAGR2: Field 1 Clean flux density= 6.005 Jy 189549 comps IMAGR2: Total Cleaned flux density = 6.342 Jy 298219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -87.9 MilliJy,max = 87.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.50 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -62.633 MilliJy iter= 190532 IMAGR2: Field 1 Clean flux density= 4.808 Jy 190532 comps IMAGR2: Total Cleaned flux density = 5.145 Jy 299202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -61.6 MilliJy,max = 84.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 29.09 MilliJy IMAGR2: 13635 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.355 MilliJy iter= 190675 IMAGR2: Field 1 Clean flux density= 5.335 Jy 190675 comps IMAGR2: Total Cleaned flux density = 5.672 Jy 299345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.0 MilliJy,max = 36.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.74 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.489 MilliJy iter= 194563 IMAGR2: Field 1 Clean flux density= 5.368 Jy 194563 comps IMAGR2: Total Cleaned flux density = 5.705 Jy 303233 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -159.4 MilliJy,max = 171.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 66.23 MilliJy IMAGR2: 19288 Residual map points loaded IMAGR2: Field 1 min allowed flux = 85.549 MilliJy iter= 194881 IMAGR2: Field 1 Clean flux density= 5.746 Jy 194881 comps IMAGR2: Total Cleaned flux density = 6.083 Jy 303551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -67.1 MilliJy,max = 69.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 29.37 MilliJy IMAGR2: 15780 Residual map points loaded IMAGR2: Field 1 min allowed flux = -34.574 MilliJy iter= 195229 IMAGR2: Field 1 Clean flux density= 5.611 Jy 195229 comps IMAGR2: Total Cleaned flux density = 5.948 Jy 303899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.8 MilliJy,max = 27.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.20 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.728 MilliJy iter= 200304 IMAGR2: Field 1 Clean flux density= 4.901 Jy 200304 comps IMAGR2: Total Cleaned flux density = 5.238 Jy 308974 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -134.4 MilliJy,max = 137.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 56.43 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min allowed flux = -68.648 MilliJy iter= 202754 IMAGR2: Field 1 Clean flux density= 6.156 Jy 202754 comps IMAGR2: Total Cleaned flux density = 6.493 Jy 311424 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -462.4 MilliJy,max = 439.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 158.73 MilliJy IMAGR2: 17705 Residual map points loaded IMAGR2: Field 1 min allowed flux = 231.040 MilliJy iter= 202940 IMAGR2: Field 1 Clean flux density= 6.326 Jy 202940 comps IMAGR2: Total Cleaned flux density = 6.662 Jy 311610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -201.9 MilliJy,max = 195.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 89.22 MilliJy IMAGR2: 16097 Residual map points loaded IMAGR2: Field 1 min allowed flux = 100.857 MilliJy iter= 203377 IMAGR2: Field 1 Clean flux density= 5.253 Jy 203377 comps IMAGR2: Total Cleaned flux density = 5.590 Jy 312047 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -67.8 MilliJy,max = 66.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.67 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.885 MilliJy iter= 206609 IMAGR2: Field 1 Clean flux density= 5.265 Jy 206609 comps IMAGR2: Total Cleaned flux density = 5.602 Jy 315279 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -255.3 MilliJy,max = 283.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 97.32 MilliJy IMAGR2: 18183 Residual map points loaded IMAGR2: Field 1 min allowed flux = -141.696 MilliJy iter= 206788 IMAGR2: Field 1 Clean flux density= 5.066 Jy 206788 comps IMAGR2: Total Cleaned flux density = 5.403 Jy 315458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -125.2 MilliJy,max = 124.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 55.84 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -62.574 MilliJy iter= 210540 IMAGR2: Field 1 Clean flux density= 5.420 Jy 210540 comps IMAGR2: Total Cleaned flux density = 5.757 Jy 319210 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -612.8 MilliJy,max = 542.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 236.63 MilliJy IMAGR2: 16797 Residual map points loaded IMAGR2: Field 1 min allowed flux = 306.331 MilliJy iter= 210805 IMAGR2: Field 1 Clean flux density= 5.772 Jy 210805 comps IMAGR2: Total Cleaned flux density = 6.109 Jy 319475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -242.8 MilliJy,max = 255.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 118.29 MilliJy IMAGR2: 14038 Residual map points loaded IMAGR2: Field 1 min allowed flux = 127.711 MilliJy iter= 211258 IMAGR2: Field 1 Clean flux density= 5.045 Jy 211258 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 319928 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.1 MilliJy,max = 91.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 40.59 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min allowed flux = -45.515 MilliJy iter= 214811 IMAGR2: Field 1 Clean flux density= 4.937 Jy 214811 comps IMAGR2: Total Cleaned flux density = 5.274 Jy 323481 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -392.6 MilliJy,max = 332.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 151.60 MilliJy IMAGR2: 12090 Residual map points loaded IMAGR2: Field 1 min allowed flux = 196.029 MilliJy iter= 215003 IMAGR2: Field 1 Clean flux density= 4.426 Jy 215003 comps IMAGR2: Total Cleaned flux density = 4.763 Jy 323673 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -177.1 MilliJy,max = 173.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 81.47 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.555 MilliJy iter= 219376 IMAGR2: Field 1 Clean flux density= 9.341 Jy 219376 comps IMAGR2: Total Cleaned flux density = 9.678 Jy 328046 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -912.5 MilliJy,max = 868.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.53 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -749.474 MilliJy iter= 219438 IMAGR2: Field 1 Clean flux density= 7.423 Jy 219438 comps IMAGR2: Total Cleaned flux density = 7.760 Jy 328108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -696.3 MilliJy,max = 639.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.18 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -566.209 MilliJy iter= 219527 IMAGR2: Field 1 Clean flux density= 5.909 Jy 219527 comps IMAGR2: Total Cleaned flux density = 6.246 Jy 328197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -502.9 MilliJy,max = 506.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 242.91 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -445.269 MilliJy iter= 219604 IMAGR2: Field 1 Clean flux density= 4.743 Jy 219604 comps IMAGR2: Total Cleaned flux density = 5.079 Jy 328274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -413.5 MilliJy,max = 416.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.61 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -252.387 MilliJy iter= 222074 IMAGR2: Field 1 Clean flux density= 4.908 Jy 222074 comps IMAGR2: Total Cleaned flux density = 5.245 Jy 330744 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.96 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -919.762 MilliJy iter= 222370 IMAGR2: Field 1 Clean flux density= 5.539 Jy 222370 comps IMAGR2: Total Cleaned flux density = 5.876 Jy 331040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -525.5 MilliJy,max = 631.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 243.85 MilliJy IMAGR2: 16850 Residual map points loaded IMAGR2: Field 1 min allowed flux = 315.651 MilliJy iter= 222633 IMAGR2: Field 1 Clean flux density= 7.202 Jy 222633 comps IMAGR2: Total Cleaned flux density = 7.539 Jy 331303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -271.7 MilliJy,max = 284.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.99 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -216.245 MilliJy iter= 222823 IMAGR2: Field 1 Clean flux density= 5.765 Jy 222823 comps IMAGR2: Total Cleaned flux density = 6.102 Jy 331493 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -193.0 MilliJy,max = 180.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 93.37 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -147.365 MilliJy iter= 223039 IMAGR2: Field 1 Clean flux density= 4.603 Jy 223039 comps IMAGR2: Total Cleaned flux density = 4.940 Jy 331709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -126.7 MilliJy,max = 128.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 66.40 MilliJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 68.667 MilliJy iter= 228398 IMAGR2: Field 1 Clean flux density= 7.052 Jy 228398 comps IMAGR2: Total Cleaned flux density = 7.389 Jy 337068 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -559.7 MilliJy,max = 620.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 249.19 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -376.275 MilliJy iter= 228938 IMAGR2: Field 1 Clean flux density= 6.022 Jy 228938 comps IMAGR2: Total Cleaned flux density = 6.359 Jy 337608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -395.9 MilliJy,max = 415.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 129.16 MilliJy IMAGR2: 17490 Residual map points loaded IMAGR2: Field 1 min allowed flux = 207.143 MilliJy iter= 229018 IMAGR2: Field 1 Clean flux density= 6.080 Jy 229018 comps IMAGR2: Total Cleaned flux density = 6.417 Jy 337688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -199.1 MilliJy,max = 226.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 102.29 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -120.603 MilliJy iter= 231661 IMAGR2: Field 1 Clean flux density= 4.909 Jy 231661 comps IMAGR2: Total Cleaned flux density = 5.246 Jy 340331 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -540.2 MilliJy,max = 599.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 231.46 MilliJy IMAGR2: 19671 Residual map points loaded IMAGR2: Field 1 min allowed flux = 299.126 MilliJy iter= 231988 IMAGR2: Field 1 Clean flux density= 6.788 Jy 231988 comps IMAGR2: Total Cleaned flux density = 7.124 Jy 340658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -224.6 MilliJy,max = 230.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 99.98 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -126.556 MilliJy iter= 233903 IMAGR2: Field 1 Clean flux density= 5.441 Jy 233903 comps IMAGR2: Total Cleaned flux density = 5.778 Jy 342573 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -527.1 MilliJy,max = 516.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 203.55 MilliJy IMAGR2: 12862 Residual map points loaded IMAGR2: Field 1 min allowed flux = 263.116 MilliJy iter= 234141 IMAGR2: Field 1 Clean flux density= 5.839 Jy 234141 comps IMAGR2: Total Cleaned flux density = 6.176 Jy 342811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -208.1 MilliJy,max = 222.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 101.61 MilliJy IMAGR2: 12248 Residual map points loaded IMAGR2: Field 1 min allowed flux = 111.158 MilliJy iter= 234563 IMAGR2: Field 1 Clean flux density= 5.957 Jy 234563 comps IMAGR2: Total Cleaned flux density = 6.294 Jy 343233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -77.0 MilliJy,max = 80.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.72 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -40.469 MilliJy iter= 238381 IMAGR2: Field 1 Clean flux density= 6.472 Jy 238381 comps IMAGR2: Total Cleaned flux density = 6.809 Jy 347051 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -351.1 MilliJy,max = 326.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 135.57 MilliJy IMAGR2: 12060 Residual map points loaded IMAGR2: Field 1 min allowed flux = -175.139 MilliJy iter= 238591 IMAGR2: Field 1 Clean flux density= 6.219 Jy 238591 comps IMAGR2: Total Cleaned flux density = 6.556 Jy 347261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -148.8 MilliJy,max = 150.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.57 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -78.919 MilliJy iter= 241949 IMAGR2: Field 1 Clean flux density= 5.199 Jy 241949 comps IMAGR2: Total Cleaned flux density = 5.536 Jy 350619 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -597.3 MilliJy,max = 528.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 230.65 MilliJy IMAGR2: 19222 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -423.606 MilliJy iter= 241999 IMAGR2: Field 1 Clean flux density= 4.130 Jy 241999 comps IMAGR2: Total Cleaned flux density = 4.467 Jy 350669 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -417.1 MilliJy,max = 408.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.89 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -348.141 MilliJy iter= 242199 IMAGR2: Field 1 Clean flux density= 3.487 Jy 242199 comps IMAGR2: Total Cleaned flux density = 3.824 Jy 350869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -250.3 MilliJy,max = 246.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 119.18 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 125.157 MilliJy iter= 246994 IMAGR2: Field 1 Clean flux density= 16.644 Jy 246994 comps IMAGR2: Total Cleaned flux density = 16.980 Jy 355664 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.2 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 554.21 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.034 Jy iter= 247045 IMAGR2: Field 1 Clean flux density= 13.244 Jy 247045 comps IMAGR2: Total Cleaned flux density = 13.581 Jy 355715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 949.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.07 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -814.312 MilliJy iter= 247266 IMAGR2: Field 1 Clean flux density= 10.826 Jy 247266 comps IMAGR2: Total Cleaned flux density = 11.163 Jy 355936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -682.5 MilliJy,max = 568.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 314.46 MilliJy IMAGR2: 13124 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -462.237 MilliJy iter= 247379 IMAGR2: Field 1 Clean flux density= 8.653 Jy 247379 comps IMAGR2: Total Cleaned flux density = 8.990 Jy 356049 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -419.9 MilliJy,max = 416.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 230.27 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -348.146 MilliJy iter= 247831 IMAGR2: Field 1 Clean flux density= 7.149 Jy 247831 comps IMAGR2: Total Cleaned flux density = 7.486 Jy 356501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -180.1 MilliJy,max = 193.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 88.81 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -115.671 MilliJy iter= 249325 IMAGR2: Field 1 Clean flux density= 5.773 Jy 249325 comps IMAGR2: Total Cleaned flux density = 6.110 Jy 357995 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -314.4 MilliJy,max = 343.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 117.81 MilliJy IMAGR2: 13849 Residual map points loaded IMAGR2: Field 1 min allowed flux = 171.408 MilliJy iter= 249483 IMAGR2: Field 1 Clean flux density= 6.886 Jy 249483 comps IMAGR2: Total Cleaned flux density = 7.223 Jy 358153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -148.0 MilliJy,max = 141.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 67.91 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -105.371 MilliJy iter= 249930 IMAGR2: Field 1 Clean flux density= 5.506 Jy 249930 comps IMAGR2: Total Cleaned flux density = 5.842 Jy 358600 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -59.7 MilliJy,max = 66.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.35 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -33.053 MilliJy iter= 253270 IMAGR2: Field 1 Clean flux density= 6.097 Jy 253270 comps IMAGR2: Total Cleaned flux density = 6.434 Jy 361940 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -182.5 MilliJy,max = 183.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 70.67 MilliJy IMAGR2: 18528 Residual map points loaded IMAGR2: Field 1 min allowed flux = -91.480 MilliJy iter= 253589 IMAGR2: Field 1 Clean flux density= 5.344 Jy 253589 comps IMAGR2: Total Cleaned flux density = 5.681 Jy 362259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -68.3 MilliJy,max = 73.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 35.33 MilliJy IMAGR2: 13592 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.877 MilliJy iter= 254277 IMAGR2: Field 1 Clean flux density= 5.000 Jy 254277 comps IMAGR2: Total Cleaned flux density = 5.337 Jy 362947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.0 MilliJy,max = 34.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.12 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.920 MilliJy iter= 258887 IMAGR2: Field 1 Clean flux density= 5.125 Jy 258887 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 367557 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -94.6 MilliJy,max = 99.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 39.15 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 49.524 MilliJy iter= 260514 IMAGR2: Field 1 Clean flux density= 5.517 Jy 260514 comps IMAGR2: Total Cleaned flux density = 5.854 Jy 369184 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -225.1 MilliJy,max = 233.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 79.96 MilliJy IMAGR2: 12454 Residual map points loaded IMAGR2: Field 1 min allowed flux = -116.165 MilliJy iter= 260677 IMAGR2: Field 1 Clean flux density= 5.185 Jy 260677 comps IMAGR2: Total Cleaned flux density = 5.522 Jy 369347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -88.3 MilliJy,max = 99.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 39.87 MilliJy IMAGR2: 13506 Residual map points loaded IMAGR2: Field 1 min allowed flux = 49.855 MilliJy iter= 260949 IMAGR2: Field 1 Clean flux density= 5.090 Jy 260949 comps IMAGR2: Total Cleaned flux density = 5.427 Jy 369619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.1 MilliJy,max = 38.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.27 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.250 MilliJy iter= 264143 IMAGR2: Field 1 Clean flux density= 5.189 Jy 264143 comps IMAGR2: Total Cleaned flux density = 5.526 Jy 372813 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -133.0 MilliJy,max = 136.6 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 53.27 MilliJy IMAGR2: 19251 Residual map points loaded IMAGR2: Field 1 min allowed flux = -68.255 MilliJy iter= 265058 IMAGR2: Field 1 Clean flux density= 6.550 Jy 265058 comps IMAGR2: Total Cleaned flux density = 6.887 Jy 373728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -231.1 MilliJy,max = 147.7 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 58.86 MilliJy IMAGR2: 17521 Residual map points loaded IMAGR2: Field 1 min allowed flux = -115.229 MilliJy iter= 265104 IMAGR2: Field 1 Clean flux density= 5.894 Jy 265104 comps IMAGR2: Total Cleaned flux density = 6.231 Jy 373774 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -113.8 MilliJy,max = 113.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 44.50 MilliJy IMAGR2: 13351 Residual map points loaded IMAGR2: Field 1 min allowed flux = -56.897 MilliJy iter= 265400 IMAGR2: Field 1 Clean flux density= 4.724 Jy 265400 comps IMAGR2: Total Cleaned flux density = 5.061 Jy 374070 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.3 MilliJy,max = 70.5 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 17.95 MilliJy IMAGR2: 15732 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.098 MilliJy iter= 265432 IMAGR2: Field 1 Clean flux density= 4.862 Jy 265432 comps IMAGR2: Total Cleaned flux density = 5.199 Jy 374102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.3 MilliJy,max = 35.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.90 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.498 MilliJy iter= 267939 IMAGR2: Field 1 Clean flux density= 6.647 Jy 267939 comps IMAGR2: Total Cleaned flux density = 6.984 Jy 376609 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -131.7 MilliJy,max = 79.6 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 37.30 MilliJy IMAGR2: 16036 Residual map points loaded IMAGR2: Field 1 min allowed flux = -65.382 MilliJy iter= 267992 IMAGR2: Field 1 Clean flux density= 6.228 Jy 267992 comps IMAGR2: Total Cleaned flux density = 6.565 Jy 376662 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 = -65.2 MilliJy,max = 64.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.07 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -51.413 MilliJy iter= 268253 IMAGR2: Field 1 Clean flux density= 4.979 Jy 268253 comps IMAGR2: Total Cleaned flux density = 5.316 Jy 376923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.7 MilliJy,max = 41.8 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 15.28 MilliJy IMAGR2: 18427 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.840 MilliJy iter= 268457 IMAGR2: Field 1 Clean flux density= 5.125 Jy 268457 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 377127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.1 MilliJy,max = 23.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.92 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.248 MilliJy iter= 273450 IMAGR2: Field 1 Clean flux density= 5.186 Jy 273450 comps IMAGR2: Total Cleaned flux density = 5.523 Jy 382120 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -79.1 MilliJy,max = 79.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.52 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.781 MilliJy iter= 277340 IMAGR2: Field 1 Clean flux density= 4.877 Jy 277340 comps IMAGR2: Total Cleaned flux density = 5.214 Jy 386010 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -396.8 MilliJy,max = 418.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 161.70 MilliJy IMAGR2: 13497 Residual map points loaded IMAGR2: Field 1 min allowed flux = -209.064 MilliJy iter= 277583 IMAGR2: Field 1 Clean flux density= 5.232 Jy 277583 comps IMAGR2: Total Cleaned flux density = 5.569 Jy 386253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -162.9 MilliJy,max = 173.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 80.73 MilliJy IMAGR2: 12156 Residual map points loaded IMAGR2: Field 1 min allowed flux = -86.645 MilliJy iter= 278087 IMAGR2: Field 1 Clean flux density= 4.867 Jy 278087 comps IMAGR2: Total Cleaned flux density = 5.204 Jy 386757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -60.9 MilliJy,max = 65.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 25.22 MilliJy IMAGR2: 18945 Residual map points loaded IMAGR2: Field 1 min allowed flux = -32.632 MilliJy iter= 278403 IMAGR2: Field 1 Clean flux density= 4.742 Jy 278403 comps IMAGR2: Total Cleaned flux density = 5.079 Jy 387073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.0 MilliJy,max = 31.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.90 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.382 MilliJy iter= 283680 IMAGR2: Field 1 Clean flux density= 5.639 Jy 283680 comps IMAGR2: Total Cleaned flux density = 5.976 Jy 392350 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -120.0 MilliJy,max = 106.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.01 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -79.976 MilliJy iter= 284073 IMAGR2: Field 1 Clean flux density= 4.508 Jy 284073 comps IMAGR2: Total Cleaned flux density = 4.845 Jy 392743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -55.0 MilliJy,max = 59.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.32 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -29.913 MilliJy iter= 287332 IMAGR2: Field 1 Clean flux density= 5.679 Jy 287332 comps IMAGR2: Total Cleaned flux density = 6.016 Jy 396002 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -185.4 MilliJy,max = 170.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 71.61 MilliJy IMAGR2: 17138 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -99.457 MilliJy iter= 287585 IMAGR2: Field 1 Clean flux density= 4.540 Jy 287585 comps IMAGR2: Total Cleaned flux density = 4.877 Jy 396255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.7 MilliJy,max = 77.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 38.41 MilliJy IMAGR2: 18809 Residual map points loaded IMAGR2: Field 1 min allowed flux = -44.840 MilliJy iter= 288094 IMAGR2: Field 1 Clean flux density= 4.819 Jy 288094 comps IMAGR2: Total Cleaned flux density = 5.156 Jy 396764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.6 MilliJy,max = 33.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.71 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.741 MilliJy iter= 291369 IMAGR2: Field 1 Clean flux density= 4.662 Jy 291369 comps IMAGR2: Total Cleaned flux density = 4.999 Jy 400039 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -102.4 MilliJy,max = 91.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 39.56 MilliJy IMAGR2: 16807 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.175 MilliJy iter= 291681 IMAGR2: Field 1 Clean flux density= 4.554 Jy 291681 comps IMAGR2: Total Cleaned flux density = 4.891 Jy 400351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.6 MilliJy,max = 42.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 19.76 MilliJy IMAGR2: 12085 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.333 MilliJy iter= 292201 IMAGR2: Field 1 Clean flux density= 4.844 Jy 292201 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 400871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.9 MilliJy,max = 22.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.68 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.087 MilliJy iter= 297121 IMAGR2: Field 1 Clean flux density= 5.190 Jy 297121 comps IMAGR2: Total Cleaned flux density = 5.527 Jy 405791 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -64.9 MilliJy,max = 64.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.35 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -40.441 MilliJy iter= 297752 IMAGR2: Field 1 Clean flux density= 4.149 Jy 297752 comps IMAGR2: Total Cleaned flux density = 4.486 Jy 406422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.3 MilliJy,max = 82.4 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 18.00 MilliJy IMAGR2: 19640 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.772 MilliJy iter= 297782 IMAGR2: Field 1 Clean flux density= 4.284 Jy 297782 comps IMAGR2: Total Cleaned flux density = 4.621 Jy 406452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -40.5 MilliJy,max = 39.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 15.74 MilliJy IMAGR2: 15903 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.234 MilliJy iter= 298052 IMAGR2: Field 1 Clean flux density= 4.621 Jy 298052 comps IMAGR2: Total Cleaned flux density = 4.958 Jy 406722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.2 MilliJy,max = 18.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.70 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.367 MilliJy iter= 302370 IMAGR2: Field 1 Clean flux density= 4.861 Jy 302370 comps IMAGR2: Total Cleaned flux density = 5.198 Jy 411040 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -63.5 MilliJy,max = 61.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.08 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -31.768 MilliJy iter= 305301 IMAGR2: Field 1 Clean flux density= 4.232 Jy 305301 comps IMAGR2: Total Cleaned flux density = 4.569 Jy 413971 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -207.5 MilliJy,max = 232.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 89.61 MilliJy IMAGR2: 13409 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.596 MilliJy iter= 305572 IMAGR2: Field 1 Clean flux density= 4.892 Jy 305572 comps IMAGR2: Total Cleaned flux density = 5.229 Jy 414242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -84.9 MilliJy,max = 79.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 36.79 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -42.448 MilliJy iter= 308793 IMAGR2: Field 1 Clean flux density= 4.152 Jy 308793 comps IMAGR2: Total Cleaned flux density = 4.489 Jy 417463 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -309.9 MilliJy,max = 347.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 134.13 MilliJy IMAGR2: 15393 Residual map points loaded IMAGR2: Field 1 min allowed flux = 173.014 MilliJy iter= 309087 IMAGR2: Field 1 Clean flux density= 6.082 Jy 309087 comps IMAGR2: Total Cleaned flux density = 6.419 Jy 417757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -129.6 MilliJy,max = 145.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 59.39 MilliJy IMAGR2: 18396 Residual map points loaded IMAGR2: Field 1 min allowed flux = 72.497 MilliJy iter= 309447 IMAGR2: Field 1 Clean flux density= 6.277 Jy 309447 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 6.614 Jy 418117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.6 MilliJy,max = 60.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 28.00 MilliJy IMAGR2: 18644 Residual map points loaded IMAGR2: Field 1 min allowed flux = -30.272 MilliJy iter= 310113 IMAGR2: Field 1 Clean flux density= 5.689 Jy 310113 comps IMAGR2: Total Cleaned flux density = 6.026 Jy 418783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.7 MilliJy,max = 25.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 11.69 MilliJy IMAGR2: 13321 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.845 MilliJy iter= 310436 IMAGR2: Field 1 Clean flux density= 5.598 Jy 310436 comps IMAGR2: Total Cleaned flux density = 5.935 Jy 419106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.7 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.86 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.095 MilliJy iter= 315815 IMAGR2: Field 1 Clean flux density= 5.708 Jy 315815 comps IMAGR2: Total Cleaned flux density = 6.045 Jy 424485 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -42.9 MilliJy,max = 48.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.93 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 24.384 MilliJy iter= 318802 IMAGR2: Field 1 Clean flux density= 6.663 Jy 318802 comps IMAGR2: Total Cleaned flux density = 7.000 Jy 427472 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -169.7 MilliJy,max = 139.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 58.25 MilliJy IMAGR2: 16993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 84.687 MilliJy iter= 318997 IMAGR2: Field 1 Clean flux density= 6.029 Jy 318997 comps IMAGR2: Total Cleaned flux density = 6.366 Jy 427667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -71.8 MilliJy,max = 72.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 32.70 MilliJy IMAGR2: 18350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.257 MilliJy iter= 319590 IMAGR2: Field 1 Clean flux density= 5.777 Jy 319590 comps IMAGR2: Total Cleaned flux density = 6.114 Jy 428260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.0 MilliJy,max = 22.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.89 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.009 MilliJy iter= 323204 IMAGR2: Field 1 Clean flux density= 6.015 Jy 323204 comps IMAGR2: Total Cleaned flux density = 6.352 Jy 431874 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -89.6 MilliJy,max = 76.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 30.77 MilliJy IMAGR2: 15151 Residual map points loaded IMAGR2: Field 1 min allowed flux = -44.778 MilliJy iter= 323363 IMAGR2: Field 1 Clean flux density= 5.941 Jy 323363 comps IMAGR2: Total Cleaned flux density = 6.278 Jy 432033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.0 MilliJy,max = 39.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.16 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -19.786 MilliJy iter= 328472 IMAGR2: Field 1 Clean flux density= 5.472 Jy 328472 comps IMAGR2: Total Cleaned flux density = 5.809 Jy 437142 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -205.2 MilliJy,max = 207.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 91.02 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 103.602 MilliJy iter= 331902 IMAGR2: Field 1 Clean flux density= 5.910 Jy 331902 comps IMAGR2: Total Cleaned flux density = 6.247 Jy 440572 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -949.7 MilliJy,max = 934.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 366.76 MilliJy IMAGR2: 16460 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -511.810 MilliJy iter= 332125 IMAGR2: Field 1 Clean flux density= 4.679 Jy 332125 comps IMAGR2: Total Cleaned flux density = 5.016 Jy 440795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -408.8 MilliJy,max = 403.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 179.12 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -204.388 MilliJy iter= 335544 IMAGR2: Field 1 Clean flux density= 10.564 Jy 335544 comps IMAGR2: Total Cleaned flux density = 10.901 Jy 444214 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.8 Jy,max = 2.0 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 775.00 MilliJy IMAGR2: 11881 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.216 Jy iter= 335636 IMAGR2: Field 1 Clean flux density= 8.848 Jy 335636 comps IMAGR2: Total Cleaned flux density = 9.185 Jy 444306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.24 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.007 Jy iter= 335683 IMAGR2: Field 1 Clean flux density= 7.103 Jy 335683 comps IMAGR2: Total Cleaned flux density = 7.440 Jy 444353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -951.1 MilliJy,max = 918.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.68 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -820.711 MilliJy iter= 335804 IMAGR2: Field 1 Clean flux density= 5.631 Jy 335804 comps IMAGR2: Total Cleaned flux density = 5.968 Jy 444474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -688.8 MilliJy,max = 692.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.02 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -581.901 MilliJy iter= 335989 IMAGR2: Field 1 Clean flux density= 4.573 Jy 335989 comps IMAGR2: Total Cleaned flux density = 4.910 Jy 444659 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -462.9 MilliJy,max = 455.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 222.20 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -419.898 MilliJy iter= 336019 IMAGR2: Field 1 Clean flux density= 3.619 Jy 336019 comps IMAGR2: Total Cleaned flux density = 3.956 Jy 444689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -389.1 MilliJy,max = 398.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 207.16 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -337.909 MilliJy iter= 336256 IMAGR2: Field 1 Clean flux density= 3.123 Jy 336256 comps IMAGR2: Total Cleaned flux density = 3.460 Jy 444926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -253.3 MilliJy,max = 247.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 125.23 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -162.431 MilliJy iter= 337751 IMAGR2: Field 1 Clean flux density= 2.756 Jy 337751 comps IMAGR2: Total Cleaned flux density = 3.093 Jy 446421 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -454.1 MilliJy,max = 537.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 184.62 MilliJy IMAGR2: 13146 Residual map points loaded IMAGR2: Field 1 min allowed flux = 268.119 MilliJy iter= 337914 IMAGR2: Field 1 Clean flux density= 4.942 Jy 337914 comps IMAGR2: Total Cleaned flux density = 5.279 Jy 446584 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -239.8 MilliJy,max = 217.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 103.54 MilliJy IMAGR2: 13559 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -158.243 MilliJy iter= 338032 IMAGR2: Field 1 Clean flux density= 3.945 Jy 338032 comps IMAGR2: Total Cleaned flux density = 4.282 Jy 446702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -143.3 MilliJy,max = 139.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 70.62 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -112.778 MilliJy iter= 338372 IMAGR2: Field 1 Clean flux density= 3.156 Jy 338372 comps IMAGR2: Total Cleaned flux density = 3.493 Jy 447042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -90.2 MilliJy,max = 76.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.19 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -39.714 MilliJy iter= 341657 IMAGR2: Field 1 Clean flux density= 2.536 Jy 341657 comps IMAGR2: Total Cleaned flux density = 2.873 Jy 450327 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -195.6 MilliJy,max = 229.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 88.63 MilliJy IMAGR2: 14989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -114.583 MilliJy iter= 341938 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 3.236 Jy 341938 comps IMAGR2: Total Cleaned flux density = 3.573 Jy 450608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -87.9 MilliJy,max = 93.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 44.25 MilliJy IMAGR2: 15571 Residual map points loaded IMAGR2: Field 1 min allowed flux = -46.675 MilliJy iter= 342640 IMAGR2: Field 1 Clean flux density= 3.361 Jy 342640 comps IMAGR2: Total Cleaned flux density = 3.698 Jy 451310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.1 MilliJy,max = 34.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.56 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.884 MilliJy iter= 346554 IMAGR2: Field 1 Clean flux density= 3.614 Jy 346554 comps IMAGR2: Total Cleaned flux density = 3.951 Jy 455224 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -107.2 MilliJy,max = 103.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.16 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min allowed flux = -53.576 MilliJy iter= 348120 IMAGR2: Field 1 Clean flux density= 3.888 Jy 348120 comps IMAGR2: Total Cleaned flux density = 4.225 Jy 456790 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -230.2 MilliJy,max = 220.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 79.03 MilliJy IMAGR2: 13403 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.004 MilliJy iter= 348292 IMAGR2: Field 1 Clean flux density= 3.656 Jy 348292 comps IMAGR2: Total Cleaned flux density = 3.992 Jy 456962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -98.5 MilliJy,max = 86.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 39.48 MilliJy IMAGR2: 12287 Residual map points loaded IMAGR2: Field 1 min allowed flux = -49.202 MilliJy iter= 348563 IMAGR2: Field 1 Clean flux density= 3.633 Jy 348563 comps IMAGR2: Total Cleaned flux density = 3.969 Jy 457233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.7 MilliJy,max = 37.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.50 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.366 MilliJy iter= 352174 IMAGR2: Field 1 Clean flux density= 3.564 Jy 352174 comps IMAGR2: Total Cleaned flux density = 3.901 Jy 460844 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -142.0 MilliJy,max = 146.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 59.46 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -73.271 MilliJy iter= 354258 IMAGR2: Field 1 Clean flux density= 3.500 Jy 354258 comps IMAGR2: Total Cleaned flux density = 3.836 Jy 462928 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -511.2 MilliJy,max = 499.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 175.46 MilliJy IMAGR2: 12680 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -320.100 MilliJy iter= 354313 IMAGR2: Field 1 Clean flux density= 2.791 Jy 354313 comps IMAGR2: Total Cleaned flux density = 3.128 Jy 462983 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -292.4 MilliJy,max = 297.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 123.61 MilliJy IMAGR2: 19407 Residual map points loaded IMAGR2: Field 1 min allowed flux = 148.715 MilliJy iter= 354772 IMAGR2: Field 1 Clean flux density= 4.388 Jy 354772 comps IMAGR2: Total Cleaned flux density = 4.725 Jy 463442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -80.8 MilliJy,max = 67.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.68 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -49.824 MilliJy iter= 355212 IMAGR2: Field 1 Clean flux density= 3.507 Jy 355212 comps IMAGR2: Total Cleaned flux density = 3.844 Jy 463882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.5 MilliJy,max = 41.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 19.24 MilliJy IMAGR2: 14136 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.684 MilliJy iter= 355856 IMAGR2: Field 1 Clean flux density= 3.662 Jy 355856 comps IMAGR2: Total Cleaned flux density = 3.999 Jy 464526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.9 MilliJy,max = 22.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.19 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.489 MilliJy iter= 358856 IMAGR2: Field 1 Clean flux density= 3.471 Jy 358856 comps IMAGR2: Total Cleaned flux density = 3.807 Jy 467526 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -41.4 MilliJy,max = 43.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 16.68 MilliJy IMAGR2: 12175 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.532 MilliJy iter= 359116 IMAGR2: Field 1 Clean flux density= 3.626 Jy 359116 comps IMAGR2: Total Cleaned flux density = 3.963 Jy 467786 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.6 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.88 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.923 MilliJy iter= 362507 IMAGR2: Field 1 Clean flux density= 3.882 Jy 362507 comps IMAGR2: Total Cleaned flux density = 4.219 Jy 471177 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -60.2 MilliJy,max = 53.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 23.24 MilliJy IMAGR2: 19818 Residual map points loaded IMAGR2: Field 1 min allowed flux = -30.062 MilliJy iter= 362889 IMAGR2: Field 1 Clean flux density= 3.703 Jy 362889 comps IMAGR2: Total Cleaned flux density = 4.040 Jy 471559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.5 MilliJy,max = 20.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.46 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.313 MilliJy iter= 366773 IMAGR2: Field 1 Clean flux density= 3.594 Jy 366773 comps IMAGR2: Total Cleaned flux density = 3.930 Jy 475443 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -84.0 MilliJy,max = 88.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 34.23 MilliJy IMAGR2: 14644 Residual map points loaded IMAGR2: Field 1 min allowed flux = -44.209 MilliJy iter= 367059 IMAGR2: Field 1 Clean flux density= 3.739 Jy 367059 comps IMAGR2: Total Cleaned flux density = 4.076 Jy 475729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.3 MilliJy,max = 33.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.46 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.653 MilliJy iter= 371286 IMAGR2: Field 1 Clean flux density= 3.454 Jy 371286 comps IMAGR2: Total Cleaned flux density = 3.791 Jy 479956 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -138.6 MilliJy,max = 172.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 66.57 MilliJy IMAGR2: 11468 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.036 MilliJy iter= 371515 IMAGR2: Field 1 Clean flux density= 3.975 Jy 371515 comps IMAGR2: Total Cleaned flux density = 4.311 Jy 480185 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -70.2 MilliJy,max = 70.1 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 33.57 MilliJy IMAGR2: 19266 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -43.069 MilliJy iter= 372492 IMAGR2: Field 1 Clean flux density= 3.178 Jy 372492 comps IMAGR2: Total Cleaned flux density = 3.515 Jy 481162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -60.5 MilliJy,max = 71.7 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 21.31 MilliJy IMAGR2: 19835 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.793 MilliJy iter= 372595 IMAGR2: Field 1 Clean flux density= 3.390 Jy 372595 comps IMAGR2: Total Cleaned flux density = 3.727 Jy 481265 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.0 MilliJy,max = 32.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.96 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.355 MilliJy iter= 376285 IMAGR2: Field 1 Clean flux density= 4.147 Jy 376285 comps IMAGR2: Total Cleaned flux density = 4.484 Jy 484955 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -143.3 MilliJy,max = 145.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 59.95 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -83.080 MilliJy iter= 377600 IMAGR2: Field 1 Clean flux density= 3.403 Jy 377600 comps IMAGR2: Total Cleaned flux density = 3.739 Jy 486270 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -358.9 MilliJy,max = 329.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 123.19 MilliJy IMAGR2: 12713 Residual map points loaded IMAGR2: Field 1 min allowed flux = -179.132 MilliJy iter= 377766 IMAGR2: Field 1 Clean flux density= 3.057 Jy 377766 comps IMAGR2: Total Cleaned flux density = 3.394 Jy 486436 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 = -133.1 MilliJy,max = 142.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 55.01 MilliJy IMAGR2: 15281 Residual map points loaded IMAGR2: Field 1 min allowed flux = 71.211 MilliJy iter= 378082 IMAGR2: Field 1 Clean flux density= 3.906 Jy 378082 comps IMAGR2: Total Cleaned flux density = 4.243 Jy 486752 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.1 MilliJy,max = 44.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.61 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.032 MilliJy iter= 380172 IMAGR2: Field 1 Clean flux density= 3.532 Jy 380172 comps IMAGR2: Total Cleaned flux density = 3.869 Jy 488842 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -112.3 MilliJy,max = 140.5 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 41.74 MilliJy IMAGR2: 18024 Residual map points loaded IMAGR2: Field 1 min allowed flux = 70.072 MilliJy iter= 380274 IMAGR2: Field 1 Clean flux density= 3.734 Jy 380274 comps IMAGR2: Total Cleaned flux density = 4.071 Jy 488944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -67.3 MilliJy,max = 66.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.67 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.629 MilliJy iter= 382853 IMAGR2: Field 1 Clean flux density= 3.442 Jy 382853 comps IMAGR2: Total Cleaned flux density = 3.779 Jy 491523 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -267.7 MilliJy,max = 269.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 103.96 MilliJy IMAGR2: 13356 Residual map points loaded IMAGR2: Field 1 min allowed flux = -134.456 MilliJy iter= 383097 IMAGR2: Field 1 Clean flux density= 3.525 Jy 383097 comps IMAGR2: Total Cleaned flux density = 3.862 Jy 491767 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -103.5 MilliJy,max = 105.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 40.85 MilliJy IMAGR2: 16382 Residual map points loaded IMAGR2: Field 1 min allowed flux = -52.825 MilliJy iter= 383366 IMAGR2: Field 1 Clean flux density= 3.586 Jy 383366 comps IMAGR2: Total Cleaned flux density = 3.922 Jy 492036 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -45.9 MilliJy,max = 41.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 20.40 MilliJy IMAGR2: 13136 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.927 MilliJy iter= 383755 IMAGR2: Field 1 Clean flux density= 3.599 Jy 383755 comps IMAGR2: Total Cleaned flux density = 3.936 Jy 492425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 20.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.44 MilliJy IMAGR2: 19963 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.036 MilliJy iter= 388292 IMAGR2: Field 1 Clean flux density= 3.869 Jy 388292 comps IMAGR2: Total Cleaned flux density = 4.206 Jy 496962 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -75.5 MilliJy,max = 73.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.93 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -52.521 MilliJy iter= 388560 IMAGR2: Field 1 Clean flux density= 3.093 Jy 388560 comps IMAGR2: Total Cleaned flux density = 3.430 Jy 497230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.2 MilliJy,max = 42.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 20.28 MilliJy IMAGR2: 11444 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.199 MilliJy iter= 389102 IMAGR2: Field 1 Clean flux density= 3.347 Jy 389102 comps IMAGR2: Total Cleaned flux density = 3.684 Jy 497772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.4 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 8.19 MilliJy IMAGR2: 17080 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.197 MilliJy iter= 389747 IMAGR2: Field 1 Clean flux density= 3.410 Jy 389747 comps IMAGR2: Total Cleaned flux density = 3.747 Jy 498417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.4 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.05 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.591 MilliJy iter= 393095 IMAGR2: Field 1 Clean flux density= 3.545 Jy 393095 comps IMAGR2: Total Cleaned flux density = 3.882 Jy 501765 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -17.2 MilliJy,max = 16.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.07 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.593 MilliJy iter= 395156 IMAGR2: Field 1 Clean flux density= 3.185 Jy 395156 comps IMAGR2: Total Cleaned flux density = 3.521 Jy 503826 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -43.3 MilliJy,max = 46.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 16.07 MilliJy IMAGR2: 10716 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.382 MilliJy iter= 395272 IMAGR2: Field 1 Clean flux density= 3.305 Jy 395272 comps IMAGR2: Total Cleaned flux density = 3.642 Jy 503942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 21.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.57 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.936 MilliJy iter= 398220 IMAGR2: Field 1 Clean flux density= 3.819 Jy 398220 comps IMAGR2: Total Cleaned flux density = 4.156 Jy 506890 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -82.1 MilliJy,max = 73.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.19 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -43.688 MilliJy iter= 399647 IMAGR2: Field 1 Clean flux density= 3.052 Jy 399647 comps IMAGR2: Total Cleaned flux density = 3.389 Jy 508317 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -204.5 MilliJy,max = 217.3 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 64.56 MilliJy IMAGR2: 17497 Residual map points loaded IMAGR2: Field 1 min allowed flux = -108.358 MilliJy iter= 399755 IMAGR2: Field 1 Clean flux density= 3.104 Jy 399755 comps IMAGR2: Total Cleaned flux density = 3.441 Jy 508425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -96.0 MilliJy,max = 95.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 41.84 MilliJy IMAGR2: 13276 Residual map points loaded IMAGR2: Field 1 min allowed flux = -47.985 MilliJy iter= 400177 IMAGR2: Field 1 Clean flux density= 3.083 Jy 400177 comps IMAGR2: Total Cleaned flux density = 3.420 Jy 508847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.1 MilliJy,max = 28.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 11.03 MilliJy IMAGR2: 16697 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.256 MilliJy iter= 400476 IMAGR2: Field 1 Clean flux density= 3.221 Jy 400476 comps IMAGR2: Total Cleaned flux density = 3.558 Jy 509146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.3 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.37 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.704 MilliJy iter= 404887 IMAGR2: Field 1 Clean flux density= 3.341 Jy 404887 comps IMAGR2: Total Cleaned flux density = 3.678 Jy 513557 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -42.1 MilliJy,max = 43.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.39 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.907 MilliJy iter= 407431 IMAGR2: Field 1 Clean flux density= 3.180 Jy 407431 comps IMAGR2: Total Cleaned flux density = 3.517 Jy 516101 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -168.0 MilliJy,max = 140.3 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 49.91 MilliJy IMAGR2: 19740 Residual map points loaded IMAGR2: Field 1 min allowed flux = 83.663 MilliJy iter= 407539 IMAGR2: Field 1 Clean flux density= 3.172 Jy 407539 comps IMAGR2: Total Cleaned flux density = 3.509 Jy 516209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -81.1 MilliJy,max = 78.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 34.00 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.566 MilliJy iter= 410271 IMAGR2: Field 1 Clean flux density= 2.698 Jy 410271 comps IMAGR2: Total Cleaned flux density = 3.035 Jy 518941 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -303.1 MilliJy,max = 316.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 122.03 MilliJy IMAGR2: 17220 Residual map points loaded IMAGR2: Field 1 min allowed flux = 157.760 MilliJy iter= 410591 IMAGR2: Field 1 Clean flux density= 3.993 Jy 410591 comps IMAGR2: Total Cleaned flux density = 4.330 Jy 519261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -126.1 MilliJy,max = 113.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 43.30 MilliJy IMAGR2: 18851 Residual map points loaded IMAGR2: Field 1 min allowed flux = 62.997 MilliJy iter= 410765 IMAGR2: Field 1 Clean flux density= 3.906 Jy 410765 comps IMAGR2: Total Cleaned flux density = 4.243 Jy 519435 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.7 MilliJy,max = 56.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 27.70 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = -28.857 MilliJy iter= 415323 IMAGR2: Field 1 Clean flux density= 3.245 Jy 415323 comps IMAGR2: Total Cleaned flux density = 3.581 Jy 523993 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -263.9 MilliJy,max = 259.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 111.63 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -178.384 MilliJy iter= 415837 IMAGR2: Field 1 Clean flux density= 2.819 Jy 415837 comps IMAGR2: Total Cleaned flux density = 3.156 Jy 524507 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -152.0 MilliJy,max = 167.4 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 50.51 MilliJy IMAGR2: 17045 Residual map points loaded IMAGR2: Field 1 min allowed flux = -83.041 MilliJy iter= 415902 IMAGR2: Field 1 Clean flux density= 2.930 Jy 415902 comps IMAGR2: Total Cleaned flux density = 3.266 Jy 524572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -82.4 MilliJy,max = 82.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 39.61 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -41.331 MilliJy iter= 420302 IMAGR2: Field 1 Clean flux density= 4.286 Jy 420302 comps IMAGR2: Total Cleaned flux density = 4.623 Jy 528972 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -448.1 MilliJy,max = 426.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 173.05 MilliJy IMAGR2: 14136 Residual map points loaded IMAGR2: Field 1 min allowed flux = 223.897 MilliJy iter= 420539 IMAGR2: Field 1 Clean flux density= 3.609 Jy 420539 comps IMAGR2: Total Cleaned flux density = 3.945 Jy 529209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -183.6 MilliJy,max = 205.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 86.46 MilliJy IMAGR2: 16353 Residual map points loaded IMAGR2: Field 1 min allowed flux = -102.510 MilliJy iter= 420945 IMAGR2: Field 1 Clean flux density= 3.307 Jy 420945 comps IMAGR2: Total Cleaned flux density = 3.644 Jy 529615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -79.6 MilliJy,max = 82.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 39.59 MilliJy IMAGR2: 14414 Residual map points loaded IMAGR2: Field 1 min allowed flux = -41.253 MilliJy iter= 421519 IMAGR2: Field 1 Clean flux density= 3.543 Jy 421519 comps IMAGR2: Total Cleaned flux density = 3.879 Jy 530189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.4 MilliJy,max = 33.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.49 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.218 MilliJy iter= 426401 IMAGR2: Field 1 Clean flux density= 3.508 Jy 426401 comps IMAGR2: Total Cleaned flux density = 3.845 Jy 535071 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -133.9 MilliJy,max = 130.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 53.94 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 66.938 MilliJy iter= 428563 IMAGR2: Field 1 Clean flux density= 3.802 Jy 428563 comps IMAGR2: Total Cleaned flux density = 4.139 Jy 537233 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -407.3 MilliJy,max = 423.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 145.23 MilliJy IMAGR2: 11671 Residual map points loaded IMAGR2: Field 1 min allowed flux = -211.021 MilliJy iter= 428698 IMAGR2: Field 1 Clean flux density= 3.295 Jy 428698 comps IMAGR2: Total Cleaned flux density = 3.632 Jy 537368 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -175.3 MilliJy,max = 193.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 81.49 MilliJy IMAGR2: 14861 Residual map points loaded IMAGR2: Field 1 min allowed flux = 96.647 MilliJy iter= 429075 IMAGR2: Field 1 Clean flux density= 3.862 Jy 429075 comps IMAGR2: Total Cleaned flux density = 4.199 Jy 537745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -68.6 MilliJy,max = 66.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.66 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.288 MilliJy iter= 431570 IMAGR2: Field 1 Clean flux density= 4.622 Jy 431570 comps IMAGR2: Total Cleaned flux density = 4.959 Jy 540240 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -193.1 MilliJy,max = 183.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 74.57 MilliJy IMAGR2: 14231 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -98.242 MilliJy iter= 431810 IMAGR2: Field 1 Clean flux density= 3.693 Jy 431810 comps IMAGR2: Total Cleaned flux density = 4.029 Jy 540480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -81.4 MilliJy,max = 80.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 37.94 MilliJy IMAGR2: 14759 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.669 MilliJy iter= 432305 IMAGR2: Field 1 Clean flux density= 4.303 Jy 432305 comps IMAGR2: Total Cleaned flux density = 4.640 Jy 540975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.1 MilliJy,max = 26.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.85 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = -14.061 MilliJy iter= 436100 IMAGR2: Field 1 Clean flux density= 3.556 Jy 436100 comps IMAGR2: Total Cleaned flux density = 3.893 Jy 544770 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -97.1 MilliJy,max = 114.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 44.33 MilliJy IMAGR2: 12438 Residual map points loaded IMAGR2: Field 1 min allowed flux = 57.239 MilliJy iter= 436315 IMAGR2: Field 1 Clean flux density= 3.824 Jy 436315 comps IMAGR2: Total Cleaned flux density = 4.161 Jy 544985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -49.4 MilliJy,max = 53.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 23.42 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.886 MilliJy iter= 439422 IMAGR2: Field 1 Clean flux density= 5.310 Jy 439422 comps IMAGR2: Total Cleaned flux density = 5.647 Jy 548092 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -203.8 MilliJy,max = 165.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 78.72 MilliJy IMAGR2: 12874 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -113.798 MilliJy iter= 439563 IMAGR2: Field 1 Clean flux density= 4.240 Jy 439563 comps IMAGR2: Total Cleaned flux density = 4.576 Jy 548233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -104.5 MilliJy,max = 106.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 48.69 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 53.042 MilliJy iter= 443609 IMAGR2: Field 1 Clean flux density= 5.420 Jy 443609 comps IMAGR2: Total Cleaned flux density = 5.757 Jy 552279 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -502.1 MilliJy,max = 460.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.66 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -418.792 MilliJy iter= 443658 IMAGR2: Field 1 Clean flux density= 4.298 Jy 443658 comps IMAGR2: Total Cleaned flux density = 4.635 Jy 552328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -372.5 MilliJy,max = 372.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 178.72 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -305.165 MilliJy iter= 443934 IMAGR2: Field 1 Clean flux density= 3.611 Jy 443934 comps IMAGR2: Total Cleaned flux density = 3.948 Jy 552604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -186.5 MilliJy,max = 176.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 85.06 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = -93.257 MilliJy iter= 447813 IMAGR2: Field 1 Clean flux density= 4.336 Jy 447813 comps IMAGR2: Total Cleaned flux density = 4.673 Jy 556483 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -752.0 MilliJy,max = 772.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.51 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -486.176 MilliJy iter= 448881 IMAGR2: Field 1 Clean flux density= 5.727 Jy 448881 comps IMAGR2: Total Cleaned flux density = 6.064 Jy 557551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 567 cell beam + residuals > 432.33 MilliJy IMAGR2: 19472 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.134 Jy iter= 448897 IMAGR2: Field 1 Clean flux density= 4.470 Jy 448897 comps IMAGR2: Total Cleaned flux density = 4.807 Jy 557567 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 = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 437.98 MilliJy IMAGR2: 12467 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -940.651 MilliJy iter= 448924 IMAGR2: Field 1 Clean flux density= 3.793 Jy 448924 comps IMAGR2: Total Cleaned flux density = 4.130 Jy 557594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -890.2 MilliJy,max = 910.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 363.24 MilliJy IMAGR2: 15921 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -521.439 MilliJy iter= 449173 IMAGR2: Field 1 Clean flux density= 3.848 Jy 449173 comps IMAGR2: Total Cleaned flux density = 4.184 Jy 557843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -355.4 MilliJy,max = 363.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 140.32 MilliJy IMAGR2: 17018 Residual map points loaded IMAGR2: Field 1 min allowed flux = -181.556 MilliJy iter= 449445 IMAGR2: Field 1 Clean flux density= 3.497 Jy 449445 comps IMAGR2: Total Cleaned flux density = 3.833 Jy 558115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -163.4 MilliJy,max = 151.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 70.11 MilliJy IMAGR2: 19326 Residual map points loaded IMAGR2: Field 1 min allowed flux = -81.685 MilliJy iter= 449969 IMAGR2: Field 1 Clean flux density= 3.176 Jy 449969 comps IMAGR2: Total Cleaned flux density = 3.513 Jy 558639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -68.0 MilliJy,max = 84.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 34.51 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 35.512 MilliJy iter= 455366 IMAGR2: Field 1 Clean flux density= 3.557 Jy 455366 comps IMAGR2: Total Cleaned flux density = 3.894 Jy 564036 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -256.9 MilliJy,max = 255.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 108.26 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 128.445 MilliJy iter= 458098 IMAGR2: Field 1 Clean flux density= 4.358 Jy 458098 comps IMAGR2: Total Cleaned flux density = 4.695 Jy 566768 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -997.1 MilliJy,max = 1.0 Jy IMAGR2: BGC Clean: using 567 cell beam + residuals > 310.06 MilliJy IMAGR2: 18449 Residual map points loaded IMAGR2: Field 1 min allowed flux = 521.734 MilliJy iter= 458192 IMAGR2: Field 1 Clean flux density= 3.976 Jy 458192 comps IMAGR2: Total Cleaned flux density = 4.313 Jy 566862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -485.5 MilliJy,max = 486.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 212.33 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -343.958 MilliJy iter= 458749 IMAGR2: Field 1 Clean flux density= 3.634 Jy 458749 comps IMAGR2: Total Cleaned flux density = 3.971 Jy 567419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -384.2 MilliJy,max = 411.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 132.82 MilliJy IMAGR2: 12258 Residual map points loaded IMAGR2: Field 1 min allowed flux = 205.517 MilliJy iter= 458859 IMAGR2: Field 1 Clean flux density= 3.779 Jy 458859 comps IMAGR2: Total Cleaned flux density = 4.116 Jy 567529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -185.1 MilliJy,max = 178.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 79.36 MilliJy IMAGR2: 17458 Residual map points loaded IMAGR2: Field 1 min allowed flux = -92.378 MilliJy iter= 459308 IMAGR2: Field 1 Clean flux density= 3.346 Jy 459308 comps IMAGR2: Total Cleaned flux density = 3.682 Jy 567978 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -77.0 MilliJy,max = 79.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 37.69 MilliJy IMAGR2: 19973 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -54.810 MilliJy iter= 459803 IMAGR2: Field 1 Clean flux density= 2.684 Jy 459803 comps IMAGR2: Total Cleaned flux density = 3.021 Jy 568473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.0 MilliJy,max = 54.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.41 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -29.234 MilliJy iter= 461011 IMAGR2: Field 1 Clean flux density= 2.147 Jy 461011 comps IMAGR2: Total Cleaned flux density = 2.484 Jy 569681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.8 MilliJy,max = 41.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 16.04 MilliJy IMAGR2: 13267 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.763 MilliJy iter= 461284 IMAGR2: Field 1 Clean flux density= 2.399 Jy 461284 comps IMAGR2: Total Cleaned flux density = 2.736 Jy 569954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.2 MilliJy,max = 23.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.35 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.662 MilliJy iter= 466448 IMAGR2: Field 1 Clean flux density= 2.386 Jy 466448 comps IMAGR2: Total Cleaned flux density = 2.722 Jy 575118 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -69.2 MilliJy,max = 60.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.61 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.585 MilliJy iter= 468644 IMAGR2: Field 1 Clean flux density= 2.468 Jy 468644 comps IMAGR2: Total Cleaned flux density = 2.805 Jy 577314 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -158.8 MilliJy,max = 212.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 72.91 MilliJy IMAGR2: 12334 Residual map points loaded IMAGR2: Field 1 min allowed flux = 106.194 MilliJy iter= 468775 IMAGR2: Field 1 Clean flux density= 2.963 Jy 468775 comps IMAGR2: Total Cleaned flux density = 3.300 Jy 577445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.8 MilliJy,max = 89.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 41.52 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -69.020 MilliJy iter= 469090 IMAGR2: Field 1 Clean flux density= 2.401 Jy 469090 comps IMAGR2: Total Cleaned flux density = 2.738 Jy 577760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.7 MilliJy,max = 42.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.66 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.225 MilliJy iter= 471512 IMAGR2: Field 1 Clean flux density= 4.123 Jy 471512 comps IMAGR2: Total Cleaned flux density = 4.460 Jy 580182 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -155.1 MilliJy,max = 103.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 53.24 MilliJy IMAGR2: 12939 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -98.954 MilliJy iter= 471583 IMAGR2: Field 1 Clean flux density= 3.294 Jy 471583 comps IMAGR2: Total Cleaned flux density = 3.631 Jy 580253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -84.3 MilliJy,max = 93.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 38.21 MilliJy IMAGR2: 12260 Residual map points loaded IMAGR2: Field 1 min allowed flux = -46.918 MilliJy iter= 471907 IMAGR2: Field 1 Clean flux density= 2.873 Jy 471907 comps IMAGR2: Total Cleaned flux density = 3.210 Jy 580577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -31.5 MilliJy,max = 33.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.86 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.610 MilliJy iter= 474197 IMAGR2: Field 1 Clean flux density= 2.529 Jy 474197 comps IMAGR2: Total Cleaned flux density = 2.866 Jy 582867 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -93.3 MilliJy,max = 90.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 36.04 MilliJy IMAGR2: 12569 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.530 MilliJy iter= 474434 IMAGR2: Field 1 Clean flux density= 2.815 Jy 474434 comps IMAGR2: Total Cleaned flux density = 3.152 Jy 583104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.4 MilliJy,max = 32.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.58 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.177 MilliJy iter= 477213 IMAGR2: Field 1 Clean flux density= 2.781 Jy 477213 comps IMAGR2: Total Cleaned flux density = 3.118 Jy 585883 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -121.0 MilliJy,max = 130.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 50.27 MilliJy IMAGR2: 16350 Residual map points loaded IMAGR2: Field 1 min allowed flux = -65.040 MilliJy iter= 477494 IMAGR2: Field 1 Clean flux density= 2.799 Jy 477494 comps IMAGR2: Total Cleaned flux density = 3.136 Jy 586164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.2 MilliJy,max = 53.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 22.33 MilliJy IMAGR2: 14834 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.882 MilliJy iter= 477818 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 2.893 Jy 477818 comps IMAGR2: Total Cleaned flux density = 3.230 Jy 586488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.9 MilliJy,max = 20.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.08 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.373 MilliJy iter= 483027 IMAGR2: Field 1 Clean flux density= 2.570 Jy 483027 comps IMAGR2: Total Cleaned flux density = 2.907 Jy 591697 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -108.7 MilliJy,max = 105.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.28 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -54.366 MilliJy iter= 485624 IMAGR2: Field 1 Clean flux density= 4.364 Jy 485624 comps IMAGR2: Total Cleaned flux density = 4.701 Jy 594294 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -410.7 MilliJy,max = 403.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 140.99 MilliJy IMAGR2: 17551 Residual map points loaded IMAGR2: Field 1 min allowed flux = -205.225 MilliJy iter= 485787 IMAGR2: Field 1 Clean flux density= 3.913 Jy 485787 comps IMAGR2: Total Cleaned flux density = 4.250 Jy 594457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -175.0 MilliJy,max = 186.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 80.06 MilliJy IMAGR2: 19951 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -131.424 MilliJy iter= 486030 IMAGR2: Field 1 Clean flux density= 3.148 Jy 486030 comps IMAGR2: Total Cleaned flux density = 3.484 Jy 594700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -91.3 MilliJy,max = 89.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 40.41 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -56.891 MilliJy iter= 487091 IMAGR2: Field 1 Clean flux density= 2.522 Jy 487091 comps IMAGR2: Total Cleaned flux density = 2.859 Jy 595761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -132.5 MilliJy,max = 140.1 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 41.61 MilliJy IMAGR2: 19591 Residual map points loaded IMAGR2: Field 1 min allowed flux = -69.831 MilliJy iter= 487201 IMAGR2: Field 1 Clean flux density= 2.607 Jy 487201 comps IMAGR2: Total Cleaned flux density = 2.943 Jy 595871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -59.1 MilliJy,max = 65.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 26.97 MilliJy IMAGR2: 15662 Residual map points loaded IMAGR2: Field 1 min allowed flux = -32.470 MilliJy iter= 487577 IMAGR2: Field 1 Clean flux density= 2.718 Jy 487577 comps IMAGR2: Total Cleaned flux density = 3.055 Jy 596247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.5 MilliJy,max = 22.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.98 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.053 MilliJy iter= 491210 IMAGR2: Field 1 Clean flux density= 3.304 Jy 491210 comps IMAGR2: Total Cleaned flux density = 3.641 Jy 599880 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -79.5 MilliJy,max = 68.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 30.70 MilliJy IMAGR2: 12671 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.711 MilliJy iter= 491446 IMAGR2: Field 1 Clean flux density= 2.914 Jy 491446 comps IMAGR2: Total Cleaned flux density = 3.251 Jy 600116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.7 MilliJy,max = 31.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 15.49 MilliJy IMAGR2: 18982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.368 MilliJy iter= 493684 IMAGR2: Field 1 Clean flux density= 2.686 Jy 493684 comps IMAGR2: Total Cleaned flux density = 3.023 Jy 602354 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -61.6 MilliJy,max = 72.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 28.14 MilliJy IMAGR2: 14255 Residual map points loaded IMAGR2: Field 1 min allowed flux = -36.337 MilliJy iter= 493959 IMAGR2: Field 1 Clean flux density= 2.880 Jy 493959 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 602629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.9 MilliJy,max = 29.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 14.03 MilliJy IMAGR2: 12614 Residual map points loaded IMAGR2: Field 1 min allowed flux = -14.930 MilliJy iter= 494506 IMAGR2: Field 1 Clean flux density= 2.854 Jy 494506 comps IMAGR2: Total Cleaned flux density = 3.191 Jy 603176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.7 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.63 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.944 MilliJy iter= 499084 IMAGR2: Field 1 Clean flux density= 3.040 Jy 499084 comps IMAGR2: Total Cleaned flux density = 3.377 Jy 607754 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -44.6 MilliJy,max = 39.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 15.32 MilliJy IMAGR2: 16766 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.312 MilliJy iter= 499254 IMAGR2: Field 1 Clean flux density= 3.003 Jy 499254 comps IMAGR2: Total Cleaned flux density = 3.340 Jy 607924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.3 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.45 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.142 MilliJy iter= 503454 IMAGR2: Field 1 Clean flux density= 2.633 Jy 503454 comps IMAGR2: Total Cleaned flux density = 2.969 Jy 612124 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -82.5 MilliJy,max = 98.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 38.09 MilliJy IMAGR2: 14794 Residual map points loaded IMAGR2: Field 1 min allowed flux = -49.273 MilliJy iter= 503725 IMAGR2: Field 1 Clean flux density= 2.967 Jy 503725 comps IMAGR2: Total Cleaned flux density = 3.304 Jy 612395 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -40.7 MilliJy,max = 40.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 19.03 MilliJy IMAGR2: 18222 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.449 MilliJy iter= 504373 IMAGR2: Field 1 Clean flux density= 2.912 Jy 504373 comps IMAGR2: Total Cleaned flux density = 3.249 Jy 613043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.0 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.56 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.152 MilliJy iter= 508017 IMAGR2: Field 1 Clean flux density= 3.013 Jy 508017 comps IMAGR2: Total Cleaned flux density = 3.350 Jy 616687 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -42.6 MilliJy,max = 38.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 16.46 MilliJy IMAGR2: 12103 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.311 MilliJy iter= 508263 IMAGR2: Field 1 Clean flux density= 2.851 Jy 508263 comps IMAGR2: Total Cleaned flux density = 3.188 Jy 616933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.8 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 8.23 MilliJy IMAGR2: 18602 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.915 MilliJy iter= 508958 IMAGR2: Field 1 Clean flux density= 2.945 Jy 508958 comps IMAGR2: Total Cleaned flux density = 3.282 Jy 617628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.7 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.041 MilliJy iter= 514319 IMAGR2: Field 1 Clean flux density= 2.955 Jy 514319 comps IMAGR2: Total Cleaned flux density = 3.292 Jy 622989 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -25.0 MilliJy,max = 21.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.78 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.473 MilliJy iter= 516119 IMAGR2: Field 1 Clean flux density= 2.437 Jy 516119 comps IMAGR2: Total Cleaned flux density = 2.774 Jy 624789 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -56.6 MilliJy,max = 80.3 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 22.74 MilliJy IMAGR2: 15950 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.945 MilliJy iter= 516174 IMAGR2: Field 1 Clean flux density= 2.641 Jy 516174 comps IMAGR2: Total Cleaned flux density = 2.977 Jy 624844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.5 MilliJy,max = 39.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.12 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.752 MilliJy iter= 518655 IMAGR2: Field 1 Clean flux density= 4.024 Jy 518655 comps IMAGR2: Total Cleaned flux density = 4.361 Jy 627325 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -228.7 MilliJy,max = 182.8 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 67.96 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 18224 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -125.902 MilliJy iter= 518743 IMAGR2: Field 1 Clean flux density= 3.217 Jy 518743 comps IMAGR2: Total Cleaned flux density = 3.554 Jy 627413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -106.7 MilliJy,max = 116.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 43.22 MilliJy IMAGR2: 15841 Residual map points loaded IMAGR2: Field 1 min allowed flux = 58.029 MilliJy iter= 518990 IMAGR2: Field 1 Clean flux density= 3.363 Jy 518990 comps IMAGR2: Total Cleaned flux density = 3.700 Jy 627660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.6 MilliJy,max = 38.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.63 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -26.153 MilliJy iter= 519439 IMAGR2: Field 1 Clean flux density= 2.690 Jy 519439 comps IMAGR2: Total Cleaned flux density = 3.027 Jy 628109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.5 MilliJy,max = 42.4 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 10.79 MilliJy IMAGR2: 12519 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.179 MilliJy iter= 519473 IMAGR2: Field 1 Clean flux density= 2.788 Jy 519473 comps IMAGR2: Total Cleaned flux density = 3.124 Jy 628143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.0 MilliJy,max = 21.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 8.18 MilliJy IMAGR2: 17760 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.555 MilliJy iter= 519798 IMAGR2: Field 1 Clean flux density= 2.953 Jy 519798 comps IMAGR2: Total Cleaned flux density = 3.289 Jy 628468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.205 MilliJy iter= 524812 IMAGR2: Field 1 Clean flux density= 3.114 Jy 524812 comps IMAGR2: Total Cleaned flux density = 3.450 Jy 633482 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -35.9 MilliJy,max = 39.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.86 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.593 MilliJy iter= 526877 IMAGR2: Field 1 Clean flux density= 2.707 Jy 526877 comps IMAGR2: Total Cleaned flux density = 3.044 Jy 635547 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -129.5 MilliJy,max = 112.3 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 38.49 MilliJy IMAGR2: 18138 Residual map points loaded IMAGR2: Field 1 min allowed flux = -64.182 MilliJy iter= 526988 IMAGR2: Field 1 Clean flux density= 2.471 Jy 526988 comps IMAGR2: Total Cleaned flux density = 2.808 Jy 635658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.0 MilliJy,max = 58.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 24.78 MilliJy IMAGR2: 13927 Residual map points loaded IMAGR2: Field 1 min allowed flux = -29.285 MilliJy iter= 527368 IMAGR2: Field 1 Clean flux density= 3.077 Jy 527368 comps IMAGR2: Total Cleaned flux density = 3.413 Jy 636038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.1 MilliJy,max = 20.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.40 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.232 MilliJy iter= 529432 IMAGR2: Field 1 Clean flux density= 3.119 Jy 529432 comps IMAGR2: Total Cleaned flux density = 3.456 Jy 638102 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -44.4 MilliJy,max = 39.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 17.14 MilliJy IMAGR2: 12232 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.172 MilliJy iter= 529663 IMAGR2: Field 1 Clean flux density= 3.000 Jy 529663 comps IMAGR2: Total Cleaned flux density = 3.337 Jy 638333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.1 MilliJy,max = 17.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.72 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.743 MilliJy iter= 532968 IMAGR2: Field 1 Clean flux density= 3.786 Jy 532968 comps IMAGR2: Total Cleaned flux density = 4.123 Jy 641638 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -73.7 MilliJy,max = 69.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 28.46 MilliJy IMAGR2: 15011 Residual map points loaded IMAGR2: Field 1 min allowed flux = -36.842 MilliJy iter= 533226 IMAGR2: Field 1 Clean flux density= 3.139 Jy 533226 comps IMAGR2: Total Cleaned flux density = 3.475 Jy 641896 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.6 MilliJy,max = 28.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 14.23 MilliJy IMAGR2: 11611 Residual map points loaded IMAGR2: Field 1 min allowed flux = -15.275 MilliJy iter= 533676 IMAGR2: Field 1 Clean flux density= 3.183 Jy 533676 comps IMAGR2: Total Cleaned flux density = 3.519 Jy 642346 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.5 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.78 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.236 MilliJy iter= 537757 IMAGR2: Field 1 Clean flux density= 2.994 Jy 537757 comps IMAGR2: Total Cleaned flux density = 3.330 Jy 646427 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -43.4 MilliJy,max = 46.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 17.89 MilliJy IMAGR2: 13808 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.135 MilliJy iter= 538009 IMAGR2: Field 1 Clean flux density= 3.317 Jy 538009 comps IMAGR2: Total Cleaned flux density = 3.654 Jy 646679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.1 MilliJy,max = 21.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.08 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.662 MilliJy iter= 541021 IMAGR2: Field 1 Clean flux density= 3.043 Jy 541021 comps IMAGR2: Total Cleaned flux density = 3.379 Jy 649691 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -70.8 MilliJy,max = 69.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 27.36 MilliJy IMAGR2: 17191 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.346 MilliJy iter= 541317 IMAGR2: Field 1 Clean flux density= 3.071 Jy 541317 comps IMAGR2: Total Cleaned flux density = 3.408 Jy 649987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.9 MilliJy,max = 27.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.31 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.949 MilliJy iter= 544973 IMAGR2: Field 1 Clean flux density= 3.405 Jy 544973 comps IMAGR2: Total Cleaned flux density = 3.742 Jy 653643 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -108.3 MilliJy,max = 106.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 44.14 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -54.199 MilliJy iter= 547705 IMAGR2: Field 1 Clean flux density= 2.975 Jy 547705 comps IMAGR2: Total Cleaned flux density = 3.312 Jy 656375 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -427.0 MilliJy,max = 438.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 150.53 MilliJy IMAGR2: 18435 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -283.854 MilliJy iter= 547777 IMAGR2: Field 1 Clean flux density= 2.414 Jy 547777 comps IMAGR2: Total Cleaned flux density = 2.750 Jy 656447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -262.8 MilliJy,max = 271.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 111.31 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 135.625 MilliJy iter= 550841 IMAGR2: Field 1 Clean flux density= 6.519 Jy 550841 comps IMAGR2: Total Cleaned flux density = 6.856 Jy 659511 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.4 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 473 cell beam + residuals > 474.47 MilliJy IMAGR2: 17633 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.142 Jy iter= 550852 IMAGR2: Field 1 Clean flux density= 5.163 Jy 550852 comps IMAGR2: Total Cleaned flux density = 5.500 Jy 659522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 441.05 MilliJy IMAGR2: 19406 Residual map points loaded IMAGR2: Field 1 min allowed flux = 559.622 MilliJy iter= 551186 IMAGR2: Field 1 Clean flux density= 4.502 Jy 551186 comps IMAGR2: Total Cleaned flux density = 4.838 Jy 659856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -387.8 MilliJy,max = 407.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 157.49 MilliJy IMAGR2: 16668 Residual map points loaded IMAGR2: Field 1 min allowed flux = 203.818 MilliJy iter= 551443 IMAGR2: Field 1 Clean flux density= 3.950 Jy 551443 comps IMAGR2: Total Cleaned flux density = 4.287 Jy 660113 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -178.5 MilliJy,max = 171.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 82.97 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -113.152 MilliJy iter= 552596 IMAGR2: Field 1 Clean flux density= 3.221 Jy 552596 comps IMAGR2: Total Cleaned flux density = 3.558 Jy 661266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -219.7 MilliJy,max = 218.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 84.83 MilliJy IMAGR2: 13120 Residual map points loaded IMAGR2: Field 1 min allowed flux = 109.586 MilliJy iter= 552805 IMAGR2: Field 1 Clean flux density= 3.080 Jy 552805 comps IMAGR2: Total Cleaned flux density = 3.417 Jy 661475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -91.2 MilliJy,max = 102.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 44.08 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = -51.115 MilliJy iter= 556021 IMAGR2: Field 1 Clean flux density= 5.021 Jy 556021 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 664691 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -430.1 MilliJy,max = 351.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 147.64 MilliJy IMAGR2: 15898 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -253.337 MilliJy iter= 556092 IMAGR2: Field 1 Clean flux density= 4.014 Jy 556092 comps IMAGR2: Total Cleaned flux density = 4.350 Jy 664762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -248.1 MilliJy,max = 246.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.50 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -203.739 MilliJy iter= 556361 IMAGR2: Field 1 Clean flux density= 3.320 Jy 556361 comps IMAGR2: Total Cleaned flux density = 3.657 Jy 665031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -115.6 MilliJy,max = 119.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 50.61 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 59.881 MilliJy iter= 559328 IMAGR2: Field 1 Clean flux density= 3.008 Jy 559328 comps IMAGR2: Total Cleaned flux density = 3.345 Jy 667998 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -430.3 MilliJy,max = 455.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 175.82 MilliJy IMAGR2: 12172 Residual map points loaded IMAGR2: Field 1 min allowed flux = -227.625 MilliJy iter= 559561 IMAGR2: Field 1 Clean flux density= 3.872 Jy 559561 comps IMAGR2: Total Cleaned flux density = 4.209 Jy 668231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -196.3 MilliJy,max = 179.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 87.90 MilliJy IMAGR2: 11709 Residual map points loaded IMAGR2: Field 1 min allowed flux = 98.011 MilliJy iter= 559942 IMAGR2: Field 1 Clean flux density= 3.304 Jy 559942 comps IMAGR2: Total Cleaned flux density = 3.641 Jy 668612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -71.8 MilliJy,max = 76.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 34.18 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -37.992 MilliJy iter= 563893 IMAGR2: Field 1 Clean flux density= 4.073 Jy 563893 comps IMAGR2: Total Cleaned flux density = 4.410 Jy 672563 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -327.5 MilliJy,max = 334.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 129.03 MilliJy IMAGR2: 17418 Residual map points loaded IMAGR2: Field 1 min allowed flux = -167.063 MilliJy iter= 564158 IMAGR2: Field 1 Clean flux density= 3.717 Jy 564158 comps IMAGR2: Total Cleaned flux density = 4.054 Jy 672828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -146.4 MilliJy,max = 138.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 65.22 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -110.570 MilliJy iter= 564386 IMAGR2: Field 1 Clean flux density= 2.971 Jy 564386 comps IMAGR2: Total Cleaned flux density = 3.308 Jy 673056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -99.1 MilliJy,max = 89.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 42.70 MilliJy IMAGR2: 13711 Residual map points loaded IMAGR2: Field 1 min allowed flux = -49.569 MilliJy iter= 564789 IMAGR2: Field 1 Clean flux density= 2.754 Jy 564789 comps IMAGR2: Total Cleaned flux density = 3.091 Jy 673459 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.6 MilliJy,max = 42.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.15 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.040 MilliJy iter= 570184 IMAGR2: Field 1 Clean flux density= 3.201 Jy 570184 comps IMAGR2: Total Cleaned flux density = 3.538 Jy 678854 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -210.5 MilliJy,max = 188.8 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 82.13 MilliJy IMAGR2: 19473 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -145.597 MilliJy iter= 570292 IMAGR2: Field 1 Clean flux density= 2.557 Jy 570292 comps IMAGR2: Total Cleaned flux density = 2.894 Jy 678962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -129.3 MilliJy,max = 139.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 63.17 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min allowed flux = -69.537 MilliJy iter= 574962 IMAGR2: Field 1 Clean flux density= 4.299 Jy 574962 comps IMAGR2: Total Cleaned flux density = 4.636 Jy 683632 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -667.7 MilliJy,max = 740.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 285.82 MilliJy IMAGR2: 19207 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -526.248 MilliJy iter= 575004 IMAGR2: Field 1 Clean flux density= 3.496 Jy 575004 comps IMAGR2: Total Cleaned flux density = 3.833 Jy 683674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -524.0 MilliJy,max = 510.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.24 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -467.588 MilliJy iter= 575088 IMAGR2: Field 1 Clean flux density= 3.029 Jy 575088 comps IMAGR2: Total Cleaned flux density = 3.366 Jy 683758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -413.6 MilliJy,max = 404.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.17 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -337.517 MilliJy iter= 575362 IMAGR2: Field 1 Clean flux density= 3.073 Jy 575362 comps IMAGR2: Total Cleaned flux density = 3.410 Jy 684032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -246.3 MilliJy,max = 229.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 110.42 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -169.587 MilliJy iter= 575824 IMAGR2: Field 1 Clean flux density= 2.501 Jy 575824 comps IMAGR2: Total Cleaned flux density = 2.837 Jy 684494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -120.9 MilliJy,max = 113.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.07 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -63.110 MilliJy iter= 577875 IMAGR2: Field 1 Clean flux density= 1.998 Jy 577875 comps IMAGR2: Total Cleaned flux density = 2.335 Jy 686545 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -300.7 MilliJy,max = 351.6 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 99.56 MilliJy IMAGR2: 18178 Residual map points loaded IMAGR2: Field 1 min allowed flux = -175.689 MilliJy iter= 577929 IMAGR2: Field 1 Clean flux density= 2.425 Jy 577929 comps IMAGR2: Total Cleaned flux density = 2.762 Jy 686599 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -173.3 MilliJy,max = 173.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 78.47 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -132.028 MilliJy iter= 578382 IMAGR2: Field 1 Clean flux density= 2.018 Jy 578382 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 687052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -138.8 MilliJy,max = 111.1 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 39.23 MilliJy IMAGR2: 18120 Residual map points loaded IMAGR2: Field 1 min allowed flux = -68.811 MilliJy iter= 578450 IMAGR2: Field 1 Clean flux density= 2.049 Jy 578450 comps IMAGR2: Total Cleaned flux density = 2.386 Jy 687120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -67.6 MilliJy,max = 67.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 30.03 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.828 MilliJy iter= 581603 IMAGR2: Field 1 Clean flux density= 3.130 Jy 581603 comps IMAGR2: Total Cleaned flux density = 3.467 Jy 690273 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -295.9 MilliJy,max = 266.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 101.57 MilliJy IMAGR2: 16099 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -170.713 MilliJy iter= 581704 IMAGR2: Field 1 Clean flux density= 2.503 Jy 581704 comps IMAGR2: Total Cleaned flux density = 2.839 Jy 690374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -157.6 MilliJy,max = 162.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 65.92 MilliJy IMAGR2: 19064 Residual map points loaded IMAGR2: Field 1 min allowed flux = 81.236 MilliJy iter= 582070 IMAGR2: Field 1 Clean flux density= 2.725 Jy 582070 comps IMAGR2: Total Cleaned flux density = 3.062 Jy 690740 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -56.5 MilliJy,max = 64.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.12 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -33.975 MilliJy iter= 583573 IMAGR2: Field 1 Clean flux density= 2.252 Jy 583573 comps IMAGR2: Total Cleaned flux density = 2.589 Jy 692243 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -106.0 MilliJy,max = 109.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 37.66 MilliJy IMAGR2: 12829 Residual map points loaded IMAGR2: Field 1 min allowed flux = 54.684 MilliJy iter= 583699 IMAGR2: Field 1 Clean flux density= 2.187 Jy 583699 comps IMAGR2: Total Cleaned flux density = 2.524 Jy 692369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -51.6 MilliJy,max = 52.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.58 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 26.237 MilliJy iter= 586730 IMAGR2: Field 1 Clean flux density= 3.662 Jy 586730 comps IMAGR2: Total Cleaned flux density = 3.998 Jy 695400 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -203.2 MilliJy,max = 208.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 80.41 MilliJy IMAGR2: 17968 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -109.750 MilliJy iter= 586967 IMAGR2: Field 1 Clean flux density= 2.946 Jy 586967 comps IMAGR2: Total Cleaned flux density = 3.282 Jy 695637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -92.8 MilliJy,max = 95.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 42.38 MilliJy IMAGR2: 14092 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.766 MilliJy iter= 587335 IMAGR2: Field 1 Clean flux density= 2.538 Jy 587335 comps IMAGR2: Total Cleaned flux density = 2.875 Jy 696005 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.2 MilliJy,max = 37.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 18.45 MilliJy IMAGR2: 13718 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.113 MilliJy iter= 587694 IMAGR2: Field 1 Clean flux density= 2.384 Jy 587694 comps IMAGR2: Total Cleaned flux density = 2.721 Jy 696364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.2 MilliJy,max = 20.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.61 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.873 MilliJy iter= 593255 IMAGR2: Field 1 Clean flux density= 2.188 Jy 593255 comps IMAGR2: Total Cleaned flux density = 2.525 Jy 701925 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -80.7 MilliJy,max = 78.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 34.91 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.353 MilliJy iter= 596520 IMAGR2: Field 1 Clean flux density= 2.868 Jy 596520 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 705190 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -355.2 MilliJy,max = 338.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 121.92 MilliJy IMAGR2: 18892 Residual map points loaded IMAGR2: Field 1 min allowed flux = -177.143 MilliJy iter= 596694 IMAGR2: Field 1 Clean flux density= 2.819 Jy 596694 comps IMAGR2: Total Cleaned flux density = 3.156 Jy 705364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -158.7 MilliJy,max = 165.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 70.35 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -115.085 MilliJy iter= 597117 IMAGR2: Field 1 Clean flux density= 2.263 Jy 597117 comps IMAGR2: Total Cleaned flux density = 2.599 Jy 705787 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -67.0 MilliJy,max = 68.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.06 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: Field 1 min allowed flux = -34.115 MilliJy iter= 599765 IMAGR2: Field 1 Clean flux density= 2.564 Jy 599765 comps IMAGR2: Total Cleaned flux density = 2.901 Jy 708435 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -217.4 MilliJy,max = 226.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 77.67 MilliJy IMAGR2: 16150 Residual map points loaded IMAGR2: Field 1 min allowed flux = 113.005 MilliJy iter= 599927 IMAGR2: Field 1 Clean flux density= 2.557 Jy 599927 comps IMAGR2: Total Cleaned flux density = 2.894 Jy 708597 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -101.8 MilliJy,max = 96.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 44.87 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -74.408 MilliJy iter= 600285 IMAGR2: Field 1 Clean flux density= 2.041 Jy 600285 comps IMAGR2: Total Cleaned flux density = 2.378 Jy 708955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.6 MilliJy,max = 45.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.33 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -26.039 MilliJy iter= 601450 IMAGR2: Field 1 Clean flux density= 1.632 Jy 601450 comps IMAGR2: Total Cleaned flux density = 1.969 Jy 710120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -62.0 MilliJy,max = 87.9 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 22.38 MilliJy IMAGR2: 17289 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.637 MilliJy iter= 601491 IMAGR2: Field 1 Clean flux density= 1.761 Jy 601491 comps IMAGR2: Total Cleaned flux density = 2.098 Jy 710161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -43.4 MilliJy,max = 43.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 17.02 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.674 MilliJy iter= 602532 IMAGR2: Field 1 Clean flux density= 2.356 Jy 602532 comps IMAGR2: Total Cleaned flux density = 2.693 Jy 711202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -94.5 MilliJy,max = 70.1 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 26.75 MilliJy IMAGR2: 15554 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.226 MilliJy iter= 602584 IMAGR2: Field 1 Clean flux density= 2.224 Jy 602584 comps IMAGR2: Total Cleaned flux density = 2.561 Jy 711254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.8 MilliJy,max = 46.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 18.24 MilliJy IMAGR2: 19248 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.407 MilliJy iter= 602946 IMAGR2: Field 1 Clean flux density= 1.994 Jy 602946 comps IMAGR2: Total Cleaned flux density = 2.331 Jy 711616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.4 MilliJy,max = 17.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.99 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.732 MilliJy iter= 604797 IMAGR2: Field 1 Clean flux density= 2.408 Jy 604797 comps IMAGR2: Total Cleaned flux density = 2.745 Jy 713467 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -52.7 MilliJy,max = 34.9 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 13.43 MilliJy IMAGR2: 15948 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.359 MilliJy iter= 604838 IMAGR2: Field 1 Clean flux density= 2.276 Jy 604838 comps IMAGR2: Total Cleaned flux density = 2.613 Jy 713508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.9 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 10.18 MilliJy IMAGR2: 14720 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.954 MilliJy iter= 605137 IMAGR2: Field 1 Clean flux density= 2.026 Jy 605137 comps IMAGR2: Total Cleaned flux density = 2.363 Jy 713807 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.00 MilliJy IMAGR2: 14160 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.082 MilliJy iter= 605570 IMAGR2: Field 1 Clean flux density= 2.113 Jy 605570 comps IMAGR2: Total Cleaned flux density = 2.449 Jy 714240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.0 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.03 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.108 MilliJy iter= 611001 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 2.256 Jy 611001 comps IMAGR2: Total Cleaned flux density = 2.592 Jy 719671 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -15.8 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.23 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -8.493 MilliJy iter= 613535 IMAGR2: Field 1 Clean flux density= 1.804 Jy 613535 comps IMAGR2: Total Cleaned flux density = 2.141 Jy 722205 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -39.8 MilliJy,max = 45.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 17.49 MilliJy IMAGR2: 14445 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.634 MilliJy iter= 613828 IMAGR2: Field 1 Clean flux density= 2.219 Jy 613828 comps IMAGR2: Total Cleaned flux density = 2.555 Jy 722498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.1 MilliJy,max = 17.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.59 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.704 MilliJy iter= 616917 IMAGR2: Field 1 Clean flux density= 1.962 Jy 616917 comps IMAGR2: Total Cleaned flux density = 2.298 Jy 725587 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -63.4 MilliJy,max = 56.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 24.50 MilliJy IMAGR2: 15531 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.714 MilliJy iter= 617210 IMAGR2: Field 1 Clean flux density= 2.031 Jy 617210 comps IMAGR2: Total Cleaned flux density = 2.368 Jy 725880 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.4 MilliJy,max = 22.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.15 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.441 MilliJy iter= 620715 IMAGR2: Field 1 Clean flux density= 2.481 Jy 620715 comps IMAGR2: Total Cleaned flux density = 2.818 Jy 729385 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -94.7 MilliJy,max = 87.8 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 36.56 MilliJy IMAGR2: 19018 Residual map points loaded IMAGR2: Field 1 min allowed flux = -47.272 MilliJy iter= 621057 IMAGR2: Field 1 Clean flux density= 2.049 Jy 621057 comps IMAGR2: Total Cleaned flux density = 2.386 Jy 729727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.3 MilliJy,max = 31.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.56 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -19.417 MilliJy iter= 622329 IMAGR2: Field 1 Clean flux density= 1.640 Jy 622329 comps IMAGR2: Total Cleaned flux density = 1.977 Jy 730999 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -39.8 MilliJy,max = 53.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 18.26 MilliJy IMAGR2: 14205 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.569 MilliJy iter= 622511 IMAGR2: Field 1 Clean flux density= 1.991 Jy 622511 comps IMAGR2: Total Cleaned flux density = 2.328 Jy 731181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.1 MilliJy,max = 22.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 10.26 MilliJy IMAGR2: 13472 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.088 MilliJy iter= 622994 IMAGR2: Field 1 Clean flux density= 1.828 Jy 622994 comps IMAGR2: Total Cleaned flux density = 2.165 Jy 731664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.9 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 3.81 MilliJy IMAGR2: 13293 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.627 MilliJy iter= 623369 IMAGR2: Field 1 Clean flux density= 1.848 Jy 623369 comps IMAGR2: Total Cleaned flux density = 2.185 Jy 732039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.5 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.546 MilliJy iter= 628781 IMAGR2: Field 1 Clean flux density= 1.838 Jy 628781 comps IMAGR2: Total Cleaned flux density = 2.175 Jy 737451 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -11.8 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.50 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.402 MilliJy iter= 631700 IMAGR2: Field 1 Clean flux density= 2.046 Jy 631700 comps IMAGR2: Total Cleaned flux density = 2.383 Jy 740370 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -45.6 MilliJy,max = 34.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 15.65 MilliJy IMAGR2: 12223 Residual map points loaded IMAGR2: Field 1 min allowed flux = -22.797 MilliJy iter= 631841 IMAGR2: Field 1 Clean flux density= 1.767 Jy 631841 comps IMAGR2: Total Cleaned flux density = 2.104 Jy 740511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.6 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.96 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.013 MilliJy iter= 635546 IMAGR2: Field 1 Clean flux density= 2.168 Jy 635546 comps IMAGR2: Total Cleaned flux density = 2.505 Jy 744216 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -88.1 MilliJy,max = 87.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.51 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -69.791 MilliJy iter= 635684 IMAGR2: Field 1 Clean flux density= 1.733 Jy 635684 comps IMAGR2: Total Cleaned flux density = 2.070 Jy 744354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -50.3 MilliJy,max = 51.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.59 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -25.608 MilliJy iter= 639281 IMAGR2: Field 1 Clean flux density= 3.638 Jy 639281 comps IMAGR2: Total Cleaned flux density = 3.975 Jy 747951 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -259.3 MilliJy,max = 207.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 100.13 MilliJy IMAGR2: 15015 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -186.899 MilliJy iter= 639324 IMAGR2: Field 1 Clean flux density= 2.909 Jy 639324 comps IMAGR2: Total Cleaned flux density = 3.246 Jy 747994 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -180.8 MilliJy,max = 176.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 80.95 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -154.792 MilliJy iter= 639438 IMAGR2: Field 1 Clean flux density= 2.322 Jy 639438 comps IMAGR2: Total Cleaned flux density = 2.659 Jy 748108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -127.2 MilliJy,max = 124.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 59.77 MilliJy IMAGR2: 16684 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -71.376 MilliJy iter= 639881 IMAGR2: Field 1 Clean flux density= 1.915 Jy 639881 comps IMAGR2: Total Cleaned flux density = 2.252 Jy 748551 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -44.6 MilliJy,max = 47.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 18.62 MilliJy IMAGR2: 19274 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -25.816 MilliJy iter= 640483 IMAGR2: Field 1 Clean flux density= 1.535 Jy 640483 comps IMAGR2: Total Cleaned flux density = 1.872 Jy 749153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.1 MilliJy,max = 31.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 9.97 MilliJy IMAGR2: 15497 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.465 MilliJy iter= 640587 IMAGR2: Field 1 Clean flux density= 1.686 Jy 640587 comps IMAGR2: Total Cleaned flux density = 2.023 Jy 749257 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.6 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.59 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.780 MilliJy iter= 645821 IMAGR2: Field 1 Clean flux density= 1.945 Jy 645821 comps IMAGR2: Total Cleaned flux density = 2.282 Jy 754491 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -65.8 MilliJy,max = 56.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.05 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -43.806 MilliJy iter= 646044 IMAGR2: Field 1 Clean flux density= 1.553 Jy 646044 comps IMAGR2: Total Cleaned flux density = 1.890 Jy 754714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.5 MilliJy,max = 33.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.94 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.225 MilliJy iter= 650091 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 1.620 Jy 650091 comps IMAGR2: Total Cleaned flux density = 1.957 Jy 758761 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -125.4 MilliJy,max = 143.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 55.79 MilliJy IMAGR2: 19233 Residual map points loaded IMAGR2: Field 1 min allowed flux = 71.501 MilliJy iter= 651063 IMAGR2: Field 1 Clean flux density= 3.110 Jy 651063 comps IMAGR2: Total Cleaned flux density = 3.447 Jy 759733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -200.9 MilliJy,max = 126.2 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 51.16 MilliJy IMAGR2: 19717 Residual map points loaded IMAGR2: Field 1 min allowed flux = -100.317 MilliJy iter= 651109 IMAGR2: Field 1 Clean flux density= 2.630 Jy 651109 comps IMAGR2: Total Cleaned flux density = 2.967 Jy 759779 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -105.4 MilliJy,max = 99.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 39.87 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -84.008 MilliJy iter= 651219 IMAGR2: Field 1 Clean flux density= 2.106 Jy 651219 comps IMAGR2: Total Cleaned flux density = 2.442 Jy 759889 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -61.4 MilliJy,max = 60.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 25.24 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.705 MilliJy iter= 653463 IMAGR2: Field 1 Clean flux density= 1.883 Jy 653463 comps IMAGR2: Total Cleaned flux density = 2.220 Jy 762133 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -215.4 MilliJy,max = 189.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 83.19 MilliJy IMAGR2: 12178 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -154.021 MilliJy iter= 653521 IMAGR2: Field 1 Clean flux density= 1.493 Jy 653521 comps IMAGR2: Total Cleaned flux density = 1.830 Jy 762191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -141.1 MilliJy,max = 149.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 59.48 MilliJy IMAGR2: 18147 Residual map points loaded IMAGR2: Field 1 min allowed flux = -70.541 MilliJy iter= 653970 IMAGR2: Field 1 Clean flux density= 2.346 Jy 653970 comps IMAGR2: Total Cleaned flux density = 2.683 Jy 762640 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.8 MilliJy,max = 30.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 16.08 MilliJy IMAGR2: 13967 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.388 MilliJy iter= 654096 IMAGR2: Field 1 Clean flux density= 2.148 Jy 654096 comps IMAGR2: Total Cleaned flux density = 2.485 Jy 762766 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.0 MilliJy,max = 23.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.93 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -12.226 MilliJy iter= 659058 IMAGR2: Field 1 Clean flux density= 2.246 Jy 659058 comps IMAGR2: Total Cleaned flux density = 2.583 Jy 767728 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -96.1 MilliJy,max = 105.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.22 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.492 MilliJy iter= 661079 IMAGR2: Field 1 Clean flux density= 2.397 Jy 661079 comps IMAGR2: Total Cleaned flux density = 2.734 Jy 769749 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -360.6 MilliJy,max = 320.7 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 102.09 MilliJy IMAGR2: 17943 Residual map points loaded IMAGR2: Field 1 min allowed flux = -179.025 MilliJy iter= 661138 IMAGR2: Field 1 Clean flux density= 2.116 Jy 661138 comps IMAGR2: Total Cleaned flux density = 2.453 Jy 769808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -178.3 MilliJy,max = 177.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 74.21 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -122.767 MilliJy iter= 661677 IMAGR2: Field 1 Clean flux density= 1.705 Jy 661677 comps IMAGR2: Total Cleaned flux density = 2.041 Jy 770347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -195.7 MilliJy,max = 263.7 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 57.58 MilliJy IMAGR2: 19487 Residual map points loaded IMAGR2: Field 1 min allowed flux = 129.435 MilliJy iter= 661715 IMAGR2: Field 1 Clean flux density= 2.105 Jy 661715 comps IMAGR2: Total Cleaned flux density = 2.442 Jy 770385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -127.0 MilliJy,max = 129.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 44.43 MilliJy IMAGR2: 15221 Residual map points loaded IMAGR2: Field 1 min allowed flux = -64.303 MilliJy iter= 661875 IMAGR2: Field 1 Clean flux density= 2.537 Jy 661875 comps IMAGR2: Total Cleaned flux density = 2.874 Jy 770545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -51.6 MilliJy,max = 52.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 24.83 MilliJy IMAGR2: 12345 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.249 MilliJy iter= 662404 IMAGR2: Field 1 Clean flux density= 2.115 Jy 662404 comps IMAGR2: Total Cleaned flux density = 2.452 Jy 771074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.8 MilliJy,max = 22.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 10.24 MilliJy IMAGR2: 19189 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.991 MilliJy iter= 664669 IMAGR2: Field 1 Clean flux density= 1.993 Jy 664669 comps IMAGR2: Total Cleaned flux density = 2.330 Jy 773339 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -30.2 MilliJy,max = 30.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.28 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.280 MilliJy iter= 666527 IMAGR2: Field 1 Clean flux density= 1.964 Jy 666527 comps IMAGR2: Total Cleaned flux density = 2.301 Jy 775197 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -69.9 MilliJy,max = 81.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 27.83 MilliJy IMAGR2: 13619 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.537 MilliJy iter= 666705 IMAGR2: Field 1 Clean flux density= 2.208 Jy 666705 comps IMAGR2: Total Cleaned flux density = 2.545 Jy 775375 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.8 MilliJy,max = 31.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 13.91 MilliJy IMAGR2: 11350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.388 MilliJy iter= 667011 IMAGR2: Field 1 Clean flux density= 1.992 Jy 667011 comps IMAGR2: Total Cleaned flux density = 2.329 Jy 775681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.7 MilliJy,max = 13.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 6.33 MilliJy IMAGR2: 12544 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.718 MilliJy iter= 667592 IMAGR2: Field 1 Clean flux density= 2.054 Jy 667592 comps IMAGR2: Total Cleaned flux density = 2.391 Jy 776262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.166 MilliJy iter= 670905 IMAGR2: Field 1 Clean flux density= 2.020 Jy 670905 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 779575 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -11.0 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 4.28 MilliJy IMAGR2: 18874 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.486 MilliJy iter= 671825 IMAGR2: Field 1 Clean flux density= 2.083 Jy 671825 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 780495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.3 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 3.47 MilliJy IMAGR2: 13569 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.101 MilliJy iter= 671868 IMAGR2: Field 1 Clean flux density= 2.071 Jy 671868 comps IMAGR2: Total Cleaned flux density = 2.408 Jy 780538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.9 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.011 MilliJy iter= 674341 IMAGR2: Field 1 Clean flux density= 1.898 Jy 674341 comps IMAGR2: Total Cleaned flux density = 2.235 Jy 783011 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -22.3 MilliJy,max = 28.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 9.73 MilliJy IMAGR2: 12195 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.096 MilliJy iter= 674526 IMAGR2: Field 1 Clean flux density= 2.155 Jy 674526 comps IMAGR2: Total Cleaned flux density = 2.492 Jy 783196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 3.85 MilliJy IMAGR2: 13464 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = -5.613 MilliJy iter= 674675 IMAGR2: Field 1 Clean flux density= 2.088 Jy 674675 comps IMAGR2: Total Cleaned flux density = 2.424 Jy 783345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.666 MilliJy iter= 678728 IMAGR2: Field 1 Clean flux density= 2.092 Jy 678728 comps IMAGR2: Total Cleaned flux density = 2.429 Jy 787398 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -22.4 MilliJy,max = 21.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 8.64 MilliJy IMAGR2: 19649 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.174 MilliJy iter= 679073 IMAGR2: Field 1 Clean flux density= 1.981 Jy 679073 comps IMAGR2: Total Cleaned flux density = 2.318 Jy 787743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.60 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.236 MilliJy iter= 681549 IMAGR2: Field 1 Clean flux density= 2.123 Jy 681549 comps IMAGR2: Total Cleaned flux density = 2.460 Jy 790219 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -25.5 MilliJy,max = 21.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 8.74 MilliJy IMAGR2: 14513 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.702 MilliJy iter= 681729 IMAGR2: Field 1 Clean flux density= 2.072 Jy 681729 comps IMAGR2: Total Cleaned flux density = 2.409 Jy 790399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.8 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 4.91 MilliJy IMAGR2: 19529 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.871 MilliJy iter= 682208 IMAGR2: Field 1 Clean flux density= 2.034 Jy 682208 comps IMAGR2: Total Cleaned flux density = 2.371 Jy 790878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.184 MilliJy iter= 684960 IMAGR2: Field 1 Clean flux density= 1.981 Jy 684960 comps IMAGR2: Total Cleaned flux density = 2.318 Jy 793630 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -12.6 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 4.31 MilliJy IMAGR2: 16543 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.267 MilliJy iter= 685152 IMAGR2: Field 1 Clean flux density= 2.031 Jy 685152 comps IMAGR2: Total Cleaned flux density = 2.368 Jy 793822 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.42 MilliJy IMAGR2: 17771 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.738 MilliJy iter= 685753 IMAGR2: Field 1 Clean flux density= 2.013 Jy 685753 comps IMAGR2: Total Cleaned flux density = 2.350 Jy 794423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 1.06 MilliJy IMAGR2: 19185 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.231 MilliJy iter= 686797 IMAGR2: Field 1 Clean flux density= 2.020 Jy 686797 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 795467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 856.37 MicroJy IMAGR2: 13438 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 877.284 MicroJy iter= 690558 IMAGR2: Field 1 Clean flux density= 2.024 Jy 690558 comps IMAGR2: Total Cleaned flux density = 2.361 Jy 799228 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.453 MilliJy iter= 692963 IMAGR2: Field 1 Clean flux density= 2.083 Jy 692963 comps IMAGR2: Total Cleaned flux density = 2.420 Jy 801633 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -7.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 2.70 MilliJy IMAGR2: 19202 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.496 MilliJy iter= 693290 IMAGR2: Field 1 Clean flux density= 2.027 Jy 693290 comps IMAGR2: Total Cleaned flux density = 2.364 Jy 801960 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19968 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.286 MilliJy iter= 697867 IMAGR2: Field 1 Clean flux density= 2.002 Jy 697867 comps IMAGR2: Total Cleaned flux density = 2.339 Jy 806537 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -9.5 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 4.61 MilliJy IMAGR2: 18966 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.967 MilliJy iter= 698170 IMAGR2: Field 1 Clean flux density= 2.075 Jy 698170 comps IMAGR2: Total Cleaned flux density = 2.411 Jy 806840 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.321 MilliJy iter= 702556 IMAGR2: Field 1 Clean flux density= 2.049 Jy 702556 comps IMAGR2: Total Cleaned flux density = 2.386 Jy 811226 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -19.9 MilliJy,max = 19.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.58 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.954 MilliJy iter= 705003 IMAGR2: Field 1 Clean flux density= 2.067 Jy 705003 comps IMAGR2: Total Cleaned flux density = 2.404 Jy 813673 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -71.8 MilliJy,max = 73.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 25.14 MilliJy IMAGR2: 15490 Residual map points loaded IMAGR2: Field 1 min allowed flux = -36.587 MilliJy iter= 705173 IMAGR2: Field 1 Clean flux density= 2.161 Jy 705173 comps IMAGR2: Total Cleaned flux density = 2.498 Jy 813843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.5 MilliJy,max = 30.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 14.13 MilliJy IMAGR2: 13430 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.425 MilliJy iter= 705666 IMAGR2: Field 1 Clean flux density= 2.039 Jy 705666 comps IMAGR2: Total Cleaned flux density = 2.376 Jy 814336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.75 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.219 MilliJy iter= 708769 IMAGR2: Field 1 Clean flux density= 1.900 Jy 708769 comps IMAGR2: Total Cleaned flux density = 2.237 Jy 817439 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -25.1 MilliJy,max = 28.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 11.01 MilliJy IMAGR2: 12879 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.247 MilliJy iter= 709019 IMAGR2: Field 1 Clean flux density= 2.093 Jy 709019 comps IMAGR2: Total Cleaned flux density = 2.430 Jy 817689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.2 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 5.50 MilliJy IMAGR2: 14076 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.095 MilliJy iter= 709529 IMAGR2: Field 1 Clean flux density= 2.065 Jy 709529 comps IMAGR2: Total Cleaned flux density = 2.402 Jy 818199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.091 MilliJy iter= 714329 IMAGR2: Field 1 Clean flux density= 2.087 Jy 714329 comps IMAGR2: Total Cleaned flux density = 2.424 Jy 822999 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -16.5 MilliJy,max = 18.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 7.29 MilliJy IMAGR2: 13993 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.440 MilliJy iter= 714573 IMAGR2: Field 1 Clean flux density= 2.047 Jy 714573 comps IMAGR2: Total Cleaned flux density = 2.383 Jy 823243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.89 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.242 MilliJy iter= 718635 IMAGR2: Field 1 Clean flux density= 2.127 Jy 718635 comps IMAGR2: Total Cleaned flux density = 2.464 Jy 827305 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -31.0 MilliJy,max = 29.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.43 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.522 MilliJy iter= 721731 IMAGR2: Field 1 Clean flux density= 1.849 Jy 721731 comps IMAGR2: Total Cleaned flux density = 2.185 Jy 830401 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -118.9 MilliJy,max = 121.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 46.92 MilliJy IMAGR2: 16581 Residual map points loaded IMAGR2: Field 1 min allowed flux = 60.611 MilliJy iter= 722008 IMAGR2: Field 1 Clean flux density= 1.831 Jy 722008 comps IMAGR2: Total Cleaned flux density = 2.168 Jy 830678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -50.9 MilliJy,max = 48.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 20.80 MilliJy IMAGR2: 17238 Residual map points loaded IMAGR2: Field 1 min allowed flux = -25.457 MilliJy iter= 722338 IMAGR2: Field 1 Clean flux density= 1.818 Jy 722338 comps IMAGR2: Total Cleaned flux density = 2.155 Jy 831008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.8 MilliJy,max = 19.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.89 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.149 MilliJy iter= 727663 IMAGR2: Field 1 Clean flux density= 2.219 Jy 727663 comps IMAGR2: Total Cleaned flux density = 2.556 Jy 836333 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -101.3 MilliJy,max = 102.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.62 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -68.384 MilliJy iter= 728394 IMAGR2: Field 1 Clean flux density= 1.863 Jy 728394 comps IMAGR2: Total Cleaned flux density = 2.200 Jy 837064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -110.9 MilliJy,max = 93.2 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 31.39 MilliJy IMAGR2: 14197 Residual map points loaded IMAGR2: Field 1 min allowed flux = -55.010 MilliJy iter= 728449 IMAGR2: Field 1 Clean flux density= 1.729 Jy 728449 comps IMAGR2: Total Cleaned flux density = 2.066 Jy 837119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -54.7 MilliJy,max = 54.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.34 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -37.064 MilliJy iter= 728982 IMAGR2: Field 1 Clean flux density= 1.380 Jy 728982 comps IMAGR2: Total Cleaned flux density = 1.717 Jy 837652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.4 MilliJy,max = 80.2 MilliJy IMAGR2: BGC Clean: using 1417 cell beam + residuals > 20.43 MilliJy IMAGR2: 15467 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.717 MilliJy iter= 729019 IMAGR2: Field 1 Clean flux density= 1.586 Jy 729019 comps IMAGR2: Total Cleaned flux density = 1.923 Jy 837689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.1 MilliJy,max = 39.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 15.34 MilliJy IMAGR2: 17163 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.587 MilliJy iter= 729315 IMAGR2: Field 1 Clean flux density= 1.894 Jy 729315 comps IMAGR2: Total Cleaned flux density = 2.231 Jy 837985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.7 MilliJy,max = 18.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.58 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.438 MilliJy iter= 733075 IMAGR2: Field 1 Clean flux density= 2.068 Jy 733075 comps IMAGR2: Total Cleaned flux density = 2.404 Jy 841745 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -76.0 MilliJy,max = 61.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 26.10 MilliJy IMAGR2: 18669 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -39.636 MilliJy iter= 733228 IMAGR2: Field 1 Clean flux density= 1.652 Jy 733228 comps IMAGR2: Total Cleaned flux density = 1.989 Jy 841898 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.0 MilliJy,max = 35.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.18 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.933 MilliJy iter= 737857 IMAGR2: Field 1 Clean flux density= 1.983 Jy 737857 comps IMAGR2: Total Cleaned flux density = 2.320 Jy 846527 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -182.1 MilliJy,max = 182.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 77.34 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -132.186 MilliJy iter= 738117 IMAGR2: Field 1 Clean flux density= 1.597 Jy 738117 comps IMAGR2: Total Cleaned flux density = 1.934 Jy 846787 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.9 MilliJy,max = 85.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 39.55 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.958 MilliJy iter= 741260 IMAGR2: Field 1 Clean flux density= 2.537 Jy 741260 comps IMAGR2: Total Cleaned flux density = 2.874 Jy 849930 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -355.0 MilliJy,max = 378.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 146.17 MilliJy IMAGR2: 11997 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -273.504 MilliJy iter= 741293 IMAGR2: Field 1 Clean flux density= 2.034 Jy 741293 comps IMAGR2: Total Cleaned flux density = 2.371 Jy 849963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -259.5 MilliJy,max = 261.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 115.25 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -222.646 MilliJy iter= 741374 IMAGR2: Field 1 Clean flux density= 1.747 Jy 741374 comps IMAGR2: Total Cleaned flux density = 2.084 Jy 850044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -187.1 MilliJy,max = 189.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 89.85 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -166.080 MilliJy iter= 741445 IMAGR2: Field 1 Clean flux density= 1.428 Jy 741445 comps IMAGR2: Total Cleaned flux density = 1.764 Jy 850115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -147.6 MilliJy,max = 151.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 74.93 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -83.849 MilliJy iter= 745016 IMAGR2: Field 1 Clean flux density= 2.156 Jy 745016 comps IMAGR2: Total Cleaned flux density = 2.493 Jy 853686 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -696.4 MilliJy,max = 670.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 299.67 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -604.392 MilliJy iter= 745049 IMAGR2: Field 1 Clean flux density= 1.852 Jy 745049 comps IMAGR2: Total Cleaned flux density = 2.189 Jy 853719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -545.9 MilliJy,max = 549.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.95 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -529.581 MilliJy iter= 745065 IMAGR2: Field 1 Clean flux density= 1.534 Jy 745065 comps IMAGR2: Total Cleaned flux density = 1.871 Jy 853735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -526.0 MilliJy,max = 513.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.65 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -482.606 MilliJy iter= 745126 IMAGR2: Field 1 Clean flux density= 1.593 Jy 745126 comps IMAGR2: Total Cleaned flux density = 1.930 Jy 853796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -436.7 MilliJy,max = 447.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 220.42 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -420.979 MilliJy iter= 745141 IMAGR2: Field 1 Clean flux density= 1.386 Jy 745141 comps IMAGR2: Total Cleaned flux density = 1.723 Jy 853811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -418.0 MilliJy,max = 404.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 212.01 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -397.987 MilliJy iter= 745154 IMAGR2: Field 1 Clean flux density= 1.102 Jy 745154 comps IMAGR2: Total Cleaned flux density = 1.439 Jy 853824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -395.4 MilliJy,max = 390.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.72 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -374.189 MilliJy iter= 745194 IMAGR2: Field 1 Clean flux density= 1.032 Jy 745194 comps IMAGR2: Total Cleaned flux density = 1.369 Jy 853864 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 = -356.2 MilliJy,max = 363.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 187.07 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -331.443 MilliJy iter= 745265 IMAGR2: Field 1 Clean flux density= 1.147 Jy 745265 comps IMAGR2: Total Cleaned flux density = 1.484 Jy 853935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -304.0 MilliJy,max = 301.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 159.29 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -278.072 MilliJy iter= 745349 IMAGR2: Field 1 Clean flux density= 1.216 Jy 745349 comps IMAGR2: Total Cleaned flux density = 1.553 Jy 854019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -248.1 MilliJy,max = 253.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.30 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -218.262 MilliJy iter= 745542 IMAGR2: Field 1 Clean flux density= 1.344 Jy 745542 comps IMAGR2: Total Cleaned flux density = 1.681 Jy 854212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -178.7 MilliJy,max = 171.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 85.64 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = 89.359 MilliJy iter= 750420 IMAGR2: Field 1 Clean flux density= 3.767 Jy 750420 comps IMAGR2: Total Cleaned flux density = 4.104 Jy 859090 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.1 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 442.90 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -973.074 MilliJy iter= 750434 IMAGR2: Field 1 Clean flux density= 2.965 Jy 750434 comps IMAGR2: Total Cleaned flux density = 3.301 Jy 859104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -902.1 MilliJy,max = 899.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.25 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -714.269 MilliJy iter= 750753 IMAGR2: Field 1 Clean flux density= 4.884 Jy 750753 comps IMAGR2: Total Cleaned flux density = 5.221 Jy 859423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -450.2 MilliJy,max = 492.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.98 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -329.305 MilliJy iter= 751087 IMAGR2: Field 1 Clean flux density= 4.189 Jy 751087 comps IMAGR2: Total Cleaned flux density = 4.526 Jy 859757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -231.9 MilliJy,max = 230.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 103.56 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.972 MilliJy iter= 754518 IMAGR2: Field 1 Clean flux density= 4.185 Jy 754518 comps IMAGR2: Total Cleaned flux density = 4.522 Jy 863188 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -835.7 MilliJy,max = 825.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 322.72 MilliJy IMAGR2: 13786 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -519.647 MilliJy iter= 754620 IMAGR2: Field 1 Clean flux density= 3.524 Jy 754620 comps IMAGR2: Total Cleaned flux density = 3.861 Jy 863290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -454.9 MilliJy,max = 477.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 219.51 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 238.664 MilliJy iter= 758788 IMAGR2: Field 1 Clean flux density= 12.290 Jy 758788 comps IMAGR2: Total Cleaned flux density = 12.627 Jy 867458 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -2.5 Jy,max = 2.1 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 956.32 MilliJy IMAGR2: 19364 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.017 Jy iter= 758804 IMAGR2: Field 1 Clean flux density= 9.673 Jy 758804 comps IMAGR2: Total Cleaned flux density = 10.010 Jy 867474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 Jy,max = 2.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.40 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.809 Jy iter= 758847 IMAGR2: Field 1 Clean flux density= 8.781 Jy 758847 comps IMAGR2: Total Cleaned flux density = 9.118 Jy 867517 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.82 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.557 Jy iter= 758870 IMAGR2: Field 1 Clean flux density= 7.716 Jy 758870 comps IMAGR2: Total Cleaned flux density = 8.053 Jy 867540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.02 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.401 Jy iter= 758922 IMAGR2: Field 1 Clean flux density= 6.594 Jy 758922 comps IMAGR2: Total Cleaned flux density = 6.931 Jy 867592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 654.73 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.164 Jy iter= 759028 IMAGR2: Field 1 Clean flux density= 5.657 Jy 759028 comps IMAGR2: Total Cleaned flux density = 5.993 Jy 867698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.18 MilliJy IMAGR2: 19977 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -930.033 MilliJy iter= 759060 IMAGR2: Field 1 Clean flux density= 4.512 Jy 759060 comps IMAGR2: Total Cleaned flux density = 4.849 Jy 867730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -900.1 MilliJy,max = 870.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.52 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -640.081 MilliJy iter= 760522 IMAGR2: Field 1 Clean flux density= 7.170 Jy 760522 comps IMAGR2: Total Cleaned flux density = 7.507 Jy 869192 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -1.7 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 685.22 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.404 Jy iter= 760603 IMAGR2: Field 1 Clean flux density= 5.847 Jy 760603 comps IMAGR2: Total Cleaned flux density = 6.184 Jy 869273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 431 cell beam + residuals > 542.29 MilliJy IMAGR2: 15142 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -729.620 MilliJy iter= 760861 IMAGR2: Field 1 Clean flux density= 4.617 Jy 760861 comps IMAGR2: Total Cleaned flux density = 4.954 Jy 869531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -547.5 MilliJy,max = 565.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 242.92 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -282.755 MilliJy iter= 763858 IMAGR2: Field 1 Clean flux density= 15.570 Jy 763858 comps IMAGR2: Total Cleaned flux density = 15.907 Jy 872528 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -2.5 Jy,max = 2.2 Jy IMAGR2: BGC Clean: using 473 cell beam + residuals > 870.48 MilliJy IMAGR2: 18039 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.498 Jy iter= 763947 IMAGR2: Field 1 Clean flux density= 12.432 Jy 763947 comps IMAGR2: Total Cleaned flux density = 12.768 Jy 872617 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 634.15 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.246 Jy iter= 763983 IMAGR2: Field 1 Clean flux density= 9.837 Jy 763983 comps IMAGR2: Total Cleaned flux density = 10.173 Jy 872653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 575.80 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.038 Jy iter= 764092 IMAGR2: Field 1 Clean flux density= 8.022 Jy 764092 comps IMAGR2: Total Cleaned flux density = 8.358 Jy 872762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -876.2 MilliJy,max = 846.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 437.30 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -765.769 MilliJy iter= 764192 IMAGR2: Field 1 Clean flux density= 6.403 Jy 764192 comps IMAGR2: Total Cleaned flux density = 6.739 Jy 872862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -678.5 MilliJy,max = 671.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.30 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -535.943 MilliJy iter= 764683 IMAGR2: Field 1 Clean flux density= 5.849 Jy 764683 comps IMAGR2: Total Cleaned flux density = 6.186 Jy 873353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -302.5 MilliJy,max = 290.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.83 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -167.212 MilliJy iter= 765820 IMAGR2: Field 1 Clean flux density= 4.679 Jy 765820 comps IMAGR2: Total Cleaned flux density = 5.016 Jy 874490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -494.1 MilliJy,max = 543.5 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 153.89 MilliJy IMAGR2: 14117 Residual map points loaded IMAGR2: Field 1 min allowed flux = -269.793 MilliJy iter= 765873 IMAGR2: Field 1 Clean flux density= 4.943 Jy 765873 comps IMAGR2: Total Cleaned flux density = 5.280 Jy 874543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -267.5 MilliJy,max = 267.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 107.56 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -203.144 MilliJy iter= 766132 IMAGR2: Field 1 Clean flux density= 3.966 Jy 766132 comps IMAGR2: Total Cleaned flux density = 4.303 Jy 874802 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -122.8 MilliJy,max = 133.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 58.00 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 66.579 MilliJy iter= 769137 IMAGR2: Field 1 Clean flux density= 4.734 Jy 769137 comps IMAGR2: Total Cleaned flux density = 5.071 Jy 877807 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -404.8 MilliJy,max = 411.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 141.20 MilliJy IMAGR2: 13895 Residual map points loaded IMAGR2: Field 1 min allowed flux = 205.287 MilliJy iter= 769286 IMAGR2: Field 1 Clean flux density= 4.794 Jy 769286 comps IMAGR2: Total Cleaned flux density = 5.131 Jy 877956 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -183.7 MilliJy,max = 178.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 82.85 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -115.387 MilliJy iter= 770118 IMAGR2: Field 1 Clean flux density= 3.876 Jy 770118 comps IMAGR2: Total Cleaned flux density = 4.213 Jy 878788 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -143.9 MilliJy,max = 178.2 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 61.18 MilliJy IMAGR2: 11123 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.952 MilliJy iter= 770247 IMAGR2: Field 1 Clean flux density= 4.282 Jy 770247 comps IMAGR2: Total Cleaned flux density = 4.619 Jy 878917 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -77.5 MilliJy,max = 75.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.70 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -44.979 MilliJy iter= 772026 IMAGR2: Field 1 Clean flux density= 3.421 Jy 772026 comps IMAGR2: Total Cleaned flux density = 3.758 Jy 880696 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -200.2 MilliJy,max = 202.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 69.45 MilliJy IMAGR2: 16314 Residual map points loaded IMAGR2: Field 1 min allowed flux = -100.960 MilliJy iter= 772195 IMAGR2: Field 1 Clean flux density= 4.125 Jy 772195 comps IMAGR2: Total Cleaned flux density = 4.462 Jy 880865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -83.7 MilliJy,max = 84.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 38.99 MilliJy IMAGR2: 11175 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.274 MilliJy iter= 772629 IMAGR2: Field 1 Clean flux density= 4.047 Jy 772629 comps IMAGR2: Total Cleaned flux density = 4.384 Jy 881299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -38.6 MilliJy,max = 40.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 16.32 MilliJy IMAGR2: 15508 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.368 MilliJy iter= 773373 IMAGR2: Field 1 Clean flux density= 4.039 Jy 773373 comps IMAGR2: Total Cleaned flux density = 4.376 Jy 882043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -30.6 MilliJy,max = 32.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.37 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.778 MilliJy iter= 778502 IMAGR2: Field 1 Clean flux density= 4.143 Jy 778502 comps IMAGR2: Total Cleaned flux density = 4.480 Jy 887172 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -38.7 MilliJy,max = 39.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.80 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.952 MilliJy iter= 781810 IMAGR2: Field 1 Clean flux density= 5.075 Jy 781810 comps IMAGR2: Total Cleaned flux density = 5.412 Jy 890480 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -162.0 MilliJy,max = 140.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 55.62 MilliJy IMAGR2: 18269 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -84.942 MilliJy iter= 781978 IMAGR2: Field 1 Clean flux density= 4.057 Jy 781978 comps IMAGR2: Total Cleaned flux density = 4.394 Jy 890648 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -72.4 MilliJy,max = 75.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 32.80 MilliJy IMAGR2: 17238 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.524 MilliJy iter= 782484 IMAGR2: Field 1 Clean flux density= 4.607 Jy 782484 comps IMAGR2: Total Cleaned flux density = 4.944 Jy 891154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.1 MilliJy,max = 23.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.58 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.568 MilliJy iter= 786588 IMAGR2: Field 1 Clean flux density= 3.847 Jy 786588 comps IMAGR2: Total Cleaned flux density = 4.184 Jy 895258 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -87.9 MilliJy,max = 104.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 40.37 MilliJy IMAGR2: 13406 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.273 MilliJy iter= 786839 IMAGR2: Field 1 Clean flux density= 4.587 Jy 786839 comps IMAGR2: Total Cleaned flux density = 4.924 Jy 895509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -42.1 MilliJy,max = 42.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 20.19 MilliJy IMAGR2: 19164 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.054 MilliJy iter= 787651 IMAGR2: Field 1 Clean flux density= 4.579 Jy 787651 comps IMAGR2: Total Cleaned flux density = 4.916 Jy 896321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.9 MilliJy,max = 19.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 8.13 MilliJy IMAGR2: 11814 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.422 MilliJy iter= 788453 IMAGR2: Field 1 Clean flux density= 4.447 Jy 788453 comps IMAGR2: Total Cleaned flux density = 4.784 Jy 897123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.5 MilliJy,max = 14.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.47 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.935 MilliJy iter= 791921 IMAGR2: Field 1 Clean flux density= 4.513 Jy 791921 comps IMAGR2: Total Cleaned flux density = 4.850 Jy 900591 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -29.6 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 10.16 MilliJy IMAGR2: 11343 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.782 MilliJy iter= 792049 IMAGR2: Field 1 Clean flux density= 4.280 Jy 792049 comps IMAGR2: Total Cleaned flux density = 4.617 Jy 900719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.19 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.446 MilliJy iter= 796547 IMAGR2: Field 1 Clean flux density= 4.611 Jy 796547 comps IMAGR2: Total Cleaned flux density = 4.947 Jy 905217 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -56.1 MilliJy,max = 48.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 23.03 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -33.034 MilliJy iter= 797202 IMAGR2: Field 1 Clean flux density= 3.687 Jy 797202 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 4.024 Jy 905872 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -41.8 MilliJy,max = 83.0 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 17.60 MilliJy IMAGR2: 17895 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.813 MilliJy iter= 797236 IMAGR2: Field 1 Clean flux density= 3.872 Jy 797236 comps IMAGR2: Total Cleaned flux density = 4.208 Jy 905906 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.4 MilliJy,max = 40.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 14.01 MilliJy IMAGR2: 13996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.175 MilliJy iter= 797446 IMAGR2: Field 1 Clean flux density= 4.327 Jy 797446 comps IMAGR2: Total Cleaned flux density = 4.664 Jy 906116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.4 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 7.79 MilliJy IMAGR2: 17865 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.853 MilliJy iter= 798106 IMAGR2: Field 1 Clean flux density= 4.249 Jy 798106 comps IMAGR2: Total Cleaned flux density = 4.586 Jy 906776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.2 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.82 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.179 MilliJy iter= 802171 IMAGR2: Field 1 Clean flux density= 4.336 Jy 802171 comps IMAGR2: Total Cleaned flux density = 4.673 Jy 910841 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -18.4 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.08 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.224 MilliJy iter= 805173 IMAGR2: Field 1 Clean flux density= 3.872 Jy 805173 comps IMAGR2: Total Cleaned flux density = 4.209 Jy 913843 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -61.1 MilliJy,max = 73.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 25.08 MilliJy IMAGR2: 18249 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.530 MilliJy iter= 805369 IMAGR2: Field 1 Clean flux density= 4.231 Jy 805369 comps IMAGR2: Total Cleaned flux density = 4.568 Jy 914039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.1 MilliJy,max = 28.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.05 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -14.143 MilliJy iter= 809158 IMAGR2: Field 1 Clean flux density= 4.181 Jy 809158 comps IMAGR2: Total Cleaned flux density = 4.518 Jy 917828 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -142.6 MilliJy,max = 134.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 55.08 MilliJy IMAGR2: 18447 Residual map points loaded IMAGR2: Field 1 min allowed flux = 71.187 MilliJy iter= 809494 IMAGR2: Field 1 Clean flux density= 4.086 Jy 809494 comps IMAGR2: Total Cleaned flux density = 4.423 Jy 918164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.5 MilliJy,max = 51.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.98 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 26.271 MilliJy iter= 811496 IMAGR2: Field 1 Clean flux density= 3.957 Jy 811496 comps IMAGR2: Total Cleaned flux density = 4.294 Jy 920166 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -165.0 MilliJy,max = 159.3 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 56.62 MilliJy IMAGR2: 13430 Residual map points loaded IMAGR2: Field 1 min allowed flux = 82.220 MilliJy iter= 811650 IMAGR2: Field 1 Clean flux density= 4.217 Jy 811650 comps IMAGR2: Total Cleaned flux density = 4.554 Jy 920320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -70.8 MilliJy,max = 64.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 28.22 MilliJy IMAGR2: 17057 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.364 MilliJy iter= 811955 IMAGR2: Field 1 Clean flux density= 4.075 Jy 811955 comps IMAGR2: Total Cleaned flux density = 4.412 Jy 920625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.1 MilliJy,max = 30.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 12.14 MilliJy IMAGR2: 17815 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.975 MilliJy iter= 812299 IMAGR2: Field 1 Clean flux density= 4.139 Jy 812299 comps IMAGR2: Total Cleaned flux density = 4.476 Jy 920969 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.8 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.47 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.622 MilliJy iter= 817826 IMAGR2: Field 1 Clean flux density= 4.147 Jy 817826 comps IMAGR2: Total Cleaned flux density = 4.484 Jy 926496 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -60.7 MilliJy,max = 50.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 23.67 MilliJy IMAGR2: 19877 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.336 MilliJy iter= 818773 IMAGR2: Field 1 Clean flux density= 4.011 Jy 818773 comps IMAGR2: Total Cleaned flux density = 4.348 Jy 927443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -54.5 MilliJy,max = 67.9 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 19.23 MilliJy IMAGR2: 14027 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.885 MilliJy iter= 818821 IMAGR2: Field 1 Clean flux density= 4.076 Jy 818821 comps IMAGR2: Total Cleaned flux density = 4.413 Jy 927491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.7 MilliJy,max = 33.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.03 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.840 MilliJy iter= 821351 IMAGR2: Field 1 Clean flux density= 4.727 Jy 821351 comps IMAGR2: Total Cleaned flux density = 5.064 Jy 930021 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -180.3 MilliJy,max = 165.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 61.89 MilliJy IMAGR2: 12581 Residual map points loaded IMAGR2: Field 1 min allowed flux = -90.062 MilliJy iter= 821504 IMAGR2: Field 1 Clean flux density= 4.280 Jy 821504 comps IMAGR2: Total Cleaned flux density = 4.617 Jy 930174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -61.9 MilliJy,max = 69.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 26.99 MilliJy IMAGR2: 17785 Residual map points loaded IMAGR2: Field 1 min allowed flux = -34.932 MilliJy iter= 821816 IMAGR2: Field 1 Clean flux density= 4.562 Jy 821816 comps IMAGR2: Total Cleaned flux density = 4.899 Jy 930486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.3 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.73 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -12.204 MilliJy iter= 823654 IMAGR2: Field 1 Clean flux density= 3.649 Jy 823654 comps IMAGR2: Total Cleaned flux density = 3.986 Jy 932324 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -47.6 MilliJy,max = 69.0 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 19.53 MilliJy IMAGR2: 16906 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.188 MilliJy iter= 823713 IMAGR2: Field 1 Clean flux density= 3.884 Jy 823713 comps IMAGR2: Total Cleaned flux density = 4.220 Jy 932383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.1 MilliJy,max = 34.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.48 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.087 MilliJy iter= 826756 IMAGR2: Field 1 Clean flux density= 8.070 Jy 826756 comps IMAGR2: Total Cleaned flux density = 8.406 Jy 935426 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -212.7 MilliJy,max = 138.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 73.02 MilliJy IMAGR2: 13065 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -120.062 MilliJy iter= 826868 IMAGR2: Field 1 Clean flux density= 6.447 Jy 826868 comps IMAGR2: Total Cleaned flux density = 6.784 Jy 935538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -106.1 MilliJy,max = 102.4 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 41.21 MilliJy IMAGR2: 16111 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -54.104 MilliJy iter= 827141 IMAGR2: Field 1 Clean flux density= 5.154 Jy 827141 comps IMAGR2: Total Cleaned flux density = 5.491 Jy 935811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -41.6 MilliJy,max = 37.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.41 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -23.936 MilliJy iter= 828088 IMAGR2: Field 1 Clean flux density= 4.121 Jy 828088 comps IMAGR2: Total Cleaned flux density = 4.458 Jy 936758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -56.2 MilliJy,max = 104.7 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 22.20 MilliJy IMAGR2: 18445 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 51.506 MilliJy iter= 828120 IMAGR2: Field 1 Clean flux density= 4.335 Jy 828120 comps IMAGR2: Total Cleaned flux density = 4.672 Jy 936790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -50.2 MilliJy,max = 51.0 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 17.68 MilliJy IMAGR2: 17324 Residual map points loaded IMAGR2: Field 1 min allowed flux = -25.457 MilliJy iter= 828323 IMAGR2: Field 1 Clean flux density= 4.701 Jy 828323 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 936993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.4 MilliJy,max = 19.0 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 7.58 MilliJy IMAGR2: 19466 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.720 MilliJy iter= 829283 IMAGR2: Field 1 Clean flux density= 4.688 Jy 829283 comps IMAGR2: Total Cleaned flux density = 5.025 Jy 937953 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.9 MilliJy,max = 24.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 8.51 MilliJy IMAGR2: 11169 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.387 MilliJy iter= 829423 IMAGR2: Field 1 Clean flux density= 4.791 Jy 829423 comps IMAGR2: Total Cleaned flux density = 5.128 Jy 938093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.4 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.48 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.684 MilliJy iter= 834086 IMAGR2: Field 1 Clean flux density= 4.483 Jy 834086 comps IMAGR2: Total Cleaned flux density = 4.820 Jy 942756 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -38.7 MilliJy,max = 57.9 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 19.89 MilliJy IMAGR2: 11170 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.924 MilliJy iter= 834207 IMAGR2: Field 1 Clean flux density= 4.705 Jy 834207 comps IMAGR2: Total Cleaned flux density = 5.041 Jy 942877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.9 MilliJy,max = 23.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.60 MilliJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.931 MilliJy iter= 837501 IMAGR2: Field 1 Clean flux density= 4.699 Jy 837501 comps IMAGR2: Total Cleaned flux density = 5.036 Jy 946171 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -115.6 MilliJy,max = 118.5 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 45.77 MilliJy IMAGR2: 16295 Residual map points loaded IMAGR2: Field 1 min allowed flux = -59.126 MilliJy iter= 837792 IMAGR2: Field 1 Clean flux density= 4.990 Jy 837792 comps IMAGR2: Total Cleaned flux density = 5.327 Jy 946462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -45.6 MilliJy,max = 36.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 17.59 MilliJy IMAGR2: 19371 Residual map points loaded IMAGR2: Field 1 min allowed flux = -22.775 MilliJy iter= 838126 IMAGR2: Field 1 Clean flux density= 4.589 Jy 838126 comps IMAGR2: Total Cleaned flux density = 4.926 Jy 946796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.4 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.28 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.846 MilliJy iter= 842412 IMAGR2: Field 1 Clean flux density= 4.780 Jy 842412 comps IMAGR2: Total Cleaned flux density = 5.117 Jy 951082 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -68.6 MilliJy,max = 75.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 29.39 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -37.644 MilliJy iter= 844271 IMAGR2: Field 1 Clean flux density= 4.306 Jy 844271 comps IMAGR2: Total Cleaned flux density = 4.643 Jy 952941 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -244.4 MilliJy,max = 224.6 MilliJy IMAGR2: BGC Clean: using 567 cell beam + residuals > 72.63 MilliJy IMAGR2: 17445 Residual map points loaded IMAGR2: Field 1 min allowed flux = 122.029 MilliJy iter= 844380 IMAGR2: Field 1 Clean flux density= 4.193 Jy 844380 comps IMAGR2: Total Cleaned flux density = 4.530 Jy 953050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -103.7 MilliJy,max = 106.0 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 47.12 MilliJy IMAGR2: 12506 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.929 MilliJy iter= 844778 IMAGR2: Field 1 Clean flux density= 4.413 Jy 844778 comps IMAGR2: Total Cleaned flux density = 4.749 Jy 953448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.4 MilliJy,max = 36.3 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 14.02 MilliJy IMAGR2: 18289 Residual map points loaded IMAGR2: Field 1 min allowed flux = -18.135 MilliJy iter= 845098 IMAGR2: Field 1 Clean flux density= 4.462 Jy 845098 comps IMAGR2: Total Cleaned flux density = 4.799 Jy 953768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.7 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.88 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.326 MilliJy iter= 849581 IMAGR2: Field 1 Clean flux density= 4.716 Jy 849581 comps IMAGR2: Total Cleaned flux density = 5.053 Jy 958251 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -54.5 MilliJy,max = 52.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.76 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -30.614 MilliJy iter= 850929 IMAGR2: Field 1 Clean flux density= 3.772 Jy 850929 comps IMAGR2: Total Cleaned flux density = 4.109 Jy 959599 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -79.7 MilliJy,max = 117.1 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 33.14 MilliJy IMAGR2: 15951 Residual map points loaded IMAGR2: Field 1 min allowed flux = 58.175 MilliJy iter= 850986 IMAGR2: Field 1 Clean flux density= 4.025 Jy 850986 comps IMAGR2: Total Cleaned flux density = 4.362 Jy 959656 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.9 MilliJy,max = 57.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.05 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.962 MilliJy iter= 853696 IMAGR2: Field 1 Clean flux density= 6.775 Jy 853696 comps IMAGR2: Total Cleaned flux density = 7.112 Jy 962366 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -330.3 MilliJy,max = 227.8 MilliJy IMAGR2: BGC Clean: using 1415 cell beam + residuals > 93.51 MilliJy IMAGR2: 18539 Residual map points loaded IMAGR2: Field 1 min allowed flux = 164.998 MilliJy iter= 853761 IMAGR2: Field 1 Clean flux density= 6.113 Jy 853761 comps IMAGR2: Total Cleaned flux density = 6.450 Jy 962431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -163.4 MilliJy,max = 162.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.52 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -140.375 MilliJy iter= 853925 IMAGR2: Field 1 Clean flux density= 4.886 Jy 853925 comps IMAGR2: Total Cleaned flux density = 5.223 Jy 962595 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -95.1 MilliJy,max = 92.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 37.85 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.541 MilliJy iter= 856256 IMAGR2: Field 1 Clean flux density= 5.625 Jy 856256 comps IMAGR2: Total Cleaned flux density = 5.962 Jy 964926 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -353.0 MilliJy,max = 332.7 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 121.18 MilliJy IMAGR2: 18024 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -223.826 MilliJy iter= 856348 IMAGR2: Field 1 Clean flux density= 4.482 Jy 856348 comps IMAGR2: Total Cleaned flux density = 4.819 Jy 965018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -192.5 MilliJy,max = 206.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 86.43 MilliJy IMAGR2: 15481 Residual map points loaded IMAGR2: Field 1 min allowed flux = 103.102 MilliJy iter= 856738 IMAGR2: Field 1 Clean flux density= 5.064 Jy 856738 comps IMAGR2: Total Cleaned flux density = 5.401 Jy 965408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -59.3 MilliJy,max = 61.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.42 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.817 MilliJy iter= 858775 IMAGR2: Field 1 Clean flux density= 5.846 Jy 858775 comps IMAGR2: Total Cleaned flux density = 6.183 Jy 967445 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -188.2 MilliJy,max = 160.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 64.61 MilliJy IMAGR2: 12505 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.709 MilliJy iter= 858916 IMAGR2: Field 1 Clean flux density= 5.295 Jy 858916 comps IMAGR2: Total Cleaned flux density = 5.632 Jy 967586 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -85.3 MilliJy,max = 85.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 431 cell beam + residuals > 36.19 MilliJy IMAGR2: 14442 Residual map points loaded IMAGR2: Field 1 min allowed flux = -42.490 MilliJy iter= 859254 IMAGR2: Field 1 Clean flux density= 5.307 Jy 859254 comps IMAGR2: Total Cleaned flux density = 5.644 Jy 967924 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -31.7 MilliJy,max = 30.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.61 MilliJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min allowed flux = -15.850 MilliJy iter= 862341 IMAGR2: Field 1 Clean flux density= 4.460 Jy 862341 comps IMAGR2: Total Cleaned flux density = 4.797 Jy 971011 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -112.5 MilliJy,max = 121.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 46.86 MilliJy IMAGR2: 12379 Residual map points loaded IMAGR2: Field 1 min allowed flux = -60.677 MilliJy iter= 862566 IMAGR2: Field 1 Clean flux density= 5.280 Jy 862566 comps IMAGR2: Total Cleaned flux density = 5.617 Jy 971236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.4 MilliJy,max = 52.2 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 23.43 MilliJy IMAGR2: 16220 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.179 MilliJy iter= 862992 IMAGR2: Field 1 Clean flux density= 5.121 Jy 862992 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 971662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.8 MilliJy,max = 19.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.88 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.886 MilliJy iter= 866713 IMAGR2: Field 1 Clean flux density= 5.302 Jy 866713 comps IMAGR2: Total Cleaned flux density = 5.639 Jy 975383 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -71.9 MilliJy,max = 78.4 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 30.27 MilliJy IMAGR2: 16272 Residual map points loaded IMAGR2: Field 1 min allowed flux = -39.181 MilliJy iter= 866982 IMAGR2: Field 1 Clean flux density= 5.272 Jy 866982 comps IMAGR2: Total Cleaned flux density = 5.609 Jy 975652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.9 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 15.13 MilliJy IMAGR2: 17753 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.437 MilliJy iter= 867513 IMAGR2: Field 1 Clean flux density= 5.166 Jy 867513 comps IMAGR2: Total Cleaned flux density = 5.503 Jy 976183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.3 MilliJy,max = 13.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.61 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.559 MilliJy iter= 870367 IMAGR2: Field 1 Clean flux density= 5.101 Jy 870367 comps IMAGR2: Total Cleaned flux density = 5.438 Jy 979037 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -38.7 MilliJy,max = 32.8 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 13.30 MilliJy IMAGR2: 13260 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.324 MilliJy iter= 870496 IMAGR2: Field 1 Clean flux density= 5.132 Jy 870496 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 979166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.9 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.67 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.184 MilliJy iter= 875400 IMAGR2: Field 1 Clean flux density= 5.468 Jy 875400 comps IMAGR2: Total Cleaned flux density = 5.805 Jy 984070 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -96.7 MilliJy,max = 102.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 41.62 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -51.118 MilliJy iter= 878195 IMAGR2: Field 1 Clean flux density= 4.801 Jy 878195 comps IMAGR2: Total Cleaned flux density = 5.138 Jy 986865 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -466.1 MilliJy,max = 435.5 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 160.00 MilliJy IMAGR2: 14831 Residual map points loaded IMAGR2: Field 1 min allowed flux = -232.514 MilliJy iter= 878336 IMAGR2: Field 1 Clean flux density= 3.990 Jy 878336 comps IMAGR2: Total Cleaned flux density = 4.327 Jy 987006 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -213.5 MilliJy,max = 215.7 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 90.71 MilliJy IMAGR2: 19861 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.780 MilliJy iter= 879608 IMAGR2: Field 1 Clean flux density= 8.815 Jy 879608 comps IMAGR2: Total Cleaned flux density = 9.151 Jy 988278 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -341.4 MilliJy,max = 276.6 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 117.18 MilliJy IMAGR2: 17272 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -201.443 MilliJy iter= 879712 IMAGR2: Field 1 Clean flux density= 7.035 Jy 879712 comps IMAGR2: Total Cleaned flux density = 7.372 Jy 988382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -184.6 MilliJy,max = 182.6 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 77.79 MilliJy IMAGR2: 19820 Residual map points loaded IMAGR2: Field 1 min allowed flux = 92.146 MilliJy iter= 880150 IMAGR2: Field 1 Clean flux density= 6.636 Jy 880150 comps IMAGR2: Total Cleaned flux density = 6.973 Jy 988820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -59.7 MilliJy,max = 56.9 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 23.07 MilliJy IMAGR2: 14379 Residual map points loaded IMAGR2: Field 1 min allowed flux = -29.870 MilliJy iter= 880397 IMAGR2: Field 1 Clean flux density= 6.281 Jy 880397 comps IMAGR2: Total Cleaned flux density = 6.618 Jy 989067 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.0 MilliJy,max = 27.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.86 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.197 MilliJy iter= 885510 IMAGR2: Field 1 Clean flux density= 6.265 Jy 885510 comps IMAGR2: Total Cleaned flux density = 6.602 Jy 994180 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -110.1 MilliJy,max = 109.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 47.36 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -55.057 MilliJy iter= 888407 IMAGR2: Field 1 Clean flux density= 5.704 Jy 888407 comps IMAGR2: Total Cleaned flux density = 6.041 Jy 997077 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -401.6 MilliJy,max = 367.1 MilliJy IMAGR2: BGC Clean: using 473 cell beam + residuals > 137.86 MilliJy IMAGR2: 18770 Residual map points loaded IMAGR2: Field 1 min allowed flux = 200.643 MilliJy iter= 888596 IMAGR2: Field 1 Clean flux density= 5.940 Jy 888596 comps IMAGR2: Total Cleaned flux density = 6.276 Jy 997266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -176.8 MilliJy,max = 175.2 MilliJy IMAGR2: BGC Clean: using 185 cell beam + residuals > 78.28 MilliJy IMAGR2: 19412 Residual map points loaded IMAGR2: Field 1 min allowed flux = 88.395 MilliJy iter= 890295 IMAGR2: Field 1 Clean flux density= 5.509 Jy 890295 comps IMAGR2: Total Cleaned flux density = 5.846 Jy 998965 comps IMAGR2: ALGSTB: All 457 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 446- 0 Cells, with 4255 Pts IMAGR2: Field 1 min = -313.9 MilliJy,max = 286.1 MilliJy IMAGR2: BGC Clean: using 431 cell beam + residuals > 121.22 MilliJy IMAGR2: 17997 Residual map points loaded IMAGR2: Field 1 min allowed flux = 156.768 MilliJy iter= 890634 IMAGR2: Field 1 Clean flux density= 5.285 Jy 890634 comps IMAGR2: Total Cleaned flux density = 5.622 Jy 999304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -104.5 MilliJy,max = 110.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 43.28 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid= 64.864 MilliJy iter= 891330 IMAGR2: Field 1 Clean flux density= 6.318 Jy 891330 comps IMAGR2: Total Cleaned flux density = 6.655 Jy 1000000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Total Clean components 1000000 reaches limit 1000000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 891330 to 295930 components IMAGR2: Field 2 compressed from 10004 to 6040 components IMAGR2: Field 3 compressed from 49646 to 21354 components IMAGR2: Field 4 compressed from 13569 to 6997 components IMAGR2: Field 5 compressed from 12956 to 6588 components IMAGR2: Field 6 compressed from 17653 to 8604 components IMAGR2: Field 7 compressed from 4842 to 2961 components IMAGR2: Field 1 min = -121.9 MilliJy,max = 94.2 MilliJy IMAGR2: Field 2 min = -73.8 MilliJy,max = 53.9 MilliJy IMAGR2: Field 3 min = -65.9 MilliJy,max = 64.5 MilliJy IMAGR2: Field 4 min = -60.4 MilliJy,max = 57.1 MilliJy IMAGR2: Field 5 min = -64.2 MilliJy,max = 67.7 MilliJy IMAGR2: Field 6 min = -56.5 MilliJy,max = 55.2 MilliJy IMAGR2: Field 7 min = -61.4 MilliJy,max = 60.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.847 Jy ( 31906 CCs) from field 1 to field 2 IMAGR2: Restore 2.622 Jy ( 31062 CCs) from field 1 to field 3 IMAGR2: Restore 2.354 Jy ( 39543 CCs) from field 1 to field 4 IMAGR2: Restore 2.945 Jy ( 38982 CCs) from field 1 to field 5 IMAGR2: Restore 1.966 Jy ( 32773 CCs) from field 1 to field 6 IMAGR2: Restore 4.456 Jy ( 33571 CCs) from field 1 to field 7 IMAGR2: Restore -24.733 MilliJy ( 689 CCs) from field 2 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 4.993 MilliJy ( 687 CCs) from field 2 to field 3 IMAGR2: Restore 8.086 MilliJy ( 1078 CCs) from field 2 to field 4 IMAGR2: Restore 1.393 MilliJy ( 1013 CCs) from field 3 to field 1 IMAGR2: Restore 59.571 MilliJy ( 1049 CCs) from field 3 to field 2 IMAGR2: Restore 13.109 MilliJy ( 1560 CCs) from field 3 to field 5 IMAGR2: Restore 12.567 MilliJy ( 712 CCs) from field 4 to field 1 IMAGR2: Restore 2.770 MilliJy ( 455 CCs) from field 4 to field 2 IMAGR2: Restore -34.018 MilliJy ( 735 CCs) from field 4 to field 6 IMAGR2: Restore -11.571 MilliJy ( 545 CCs) from field 5 to field 1 IMAGR2: Restore 5.835 MilliJy ( 578 CCs) from field 5 to field 3 IMAGR2: Restore 574.065 MicroJy ( 343 CCs) from field 5 to field 7 IMAGR2: Restore 4.552 MilliJy ( 504 CCs) from field 6 to field 1 IMAGR2: Restore 19.898 MilliJy ( 500 CCs) from field 6 to field 4 IMAGR2: Restore -11.527 MilliJy ( 473 CCs) from field 6 to field 7 IMAGR2: Restore 9.800 MilliJy ( 229 CCs) from field 7 to field 1 IMAGR2: Restore 18.825 MilliJy ( 288 CCs) from field 7 to field 5 IMAGR2: Restore 9.978 MilliJy ( 420 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 6.310 Jy IMAGR2: Field 2 final Clean flux 2.930 Jy IMAGR2: Field 3 final Clean flux 2.854 Jy IMAGR2: Field 4 final Clean flux 2.332 Jy IMAGR2: Field 5 final Clean flux 3.088 Jy IMAGR2: Field 6 final Clean flux 1.901 Jy IMAGR2: Field 7 final Clean flux 4.519 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 20 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 1322.8 Real= 2762 mp/SETFC@1820-254_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 7 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 8 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 9 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 2: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0393 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@WR105_X,BAND.0-1 >> /home/auto/run/AS673_1999NOV2 AIPS 2: 0_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =WR105' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@WR105_X,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09627 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AS673_1999N AIPS 2: OV20_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null 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: 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: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 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 ?' 26 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18311: 10986 messages, oldest written 11-SEP-2006 14:47:17 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 0.8 Real= 3421 /home/auto/run/AS673_1999NOV20_1.run.1 finished on Tue Sep 12 01:52:59 MDT 2006