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 global default file /home/auto/aips/DA00/DADEVS.LIST for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: $ AIPS 1: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 1: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 1: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 1: $ Rearanged inputs and options, added integration time calculation, AIPS 1: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 1: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 1: $ array, use model,.. AIPS 1: $ AIPS 1: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 1: $ find imsize, find cutoffflux, include infi le AIPS 1: $--------------------------------------------------------------- AIPS 1: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 1: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 1: $=============================================== AIPS 1: $! Calibrating amplitude and phase, and imaging VLA data AIPS 1: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 1: $--------------------------------------------------------------- AIPS 1: $; Copyright (C) 2002-2006 AIPS 1: $; Associated Universities, Inc. Washington DC, USA. AIPS 1: $; AIPS 1: $; This program is free software; you can redistribute it and/o r AIPS 1: $; modify it under the terms of the GNU General Public License as AIPS 1: $; published by the Free Software Foundation; either version 2 of AIPS 1: $; the License, or (at your option) any later version. AIPS 1: $; AIPS 1: $; This program is distributed in the hope that it will be usef ul, AIPS 1: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 1: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 1: $; GNU General Public License for more details. AIPS 1: $; AIPS 1: $; You should have received a copy of the GNU General Public AIPS 1: $; License along with this program; if not, write to the Free AIPS 1: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 1: $; MA 02139, USA. AIPS 1: $; AIPS 1: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 1: $; Internet email: aipsmail@nrao.edu. AIPS 1: $; Postal address: AIPS Project Office AIPS 1: $; National Radio Astronomy Observatory AIPS 1: $; 520 Edgemont Road AIPS 1: $; Charlottesville, VA 22903-2475 USA AIPS 1: $--------------------------------------------------------------- AIPS 1: $=============================================================== AIPS 1: AIPS 1: procedure pipeinit AIPS 1: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 1: scalar lsids,star,tint,fsw AIPS 1: string*2 lstyp AIPS 1: string*3 lsvla AIPS 1: string*6 lsidc,lsstrng AIPS 1: string*16 lsidn,lscal AIPS 1: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 1: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 1: string*20 expnm AIPS 1: string*48 expmsg AIPS 1: finish AIPS 1: pipeinit AIPS 1: AIPS 1: procedure pipeinpt AIPS 1: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 1: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 1: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 1: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 1: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 1: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 1: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 1: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 1: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 1: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 1: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 1: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 1: lsparm(9)=docal;lsparm(10)=doresid AIPS 1: $ check input values AIPS 1: $->lsbadd AIPS 1: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 1: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 1: if (error<>0) then AIPS 1: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 1: else AIPS 1: userid=0;k=1;lsname=0 AIPS 1: while (lsname=0);egetname k AIPS 1: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 1: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 1: else;k=k+1;end;end;end;else AIPS 1: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 1: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 1: else AIPS 1: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 1: end AIPS 1: end AIPS 1: AIPS 1: $->inname AIPS 1: $->inclass AIPS 1: $->inseq AIPS 1: $->fsw AIPS 1: $->lsflag AIPS 1: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 1: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 1: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 1: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 1: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 1: end AIPS 1: $->lscal AIPS 1: if (length(lscal)<>0) then AIPS 1: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 1: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 1: end AIPS 1: AIPS 1: $->lsflux AIPS 1: $-> #3+#4 uvrange AIPS 1: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 1: if((i=1)&(j=1))then;star=1;else; AIPS 1: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 1: end;end;end;end;clrtemp;end AIPS 1: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 1: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 1: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 1: end;end;clrtemp AIPS 1: $-> #11 dopol AIPS 1: $-> #12 bpa AIPS 1: $->lscont AIPS 1: $->lsplot AIPS 1: if (lsparm(1) > 0) then AIPS 1: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 1: else; AIPS 1: if (lsparm(5)=0) then; AIPS 1: keyword='TELESCOP';gethead; AIPS 1: if (substr(keystrng,1,3)<>'VLA') then; AIPS 1: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 1: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 1: for j=1:k AIPS 1: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 1: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: lsvla=substr(keystrng,i+1,i+3);else AIPS 1: lsvla=substr(keystrng,i+2,i+4);end AIPS 1: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 1: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: keyword=substr(keystrng,i+2,i+8);else AIPS 1: keyword=substr(keystrng,i+3,i+9);end AIPS 1: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 1: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 1: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 1: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 1: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 1: if(lsparm(5)>0)then AIPS 1: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 1: end;end;end;end AIPS 1: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 1: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 1: AIPS 1: $-> #7 niter AIPS 1: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 1: $-> #8 cutoff AIPS 1: $-> #9 docal AIPS 1: $-> #10 doresid AIPS 1: AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure getidn AIPS 1: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 1: finish AIPS 1: AIPS 1: procedure getset AIPS 1: default;getidn;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure lsclrcal AIPS 1: $ consolidate lists, deal with calcode='*' later AIPS 1: scalar lsidx,l,m,n AIPS 1: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 1: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 1: for i=1:lsidx $ remember source number AIPS 1: pixxy=i,3,0;tabget;error=0 AIPS 1: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 1: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 1: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 1: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 1: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 1: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 1: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 1: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 1: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 1: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 1: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 1: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 1: $here - clean up pnt cal for doubles - subtract from total count below AIPS 1: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 1: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 1: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 1: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 1: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 1: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 1: return;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure numtab(lsstrng) AIPS 1: keystrng'';j=0;clrtemp AIPS 1: while ((j<15)&(keystrng<>lsstrng)) AIPS 1: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 1: if (keystrng=lsstrng) then AIPS 1: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 1: keyword'';keystrng'';clrtemp AIPS 1: return keyvalue(1);finish AIPS 1: AIPS 1: procedure numbasel AIPS 1: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 1: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 1: for numbant=1:numarow AIPS 1: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 1: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 1: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 1: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 1: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 1: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 1: return numbase AIPS 1: finish AIPS 1: AIPS 1: procedure calcintt AIPS 1: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 1: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 1: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 1: else AIPS 1: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 1: if(numxrow>rmax)then;numxrow rmax;end AIPS 1: for numscan=1:numxrow;clrtemp AIPS 1: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 1: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 1: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 1: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 1: end;numcnst=numbasel;sum=0 AIPS 1: if (avr > 0) then AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 1: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 1: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 1: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 1: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 1: end AIPS 1: return avr AIPS 1: finish AIPS 1: AIPS 1: procedure guesintt AIPS 1: scalar intcst,intavr,intmod,intime AIPS 1: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 1: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 1: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 1: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 1: if (intavr>10) then AIPS 1: $ intime=10*floor(0.5+(intavr/10)) AIPS 1: intime=10*floor(intavr/10) AIPS 1: else;if (intavr>0) then AIPS 1: intmod=mod(intavr,intcst) AIPS 1: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 1: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 1: else;intime=intavr;end;end;clrtemp AIPS 1: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 1: return intime AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure chkobjct AIPS 1: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 1: then; object='3C286';end AIPS 1: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 1: then; object='3C48';end AIPS 1: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 1: then; object='3C138';end AIPS 1: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 1: then; object='3C147';end AIPS 1: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 1: then; object='3C295';end;clrtemp;return AIPS 1: finish AIPS 1: AIPS 1: procedure checkbnd AIPS 1: band='';j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9; AIPS 1: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 1: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 1: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 1: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 1: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 1: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 1: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 1: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure chkmodel AIPS 1: error=0;sysout='';sys2com'' AIPS 1: syscom'ls -1 $AIPSTARS/ AIPS 1: sys2com(1) inname!!'.MODEL' AIPS 1: sys2com(2) ' >& /dev/null AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure loadmodl AIPS 1: scalar lsidx,l AIPS 1: array lsload(5) AIPS 1: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 1: while (j<21) AIPS 1: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 1: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 1: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 1: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 1: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 1: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 1: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 1: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 1: end;return AIPS 1: finish AIPS 1: AIPS 1: procedure vlanew AIPS 1: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 1: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 1: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 1: if (inclass='LINE') then AIPS 1: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 1: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 1: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 1: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 1: finish AIPS 1: AIPS 1: procedure allzap AIPS 1: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure allplot AIPS 1: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 1: if (j>0) then AIPS 1: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 1: else;type 'NOTHING TO PLOT - DONE';end AIPS 1: finish AIPS 1: AIPS 1: procedure goplt0 AIPS 1: if (lsplot>0) then;go;end AIPS 1: finish $SN only AIPS 1: procedure goplt1 AIPS 1: if (lsplot>1) then;go;end AIPS 1: finish $SN+CL AIPS 1: procedure goplt2 AIPS 1: if (lsplot>2) then;go;end AIPS 1: finish $SN+CL+BP AIPS 1: procedure goplt3 AIPS 1: if (lsplot>3) then;go;end AIPS 1: finish $CL,BP applied AIPS 1: AIPS 1: procedure calpipe(lsdisk,lsname,lsrant) AIPS 1: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 1: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 1: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 1: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 1: if (lsflag>=1) then AIPS 1: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 1: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 1: end;task'FLAGR';getset AIPS 1: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 1: end AIPS 1: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 1: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 1: if (length(lscal)<>0) then AIPS 1: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 1: end;sources=lsampcal;go AIPS 1: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 1: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 1: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 1: if (lsmodl>0) then $ use models for ones that exist AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;clrtemp AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 1: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 1: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 1: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 1: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 1: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 1: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 1: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 1: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 1: if(star>0)then;calsour'';calcode'*';end;go AIPS 1: if (lsmodl>0) then AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 1: if (error<1) then;zap;end;end AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 1: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 1: if (star>0) then; AIPS 1: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 1: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 1: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 1: soucode='*' AIPS 1: else AIPS 1: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 1: end;go AIPS 1: if (lscont<1) then AIPS 1: type '****************************************************** **' AIPS 1: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 1: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 1: type '****************************************************** **';read AIPS 1: end AIPS 1: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 1: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 1: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 1: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 1: if (inclass='CH 0') then AIPS 1: task'TACOP';getset AIPS 1: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 1: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 1: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 1: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 1: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 1: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 1: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 1: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 1: sources=lsampcal;goplt3 AIPS 1: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 1: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure calcrms AIPS 1: scalar nbas,nvis,tbw,rms,minhrs AIPS 1: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 1: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 1: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 1: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 1: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 1: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 1: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 1: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 1: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 1: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 1: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 1: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 1: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 1: return rms AIPS 1: finish AIPS 1: AIPS 1: procedure setboxfle AIPS 1: scalar ci,bi AIPS 1: string*48 fbox AIPS 1: fbox'/tmp/SETFC@ AIPS 1: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 1: ci=0;bi=length(fbox) AIPS 1: while(ci& /dev/null AIPS 1: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure catboxfile AIPS 1: sys2com'';syscom 'cat AIPS 1: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 1: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure setimsize AIPS 1: scalar szf, kk AIPS 1: string*48 bxf AIPS 1: array szc(2), szi(2), orgc(2), orgi(2) AIPS 1: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 1: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 1: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 1: while (kk<9) AIPS 1: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 1: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 1: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 1: go;szf=nfield;szc=cellsize;szi=imsize AIPS 1: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 1: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 1: vput imagr AIPS 1: finish AIPS 1: AIPS 1: procedure imapipe(k,lsdisk,lsname) AIPS 1: vnum=33;dowait=true AIPS 1: if (k=1) then AIPS 1: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 1: baddisk=lsbadd;douvcomp=-1;go AIPS 1: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 1: go;end;end;clrtemp AIPS 1: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 1: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 1: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 1: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 1: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 1: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 1: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 1: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 1: while ((lssid(k)>0) & (k<1001)) AIPS 1: if (lssid(k)=keyvalue(1))then error=0;end AIPS 1: k=k+1;end;end;vget imagr AIPS 1: if (error < 1) then AIPS 1: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 1: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 1: while (j<30) AIPS 1: k=length(inname) AIPS 1: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 1: lstarg=0;j=30 AIPS 1: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 1: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 1: if(imsize(1)<0)then;imsize=256;end;end AIPS 1: else;j=j+1;end $ check next source, if not found -> targ et AIPS 1: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 1: AIPS 1: j=1 AIPS 1: $calibrator lstarg=0 AIPS 1: $target if lstarg=1 AIPS 1: AIPS 1: AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 1: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 1: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 1: if (inclass='CH 0') then AIPS 1: for k=1:keyvalue(1);bif=k;eif=k AIPS 1: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 1: end;clrtemp;k=keyvalue(1) AIPS 1: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 1: if (error < 1) then AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 1: if (keystrng='FREQ') then AIPS 1: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 1: else;j=j+1;end AIPS 1: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 1: if (bchan=1) then;bchan=2;end;j=k AIPS 1: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 1: end;end;clrtemp AIPS 1: else AIPS 1: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 1: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 1: else AIPS 1: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 1: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 1: end;end;boxfile=setboxfle;delboxfle AIPS 1: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 1: $ inclass'SCIMG';allzap AIPS 1: inclass'IBM*';intype'MA';allzap AIPS 1: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 1: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 1: end;end;dowait=false;vnum=0 AIPS 1: finish AIPS 1: AIPS 1: procedure avlapipe AIPS 1: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 1: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 1: else;lsclrcal;tint=guesintt;clrtemp AIPS 1: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 1: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 1: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 1: type'--------------------------------------------------- --------' AIPS 1: end;type ' ' AIPS 1: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 1: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 1: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: default'AVLAPIPE' AIPS 1: Found in Version=ABIN AIPS 1: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 1: docal 1; sources '*''' AIPS 1: $ to be set by itself later AIPS 1: solint 1; factor 5; doarray -1; imsize -1 AIPS 1: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 1: niter -1; cutoff -1 AIPS 1: $ for now debugging AIPS 1: docont 1; plver -1; doall 1; doresid 0 AIPS 1: AIPS 1: $ defaults AIPS 1: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 1: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 1: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 1: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 1: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 1: 'AB922_1999NOV05_1' >>AIPS 1: 'AB922_1999NOV05_1' >AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General catalog looks like AIPS 1: $$ Multi-source UV data file AIPS 1: $$ Multi-source TASAV file AIPS 1: $$ Single-source calibrated data - auvf AIPS 1: $$ Single-source calibrated images- aimg AIPS 1: AIPS 1: $May need to redefine after a restore 0: AIPS 1: $allzap AIPS 1: $calcintt AIPS 1: $guesintt AIPS 1: $lsparm(5);tint;lsdisk AIPS 1: AIPS 1: procedure flatfov AIPS 1: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 1: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 1: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 1: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 1: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 1: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 1: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 1: end AIPS 1: for i=3:uvi;getname i AIPS 1: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 1: for j=1:keyvalue(1) AIPS 1: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 1: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 1: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 1: $ so instead of maximum frequency span, use max individual bandw idth AIPS 1: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 1: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 1: for j=1:mai $ assume inseq starts at 1.. AIPS 1: inseq=j;kk=1;cellsize=0;userid=0 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 1: keyword='CDELT'!!char(kk);clrtemp AIPS 1: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 1: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 1: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 1: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 1: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 1: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 1: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 1: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 1: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 1: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 1: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 1: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 1: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 1: go;wait;allzap;recat AIPS 1: end;end;end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasimage AIPS 1: $LOS - Determine noise, do primary beam correction, include copy right AIPS 1: scalar numfle,ll,mm AIPS 1: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 1: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 1: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 1: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 1: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 1: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 1: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 1: end AIPS 1: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 1: for j=mai:numfle AIPS 1: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 1: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 1: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 1: for j=mai:numfle $ can only do on MA files AIPS 1: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasname AIPS 1: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 1: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 1: string*1 pm,rmsc AIPS 1: string*2 zz AIPS 1: string*3 mmm AIPS 1: string*4 rmss,sbms,fras AIPS 1: string*5 radi AIPS 1: string*30 dir AIPS 1: string*20 expn AIPS 1: ki=1;userid=0 AIPS 1: while (ki<9) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 1: typ ki, keys AIPS 1: if(substr(keystrng,1,2)='RA')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 1: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 1: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 1: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 1: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 1: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 1: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 1: typ 'HERE' AIPS 1: if(substr(keystrng,1,3)='DEC')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 1: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 1: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 1: ds=floor(dc1+(3600*dc2));clrtemp AIPS 1: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 1: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 1: if(substr(keystrng,1,6)='STOKES')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 1: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 1: end; AIPS 1: typ ki 'TOO' AIPS 1: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 1: end;clrtemp $ build the output file name here AIPS 1: typ 'BUILD NOW' AIPS 1: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 1: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 1: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 1: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 1: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 1: AIPS 1: AIPS 1: AIPS 1: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 1: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 1: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 1: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 1: else AIPS 1: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 1: end AIPS 1: AIPS 1: if (expnm='') then AIPS 1: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 1: mmm=substr(keystrng,5,6) AIPS 1: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 1: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 1: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 1: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 1: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 1: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 1: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 1: end AIPS 1: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print outf AIPS 1: AIPS 1: $ make the source dir here AIPS 1: dir='';sysout'';syscom'mkdir AIPS 1: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 1: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 1: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 1: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 1: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 1: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK1: Task QUACK (release of 31DEC06) begins QUACK1: Flagged 5.33 min. of data in 32 scans QUACK1: Appears to have ended successfully QUACK1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes FLAGR1: Task FLAGR (release of 31DEC06) begins FLAGR1: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR1: Overall average amp= 5.276E-01 +- 1.891E-02 source= 1331+305 FLAGR1: Overall average rms= 2.423E-03 +- 4.169E-04 source= 1331+305 FLAGR1: Overall average amp= 4.413E-02 +- 1.451E-03 source= 1244+408 FLAGR1: Overall average rms= 2.125E-03 +- 1.982E-04 source= 1244+408 FLAGR1: Overall average amp= 7.869E-02 +- 2.290E-03 source= 1035+564 FLAGR1: Overall average rms= 2.421E-03 +- 2.816E-04 source= 1035+564 FLAGR1: Overall average amp= 4.398E-02 +- 1.373E-03 source= 1148+594 FLAGR1: Overall average rms= 2.166E-03 +- 2.396E-04 source= 1148+594 FLAGR1: Overall average amp= 1.112E-01 +- 3.559E-03 source= 1400+621 FLAGR1: Overall average rms= 1.955E-03 +- 1.830E-04 source= 1400+621 FLAGR1: Overall average amp= 9.318E-02 +- 3.261E-03 source= 1549+506 FLAGR1: Overall average rms= 1.946E-03 +- 2.148E-04 source= 1549+506 FLAGR1: Overall average amp= 4.003E-03 +- 5.047E-04 source= 1600+434 FLAGR1: Overall average rms= 1.579E-03 +- 1.783E-04 source= 1600+434 FLAGR1: Overall average amp= 9.348E-03 +- 1.821E-03 source= 1559+437 FLAGR1: Overall average rms= 1.900E-03 +- 2.133E-04 source= 1559+437 FLAGR1: Overall average amp= 3.218E-02 +- 1.343E-03 source= 1545+478 FLAGR1: Overall average rms= 1.915E-03 +- 2.034E-04 source= 1545+478 FLAGR1: Overall average amp= 8.255E-02 +- 3.157E-03 source= 1634+627 FLAGR1: Overall average rms= 1.934E-03 +- 1.798E-04 source= 1634+627 FLAGR1: Overall average amp= 8.880E-02 +- 3.024E-03 source= 1642+689 FLAGR1: Overall average rms= 1.910E-03 +- 1.664E-04 source= 1642+689 FLAGR1: Overall average amp= 4.108E-03 +- 6.163E-04 source= 1608+656 FLAGR1: Overall average rms= 1.625E-03 +- 1.404E-04 source= 1608+656 FLAGR1: Overall average amp= 5.424E-02 +- 1.227E-03 source= 1823+796 FLAGR1: Overall average rms= 1.940E-03 +- 1.995E-04 source= 1823+796 FLAGR1: Overall average amp= 4.449E-02 +- 1.239E-03 source= 1945+709 FLAGR1: Overall average rms= 1.959E-03 +- 2.590E-04 source= 1945+709 FLAGR1: Overall average amp= 2.889E-02 +- 2.571E-03 source= 1815+614 FLAGR1: Overall average rms= 1.892E-03 +- 2.263E-04 source= 1815+614 FLAGR1: Overall average amp= 9.282E-02 +- 4.850E-03 source= 2355+498 FLAGR1: Overall average rms= 1.967E-03 +- 1.996E-04 source= 2355+498 FLAGR1: Overall average amp= 1.040E-01 +- 4.191E-03 source= 2320+052 FLAGR1: Overall average rms= 2.065E-03 +- 1.944E-04 source= 2320+052 FLAGR1: Overall average amp= 3.741E-03 +- 3.175E-04 source= 2319+051 FLAGR1: Overall average rms= 1.627E-03 +- 1.202E-04 source= 2319+051 FLAGR1: Found 1 bad times, 50 total flags FLAGR1: Wrote 0 antenna & IF independent flags FLAGR1: Wrote 1 antenna independent, IF dependent flags FLAGR1: Wrote 49 antenna & IF dependent flags FLAGR1: Wrote 0 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 7.2 Real= 17 SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: / Resetting flux information to zero SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: SOURCES = '' /All sources selected SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: / Flux calculated using known spectrum SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY1: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY1: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991105 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 1 CALIB1: Found 2911 good solutions CALIB1: Failed on 1 solutions CALIB1: Average closure rms = 0.0104 +- 0.0064 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.29358 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.58716 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.05505 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.01835 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.01835 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.00917 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 9 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 1.0 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C286_X.MODEL CALRD1: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991105 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 80 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 53 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 211 good solutions CALIB1: Failed on 1 solutions CALIB1: Average closure rms = 0.0065 +- 0.0039 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.37500 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 1 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 728 merged records from 728 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.8 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 756 records from CL table no. 2 CLCAL1: Processing SN table 1 CLCAL1: WARNING: SN table 1 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 728 merged records from 728 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.9 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991105 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.704E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.710E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.709E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.746E+00 CALIB1: Found 2700 good solutions CALIB1: Average closure rms = 0.0012 +- 0.0008 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.66667 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.12613 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.00901 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 9 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 2.1 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991105 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 80 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 27 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.137E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.135E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.161E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.184E+00 CALIB1: Found 108 good solutions CALIB1: Average closure rms = 0.0007 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 1244+408 : 0 C 1 0.43310 +/- 0.00102 GETJY1: 2 0.43024 +/- 0.00094 GETJY1: 1035+564 : 0 A 1 0.76920 +/- 0.00334 GETJY1: 2 0.76326 +/- 0.00339 GETJY1: 1148+594 : 0 B 1 0.42850 +/- 0.00215 GETJY1: 2 0.42710 +/- 0.00216 GETJY1: 1400+621 : 0 C 1 1.09101 +/- 0.00416 GETJY1: 2 1.08370 +/- 0.00382 GETJY1: 1549+506 : 0 A 1 0.91395 +/- 0.00328 GETJY1: 2 0.91265 +/- 0.00290 GETJY1: 1545+478 : 0 B 1 0.31618 +/- 0.00104 GETJY1: 2 0.31425 +/- 0.00087 GETJY1: 1634+627 : 0 C 1 0.78783 +/- 0.00309 GETJY1: 2 0.78086 +/- 0.00271 GETJY1: 1642+689 : 0 A 1 0.87176 +/- 0.00379 GETJY1: 2 0.87031 +/- 0.00346 GETJY1: 1823+796 : 0 A 1 0.52932 +/- 0.00285 GETJY1: 2 0.52677 +/- 0.00276 GETJY1: 1945+709 : 0 B 1 0.43435 +/- 0.00230 GETJY1: 2 0.43158 +/- 0.00225 GETJY1: 2355+498 : 0 A 1 0.91561 +/- 0.00470 GETJY1: 2 0.90977 +/- 0.00448 GETJY1: 2320+052 : 0 A 1 1.02590 +/- 0.00396 GETJY1: 2 1.02345 +/- 0.00338 GETJY1: Appears to have ended successfully GETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 2 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 675 merged records from 675 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.7 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 756 records from CL table no. 3 CLCAL1: Processing SN table 2 CLCAL1: WARNING: SN table 2 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 675 merged records from 675 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.9 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes TASAV1: Task TASAV (release of 31DEC06) begins TASAV1: Create 19991105 .TASAV . 1 (UV) on disk 1 cno 2 TASAV1: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV1: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Appears to have ended successfully TASAV1: auto 31DEC06 TST: Cpu= 0.3 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SPLIT1: Task SPLIT (release of 31DEC06) begins SPLIT1: You are using a non-standard program SPLIT1: Doing subarray 1 SPLIT1: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 452 0 452 SPLIT1: Fully 0 0 6168 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Create 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 105 0 105 SPLIT1: Fully 0 0 13318 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6618 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6669 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 208 0 208 SPLIT1: Fully 0 0 13832 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Create 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 12207 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 18954 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6669 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 104 0 104 SPLIT1: Fully 0 0 5161 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 234 0 234 SPLIT1: Fully 0 0 20423 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Create 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 312 0 312 SPLIT1: Fully 0 0 24981 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Create 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 390 0 390 SPLIT1: Fully 0 0 62790 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 78 0 78 SPLIT1: Fully 0 0 14313 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6321 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6669 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Create 2355+498 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 156 0 156 SPLIT1: Fully 0 0 7215 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Create 2320+052 .X BAND. 1 (UV) on disk 1 cno 19 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 466 0 466 SPLIT1: Fully 0 0 30721 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Create 2319+051 .X BAND. 1 (UV) on disk 1 cno 20 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 780 0 780 SPLIT1: Fully 0 0 72228 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 1.8 Real= 3 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC1: SETCEL: recommends IMSIZE 1358 CELLSIZE 0.23566 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23566 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 49.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.3 00002 -1 507 512 513 C 3 1012 1012 13 30 54.85 30 28 52.6 00003 -1 507 512 513 C 4 1012 1012 13 31 21.73 30 28 52.6 00004 -1 507 512 513 C 5 1012 1012 13 30 54.84 30 32 13.2 00005 -1 507 512 513 C 6 1012 1012 13 31 21.74 30 32 13.2 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.6 00007 -1 507 512 513 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 2.3262E-02 -2.0066E+02 0 IMAGR1: Field 3 1012 1012 -1.7366E+02 -1.0036E+02 0 IMAGR1: Field 4 1012 1012 1.7371E+02 -1.0036E+02 0 IMAGR1: Field 5 1012 1012 -1.7379E+02 1.0024E+02 0 IMAGR1: Field 6 1012 1012 1.7384E+02 1.0024E+02 0 IMAGR1: Field 7 1012 1012 2.3262E-02 2.0064E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6620 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.320E+04 IMAGR1: UVWAIT: Adding temperance S 6.640E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.796E+07 and out 2.195E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.135 due to weighting IMAGR1: UVWAIT: Average summed weight 3.320E+04 over 13214 vis IMAGR1: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR1: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR1: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR1: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 1 Beam min = -168.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.348 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 2 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 2 Beam min = -168.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.349 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 3 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 3 Beam min = -137.1 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.350 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 4 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 4 Beam min = -144.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.347 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 5 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 5 Beam min = -137.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.349 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 6 Sum of gridding weights = 2.33013E+08 IMAGR1: Field 6 Beam min = -144.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.346 x 0.720 arcsec, PA= 71.8 IMAGR1: Field 7 Sum of gridding weights = 2.33014E+08 IMAGR1: Field 7 Beam min = -168.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.347 x 0.720 arcsec, PA= 71.8 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -489.4 MilliJy,max = 5.1 Jy IMAGR1: Field 2 min = -524.1 MilliJy,max = 1.7 Jy IMAGR1: Field 3 min = -534.9 MilliJy,max = 2.1 Jy IMAGR1: Field 4 min = -513.0 MilliJy,max = 1.5 Jy IMAGR1: Field 5 min = -532.6 MilliJy,max = 1.5 Jy IMAGR1: Field 6 min = -528.1 MilliJy,max = 2.2 Jy IMAGR1: Field 7 min = -461.3 MilliJy,max = 1.9 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.31 Jy IMAGR1: 241 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.735 Jy iter= 4 IMAGR1: Field 1 Clean flux density= 1.762 Jy 4 comps IMAGR1: Total Cleaned flux density = 1.762 Jy 4 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -330.4 MilliJy,max = 3.4 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 951.59 MilliJy IMAGR1: 156 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.807 Jy iter= 11 IMAGR1: Field 1 Clean flux density= 3.519 Jy 11 comps IMAGR1: Total Cleaned flux density = 3.519 Jy 11 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -178.4 MilliJy,max = 748.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.131E-01 < Second best 2.047E+00 IMAGR1: Field 3 min = -185.1 MilliJy,max = 747.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.118E-01 < Second best 1.764E+00 IMAGR1: Field 7 min = -171.2 MilliJy,max = 629.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.002E-01 < Second best 1.719E+00 IMAGR1: Field 1 min = -178.3 MilliJy,max = 1.7 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 460.34 MilliJy IMAGR1: 197 Residual map points loaded IMAGR1: Field 1 min allowed flux = 789.266 MilliJy iter= 20 IMAGR1: Field 1 Clean flux density= 4.581 Jy 20 comps IMAGR1: Total Cleaned flux density = 4.581 Jy 20 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -95.0 MilliJy,max = 267.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.551E-01 < Second best 1.049E+00 IMAGR1: Field 4 min = -78.6 MilliJy,max = 227.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.510E-01 < Second best 1.036E+00 IMAGR1: Field 5 min = -83.1 MilliJy,max = 241.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.546E-01 < Second best 7.508E-01 IMAGR1: Field 1 min = -106.4 MilliJy,max = 728.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 201.06 MilliJy IMAGR1: 212 Residual map points loaded IMAGR1: Field 1 min allowed flux = 345.187 MilliJy iter= 29 IMAGR1: Field 1 Clean flux density= 5.045 Jy 29 comps IMAGR1: Total Cleaned flux density = 5.045 Jy 29 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -49.7 MilliJy,max = 130.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.242E-01 < Second best 7.118E-01 IMAGR1: Field 3 min = -56.4 MilliJy,max = 143.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.273E-01 < Second best 6.002E-01 IMAGR1: Field 7 min = -64.2 MilliJy,max = 136.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.303E-01 < Second best 3.284E-01 IMAGR1: Field 1 min = -70.8 MilliJy,max = 317.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 87.93 MilliJy IMAGR1: 272 Residual map points loaded IMAGR1: Field 1 min allowed flux = 151.867 MilliJy iter= 38 IMAGR1: Field 1 Clean flux density= 5.248 Jy 38 comps IMAGR1: Total Cleaned flux density = 5.248 Jy 38 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -51.2 MilliJy,max = 50.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.898E-02 < Second best 1.546E-01 IMAGR1: Field 5 min = -47.8 MilliJy,max = 57.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.780E-02 < Second best 1.510E-01 IMAGR1: Field 4 min = -39.3 MilliJy,max = 49.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.458E-02 < Second best 1.445E-01 IMAGR1: Field 1 min = -94.8 MilliJy,max = 141.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 38.69 MilliJy IMAGR1: 1097 Residual map points loaded IMAGR1: Field 1 min allowed flux = -68.528 MilliJy iter= 57 IMAGR1: Field 1 Clean flux density= 5.275 Jy 57 comps IMAGR1: Total Cleaned flux density = 5.275 Jy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -38.5 MilliJy,max = 45.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.364E-02 < Second best 1.273E-01 IMAGR1: Field 3 min = -33.9 MilliJy,max = 52.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.911E-02 < Second best 1.242E-01 IMAGR1: Field 6 min = -31.3 MilliJy,max = 37.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.976E-02 < Second best 6.525E-02 IMAGR1: Field 1 min = -64.0 MilliJy,max = 69.0 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 22.73 MilliJy IMAGR1: 3298 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 35.956 MilliJy iter= 95 IMAGR1: Field 1 Clean flux density= 5.273 Jy 95 comps IMAGR1: Total Cleaned flux density = 5.273 Jy 95 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -28.9 MilliJy,max = 29.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.779E-02 < Second best 4.780E-02 IMAGR1: Field 5 min = -27.3 MilliJy,max = 32.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.128E-02 < Second best 4.364E-02 IMAGR1: Field 7 min = -26.1 MilliJy,max = 36.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.451E-02 < Second best 3.911E-02 IMAGR1: Field 3 min = -26.6 MilliJy,max = 34.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.087E-02 < Second best 3.458E-02 IMAGR1: Field 4 min = -24.9 MilliJy,max = 24.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.383E-02 < Second best 3.451E-02 IMAGR1: BGC Clean: using 2043 cell beam + residuals > 17.58 MilliJy IMAGR1: 2297 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 23.051 MilliJy iter= 36 IMAGR1: Field 7 Clean flux density= 78.501 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 5.352 Jy 131 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -37.0 MilliJy,max = 30.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.77 MilliJy IMAGR1: 3110 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -24.413 MilliJy iter= 186 IMAGR1: Field 1 Clean flux density= 5.272 Jy 186 comps IMAGR1: Total Cleaned flux density = 5.351 Jy 222 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -21.2 MilliJy,max = 26.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.511E-02 < Second best 3.087E-02 IMAGR1: Field 3 min = -22.3 MilliJy,max = 25.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.055E-02 < Second best 2.976E-02 IMAGR1: Field 6 min = -23.3 MilliJy,max = 22.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.229E-02 < Second best 2.779E-02 IMAGR1: Field 2 min = -21.8 MilliJy,max = 19.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.085E-02 < Second best 2.511E-02 IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.28 MilliJy IMAGR1: 785 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 16.649 MilliJy iter= 37 IMAGR1: Field 5 Clean flux density= 47.105 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 259 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -21.7 MilliJy,max = 21.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.077E-02 < Second best 2.331E-02 IMAGR1: Field 1 min = -22.0 MilliJy,max = 22.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 13.96 MilliJy IMAGR1: 269 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -15.467 MilliJy iter= 215 IMAGR1: Field 1 Clean flux density= 5.271 Jy 215 comps IMAGR1: Total Cleaned flux density = 5.396 Jy 288 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -23.1 MilliJy,max = 22.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 13.96 MilliJy IMAGR1: 697 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 15.796 MilliJy iter= 42 IMAGR1: Field 6 Clean flux density= -19.078 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 330 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -17.7 MilliJy,max = 20.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.928E-02 < Second best 2.085E-02 IMAGR1: Field 2 min = -20.0 MilliJy,max = 16.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.914E-02 < Second best 2.077E-02 IMAGR1: Field 4 min = -20.9 MilliJy,max = 20.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.42 MilliJy IMAGR1: 2580 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 14.980 MilliJy iter= 115 IMAGR1: Field 4 Clean flux density= -58.615 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 5.319 Jy 445 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -19.9 MilliJy,max = 21.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.28 MilliJy IMAGR1: 2816 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 14.518 MilliJy iter= 141 IMAGR1: Field 3 Clean flux density= 148.328 MilliJy 141 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 586 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.6 MilliJy,max = 17.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.587E-02 < Second best 1.914E-02 IMAGR1: Field 2 min = -17.1 MilliJy,max = 17.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.15 MilliJy IMAGR1: 388 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -12.542 MilliJy iter= 73 IMAGR1: Field 2 Clean flux density= -15.938 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 5.451 Jy 659 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -16.0 MilliJy,max = 15.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.442E-02 < Second best 1.587E-02 IMAGR1: Field 7 min = -15.8 MilliJy,max = 17.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.71 MilliJy IMAGR1: 589 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 12.318 MilliJy iter= 135 IMAGR1: Field 7 Clean flux density= 164.567 MilliJy 135 comps IMAGR1: Total Cleaned flux density = 5.537 Jy 758 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -19.8 MilliJy,max = 16.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.23 MilliJy IMAGR1: 1376 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 12.055 MilliJy iter= 179 IMAGR1: Field 6 Clean flux density= -67.512 MilliJy 179 comps IMAGR1: Total Cleaned flux density = 5.489 Jy 895 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -14.9 MilliJy,max = 13.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.93 MilliJy IMAGR1: 100 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.387 MilliJy iter= 253 IMAGR1: Field 1 Clean flux density= 5.266 Jy 253 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 933 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.4 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.85 MilliJy IMAGR1: 640 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -10.934 MilliJy iter= 143 IMAGR1: Field 5 Clean flux density= 30.069 MilliJy 143 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 1039 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.1 MilliJy,max = 14.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.197E-02 < Second best 1.389E-02 IMAGR1: Field 3 min = -14.6 MilliJy,max = 15.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.48 MilliJy IMAGR1: 1051 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -9.556 MilliJy iter= 272 IMAGR1: Field 3 Clean flux density= 113.790 MilliJy 272 comps IMAGR1: Total Cleaned flux density = 5.432 Jy 1170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -11.6 MilliJy,max = 11.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.786E-03 < Second best 1.197E-02 IMAGR1: Field 4 min = -15.1 MilliJy,max = 14.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.22 MilliJy IMAGR1: 1573 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 9.481 MilliJy iter= 299 IMAGR1: Field 4 Clean flux density= -28.403 MilliJy 299 comps IMAGR1: Total Cleaned flux density = 5.463 Jy 1354 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.6 MilliJy,max = 11.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.959E-03 < Second best 1.153E-02 IMAGR1: Field 6 min = -15.9 MilliJy,max = 13.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.38 MilliJy IMAGR1: 1346 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -8.352 MilliJy iter= 355 IMAGR1: Field 6 Clean flux density= -10.789 MilliJy 355 comps IMAGR1: Total Cleaned flux density = 5.519 Jy 1530 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -11.2 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.05 MilliJy IMAGR1: 1504 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 7.963 MilliJy iter= 337 IMAGR1: Field 5 Clean flux density= 23.647 MilliJy 337 comps IMAGR1: Total Cleaned flux density = 5.513 Jy 1724 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.9 MilliJy,max = 10.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.815E-03 < Second best 9.932E-03 IMAGR1: Field 1 min = -11.1 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.87 MilliJy IMAGR1: 295 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 7.267 MilliJy iter= 336 IMAGR1: Field 1 Clean flux density= 5.241 Jy 336 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 1807 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.2 MilliJy,max = 9.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.80 MilliJy IMAGR1: 217 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 7.091 MilliJy iter= 145 IMAGR1: Field 2 Clean flux density= -27.103 MilliJy 145 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 1879 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -11.6 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.52 MilliJy IMAGR1: 1174 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 7.175 MilliJy iter= 450 IMAGR1: Field 3 Clean flux density= 113.632 MilliJy 450 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 2057 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -11.0 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.039E-03 < Second best 8.815E-03 IMAGR1: Field 7 min = -9.0 MilliJy,max = 9.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.02 MilliJy IMAGR1: 691 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -6.541 MilliJy iter= 296 IMAGR1: Field 7 Clean flux density= 157.945 MilliJy 296 comps IMAGR1: Total Cleaned flux density = 5.469 Jy 2218 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -11.1 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.02 MilliJy IMAGR1: 971 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -6.506 MilliJy iter= 476 IMAGR1: Field 4 Clean flux density= -45.245 MilliJy 476 comps IMAGR1: Total Cleaned flux density = 5.453 Jy 2395 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -10.3 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.73 MilliJy IMAGR1: 851 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -6.151 MilliJy iter= 514 IMAGR1: Field 6 Clean flux density= 8.115 MilliJy 514 comps IMAGR1: Total Cleaned flux density = 5.472 Jy 2554 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.1 MilliJy,max = 9.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.38 MilliJy IMAGR1: 1079 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.792 MilliJy iter= 533 IMAGR1: Field 5 Clean flux density= -12.244 MilliJy 533 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 2750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.4 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.151E-03 < Second best 6.869E-03 IMAGR1: Field 3 min = -9.5 MilliJy,max = 10.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR1: 1077 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 5.446 MilliJy iter= 654 IMAGR1: Field 3 Clean flux density= 106.000 MilliJy 654 comps IMAGR1: Total Cleaned flux density = 5.428 Jy 2954 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.6 MilliJy,max = 7.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.90 MilliJy IMAGR1: 1054 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.326 MilliJy iter= 376 IMAGR1: Field 2 Clean flux density= 30.888 MilliJy 376 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 3185 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.7 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.286E-03 < Second best 6.232E-03 IMAGR1: Field 4 min = -7.7 MilliJy,max = 8.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.51 MilliJy IMAGR1: 1245 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 4.843 MilliJy iter= 712 IMAGR1: Field 4 Clean flux density= -26.701 MilliJy 712 comps IMAGR1: Total Cleaned flux density = 5.505 Jy 3421 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.1 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.48 MilliJy IMAGR1: 144 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.587 MilliJy iter= 405 IMAGR1: Field 1 Clean flux density= 5.235 Jy 405 comps IMAGR1: Total Cleaned flux density = 5.499 Jy 3490 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -8.7 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR1: 1628 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 4.660 MilliJy iter= 798 IMAGR1: Field 6 Clean flux density= 696.154 MicroJy 798 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 3774 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.9 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR1: 1454 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.408 MilliJy iter= 809 IMAGR1: Field 5 Clean flux density= -5.795 MilliJy 809 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 4050 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.1 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.09 MilliJy IMAGR1: 336 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 4.239 MilliJy iter= 431 IMAGR1: Field 7 Clean flux density= 157.751 MilliJy 431 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 4185 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.6 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR1: 2294 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.346 MilliJy iter= 1010 IMAGR1: Field 3 Clean flux density= 60.462 MilliJy 1010 comps IMAGR1: Total Cleaned flux density = 5.452 Jy 4541 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR1: 766 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -3.975 MilliJy iter= 597 IMAGR1: Field 2 Clean flux density= 53.572 MilliJy 597 comps IMAGR1: Total Cleaned flux density = 5.475 Jy 4762 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.65 MilliJy IMAGR1: 910 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 3.823 MilliJy iter= 923 IMAGR1: Field 4 Clean flux density= -865.863 MicroJy 923 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 4973 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.3 MilliJy,max = 6.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR1: 1485 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.770 MilliJy iter= 1092 IMAGR1: Field 6 Clean flux density= 16.911 MilliJy 1092 comps IMAGR1: Total Cleaned flux density = 5.517 Jy 5267 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.49 MilliJy IMAGR1: 450 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.600 MilliJy iter= 561 IMAGR1: Field 1 Clean flux density= 5.212 Jy 561 comps IMAGR1: Total Cleaned flux density = 5.494 Jy 5423 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.5 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.36 MilliJy IMAGR1: 1026 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.534 MilliJy iter= 1026 IMAGR1: Field 5 Clean flux density= 16.451 MilliJy 1026 comps IMAGR1: Total Cleaned flux density = 5.516 Jy 5640 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR1: 1144 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -3.391 MilliJy iter= 1257 IMAGR1: Field 3 Clean flux density= 38.689 MilliJy 1257 comps IMAGR1: Total Cleaned flux density = 5.495 Jy 5887 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.12 MilliJy IMAGR1: 1008 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.291 MilliJy iter= 701 IMAGR1: Field 7 Clean flux density= 152.385 MilliJy 701 comps IMAGR1: Total Cleaned flux density = 5.489 Jy 6157 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR1: 406 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.089 MilliJy iter= 747 IMAGR1: Field 2 Clean flux density= 57.192 MilliJy 747 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 6307 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.3 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR1: 1599 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.100 MilliJy iter= 1276 IMAGR1: Field 4 Clean flux density= 7.561 MilliJy 1276 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 6660 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.2 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR1: 2073 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.033 MilliJy iter= 1486 IMAGR1: Field 6 Clean flux density= 41.050 MilliJy 1486 comps IMAGR1: Total Cleaned flux density = 5.525 Jy 7054 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR1: 782 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.873 MilliJy iter= 801 IMAGR1: Field 1 Clean flux density= 5.187 Jy 801 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 7294 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.3 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR1: 2409 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.901 MilliJy iter= 1459 IMAGR1: Field 5 Clean flux density= -5.533 MilliJy 1459 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 7727 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.5 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR1: 2452 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.846 MilliJy iter= 1689 IMAGR1: Field 3 Clean flux density= 64.267 MilliJy 1689 comps IMAGR1: Total Cleaned flux density = 5.504 Jy 8159 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.0 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR1: 2251 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.785 MilliJy iter= 1152 IMAGR1: Field 7 Clean flux density= 113.519 MilliJy 1152 comps IMAGR1: Total Cleaned flux density = 5.465 Jy 8610 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.7 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR1: 2052 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.724 MilliJy iter= 1697 IMAGR1: Field 4 Clean flux density= 23.547 MilliJy 1697 comps IMAGR1: Total Cleaned flux density = 5.481 Jy 9031 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR1: 213 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.569 MilliJy iter= 836 IMAGR1: Field 2 Clean flux density= 60.848 MilliJy 836 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 9120 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.5 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR1: 1879 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.628 MilliJy iter= 1881 IMAGR1: Field 6 Clean flux density= 63.021 MilliJy 1881 comps IMAGR1: Total Cleaned flux density = 5.507 Jy 9515 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR1: 1118 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.500 MilliJy iter= 1726 IMAGR1: Field 5 Clean flux density= -28.577 MilliJy 1726 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 9782 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.38 MilliJy IMAGR1: 394 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.422 MilliJy iter= 953 IMAGR1: Field 1 Clean flux density= 5.191 Jy 953 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 9934 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.8 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR1: 1984 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.436 MilliJy iter= 2084 IMAGR1: Field 3 Clean flux density= 41.115 MilliJy 2084 comps IMAGR1: Total Cleaned flux density = 5.465 Jy 10329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.3 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR1: 708 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.265 MilliJy iter= 1365 IMAGR1: Field 7 Clean flux density= 116.990 MilliJy 1365 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 10542 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR1: 608 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.160 MilliJy iter= 1893 IMAGR1: Field 4 Clean flux density= 22.345 MilliJy 1893 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 10738 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR1: 1318 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.109 MilliJy iter= 2200 IMAGR1: Field 6 Clean flux density= 72.030 MilliJy 2200 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 11057 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR1: 1962 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.137 MilliJy iter= 1286 IMAGR1: Field 2 Clean flux density= 57.973 MilliJy 1286 comps IMAGR1: Total Cleaned flux density = 5.473 Jy 11507 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR1: 3103 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.109 MilliJy iter= 2296 IMAGR1: Field 5 Clean flux density= -33.270 MilliJy 2296 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 12077 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR1: 2233 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.039 MilliJy iter= 2560 IMAGR1: Field 3 Clean flux density= 31.731 MilliJy 2560 comps IMAGR1: Total Cleaned flux density = 5.459 Jy 12553 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR1: 1639 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.994 MilliJy iter= 1357 IMAGR1: Field 1 Clean flux density= 5.198 Jy 1357 comps IMAGR1: Total Cleaned flux density = 5.466 Jy 12957 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR1: 283 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.894 MilliJy iter= 1475 IMAGR1: Field 7 Clean flux density= 110.676 MilliJy 1475 comps IMAGR1: Total Cleaned flux density = 5.459 Jy 13067 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.0 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR1: 3446 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.001 MilliJy iter= 2511 IMAGR1: Field 4 Clean flux density= 26.751 MilliJy 2511 comps IMAGR1: Total Cleaned flux density = 5.464 Jy 13685 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR1: 1301 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.902 MilliJy iter= 1620 IMAGR1: Field 2 Clean flux density= 60.945 MilliJy 1620 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 14019 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.9 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR1: 4348 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.992 MilliJy iter= 2942 IMAGR1: Field 6 Clean flux density= 85.918 MilliJy 2942 comps IMAGR1: Total Cleaned flux density = 5.481 Jy 14761 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR1: 2169 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.904 MilliJy iter= 2766 IMAGR1: Field 5 Clean flux density= -34.276 MilliJy 2766 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 15231 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.0 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR1: 2186 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.878 MilliJy iter= 3036 IMAGR1: Field 3 Clean flux density= 26.766 MilliJy 3036 comps IMAGR1: Total Cleaned flux density = 5.475 Jy 15707 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.0 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 1894 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.847 MilliJy iter= 3032 IMAGR1: Field 4 Clean flux density= 42.381 MilliJy 3032 comps IMAGR1: Total Cleaned flux density = 5.490 Jy 16228 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR1: 1012 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.785 MilliJy iter= 1651 IMAGR1: Field 1 Clean flux density= 5.180 Jy 1651 comps IMAGR1: Total Cleaned flux density = 5.472 Jy 16522 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR1: 1327 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.720 MilliJy iter= 3288 IMAGR1: Field 6 Clean flux density= 94.593 MilliJy 3288 comps IMAGR1: Total Cleaned flux density = 5.481 Jy 16868 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR1: 987 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.668 MilliJy iter= 1891 IMAGR1: Field 2 Clean flux density= 71.761 MilliJy 1891 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 17139 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR1: 1553 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.646 MilliJy iter= 3135 IMAGR1: Field 5 Clean flux density= -26.760 MilliJy 3135 comps IMAGR1: Total Cleaned flux density = 5.499 Jy 17508 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR1: 684 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.610 MilliJy iter= 1708 IMAGR1: Field 7 Clean flux density= 88.430 MilliJy 1708 comps IMAGR1: Total Cleaned flux density = 5.477 Jy 17741 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR1: 2470 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.607 MilliJy iter= 3534 IMAGR1: Field 3 Clean flux density= 30.839 MilliJy 3534 comps IMAGR1: Total Cleaned flux density = 5.481 Jy 18239 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 1901 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.541 MilliJy iter= 3443 IMAGR1: Field 4 Clean flux density= 39.492 MilliJy 3443 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 18650 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR1: 1160 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.489 MilliJy iter= 1984 IMAGR1: Field 1 Clean flux density= 5.170 Jy 1984 comps IMAGR1: Total Cleaned flux density = 5.469 Jy 18983 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR1: 2871 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.507 MilliJy iter= 3868 IMAGR1: Field 6 Clean flux density= 98.700 MilliJy 3868 comps IMAGR1: Total Cleaned flux density = 5.473 Jy 19563 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR1: 1874 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.474 MilliJy iter= 2325 IMAGR1: Field 2 Clean flux density= 82.687 MilliJy 2325 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 19997 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 2631 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.466 MilliJy iter= 3679 IMAGR1: Field 5 Clean flux density= -26.411 MilliJy 3679 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 20541 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR1: 1106 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.438 MilliJy iter= 2035 IMAGR1: Field 7 Clean flux density= 72.036 MilliJy 2035 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 20868 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 4052 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.462 MilliJy iter= 4309 IMAGR1: Field 3 Clean flux density= 42.440 MilliJy 4309 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 21643 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 3930 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.457 MilliJy iter= 4155 IMAGR1: Field 4 Clean flux density= 30.689 MilliJy 4155 comps IMAGR1: Total Cleaned flux density = 5.470 Jy 22355 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 3726 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.461 MilliJy iter= 4627 IMAGR1: Field 6 Clean flux density= 103.067 MilliJy 4627 comps IMAGR1: Total Cleaned flux density = 5.475 Jy 23114 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 5010 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.503 MilliJy iter= 2931 IMAGR1: Field 1 Clean flux density= 5.181 Jy 2931 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 24061 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 4399 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.658 MilliJy iter= 3497 IMAGR1: Field 1 Clean flux density= 5.186 Jy 3497 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 24627 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.4 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.64 MilliJy IMAGR1: 6200 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.203 MilliJy iter= 3522 IMAGR1: Field 1 Clean flux density= 5.183 Jy 3522 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 24652 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 3269 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.569 MilliJy iter= 4167 IMAGR1: Field 1 Clean flux density= 5.174 Jy 4167 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 25297 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.5 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.10 MilliJy IMAGR1: 10499 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.074 MilliJy iter= 4208 IMAGR1: Field 1 Clean flux density= 5.181 Jy 4208 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 25338 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.57 MilliJy IMAGR1: 6768 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.023 MilliJy iter= 4315 IMAGR1: Field 1 Clean flux density= 5.181 Jy 4315 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 25445 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 64 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.378 MilliJy iter= 4356 IMAGR1: Field 1 Clean flux density= 5.179 Jy 4356 comps IMAGR1: Total Cleaned flux density = 5.483 Jy 25486 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 1052 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.387 MilliJy iter= 2673 IMAGR1: Field 2 Clean flux density= 89.851 MilliJy 2673 comps IMAGR1: Total Cleaned flux density = 5.490 Jy 25834 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 3010 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.407 MilliJy iter= 4315 IMAGR1: Field 5 Clean flux density= -36.978 MilliJy 4315 comps IMAGR1: Total Cleaned flux density = 5.480 Jy 26470 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 2084 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.371 MilliJy iter= 4818 IMAGR1: Field 3 Clean flux density= 48.192 MilliJy 4818 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 26979 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR1: 4057 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.377 MilliJy iter= 5411 IMAGR1: Field 6 Clean flux density= 96.299 MilliJy 5411 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 27763 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 2116 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.319 MilliJy iter= 4706 IMAGR1: Field 4 Clean flux density= 36.195 MilliJy 4706 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 28314 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 5096 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.364 MilliJy iter= 3068 IMAGR1: Field 7 Clean flux density= 69.471 MilliJy 3068 comps IMAGR1: Total Cleaned flux density = 5.482 Jy 29347 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR1: 5636 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.388 MilliJy iter= 5488 IMAGR1: Field 5 Clean flux density= -36.422 MilliJy 5488 comps IMAGR1: Total Cleaned flux density = 5.482 Jy 30520 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 6425 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.472 MilliJy iter= 3913 IMAGR1: Field 2 Clean flux density= 101.616 MilliJy 3913 comps IMAGR1: Total Cleaned flux density = 5.494 Jy 31760 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -4.5 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 1.56 MilliJy IMAGR1: 12111 Residual map points loaded IMAGR1: Field 2 min allowed flux = -2.762 MilliJy iter= 3950 IMAGR1: Field 2 Clean flux density= 97.151 MilliJy 3950 comps IMAGR1: Total Cleaned flux density = 5.490 Jy 31797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 7369 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.132 MilliJy iter= 4105 IMAGR1: Field 2 Clean flux density= 77.639 MilliJy 4105 comps IMAGR1: Total Cleaned flux density = 5.470 Jy 31952 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 96 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.303 MilliJy iter= 4154 IMAGR1: Field 2 Clean flux density= 78.893 MilliJy 4154 comps IMAGR1: Total Cleaned flux density = 5.471 Jy 32001 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 4039 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.344 MilliJy iter= 6531 IMAGR1: Field 5 Clean flux density= -15.644 MilliJy 6531 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 33044 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR1: 1742 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.329 MilliJy iter= 4887 IMAGR1: Field 1 Clean flux density= 5.161 Jy 4887 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 33575 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 8456 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.541 MilliJy iter= 6293 IMAGR1: Field 6 Clean flux density= 104.347 MilliJy 6293 comps IMAGR1: Total Cleaned flux density = 5.482 Jy 34457 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 3371 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.337 MilliJy iter= 7133 IMAGR1: Field 6 Clean flux density= 119.157 MilliJy 7133 comps IMAGR1: Total Cleaned flux density = 5.497 Jy 35297 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 3 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR1: 6154 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -1.937 MilliJy iter= 4906 IMAGR1: Field 3 Clean flux density= 38.480 MilliJy 4906 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 35385 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 2693 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.310 MilliJy iter= 5599 IMAGR1: Field 3 Clean flux density= 42.969 MilliJy 5599 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 36078 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 1080 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.262 MilliJy iter= 3424 IMAGR1: Field 7 Clean flux density= 66.784 MilliJy 3424 comps IMAGR1: Total Cleaned flux density = 5.489 Jy 36434 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 787 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.216 MilliJy iter= 6776 IMAGR1: Field 5 Clean flux density= -11.415 MilliJy 6776 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 36679 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 1.20 MilliJy IMAGR1: 4183 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.410 MilliJy iter= 7262 IMAGR1: Field 6 Clean flux density= 113.518 MilliJy 7262 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 36808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 955 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.166 MilliJy iter= 7536 IMAGR1: Field 6 Clean flux density= 111.858 MilliJy 7536 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 37082 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 138 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.125 MilliJy iter= 4959 IMAGR1: Field 1 Clean flux density= 5.159 Jy 4959 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 37154 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 3666 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.134 MilliJy iter= 5458 IMAGR1: Field 4 Clean flux density= 18.712 MilliJy 5458 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 37906 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 3087 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.081 MilliJy iter= 6330 IMAGR1: Field 3 Clean flux density= 45.078 MilliJy 6330 comps IMAGR1: Total Cleaned flux density = 5.469 Jy 38637 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 3075 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.096 MilliJy iter= 4930 IMAGR1: Field 2 Clean flux density= 96.323 MilliJy 4930 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 39413 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 2776 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.081 MilliJy iter= 4182 IMAGR1: Field 7 Clean flux density= 59.134 MilliJy 4182 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 40171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 2186 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.070 MilliJy iter= 7314 IMAGR1: Field 5 Clean flux density= -10.974 MilliJy 7314 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 40709 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 4763 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.110 MilliJy iter= 8536 IMAGR1: Field 6 Clean flux density= 101.313 MilliJy 8536 comps IMAGR1: Total Cleaned flux density = 5.469 Jy 41709 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 7635 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.223 MilliJy iter= 6613 IMAGR1: Field 4 Clean flux density= 49.415 MilliJy 6613 comps IMAGR1: Total Cleaned flux density = 5.500 Jy 42864 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.9 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 1.22 MilliJy IMAGR1: 6600 Residual map points loaded IMAGR1: Field 4 min allowed flux = -2.165 MilliJy iter= 6635 IMAGR1: Field 4 Clean flux density= 49.039 MilliJy 6635 comps IMAGR1: Total Cleaned flux density = 5.499 Jy 42886 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 6446 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.728 MilliJy iter= 6710 IMAGR1: Field 4 Clean flux density= 39.134 MilliJy 6710 comps IMAGR1: Total Cleaned flux density = 5.489 Jy 42961 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 1685 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.059 MilliJy iter= 7316 IMAGR1: Field 4 Clean flux density= 40.982 MilliJy 7316 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 43567 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 926 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.055 MilliJy iter= 5225 IMAGR1: Field 1 Clean flux density= 5.152 Jy 5225 comps IMAGR1: Total Cleaned flux density = 5.483 Jy 43833 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 293 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.006 MilliJy iter= 8650 IMAGR1: Field 6 Clean flux density= 103.472 MilliJy 8650 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 43947 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 973.07 MicroJy IMAGR1: 565 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -979.155 MicroJy iter= 5110 IMAGR1: Field 2 Clean flux density= 89.042 MilliJy 5110 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 44127 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 974.72 MicroJy IMAGR1: 5899 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.017 MilliJy iter= 7422 IMAGR1: Field 3 Clean flux density= 40.345 MilliJy 7422 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 45219 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 990.38 MicroJy IMAGR1: 6684 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.040 MilliJy iter= 5544 IMAGR1: Field 7 Clean flux density= 87.543 MilliJy 5544 comps IMAGR1: Total Cleaned flux density = 5.502 Jy 46581 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 14295 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.213 MilliJy iter= 9852 IMAGR1: Field 5 Clean flux density= -77.416 MilliJy 9852 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 49119 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -5.6 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 2.62 MilliJy IMAGR1: 15656 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 4.931 MilliJy iter= 9883 IMAGR1: Field 5 Clean flux density= -61.488 MilliJy 9883 comps IMAGR1: Total Cleaned flux density = 5.451 Jy 49150 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 4.471 MilliJy iter= 9919 IMAGR1: Field 5 Clean flux density= -49.531 MilliJy 9919 comps IMAGR1: Total Cleaned flux density = 5.463 Jy 49186 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 3.344 MilliJy iter= 10071 IMAGR1: Field 5 Clean flux density= -41.020 MilliJy 10071 comps IMAGR1: Total Cleaned flux density = 5.472 Jy 49338 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 18849 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 2.047 MilliJy iter= 10306 IMAGR1: Field 5 Clean flux density= -32.911 MilliJy 10306 comps IMAGR1: Total Cleaned flux density = 5.480 Jy 49573 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 5782 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.056 MilliJy iter= 11874 IMAGR1: Field 5 Clean flux density= -38.850 MilliJy 11874 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 51141 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 9834 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.144 MilliJy iter= 9336 IMAGR1: Field 4 Clean flux density= 49.070 MilliJy 9336 comps IMAGR1: Total Cleaned flux density = 5.482 Jy 53161 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.47 MilliJy IMAGR1: 15981 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.899 MilliJy iter= 9517 IMAGR1: Field 4 Clean flux density= 47.048 MilliJy 9517 comps IMAGR1: Total Cleaned flux density = 5.480 Jy 53342 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 8675 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.128 MilliJy iter= 11707 IMAGR1: Field 4 Clean flux density= 71.883 MilliJy 11707 comps IMAGR1: Total Cleaned flux density = 5.505 Jy 55532 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR1: 19959 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.768 MilliJy iter= 12192 IMAGR1: Field 4 Clean flux density= 59.457 MilliJy 12192 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 56017 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.07 MilliJy IMAGR1: 6239 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.365 MilliJy iter= 12285 IMAGR1: Field 4 Clean flux density= 59.309 MilliJy 12285 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 56110 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 1098 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.017 MilliJy iter= 12733 IMAGR1: Field 4 Clean flux density= 59.197 MilliJy 12733 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 56558 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 7572 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 1.563 MilliJy iter= 11967 IMAGR1: Field 5 Clean flux density= -31.041 MilliJy 11967 comps IMAGR1: Total Cleaned flux density = 5.500 Jy 56651 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 973.26 MicroJy IMAGR1: 2215 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 990.866 MicroJy iter= 12737 IMAGR1: Field 5 Clean flux density= -42.895 MilliJy 12737 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 57421 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 965.57 MicroJy IMAGR1: 508 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 978.628 MicroJy iter= 5425 IMAGR1: Field 1 Clean flux density= 5.154 Jy 5425 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 57621 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 908.28 MicroJy IMAGR1: 762 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 915.009 MicroJy iter= 5797 IMAGR1: Field 7 Clean flux density= 91.923 MilliJy 5797 comps IMAGR1: Total Cleaned flux density = 5.495 Jy 57874 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 888.10 MicroJy IMAGR1: 162 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -887.040 MicroJy iter= 12802 IMAGR1: Field 4 Clean flux density= 57.966 MilliJy 12802 comps IMAGR1: Total Cleaned flux density = 5.494 Jy 57943 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.9 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 848.22 MicroJy IMAGR1: 5478 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 878.634 MicroJy iter= 8491 IMAGR1: Field 3 Clean flux density= 44.430 MilliJy 8491 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 59012 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 881.98 MicroJy IMAGR1: 6462 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -915.704 MicroJy iter= 9826 IMAGR1: Field 6 Clean flux density= 114.698 MilliJy 9826 comps IMAGR1: Total Cleaned flux density = 5.510 Jy 60188 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 906.84 MicroJy IMAGR1: 8069 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -952.193 MicroJy iter= 14699 IMAGR1: Field 5 Clean flux density= -60.026 MilliJy 14699 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 62150 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 17092 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.205 MilliJy iter= 8409 IMAGR1: Field 2 Clean flux density= 80.593 MilliJy 8409 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 65449 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -7.8 MilliJy,max = 7.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.21 MilliJy IMAGR1: 17280 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.907 MilliJy iter= 8640 IMAGR1: Field 2 Clean flux density= 75.130 MilliJy 8640 comps IMAGR1: Total Cleaned flux density = 5.479 Jy 65680 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.889 MilliJy iter= 12859 IMAGR1: Field 2 Clean flux density= 115.037 MilliJy 12859 comps IMAGR1: Total Cleaned flux density = 5.518 Jy 69899 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -16.5 MilliJy,max = 18.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 7.65 MilliJy IMAGR1: 16061 Residual map points loaded IMAGR1: Field 2 min allowed flux = -9.296 MilliJy iter= 13064 IMAGR1: Field 2 Clean flux density= 110.020 MilliJy 13064 comps IMAGR1: Total Cleaned flux density = 5.513 Jy 70104 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.1 MilliJy,max = 8.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.51 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -7.174 MilliJy iter= 13267 IMAGR1: Field 2 Clean flux density= 87.629 MilliJy 13267 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 70307 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.9 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -4.026 MilliJy iter= 14067 IMAGR1: Field 2 Clean flux density= 69.839 MilliJy 14067 comps IMAGR1: Total Cleaned flux density = 5.473 Jy 71107 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 1.58 MilliJy IMAGR1: 19149 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.254 MilliJy iter= 14218 IMAGR1: Field 2 Clean flux density= 72.201 MilliJy 14218 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 71258 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 15631 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.151 MilliJy iter= 17878 IMAGR1: Field 2 Clean flux density= 74.844 MilliJy 17878 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 74918 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -9.1 MilliJy,max = 8.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.72 MilliJy IMAGR1: 19610 Residual map points loaded IMAGR1: Field 2 min allowed flux = -4.507 MilliJy iter= 18121 IMAGR1: Field 2 Clean flux density= 69.509 MilliJy 18121 comps IMAGR1: Total Cleaned flux density = 5.473 Jy 75161 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.134 MilliJy iter= 22858 IMAGR1: Field 2 Clean flux density= 134.217 MilliJy 22858 comps IMAGR1: Total Cleaned flux density = 5.538 Jy 79898 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -23.9 MilliJy,max = 23.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.19 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -20.992 MilliJy iter= 22875 IMAGR1: Field 2 Clean flux density= 105.958 MilliJy 22875 comps IMAGR1: Total Cleaned flux density = 5.509 Jy 79915 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -19.7 MilliJy,max = 19.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.64 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -18.631 MilliJy iter= 22903 IMAGR1: Field 2 Clean flux density= 83.113 MilliJy 22903 comps IMAGR1: Total Cleaned flux density = 5.486 Jy 79943 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -17.3 MilliJy,max = 17.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.91 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -15.593 MilliJy iter= 22983 IMAGR1: Field 2 Clean flux density= 70.723 MilliJy 22983 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 80023 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.9 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.27 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -12.727 MilliJy iter= 23016 IMAGR1: Field 2 Clean flux density= 56.493 MilliJy 23016 comps IMAGR1: Total Cleaned flux density = 5.460 Jy 80056 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -12.6 MilliJy,max = 12.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.74 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -10.845 MilliJy iter= 23200 IMAGR1: Field 2 Clean flux density= 66.312 MilliJy 23200 comps IMAGR1: Total Cleaned flux density = 5.470 Jy 80240 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.4 MilliJy,max = 8.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -7.376 MilliJy iter= 23251 IMAGR1: Field 2 Clean flux density= 53.254 MilliJy 23251 comps IMAGR1: Total Cleaned flux density = 5.457 Jy 80291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -7.8 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.92 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.217 MilliJy iter= 28241 IMAGR1: Field 2 Clean flux density= 139.570 MilliJy 28241 comps IMAGR1: Total Cleaned flux density = 5.543 Jy 85281 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -40.0 MilliJy,max = 40.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.66 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -36.235 MilliJy iter= 28285 IMAGR1: Field 2 Clean flux density= 125.194 MilliJy 28285 comps IMAGR1: Total Cleaned flux density = 5.529 Jy 85325 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -35.5 MilliJy,max = 35.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.53 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -31.729 MilliJy iter= 28315 IMAGR1: Field 2 Clean flux density= 106.210 MilliJy 28315 comps IMAGR1: Total Cleaned flux density = 5.510 Jy 85355 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -32.0 MilliJy,max = 32.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.29 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -29.356 MilliJy iter= 28346 IMAGR1: Field 2 Clean flux density= 91.470 MilliJy 28346 comps IMAGR1: Total Cleaned flux density = 5.495 Jy 85386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -30.0 MilliJy,max = 30.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.19 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -27.197 MilliJy iter= 28361 IMAGR1: Field 2 Clean flux density= 83.575 MilliJy 28361 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 85401 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -29.7 MilliJy,max = 29.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.66 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -25.255 MilliJy iter= 28457 IMAGR1: Field 2 Clean flux density= 94.381 MilliJy 28457 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 85497 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.7 MilliJy,max = 22.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.85 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -19.853 MilliJy iter= 28677 IMAGR1: Field 2 Clean flux density= 81.538 MilliJy 28677 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 85717 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -15.1 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.98 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -12.355 MilliJy iter= 28900 IMAGR1: Field 2 Clean flux density= 67.043 MilliJy 28900 comps IMAGR1: Total Cleaned flux density = 5.470 Jy 85940 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.5 MilliJy,max = 9.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.99 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -5.750 MilliJy iter= 32311 IMAGR1: Field 2 Clean flux density= 130.541 MilliJy 32311 comps IMAGR1: Total Cleaned flux density = 5.534 Jy 89351 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -39.8 MilliJy,max = 35.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.06 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -35.367 MilliJy iter= 32319 IMAGR1: Field 2 Clean flux density= 101.145 MilliJy 32319 comps IMAGR1: Total Cleaned flux density = 5.505 Jy 89359 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -32.9 MilliJy,max = 34.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.65 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -31.827 MilliJy iter= 32335 IMAGR1: Field 2 Clean flux density= 95.547 MilliJy 32335 comps IMAGR1: Total Cleaned flux density = 5.499 Jy 89375 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -31.1 MilliJy,max = 30.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.94 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -29.252 MilliJy iter= 32356 IMAGR1: Field 2 Clean flux density= 74.639 MilliJy 32356 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 89396 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -28.4 MilliJy,max = 27.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.13 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -26.813 MilliJy iter= 32387 IMAGR1: Field 2 Clean flux density= 61.004 MilliJy 32387 comps IMAGR1: Total Cleaned flux density = 5.464 Jy 89427 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -25.4 MilliJy,max = 25.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.09 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -24.341 MilliJy iter= 32410 IMAGR1: Field 2 Clean flux density= 58.551 MilliJy 32410 comps IMAGR1: Total Cleaned flux density = 5.462 Jy 89450 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -24.2 MilliJy,max = 23.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.42 MilliJy IMAGR1: 19975 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -22.910 MilliJy iter= 32430 IMAGR1: Field 2 Clean flux density= 54.052 MilliJy 32430 comps IMAGR1: Total Cleaned flux density = 5.457 Jy 89470 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.4 MilliJy,max = 22.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.88 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -21.718 MilliJy iter= 32445 IMAGR1: Field 2 Clean flux density= 43.147 MilliJy 32445 comps IMAGR1: Total Cleaned flux density = 5.447 Jy 89485 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -22.5 MilliJy,max = 21.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.49 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -19.583 MilliJy iter= 32635 IMAGR1: Field 2 Clean flux density= 72.536 MilliJy 32635 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 89675 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -15.4 MilliJy,max = 15.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.27 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -14.284 MilliJy iter= 32651 IMAGR1: Field 2 Clean flux density= 57.847 MilliJy 32651 comps IMAGR1: Total Cleaned flux density = 5.461 Jy 89691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.9 MilliJy,max = 13.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.00 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -13.115 MilliJy iter= 32698 IMAGR1: Field 2 Clean flux density= 51.319 MilliJy 32698 comps IMAGR1: Total Cleaned flux density = 5.455 Jy 89738 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.0 MilliJy,max = 12.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.32 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -12.022 MilliJy iter= 32717 IMAGR1: Field 2 Clean flux density= 40.306 MilliJy 32717 comps IMAGR1: Total Cleaned flux density = 5.444 Jy 89757 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -11.7 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.07 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -10.917 MilliJy iter= 32855 IMAGR1: Field 2 Clean flux density= 42.719 MilliJy 32855 comps IMAGR1: Total Cleaned flux density = 5.446 Jy 89895 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.4 MilliJy,max = 9.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.48 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -8.497 MilliJy iter= 32940 IMAGR1: Field 2 Clean flux density= 36.726 MilliJy 32940 comps IMAGR1: Total Cleaned flux density = 5.440 Jy 89980 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.2 MilliJy,max = 7.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.73 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -6.789 MilliJy iter= 33325 IMAGR1: Field 2 Clean flux density= 47.870 MilliJy 33325 comps IMAGR1: Total Cleaned flux density = 5.451 Jy 90365 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -3.630 MilliJy iter= 33484 IMAGR1: Field 2 Clean flux density= 38.007 MilliJy 33484 comps IMAGR1: Total Cleaned flux density = 5.441 Jy 90524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR1: 19973 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.874 MilliJy iter= 38585 IMAGR1: Field 2 Clean flux density= 138.019 MilliJy 38585 comps IMAGR1: Total Cleaned flux density = 5.541 Jy 95625 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -14.4 MilliJy,max = 15.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.18 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -11.320 MilliJy iter= 38835 IMAGR1: Field 2 Clean flux density= 117.530 MilliJy 38835 comps IMAGR1: Total Cleaned flux density = 5.521 Jy 95875 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.8 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.22 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -6.397 MilliJy iter= 39123 IMAGR1: Field 2 Clean flux density= 96.965 MilliJy 39123 comps IMAGR1: Total Cleaned flux density = 5.500 Jy 96163 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.7 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR1: 19972 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -3.579 MilliJy iter= 39594 IMAGR1: Field 2 Clean flux density= 78.762 MilliJy 39594 comps IMAGR1: Total Cleaned flux density = 5.482 Jy 96634 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR1: 18833 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.674 MilliJy iter= 40315 IMAGR1: Field 2 Clean flux density= 62.903 MilliJy 40315 comps IMAGR1: Total Cleaned flux density = 5.466 Jy 97355 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 907.83 MicroJy IMAGR1: 1271 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -922.352 MicroJy iter= 40828 IMAGR1: Field 2 Clean flux density= 65.095 MilliJy 40828 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 97868 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 902.11 MicroJy IMAGR1: 87 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 902.963 MicroJy iter= 5473 IMAGR1: Field 1 Clean flux density= 5.154 Jy 5473 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 97916 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 900.91 MicroJy IMAGR1: 8275 Residual map points loaded IMAGR1: Field 5 min allowed flux = 947.008 MicroJy iter= 16736 IMAGR1: Field 5 Clean flux density= -41.184 MilliJy 16736 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 99953 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -4.0 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 1.32 MilliJy IMAGR1: 19217 Residual map points loaded IMAGR1: Field 5 min allowed flux = -2.019 MilliJy iter= 16812 IMAGR1: Field 5 Clean flux density= -50.892 MilliJy 16812 comps IMAGR1: Total Cleaned flux density = 5.477 Jy 100029 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 18023 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.166 MilliJy iter= 21255 IMAGR1: Field 5 Clean flux density= -137.265 MilliJy 21255 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 104472 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -9.8 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 4.81 MilliJy IMAGR1: 19011 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.783 MilliJy iter= 21293 IMAGR1: Field 5 Clean flux density= -109.524 MilliJy 21293 comps IMAGR1: Total Cleaned flux density = 5.418 Jy 104510 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.7 MilliJy,max = 8.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.24 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.069 MilliJy iter= 21335 IMAGR1: Field 5 Clean flux density= -88.018 MilliJy 21335 comps IMAGR1: Total Cleaned flux density = 5.440 Jy 104552 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.4 MilliJy,max = 7.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.81 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 6.754 MilliJy iter= 21431 IMAGR1: Field 5 Clean flux density= -69.802 MilliJy 21431 comps IMAGR1: Total Cleaned flux density = 5.458 Jy 104648 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.7 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 4.854 MilliJy iter= 21664 IMAGR1: Field 5 Clean flux density= -55.932 MilliJy 21664 comps IMAGR1: Total Cleaned flux density = 5.472 Jy 104881 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 2.759 MilliJy iter= 21932 IMAGR1: Field 5 Clean flux density= -44.676 MilliJy 21932 comps IMAGR1: Total Cleaned flux density = 5.483 Jy 105149 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 17541 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.144 MilliJy iter= 26524 IMAGR1: Field 5 Clean flux density= -41.292 MilliJy 26524 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 109741 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -9.2 MilliJy,max = 9.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.33 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.627 MilliJy iter= 31595 IMAGR1: Field 5 Clean flux density= -314.123 MilliJy 31595 comps IMAGR1: Total Cleaned flux density = 5.214 Jy 114812 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -54.6 MilliJy,max = 66.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 25.68 MilliJy IMAGR1: 17783 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 50.162 MilliJy iter= 31615 IMAGR1: Field 5 Clean flux density= -248.726 MilliJy 31615 comps IMAGR1: Total Cleaned flux density = 5.279 Jy 114832 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -49.7 MilliJy,max = 49.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.38 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 46.360 MilliJy iter= 31641 IMAGR1: Field 5 Clean flux density= -201.299 MilliJy 31641 comps IMAGR1: Total Cleaned flux density = 5.327 Jy 114858 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -43.6 MilliJy,max = 42.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 21.56 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 40.202 MilliJy iter= 31692 IMAGR1: Field 5 Clean flux density= -190.218 MilliJy 31692 comps IMAGR1: Total Cleaned flux density = 5.338 Jy 114909 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -36.3 MilliJy,max = 36.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.74 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 34.453 MilliJy iter= 31717 IMAGR1: Field 5 Clean flux density= -151.872 MilliJy 31717 comps IMAGR1: Total Cleaned flux density = 5.376 Jy 114934 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -32.7 MilliJy,max = 33.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.57 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 29.779 MilliJy iter= 31852 IMAGR1: Field 5 Clean flux density= -143.950 MilliJy 31852 comps IMAGR1: Total Cleaned flux density = 5.384 Jy 115069 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -23.7 MilliJy,max = 24.3 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 12.59 MilliJy IMAGR1: 19685 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 22.571 MilliJy iter= 31871 IMAGR1: Field 5 Clean flux density= -113.796 MilliJy 31871 comps IMAGR1: Total Cleaned flux density = 5.414 Jy 115088 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -22.2 MilliJy,max = 22.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.01 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 21.019 MilliJy iter= 31889 IMAGR1: Field 5 Clean flux density= -92.627 MilliJy 31889 comps IMAGR1: Total Cleaned flux density = 5.435 Jy 115106 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -20.3 MilliJy,max = 20.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.54 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 19.294 MilliJy iter= 31953 IMAGR1: Field 5 Clean flux density= -72.793 MilliJy 31953 comps IMAGR1: Total Cleaned flux density = 5.455 Jy 115170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.9 MilliJy,max = 17.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.09 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 15.635 MilliJy iter= 32184 IMAGR1: Field 5 Clean flux density= -75.609 MilliJy 32184 comps IMAGR1: Total Cleaned flux density = 5.452 Jy 115401 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.1 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.12 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 10.103 MilliJy iter= 32248 IMAGR1: Field 5 Clean flux density= -60.970 MilliJy 32248 comps IMAGR1: Total Cleaned flux density = 5.467 Jy 115465 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.4 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.40 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.478 MilliJy iter= 32323 IMAGR1: Field 5 Clean flux density= -49.760 MilliJy 32323 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 115540 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.1 MilliJy,max = 7.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.75 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.029 MilliJy iter= 37735 IMAGR1: Field 5 Clean flux density= -168.320 MilliJy 37735 comps IMAGR1: Total Cleaned flux density = 5.360 Jy 120952 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -44.2 MilliJy,max = 45.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.06 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 42.844 MilliJy iter= 37747 IMAGR1: Field 5 Clean flux density= -133.140 MilliJy 37747 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 120964 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -41.3 MilliJy,max = 41.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.40 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 37.544 MilliJy iter= 37845 IMAGR1: Field 5 Clean flux density= -117.863 MilliJy 37845 comps IMAGR1: Total Cleaned flux density = 5.410 Jy 121062 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -32.2 MilliJy,max = 32.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 19.05 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 29.987 MilliJy iter= 37931 IMAGR1: Field 5 Clean flux density= -112.493 MilliJy 37931 comps IMAGR1: Total Cleaned flux density = 5.415 Jy 121148 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.6 MilliJy,max = 28.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.11 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -17.070 MilliJy iter= 43574 IMAGR1: Field 5 Clean flux density= -584.275 MilliJy 43574 comps IMAGR1: Total Cleaned flux density = 4.944 Jy 126791 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -170.9 MilliJy,max = 182.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 93.86 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 173.359 MilliJy iter= 43581 IMAGR1: Field 5 Clean flux density= -460.510 MilliJy 43581 comps IMAGR1: Total Cleaned flux density = 5.067 Jy 126798 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -169.9 MilliJy,max = 168.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 92.08 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 161.271 MilliJy iter= 43596 IMAGR1: Field 5 Clean flux density= -379.500 MilliJy 43596 comps IMAGR1: Total Cleaned flux density = 5.148 Jy 126813 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -157.1 MilliJy,max = 155.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 88.74 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 149.281 MilliJy iter= 43626 IMAGR1: Field 5 Clean flux density= -319.204 MilliJy 43626 comps IMAGR1: Total Cleaned flux density = 5.209 Jy 126843 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -145.9 MilliJy,max = 143.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 83.07 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 135.884 MilliJy iter= 43661 IMAGR1: Field 5 Clean flux density= -305.882 MilliJy 43661 comps IMAGR1: Total Cleaned flux density = 5.222 Jy 126878 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -132.7 MilliJy,max = 131.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 77.38 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 124.999 MilliJy iter= 43699 IMAGR1: Field 5 Clean flux density= -359.609 MilliJy 43699 comps IMAGR1: Total Cleaned flux density = 5.168 Jy 126916 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -119.1 MilliJy,max = 119.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 71.65 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 114.511 MilliJy iter= 43731 IMAGR1: Field 5 Clean flux density= -290.486 MilliJy 43731 comps IMAGR1: Total Cleaned flux density = 5.237 Jy 126948 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -113.8 MilliJy,max = 111.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 67.41 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 107.833 MilliJy iter= 43755 IMAGR1: Field 5 Clean flux density= -225.150 MilliJy 43755 comps IMAGR1: Total Cleaned flux density = 5.303 Jy 126972 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -107.0 MilliJy,max = 106.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 64.41 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 101.703 MilliJy iter= 43791 IMAGR1: Field 5 Clean flux density= -184.091 MilliJy 43791 comps IMAGR1: Total Cleaned flux density = 5.344 Jy 127008 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -103.2 MilliJy,max = 98.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 60.26 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 87.278 MilliJy iter= 44230 IMAGR1: Field 5 Clean flux density= -585.433 MilliJy 44230 comps IMAGR1: Total Cleaned flux density = 4.942 Jy 127447 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -49.1 MilliJy,max = 47.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.23 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 37.464 MilliJy iter= 44347 IMAGR1: Field 5 Clean flux density= -466.713 MilliJy 44347 comps IMAGR1: Total Cleaned flux density = 5.061 Jy 127564 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -40.3 MilliJy,max = 32.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.70 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -18.756 MilliJy iter= 50008 IMAGR1: Field 5 Clean flux density= -663.095 MilliJy 50008 comps IMAGR1: Total Cleaned flux density = 4.865 Jy 133225 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -176.3 MilliJy,max = 180.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 85.96 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 144.266 MilliJy iter= 50140 IMAGR1: Field 5 Clean flux density= -538.802 MilliJy 50140 comps IMAGR1: Total Cleaned flux density = 4.989 Jy 133357 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -123.9 MilliJy,max = 124.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 64.01 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 113.109 MilliJy iter= 50165 IMAGR1: Field 5 Clean flux density= -435.687 MilliJy 50165 comps IMAGR1: Total Cleaned flux density = 5.092 Jy 133382 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -107.4 MilliJy,max = 115.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 60.80 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 64.452 MilliJy iter= 56277 IMAGR1: Field 5 Clean flux density= -2.341 Jy 56277 comps IMAGR1: Total Cleaned flux density = 3.186 Jy 139494 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -681.1 MilliJy,max = 675.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 346.18 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 628.064 MilliJy iter= 56293 IMAGR1: Field 5 Clean flux density= -1.826 Jy 56293 comps IMAGR1: Total Cleaned flux density = 3.702 Jy 139510 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -658.7 MilliJy,max = 593.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 333.66 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 564.152 MilliJy iter= 56352 IMAGR1: Field 5 Clean flux density= -1.664 Jy 56352 comps IMAGR1: Total Cleaned flux density = 3.864 Jy 139569 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -584.5 MilliJy,max = 526.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 296.13 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 501.095 MilliJy iter= 56369 IMAGR1: Field 5 Clean flux density= -1.308 Jy 56369 comps IMAGR1: Total Cleaned flux density = 4.220 Jy 139586 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -564.8 MilliJy,max = 491.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 286.67 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 462.527 MilliJy iter= 56442 IMAGR1: Field 5 Clean flux density= -1.266 Jy 56442 comps IMAGR1: Total Cleaned flux density = 4.262 Jy 139659 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -489.5 MilliJy,max = 435.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 249.98 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 414.478 MilliJy iter= 56455 IMAGR1: Field 5 Clean flux density= -972.162 MilliJy 56455 comps IMAGR1: Total Cleaned flux density = 4.556 Jy 139672 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -485.7 MilliJy,max = 412.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 244.20 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 392.067 MilliJy iter= 56492 IMAGR1: Field 5 Clean flux density= -936.174 MilliJy 56492 comps IMAGR1: Total Cleaned flux density = 4.592 Jy 139709 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -450.8 MilliJy,max = 394.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 229.42 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 361.746 MilliJy iter= 56551 IMAGR1: Field 5 Clean flux density= -974.085 MilliJy 56551 comps IMAGR1: Total Cleaned flux density = 4.554 Jy 139768 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -409.6 MilliJy,max = 349.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 207.04 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 338.390 MilliJy iter= 56559 IMAGR1: Field 5 Clean flux density= -768.760 MilliJy 56559 comps IMAGR1: Total Cleaned flux density = 4.759 Jy 139776 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -407.8 MilliJy,max = 345.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 204.37 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 320.387 MilliJy iter= 56623 IMAGR1: Field 5 Clean flux density= -834.995 MilliJy 56623 comps IMAGR1: Total Cleaned flux density = 4.693 Jy 139840 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -373.0 MilliJy,max = 318.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 183.78 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 289.517 MilliJy iter= 56672 IMAGR1: Field 5 Clean flux density= -690.287 MilliJy 56672 comps IMAGR1: Total Cleaned flux density = 4.838 Jy 139889 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -334.8 MilliJy,max = 282.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 170.01 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 268.601 MilliJy iter= 56692 IMAGR1: Field 5 Clean flux density= -637.979 MilliJy 56692 comps IMAGR1: Total Cleaned flux density = 4.890 Jy 139909 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -323.7 MilliJy,max = 273.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 164.43 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 255.961 MilliJy iter= 56725 IMAGR1: Field 5 Clean flux density= -715.511 MilliJy 56725 comps IMAGR1: Total Cleaned flux density = 4.812 Jy 139942 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -301.8 MilliJy,max = 258.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 156.31 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 239.072 MilliJy iter= 56795 IMAGR1: Field 5 Clean flux density= -668.614 MilliJy 56795 comps IMAGR1: Total Cleaned flux density = 4.859 Jy 140012 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -274.8 MilliJy,max = 240.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 139.88 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 210.190 MilliJy iter= 56959 IMAGR1: Field 5 Clean flux density= -886.775 MilliJy 56959 comps IMAGR1: Total Cleaned flux density = 4.641 Jy 140176 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -215.3 MilliJy,max = 196.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 107.47 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 167.384 MilliJy iter= 57032 IMAGR1: Field 5 Clean flux density= -697.671 MilliJy 57032 comps IMAGR1: Total Cleaned flux density = 4.830 Jy 140249 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -192.2 MilliJy,max = 172.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 95.77 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 144.857 MilliJy iter= 57107 IMAGR1: Field 5 Clean flux density= -654.714 MilliJy 57107 comps IMAGR1: Total Cleaned flux density = 4.873 Jy 140324 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -166.1 MilliJy,max = 160.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 85.65 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 120.485 MilliJy iter= 57542 IMAGR1: Field 5 Clean flux density= -722.725 MilliJy 57542 comps IMAGR1: Total Cleaned flux density = 4.805 Jy 140759 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -78.8 MilliJy,max = 80.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 40.50 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 59.622 MilliJy iter= 57904 IMAGR1: Field 5 Clean flux density= -593.772 MilliJy 57904 comps IMAGR1: Total Cleaned flux density = 4.934 Jy 141121 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -45.5 MilliJy,max = 47.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.12 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 30.476 MilliJy iter= 59038 IMAGR1: Field 5 Clean flux density= -510.633 MilliJy 59038 comps IMAGR1: Total Cleaned flux density = 5.017 Jy 142255 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -53.1 MilliJy,max = 45.7 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 17.62 MilliJy IMAGR1: 19297 Residual map points loaded IMAGR1: Field 5 min allowed flux = 26.470 MilliJy iter= 59111 IMAGR1: Field 5 Clean flux density= -524.774 MilliJy 59111 comps IMAGR1: Total Cleaned flux density = 5.003 Jy 142328 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.0 MilliJy,max = 26.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.21 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -14.932 MilliJy iter= 64020 IMAGR1: Field 5 Clean flux density= -1.003 Jy 64020 comps IMAGR1: Total Cleaned flux density = 4.525 Jy 147237 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -161.1 MilliJy,max = 171.6 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 70.35 MilliJy IMAGR1: 19427 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 106.403 MilliJy iter= 64127 IMAGR1: Field 5 Clean flux density= -867.962 MilliJy 64127 comps IMAGR1: Total Cleaned flux density = 4.660 Jy 147344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -105.6 MilliJy,max = 99.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 51.18 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 88.892 MilliJy iter= 64222 IMAGR1: Field 5 Clean flux density= -771.385 MilliJy 64222 comps IMAGR1: Total Cleaned flux density = 4.756 Jy 147439 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -79.4 MilliJy,max = 75.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 40.16 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 65.340 MilliJy iter= 64344 IMAGR1: Field 5 Clean flux density= -619.774 MilliJy 64344 comps IMAGR1: Total Cleaned flux density = 4.908 Jy 147561 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -61.5 MilliJy,max = 54.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.46 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 39.295 MilliJy iter= 65840 IMAGR1: Field 5 Clean flux density= -661.633 MilliJy 65840 comps IMAGR1: Total Cleaned flux density = 4.866 Jy 149057 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -120.4 MilliJy,max = 110.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 46.52 MilliJy IMAGR1: 17037 Residual map points loaded IMAGR1: Field 5 min allowed flux = -60.104 MilliJy iter= 66016 IMAGR1: Field 5 Clean flux density= -806.431 MilliJy 66016 comps IMAGR1: Total Cleaned flux density = 4.721 Jy 149233 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -53.3 MilliJy,max = 54.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.83 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 48.162 MilliJy iter= 66080 IMAGR1: Field 5 Clean flux density= -644.992 MilliJy 66080 comps IMAGR1: Total Cleaned flux density = 4.883 Jy 149297 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -44.9 MilliJy,max = 42.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.70 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 33.563 MilliJy iter= 66735 IMAGR1: Field 5 Clean flux density= -578.751 MilliJy 66735 comps IMAGR1: Total Cleaned flux density = 4.949 Jy 149952 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -30.2 MilliJy,max = 30.9 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 11.49 MilliJy IMAGR1: 19523 Residual map points loaded IMAGR1: Field 5 min allowed flux = -15.438 MilliJy iter= 66848 IMAGR1: Field 5 Clean flux density= -557.197 MilliJy 66848 comps IMAGR1: Total Cleaned flux density = 4.971 Jy 150065 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.1 MilliJy,max = 15.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.26 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -8.663 MilliJy iter= 71616 IMAGR1: Field 5 Clean flux density= -788.166 MilliJy 71616 comps IMAGR1: Total Cleaned flux density = 4.740 Jy 154833 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -102.8 MilliJy,max = 104.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 42.84 MilliJy IMAGR1: 18031 Residual map points loaded IMAGR1: Field 5 min allowed flux = -52.183 MilliJy iter= 71818 IMAGR1: Field 5 Clean flux density= -782.341 MilliJy 71818 comps IMAGR1: Total Cleaned flux density = 4.746 Jy 155035 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -47.2 MilliJy,max = 47.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.36 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 36.667 MilliJy iter= 72060 IMAGR1: Field 5 Clean flux density= -622.455 MilliJy 72060 comps IMAGR1: Total Cleaned flux density = 4.905 Jy 155277 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.4 MilliJy,max = 24.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.70 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: Field 5 min allowed flux = 12.683 MilliJy iter= 76336 IMAGR1: Field 5 Clean flux density= -683.932 MilliJy 76336 comps IMAGR1: Total Cleaned flux density = 4.844 Jy 159553 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -132.7 MilliJy,max = 111.2 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 51.29 MilliJy IMAGR1: 17639 Residual map points loaded IMAGR1: Field 5 min allowed flux = -66.325 MilliJy iter= 76503 IMAGR1: Field 5 Clean flux density= -752.751 MilliJy 76503 comps IMAGR1: Total Cleaned flux density = 4.775 Jy 159720 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -60.3 MilliJy,max = 61.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 32.08 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 51.542 MilliJy iter= 76690 IMAGR1: Field 5 Clean flux density= -606.528 MilliJy 76690 comps IMAGR1: Total Cleaned flux density = 4.921 Jy 159907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -38.6 MilliJy,max = 38.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.60 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 24.570 MilliJy iter= 79427 IMAGR1: Field 5 Clean flux density= -600.205 MilliJy 79427 comps IMAGR1: Total Cleaned flux density = 4.928 Jy 162644 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -146.2 MilliJy,max = 124.1 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 59.96 MilliJy IMAGR1: 17559 Residual map points loaded IMAGR1: Field 5 min allowed flux = 72.951 MilliJy iter= 79649 IMAGR1: Field 5 Clean flux density= -626.890 MilliJy 79649 comps IMAGR1: Total Cleaned flux density = 4.901 Jy 162866 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -66.9 MilliJy,max = 64.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 33.10 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 52.031 MilliJy iter= 79894 IMAGR1: Field 5 Clean flux density= -525.732 MilliJy 79894 comps IMAGR1: Total Cleaned flux density = 5.002 Jy 163111 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -35.9 MilliJy,max = 37.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.67 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 19.647 MilliJy iter= 85196 IMAGR1: Field 5 Clean flux density= -672.755 MilliJy 85196 comps IMAGR1: Total Cleaned flux density = 4.855 Jy 168413 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -210.2 MilliJy,max = 223.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 101.69 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 198.362 MilliJy iter= 85209 IMAGR1: Field 5 Clean flux density= -527.046 MilliJy 85209 comps IMAGR1: Total Cleaned flux density = 5.001 Jy 168426 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -192.4 MilliJy,max = 190.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 97.70 MilliJy IMAGR1: 19999 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 155.780 MilliJy iter= 85459 IMAGR1: Field 5 Clean flux density= -836.676 MilliJy 85459 comps IMAGR1: Total Cleaned flux density = 4.691 Jy 168676 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -100.8 MilliJy,max = 102.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 51.30 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 88.454 MilliJy iter= 85522 IMAGR1: Field 5 Clean flux density= -661.007 MilliJy 85522 comps IMAGR1: Total Cleaned flux density = 4.867 Jy 168739 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -83.4 MilliJy,max = 84.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 44.46 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 56.681 MilliJy iter= 87202 IMAGR1: Field 5 Clean flux density= -685.309 MilliJy 87202 comps IMAGR1: Total Cleaned flux density = 4.843 Jy 170419 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -142.5 MilliJy,max = 156.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 68.12 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 128.334 MilliJy iter= 87239 IMAGR1: Field 5 Clean flux density= -536.620 MilliJy 87239 comps IMAGR1: Total Cleaned flux density = 4.991 Jy 170456 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -120.8 MilliJy,max = 120.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 61.19 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 106.682 MilliJy iter= 87325 IMAGR1: Field 5 Clean flux density= -424.000 MilliJy 87325 comps IMAGR1: Total Cleaned flux density = 5.104 Jy 170542 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -94.2 MilliJy,max = 91.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.38 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 85.552 MilliJy iter= 87365 IMAGR1: Field 5 Clean flux density= -336.933 MilliJy 87365 comps IMAGR1: Total Cleaned flux density = 5.191 Jy 170582 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -82.2 MilliJy,max = 81.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 45.22 MilliJy IMAGR1: 19997 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 69.127 MilliJy iter= 87740 IMAGR1: Field 5 Clean flux density= -617.243 MilliJy 87740 comps IMAGR1: Total Cleaned flux density = 4.911 Jy 170957 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -36.5 MilliJy,max = 39.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.38 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 27.879 MilliJy iter= 87971 IMAGR1: Field 5 Clean flux density= -492.667 MilliJy 87971 comps IMAGR1: Total Cleaned flux density = 5.035 Jy 171188 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -22.6 MilliJy,max = 23.5 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 10.92 MilliJy IMAGR1: 18669 Residual map points loaded IMAGR1: Field 5 min allowed flux = -11.284 MilliJy iter= 88479 IMAGR1: Field 5 Clean flux density= -518.359 MilliJy 88479 comps IMAGR1: Total Cleaned flux density = 5.010 Jy 171696 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.1 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.46 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.705 MilliJy iter= 93394 IMAGR1: Field 5 Clean flux density= -687.855 MilliJy 93394 comps IMAGR1: Total Cleaned flux density = 4.840 Jy 176611 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -37.8 MilliJy,max = 37.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.45 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 26.927 MilliJy iter= 93609 IMAGR1: Field 5 Clean flux density= -553.222 MilliJy 93609 comps IMAGR1: Total Cleaned flux density = 4.975 Jy 176826 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -24.0 MilliJy,max = 22.4 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 11.04 MilliJy IMAGR1: 16016 Residual map points loaded IMAGR1: Field 5 min allowed flux = -11.996 MilliJy iter= 94003 IMAGR1: Field 5 Clean flux density= -537.178 MilliJy 94003 comps IMAGR1: Total Cleaned flux density = 4.991 Jy 177220 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -11.8 MilliJy,max = 12.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.96 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 7.305 MilliJy iter= 95937 IMAGR1: Field 5 Clean flux density= -430.293 MilliJy 95937 comps IMAGR1: Total Cleaned flux density = 5.098 Jy 179154 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -18.7 MilliJy,max = 15.5 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 7.32 MilliJy IMAGR1: 18874 Residual map points loaded IMAGR1: Field 5 min allowed flux = 9.310 MilliJy iter= 96118 IMAGR1: Field 5 Clean flux density= -472.157 MilliJy 96118 comps IMAGR1: Total Cleaned flux density = 5.056 Jy 179335 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.3 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.86 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -5.095 MilliJy iter= 101422 IMAGR1: Field 5 Clean flux density= -604.734 MilliJy 101422 comps IMAGR1: Total Cleaned flux density = 4.923 Jy 184639 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -51.7 MilliJy,max = 53.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.02 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 42.806 MilliJy iter= 101547 IMAGR1: Field 5 Clean flux density= -494.595 MilliJy 101547 comps IMAGR1: Total Cleaned flux density = 5.033 Jy 184764 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -37.4 MilliJy,max = 35.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 17.55 MilliJy IMAGR1: 19345 Residual map points loaded IMAGR1: Field 5 min allowed flux = 18.691 MilliJy iter= 101899 IMAGR1: Field 5 Clean flux density= -495.815 MilliJy 101899 comps IMAGR1: Total Cleaned flux density = 5.032 Jy 185116 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.3 MilliJy,max = 16.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.92 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 10.934 MilliJy iter= 104139 IMAGR1: Field 5 Clean flux density= -418.211 MilliJy 104139 comps IMAGR1: Total Cleaned flux density = 5.110 Jy 187356 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -42.0 MilliJy,max = 40.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.12 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 33.207 MilliJy iter= 104246 IMAGR1: Field 5 Clean flux density= -335.089 MilliJy 104246 comps IMAGR1: Total Cleaned flux density = 5.193 Jy 187463 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.8 MilliJy,max = 26.9 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 13.62 MilliJy IMAGR1: 18446 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 13.912 MilliJy iter= 104598 IMAGR1: Field 5 Clean flux density= -471.270 MilliJy 104598 comps IMAGR1: Total Cleaned flux density = 5.057 Jy 187815 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -13.0 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.79 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 10.290 MilliJy iter= 104996 IMAGR1: Field 5 Clean flux density= -376.969 MilliJy 104996 comps IMAGR1: Total Cleaned flux density = 5.151 Jy 188213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.4 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.214 MilliJy iter= 110163 IMAGR1: Field 5 Clean flux density= -535.752 MilliJy 110163 comps IMAGR1: Total Cleaned flux density = 4.992 Jy 193380 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -36.4 MilliJy,max = 33.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.05 MilliJy IMAGR1: 19475 Residual map points loaded IMAGR1: Field 5 min allowed flux = -18.146 MilliJy iter= 110340 IMAGR1: Field 5 Clean flux density= -533.321 MilliJy 110340 comps IMAGR1: Total Cleaned flux density = 4.995 Jy 193557 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.1 MilliJy,max = 17.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.20 MilliJy IMAGR1: 19975 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 13.985 MilliJy iter= 110675 IMAGR1: Field 5 Clean flux density= -426.143 MilliJy 110675 comps IMAGR1: Total Cleaned flux density = 5.102 Jy 193892 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.3 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.58 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 5.991 MilliJy iter= 111922 IMAGR1: Field 5 Clean flux density= -341.215 MilliJy 111922 comps IMAGR1: Total Cleaned flux density = 5.187 Jy 195139 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -11.9 MilliJy,max = 11.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 4.62 MilliJy IMAGR1: 16478 Residual map points loaded IMAGR1: Field 5 min allowed flux = 5.947 MilliJy iter= 112089 IMAGR1: Field 5 Clean flux density= -362.518 MilliJy 112089 comps IMAGR1: Total Cleaned flux density = 5.165 Jy 195306 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.907 MilliJy iter= 117028 IMAGR1: Field 5 Clean flux density= -360.540 MilliJy 117028 comps IMAGR1: Total Cleaned flux density = 5.167 Jy 200245 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -31.9 MilliJy,max = 33.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.44 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 25.505 MilliJy iter= 117162 IMAGR1: Field 5 Clean flux density= -289.089 MilliJy 117162 comps IMAGR1: Total Cleaned flux density = 5.239 Jy 200379 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -20.4 MilliJy,max = 19.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.76 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -10.228 MilliJy iter= 122401 IMAGR1: Field 5 Clean flux density= -858.053 MilliJy 122401 comps IMAGR1: Total Cleaned flux density = 4.670 Jy 205618 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -118.1 MilliJy,max = 126.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 58.13 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 109.053 MilliJy iter= 122448 IMAGR1: Field 5 Clean flux density= -683.377 MilliJy 122448 comps IMAGR1: Total Cleaned flux density = 4.845 Jy 205665 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -98.4 MilliJy,max = 98.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.71 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 90.157 MilliJy iter= 122506 IMAGR1: Field 5 Clean flux density= -573.892 MilliJy 122506 comps IMAGR1: Total Cleaned flux density = 4.954 Jy 205723 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -81.6 MilliJy,max = 80.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 43.49 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 71.456 MilliJy iter= 122690 IMAGR1: Field 5 Clean flux density= -472.667 MilliJy 122690 comps IMAGR1: Total Cleaned flux density = 5.055 Jy 205907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -53.1 MilliJy,max = 52.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.24 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 45.055 MilliJy iter= 122810 IMAGR1: Field 5 Clean flux density= -390.121 MilliJy 122810 comps IMAGR1: Total Cleaned flux density = 5.138 Jy 206027 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -38.9 MilliJy,max = 38.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.64 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 30.560 MilliJy iter= 123204 IMAGR1: Field 5 Clean flux density= -320.691 MilliJy 123204 comps IMAGR1: Total Cleaned flux density = 5.207 Jy 206421 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.8 MilliJy,max = 17.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.26 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.835 MilliJy iter= 123409 IMAGR1: Field 5 Clean flux density= -257.582 MilliJy 123409 comps IMAGR1: Total Cleaned flux density = 5.270 Jy 206626 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.2 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.61 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 7.892 MilliJy iter= 123890 IMAGR1: Field 5 Clean flux density= -205.880 MilliJy 123890 comps IMAGR1: Total Cleaned flux density = 5.322 Jy 207107 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.4 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 3.224 MilliJy iter= 128222 IMAGR1: Field 5 Clean flux density= -165.637 MilliJy 128222 comps IMAGR1: Total Cleaned flux density = 5.362 Jy 211439 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -22.3 MilliJy,max = 20.1 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 9.13 MilliJy IMAGR1: 15896 Residual map points loaded IMAGR1: Field 5 min allowed flux = 11.125 MilliJy iter= 128447 IMAGR1: Field 5 Clean flux density= -223.476 MilliJy 128447 comps IMAGR1: Total Cleaned flux density = 5.304 Jy 211664 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.7 MilliJy,max = 10.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.46 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -5.703 MilliJy iter= 133757 IMAGR1: Field 5 Clean flux density= -307.360 MilliJy 133757 comps IMAGR1: Total Cleaned flux density = 5.221 Jy 216974 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -56.2 MilliJy,max = 56.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 25.92 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 47.987 MilliJy iter= 133805 IMAGR1: Field 5 Clean flux density= -247.217 MilliJy 133805 comps IMAGR1: Total Cleaned flux density = 5.281 Jy 217022 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -44.3 MilliJy,max = 44.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.84 MilliJy IMAGR1: 19998 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 27.398 MilliJy iter= 136459 IMAGR1: Field 5 Clean flux density= -421.350 MilliJy 136459 comps IMAGR1: Total Cleaned flux density = 5.107 Jy 219676 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -146.9 MilliJy,max = 160.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 68.44 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 154.241 MilliJy iter= 136465 IMAGR1: Field 5 Clean flux density= -327.360 MilliJy 136465 comps IMAGR1: Total Cleaned flux density = 5.201 Jy 219682 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -145.5 MilliJy,max = 147.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 66.88 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 140.309 MilliJy iter= 136478 IMAGR1: Field 5 Clean flux density= -256.018 MilliJy 136478 comps IMAGR1: Total Cleaned flux density = 5.272 Jy 219695 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -132.7 MilliJy,max = 135.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 64.08 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 134.712 MilliJy iter= 136482 IMAGR1: Field 5 Clean flux density= -202.104 MilliJy 136482 comps IMAGR1: Total Cleaned flux density = 5.326 Jy 219699 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -130.5 MilliJy,max = 132.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 63.29 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 127.820 MilliJy iter= 136496 IMAGR1: Field 5 Clean flux density= -176.369 MilliJy 136496 comps IMAGR1: Total Cleaned flux density = 5.352 Jy 219713 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -123.1 MilliJy,max = 123.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 60.65 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 121.903 MilliJy iter= 136501 IMAGR1: Field 5 Clean flux density= -139.663 MilliJy 136501 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 219718 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -120.4 MilliJy,max = 120.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 59.78 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 117.696 MilliJy iter= 136509 IMAGR1: Field 5 Clean flux density= -115.997 MilliJy 136509 comps IMAGR1: Total Cleaned flux density = 5.412 Jy 219726 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -117.8 MilliJy,max = 117.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 58.40 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 114.563 MilliJy iter= 136515 IMAGR1: Field 5 Clean flux density= -93.238 MilliJy 136515 comps IMAGR1: Total Cleaned flux density = 5.435 Jy 219732 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -113.7 MilliJy,max = 113.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 57.47 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 110.732 MilliJy iter= 136534 IMAGR1: Field 5 Clean flux density= -82.508 MilliJy 136534 comps IMAGR1: Total Cleaned flux density = 5.445 Jy 219751 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -107.0 MilliJy,max = 106.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 54.64 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 105.547 MilliJy iter= 136538 IMAGR1: Field 5 Clean flux density= -82.655 MilliJy 136538 comps IMAGR1: Total Cleaned flux density = 5.445 Jy 219755 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -105.2 MilliJy,max = 103.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 54.08 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 102.825 MilliJy iter= 136552 IMAGR1: Field 5 Clean flux density= -103.973 MilliJy 136552 comps IMAGR1: Total Cleaned flux density = 5.424 Jy 219769 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -100.4 MilliJy,max = 101.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 52.18 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 100.873 MilliJy iter= 136555 IMAGR1: Field 5 Clean flux density= -73.623 MilliJy 136555 comps IMAGR1: Total Cleaned flux density = 5.454 Jy 219772 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -100.3 MilliJy,max = 100.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 51.78 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 99.002 MilliJy iter= 136561 IMAGR1: Field 5 Clean flux density= -73.733 MilliJy 136561 comps IMAGR1: Total Cleaned flux density = 5.454 Jy 219778 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -98.6 MilliJy,max = 98.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.99 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 97.594 MilliJy iter= 136564 IMAGR1: Field 5 Clean flux density= -64.039 MilliJy 136564 comps IMAGR1: Total Cleaned flux density = 5.464 Jy 219781 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -96.2 MilliJy,max = 96.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.59 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 95.553 MilliJy iter= 136568 IMAGR1: Field 5 Clean flux density= -44.827 MilliJy 136568 comps IMAGR1: Total Cleaned flux density = 5.483 Jy 219785 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -94.6 MilliJy,max = 95.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.09 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 94.967 MilliJy iter= 136569 IMAGR1: Field 5 Clean flux density= -35.330 MilliJy 136569 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 219786 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -94.5 MilliJy,max = 94.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.97 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 94.398 MilliJy iter= 136571 IMAGR1: Field 5 Clean flux density= -35.340 MilliJy 136571 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 219788 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -93.9 MilliJy,max = 93.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.73 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 93.910 MilliJy iter= 136572 IMAGR1: Field 5 Clean flux density= -25.949 MilliJy 136572 comps IMAGR1: Total Cleaned flux density = 5.502 Jy 219789 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -93.6 MilliJy,max = 93.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.60 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 92.857 MilliJy iter= 136577 IMAGR1: Field 5 Clean flux density= -35.397 MilliJy 136577 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 219794 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -92.4 MilliJy,max = 92.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.00 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 92.450 MilliJy iter= 136578 IMAGR1: Field 5 Clean flux density= -26.152 MilliJy 136578 comps IMAGR1: Total Cleaned flux density = 5.502 Jy 219795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -92.1 MilliJy,max = 92.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 48.89 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 92.156 MilliJy iter= 136579 IMAGR1: Field 5 Clean flux density= -16.936 MilliJy 136579 comps IMAGR1: Total Cleaned flux density = 5.511 Jy 219796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -92.0 MilliJy,max = 91.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 48.77 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 91.662 MilliJy iter= 136582 IMAGR1: Field 5 Clean flux density= -26.155 MilliJy 136582 comps IMAGR1: Total Cleaned flux density = 5.502 Jy 219799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -91.5 MilliJy,max = 90.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 48.40 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 90.016 MilliJy iter= 136591 IMAGR1: Field 5 Clean flux density= -53.578 MilliJy 136591 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 219808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -88.8 MilliJy,max = 87.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 47.40 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 85.604 MilliJy iter= 136628 IMAGR1: Field 5 Clean flux density= -98.034 MilliJy 136628 comps IMAGR1: Total Cleaned flux density = 5.430 Jy 219845 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -82.2 MilliJy,max = 81.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 43.30 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 78.921 MilliJy iter= 136650 IMAGR1: Field 5 Clean flux density= -114.611 MilliJy 136650 comps IMAGR1: Total Cleaned flux density = 5.413 Jy 219867 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -77.3 MilliJy,max = 76.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 41.20 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 75.538 MilliJy iter= 136655 IMAGR1: Field 5 Clean flux density= -92.020 MilliJy 136655 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 219872 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -74.7 MilliJy,max = 74.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 40.70 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 72.615 MilliJy iter= 136681 IMAGR1: Field 5 Clean flux density= -92.547 MilliJy 136681 comps IMAGR1: Total Cleaned flux density = 5.435 Jy 219898 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -70.8 MilliJy,max = 70.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.29 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 65.883 MilliJy iter= 136753 IMAGR1: Field 5 Clean flux density= -174.636 MilliJy 136753 comps IMAGR1: Total Cleaned flux density = 5.353 Jy 219970 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -61.0 MilliJy,max = 62.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 32.55 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 56.898 MilliJy iter= 136781 IMAGR1: Field 5 Clean flux density= -139.803 MilliJy 136781 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 219998 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -55.0 MilliJy,max = 53.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.59 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 53.128 MilliJy iter= 136796 IMAGR1: Field 5 Clean flux density= -124.100 MilliJy 136796 comps IMAGR1: Total Cleaned flux density = 5.404 Jy 220013 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -52.4 MilliJy,max = 52.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 29.66 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 51.178 MilliJy iter= 136811 IMAGR1: Field 5 Clean flux density= -98.486 MilliJy 136811 comps IMAGR1: Total Cleaned flux density = 5.429 Jy 220028 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -50.2 MilliJy,max = 50.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.75 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 48.068 MilliJy iter= 136893 IMAGR1: Field 5 Clean flux density= -168.053 MilliJy 136893 comps IMAGR1: Total Cleaned flux density = 5.360 Jy 220110 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -42.7 MilliJy,max = 43.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.16 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 41.100 MilliJy iter= 136924 IMAGR1: Field 5 Clean flux density= -130.524 MilliJy 136924 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 220141 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -39.5 MilliJy,max = 40.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.68 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 36.851 MilliJy iter= 137030 IMAGR1: Field 5 Clean flux density= -115.309 MilliJy 137030 comps IMAGR1: Total Cleaned flux density = 5.413 Jy 220247 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -32.3 MilliJy,max = 32.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.29 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 30.395 MilliJy iter= 137076 IMAGR1: Field 5 Clean flux density= -96.994 MilliJy 137076 comps IMAGR1: Total Cleaned flux density = 5.431 Jy 220293 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -29.6 MilliJy,max = 30.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.73 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 25.640 MilliJy iter= 137344 IMAGR1: Field 5 Clean flux density= -113.610 MilliJy 137344 comps IMAGR1: Total Cleaned flux density = 5.414 Jy 220561 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -19.2 MilliJy,max = 19.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.57 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 9.991 MilliJy iter= 142689 IMAGR1: Field 5 Clean flux density= -558.590 MilliJy 142689 comps IMAGR1: Total Cleaned flux density = 4.969 Jy 225906 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -98.8 MilliJy,max = 108.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 47.91 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 91.831 MilliJy iter= 142711 IMAGR1: Field 5 Clean flux density= -441.880 MilliJy 142711 comps IMAGR1: Total Cleaned flux density = 5.086 Jy 225928 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -86.3 MilliJy,max = 86.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 44.99 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 82.446 MilliJy iter= 142736 IMAGR1: Field 5 Clean flux density= -349.042 MilliJy 142736 comps IMAGR1: Total Cleaned flux density = 5.179 Jy 225953 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -79.5 MilliJy,max = 80.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 42.37 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 73.972 MilliJy iter= 142775 IMAGR1: Field 5 Clean flux density= -281.533 MilliJy 142775 comps IMAGR1: Total Cleaned flux density = 5.246 Jy 225992 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -71.5 MilliJy,max = 69.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.82 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 63.348 MilliJy iter= 142886 IMAGR1: Field 5 Clean flux density= -249.913 MilliJy 142886 comps IMAGR1: Total Cleaned flux density = 5.278 Jy 226103 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -58.4 MilliJy,max = 55.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.78 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 50.872 MilliJy iter= 142939 IMAGR1: Field 5 Clean flux density= -225.674 MilliJy 142939 comps IMAGR1: Total Cleaned flux density = 5.302 Jy 226156 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -52.7 MilliJy,max = 47.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.84 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 43.778 MilliJy iter= 143045 IMAGR1: Field 5 Clean flux density= -189.960 MilliJy 143045 comps IMAGR1: Total Cleaned flux density = 5.338 Jy 226262 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -40.3 MilliJy,max = 38.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.94 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 35.926 MilliJy iter= 143120 IMAGR1: Field 5 Clean flux density= -156.941 MilliJy 143120 comps IMAGR1: Total Cleaned flux density = 5.371 Jy 226337 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -37.3 MilliJy,max = 34.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.15 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 30.939 MilliJy iter= 143219 IMAGR1: Field 5 Clean flux density= -148.648 MilliJy 143219 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 226436 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -30.6 MilliJy,max = 29.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.09 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 26.834 MilliJy iter= 143258 IMAGR1: Field 5 Clean flux density= -118.689 MilliJy 143258 comps IMAGR1: Total Cleaned flux density = 5.409 Jy 226475 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -28.3 MilliJy,max = 26.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.03 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 23.740 MilliJy iter= 143456 IMAGR1: Field 5 Clean flux density= -109.321 MilliJy 143456 comps IMAGR1: Total Cleaned flux density = 5.419 Jy 226673 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -19.5 MilliJy,max = 20.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.56 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 16.266 MilliJy iter= 143932 IMAGR1: Field 5 Clean flux density= -148.723 MilliJy 143932 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 227149 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.9 MilliJy,max = 10.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.37 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.664 MilliJy iter= 144050 IMAGR1: Field 5 Clean flux density= -119.468 MilliJy 144050 comps IMAGR1: Total Cleaned flux density = 5.408 Jy 227267 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.4 MilliJy,max = 8.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.41 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.583 MilliJy iter= 149657 IMAGR1: Field 5 Clean flux density= -154.713 MilliJy 149657 comps IMAGR1: Total Cleaned flux density = 5.373 Jy 232874 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -39.5 MilliJy,max = 37.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.45 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 33.694 MilliJy iter= 149691 IMAGR1: Field 5 Clean flux density= -135.033 MilliJy 149691 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 232908 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -32.0 MilliJy,max = 33.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.98 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 30.321 MilliJy iter= 149706 IMAGR1: Field 5 Clean flux density= -107.079 MilliJy 149706 comps IMAGR1: Total Cleaned flux density = 5.421 Jy 232923 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -30.0 MilliJy,max = 29.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.47 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 28.049 MilliJy iter= 149746 IMAGR1: Field 5 Clean flux density= -102.066 MilliJy 149746 comps IMAGR1: Total Cleaned flux density = 5.426 Jy 232963 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.6 MilliJy,max = 26.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.16 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 24.715 MilliJy iter= 149830 IMAGR1: Field 5 Clean flux density= -81.809 MilliJy 149830 comps IMAGR1: Total Cleaned flux density = 5.446 Jy 233047 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -24.0 MilliJy,max = 22.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.00 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 19.588 MilliJy iter= 150117 IMAGR1: Field 5 Clean flux density= -118.762 MilliJy 150117 comps IMAGR1: Total Cleaned flux density = 5.409 Jy 233334 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.7 MilliJy,max = 15.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.72 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 11.417 MilliJy iter= 150497 IMAGR1: Field 5 Clean flux density= -110.139 MilliJy 150497 comps IMAGR1: Total Cleaned flux density = 5.418 Jy 233714 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.6 MilliJy,max = 10.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.46 MilliJy IMAGR1: 19970 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -4.652 MilliJy iter= 156053 IMAGR1: Field 5 Clean flux density= -345.606 MilliJy 156053 comps IMAGR1: Total Cleaned flux density = 5.182 Jy 239270 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -44.0 MilliJy,max = 45.8 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 19.37 MilliJy IMAGR1: 17830 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 32.938 MilliJy iter= 156114 IMAGR1: Field 5 Clean flux density= -273.725 MilliJy 156114 comps IMAGR1: Total Cleaned flux density = 5.254 Jy 239331 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -31.4 MilliJy,max = 36.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.23 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 25.630 MilliJy iter= 156398 IMAGR1: Field 5 Clean flux density= -244.077 MilliJy 156398 comps IMAGR1: Total Cleaned flux density = 5.284 Jy 239615 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -19.0 MilliJy,max = 19.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.17 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 13.022 MilliJy iter= 157076 IMAGR1: Field 5 Clean flux density= -203.710 MilliJy 157076 comps IMAGR1: Total Cleaned flux density = 5.324 Jy 240293 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -11.3 MilliJy,max = 10.2 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 4.26 MilliJy IMAGR1: 18231 Residual map points loaded IMAGR1: Field 5 min allowed flux = -5.619 MilliJy iter= 157204 IMAGR1: Field 5 Clean flux density= -214.181 MilliJy 157204 comps IMAGR1: Total Cleaned flux density = 5.314 Jy 240421 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.6 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 19988 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.441 MilliJy iter= 162665 IMAGR1: Field 5 Clean flux density= -246.538 MilliJy 162665 comps IMAGR1: Total Cleaned flux density = 5.281 Jy 245882 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -28.8 MilliJy,max = 31.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.90 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 26.779 MilliJy iter= 162695 IMAGR1: Field 5 Clean flux density= -195.662 MilliJy 162695 comps IMAGR1: Total Cleaned flux density = 5.332 Jy 245912 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.3 MilliJy,max = 24.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.82 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 21.377 MilliJy iter= 162830 IMAGR1: Field 5 Clean flux density= -168.004 MilliJy 162830 comps IMAGR1: Total Cleaned flux density = 5.360 Jy 246047 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.0 MilliJy,max = 18.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.55 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 15.725 MilliJy iter= 162909 IMAGR1: Field 5 Clean flux density= -133.358 MilliJy 162909 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 246126 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.2 MilliJy,max = 14.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.28 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 8.592 MilliJy iter= 168593 IMAGR1: Field 5 Clean flux density= -284.259 MilliJy 168593 comps IMAGR1: Total Cleaned flux density = 5.244 Jy 251810 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -83.2 MilliJy,max = 88.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 42.09 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 79.479 MilliJy iter= 168606 IMAGR1: Field 5 Clean flux density= -226.819 MilliJy 168606 comps IMAGR1: Total Cleaned flux density = 5.301 Jy 251823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -77.7 MilliJy,max = 75.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 40.71 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 68.955 MilliJy iter= 168696 IMAGR1: Field 5 Clean flux density= -230.181 MilliJy 168696 comps IMAGR1: Total Cleaned flux density = 5.298 Jy 251913 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -59.3 MilliJy,max = 59.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 33.21 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 54.306 MilliJy iter= 168775 IMAGR1: Field 5 Clean flux density= -215.197 MilliJy 168775 comps IMAGR1: Total Cleaned flux density = 5.313 Jy 251992 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -53.2 MilliJy,max = 50.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.44 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 47.786 MilliJy iter= 168797 IMAGR1: Field 5 Clean flux density= -176.657 MilliJy 168797 comps IMAGR1: Total Cleaned flux density = 5.351 Jy 252014 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -51.2 MilliJy,max = 47.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.32 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 41.164 MilliJy iter= 169126 IMAGR1: Field 5 Clean flux density= -292.227 MilliJy 169126 comps IMAGR1: Total Cleaned flux density = 5.236 Jy 252343 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -26.5 MilliJy,max = 29.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.05 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 23.353 MilliJy iter= 169194 IMAGR1: Field 5 Clean flux density= -232.844 MilliJy 169194 comps IMAGR1: Total Cleaned flux density = 5.295 Jy 252411 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -22.8 MilliJy,max = 24.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.44 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 17.550 MilliJy iter= 169815 IMAGR1: Field 5 Clean flux density= -220.655 MilliJy 169815 comps IMAGR1: Total Cleaned flux density = 5.307 Jy 253032 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.3 MilliJy,max = 11.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.83 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 7.997 MilliJy iter= 169934 IMAGR1: Field 5 Clean flux density= -176.806 MilliJy 169934 comps IMAGR1: Total Cleaned flux density = 5.351 Jy 253151 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.6 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.95 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.100 MilliJy iter= 175723 IMAGR1: Field 5 Clean flux density= -232.303 MilliJy 175723 comps IMAGR1: Total Cleaned flux density = 5.296 Jy 258940 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -35.6 MilliJy,max = 35.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.02 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 29.362 MilliJy iter= 175765 IMAGR1: Field 5 Clean flux density= -183.003 MilliJy 175765 comps IMAGR1: Total Cleaned flux density = 5.345 Jy 258982 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -33.7 MilliJy,max = 27.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.49 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 23.562 MilliJy iter= 175922 IMAGR1: Field 5 Clean flux density= -156.460 MilliJy 175922 comps IMAGR1: Total Cleaned flux density = 5.372 Jy 259139 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.7 MilliJy,max = 20.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.74 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 14.728 MilliJy iter= 176790 IMAGR1: Field 5 Clean flux density= -172.631 MilliJy 176790 comps IMAGR1: Total Cleaned flux density = 5.355 Jy 260007 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -9.8 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 4.82 MilliJy IMAGR1: 17960 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 6.078 MilliJy iter= 177055 IMAGR1: Field 5 Clean flux density= -137.551 MilliJy 177055 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 260272 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.6 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.934 MilliJy iter= 182310 IMAGR1: Field 5 Clean flux density= -198.750 MilliJy 182310 comps IMAGR1: Total Cleaned flux density = 5.329 Jy 265527 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -23.9 MilliJy,max = 22.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.07 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 18.347 MilliJy iter= 182446 IMAGR1: Field 5 Clean flux density= -163.865 MilliJy 182446 comps IMAGR1: Total Cleaned flux density = 5.364 Jy 265663 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.8 MilliJy,max = 14.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.11 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.423 MilliJy iter= 182657 IMAGR1: Field 5 Clean flux density= -133.889 MilliJy 182657 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 265874 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.0 MilliJy,max = 10.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.46 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 5 min allowed flux = 5.990 MilliJy iter= 186909 IMAGR1: Field 5 Clean flux density= -249.672 MilliJy 186909 comps IMAGR1: Total Cleaned flux density = 5.278 Jy 270126 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -41.5 MilliJy,max = 50.3 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 19.69 MilliJy IMAGR1: 19299 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 32.566 MilliJy iter= 186953 IMAGR1: Field 5 Clean flux density= -196.845 MilliJy 186953 comps IMAGR1: Total Cleaned flux density = 5.331 Jy 270170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -32.1 MilliJy,max = 32.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.60 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min algorithm flux= 27.929 MilliJy iter= 187158 IMAGR1: Field 5 Clean flux density= -183.877 MilliJy 187158 comps IMAGR1: Total Cleaned flux density = 5.344 Jy 270375 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -21.1 MilliJy,max = 22.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.44 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 18.773 MilliJy iter= 187221 IMAGR1: Field 5 Clean flux density= -146.659 MilliJy 187221 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 270438 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.5 MilliJy,max = 19.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.22 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 10.597 MilliJy iter= 193250 IMAGR1: Field 5 Clean flux density= -297.122 MilliJy 193250 comps IMAGR1: Total Cleaned flux density = 5.231 Jy 276467 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -105.0 MilliJy,max = 107.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 55.01 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 98.896 MilliJy iter= 193260 IMAGR1: Field 5 Clean flux density= -235.260 MilliJy 193260 comps IMAGR1: Total Cleaned flux density = 5.293 Jy 276477 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -102.8 MilliJy,max = 95.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 53.76 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 93.802 MilliJy iter= 193274 IMAGR1: Field 5 Clean flux density= -217.104 MilliJy 193274 comps IMAGR1: Total Cleaned flux density = 5.311 Jy 276491 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -99.4 MilliJy,max = 92.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 52.25 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 90.513 MilliJy iter= 193282 IMAGR1: Field 5 Clean flux density= -180.652 MilliJy 193282 comps IMAGR1: Total Cleaned flux density = 5.347 Jy 276499 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -98.0 MilliJy,max = 88.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 51.38 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 87.404 MilliJy iter= 193291 IMAGR1: Field 5 Clean flux density= -154.608 MilliJy 193291 comps IMAGR1: Total Cleaned flux density = 5.373 Jy 276508 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -96.2 MilliJy,max = 86.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.44 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 82.635 MilliJy iter= 193333 IMAGR1: Field 5 Clean flux density= -138.395 MilliJy 193333 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 276550 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -89.6 MilliJy,max = 80.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 46.50 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 75.449 MilliJy iter= 193368 IMAGR1: Field 5 Clean flux density= -130.734 MilliJy 193368 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 276585 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -83.8 MilliJy,max = 74.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 43.67 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 71.789 MilliJy iter= 193376 IMAGR1: Field 5 Clean flux density= -101.415 MilliJy 193376 comps IMAGR1: Total Cleaned flux density = 5.427 Jy 276593 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -82.9 MilliJy,max = 70.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 43.04 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 69.863 MilliJy iter= 193388 IMAGR1: Field 5 Clean flux density= -87.490 MilliJy 193388 comps IMAGR1: Total Cleaned flux density = 5.440 Jy 276605 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -82.1 MilliJy,max = 68.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 42.13 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 66.940 MilliJy iter= 193420 IMAGR1: Field 5 Clean flux density= -128.530 MilliJy 193420 comps IMAGR1: Total Cleaned flux density = 5.399 Jy 276637 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -75.6 MilliJy,max = 65.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 39.93 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 63.396 MilliJy iter= 193444 IMAGR1: Field 5 Clean flux density= -115.870 MilliJy 193444 comps IMAGR1: Total Cleaned flux density = 5.412 Jy 276661 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -73.9 MilliJy,max = 61.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.35 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 60.528 MilliJy iter= 193465 IMAGR1: Field 5 Clean flux density= -110.102 MilliJy 193465 comps IMAGR1: Total Cleaned flux density = 5.418 Jy 276682 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -71.2 MilliJy,max = 59.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 37.11 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 59.017 MilliJy iter= 193472 IMAGR1: Field 5 Clean flux density= -92.409 MilliJy 193472 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 276689 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -70.3 MilliJy,max = 58.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.67 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 57.178 MilliJy iter= 193510 IMAGR1: Field 5 Clean flux density= -92.796 MilliJy 193510 comps IMAGR1: Total Cleaned flux density = 5.435 Jy 276727 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -67.2 MilliJy,max = 55.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 34.43 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 53.406 MilliJy iter= 193554 IMAGR1: Field 5 Clean flux density= -81.916 MilliJy 193554 comps IMAGR1: Total Cleaned flux density = 5.446 Jy 276771 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -61.7 MilliJy,max = 51.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 32.11 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 50.789 MilliJy iter= 193559 IMAGR1: Field 5 Clean flux density= -66.660 MilliJy 193559 comps IMAGR1: Total Cleaned flux density = 5.461 Jy 276776 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -61.1 MilliJy,max = 50.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 31.86 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 50.481 MilliJy iter= 193562 IMAGR1: Field 5 Clean flux density= -51.515 MilliJy 193562 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 276779 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -60.8 MilliJy,max = 50.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 31.71 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 49.133 MilliJy iter= 193591 IMAGR1: Field 5 Clean flux density= -56.603 MilliJy 193591 comps IMAGR1: Total Cleaned flux density = 5.471 Jy 276808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -58.8 MilliJy,max = 48.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.34 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 47.067 MilliJy iter= 193605 IMAGR1: Field 5 Clean flux density= -56.894 MilliJy 193605 comps IMAGR1: Total Cleaned flux density = 5.471 Jy 276822 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -58.9 MilliJy,max = 47.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 29.67 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 46.409 MilliJy iter= 193614 IMAGR1: Field 5 Clean flux density= -52.313 MilliJy 193614 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 276831 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -56.0 MilliJy,max = 46.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 29.28 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 45.710 MilliJy iter= 193622 IMAGR1: Field 5 Clean flux density= -43.163 MilliJy 193622 comps IMAGR1: Total Cleaned flux density = 5.485 Jy 276839 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -54.9 MilliJy,max = 45.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.91 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 44.503 MilliJy iter= 193637 IMAGR1: Field 5 Clean flux density= -47.784 MilliJy 193637 comps IMAGR1: Total Cleaned flux density = 5.480 Jy 276854 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -53.7 MilliJy,max = 45.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.26 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 42.872 MilliJy iter= 193677 IMAGR1: Field 5 Clean flux density= -65.229 MilliJy 193677 comps IMAGR1: Total Cleaned flux density = 5.463 Jy 276894 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -51.2 MilliJy,max = 43.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.61 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 41.056 MilliJy iter= 193689 IMAGR1: Field 5 Clean flux density= -57.061 MilliJy 193689 comps IMAGR1: Total Cleaned flux density = 5.471 Jy 276906 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -49.2 MilliJy,max = 43.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.10 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 39.637 MilliJy iter= 193724 IMAGR1: Field 5 Clean flux density= -69.247 MilliJy 193724 comps IMAGR1: Total Cleaned flux density = 5.459 Jy 276941 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -46.5 MilliJy,max = 38.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.78 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 36.813 MilliJy iter= 193819 IMAGR1: Field 5 Clean flux density= -111.402 MilliJy 193819 comps IMAGR1: Total Cleaned flux density = 5.417 Jy 277036 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -41.2 MilliJy,max = 36.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 21.40 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 32.978 MilliJy iter= 193846 IMAGR1: Field 5 Clean flux density= -88.027 MilliJy 193846 comps IMAGR1: Total Cleaned flux density = 5.440 Jy 277063 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -38.4 MilliJy,max = 34.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.57 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 31.339 MilliJy iter= 193864 IMAGR1: Field 5 Clean flux density= -75.495 MilliJy 193864 comps IMAGR1: Total Cleaned flux density = 5.452 Jy 277081 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -37.5 MilliJy,max = 33.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.05 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 28.846 MilliJy iter= 194133 IMAGR1: Field 5 Clean flux density= -114.943 MilliJy 194133 comps IMAGR1: Total Cleaned flux density = 5.413 Jy 277350 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.0 MilliJy,max = 23.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.08 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 20.377 MilliJy iter= 194200 IMAGR1: Field 5 Clean flux density= -91.856 MilliJy 194200 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 277417 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -22.8 MilliJy,max = 21.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.79 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 17.019 MilliJy iter= 194443 IMAGR1: Field 5 Clean flux density= -98.055 MilliJy 194443 comps IMAGR1: Total Cleaned flux density = 5.430 Jy 277660 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.0 MilliJy,max = 16.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.25 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.953 MilliJy iter= 194485 IMAGR1: Field 5 Clean flux density= -82.553 MilliJy 194485 comps IMAGR1: Total Cleaned flux density = 5.445 Jy 277702 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.4 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.76 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 10.221 MilliJy iter= 195436 IMAGR1: Field 5 Clean flux density= -120.598 MilliJy 195436 comps IMAGR1: Total Cleaned flux density = 5.407 Jy 278653 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -8.5 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 3.50 MilliJy IMAGR1: 18391 Residual map points loaded IMAGR1: Field 5 min allowed flux = 4.229 MilliJy iter= 195607 IMAGR1: Field 5 Clean flux density= -121.270 MilliJy 195607 comps IMAGR1: Total Cleaned flux density = 5.407 Jy 278824 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.0 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.657 MilliJy iter= 200935 IMAGR1: Field 5 Clean flux density= -105.687 MilliJy 200935 comps IMAGR1: Total Cleaned flux density = 5.422 Jy 284152 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -23.6 MilliJy,max = 24.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.12 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 5 min allowed flux = 12.046 MilliJy iter= 205106 IMAGR1: Field 5 Clean flux density= -511.623 MilliJy 205106 comps IMAGR1: Total Cleaned flux density = 5.016 Jy 288323 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -143.1 MilliJy,max = 128.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 55.31 MilliJy IMAGR1: 17940 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 94.468 MilliJy iter= 205149 IMAGR1: Field 5 Clean flux density= -455.444 MilliJy 205149 comps IMAGR1: Total Cleaned flux density = 5.073 Jy 288366 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -93.0 MilliJy,max = 92.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 46.32 MilliJy IMAGR1: 19972 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 88.232 MilliJy iter= 205173 IMAGR1: Field 5 Clean flux density= -365.574 MilliJy 205173 comps IMAGR1: Total Cleaned flux density = 5.162 Jy 288390 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -82.4 MilliJy,max = 83.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 43.08 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 79.072 MilliJy iter= 205203 IMAGR1: Field 5 Clean flux density= -285.086 MilliJy 205203 comps IMAGR1: Total Cleaned flux density = 5.243 Jy 288420 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -75.3 MilliJy,max = 77.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 39.63 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 69.706 MilliJy iter= 205261 IMAGR1: Field 5 Clean flux density= -227.264 MilliJy 205261 comps IMAGR1: Total Cleaned flux density = 5.301 Jy 288478 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -62.4 MilliJy,max = 63.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 34.18 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 60.322 MilliJy iter= 205277 IMAGR1: Field 5 Clean flux density= -178.076 MilliJy 205277 comps IMAGR1: Total Cleaned flux density = 5.350 Jy 288494 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -59.0 MilliJy,max = 59.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 32.86 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 55.564 MilliJy iter= 205337 IMAGR1: Field 5 Clean flux density= -190.324 MilliJy 205337 comps IMAGR1: Total Cleaned flux density = 5.338 Jy 288554 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -50.6 MilliJy,max = 50.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.60 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 47.998 MilliJy iter= 205376 IMAGR1: Field 5 Clean flux density= -156.575 MilliJy 205376 comps IMAGR1: Total Cleaned flux density = 5.371 Jy 288593 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -45.2 MilliJy,max = 45.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.25 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 40.694 MilliJy iter= 205582 IMAGR1: Field 5 Clean flux density= -209.133 MilliJy 205582 comps IMAGR1: Total Cleaned flux density = 5.319 Jy 288799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -28.6 MilliJy,max = 31.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.22 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 28.207 MilliJy iter= 205599 IMAGR1: Field 5 Clean flux density= -164.773 MilliJy 205599 comps IMAGR1: Total Cleaned flux density = 5.363 Jy 288816 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.5 MilliJy,max = 27.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.63 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 25.296 MilliJy iter= 205657 IMAGR1: Field 5 Clean flux density= -139.720 MilliJy 205657 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 288874 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -23.8 MilliJy,max = 23.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.95 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 21.552 MilliJy iter= 205770 IMAGR1: Field 5 Clean flux density= -138.729 MilliJy 205770 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 288987 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -19.0 MilliJy,max = 19.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.32 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 16.974 MilliJy iter= 205930 IMAGR1: Field 5 Clean flux density= -114.346 MilliJy 205930 comps IMAGR1: Total Cleaned flux density = 5.414 Jy 289147 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.0 MilliJy,max = 14.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.49 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.263 MilliJy iter= 206224 IMAGR1: Field 5 Clean flux density= -93.924 MilliJy 206224 comps IMAGR1: Total Cleaned flux density = 5.434 Jy 289441 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.3 MilliJy,max = 9.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.16 MilliJy IMAGR1: 19975 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.190 MilliJy iter= 206294 IMAGR1: Field 5 Clean flux density= -74.664 MilliJy 206294 comps IMAGR1: Total Cleaned flux density = 5.453 Jy 289511 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.9 MilliJy,max = 8.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.60 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.753 MilliJy iter= 211891 IMAGR1: Field 5 Clean flux density= -210.892 MilliJy 211891 comps IMAGR1: Total Cleaned flux density = 5.317 Jy 295108 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -38.6 MilliJy,max = 41.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.40 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 34.282 MilliJy iter= 211943 IMAGR1: Field 5 Clean flux density= -183.693 MilliJy 211943 comps IMAGR1: Total Cleaned flux density = 5.344 Jy 295160 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -31.7 MilliJy,max = 35.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.19 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 29.166 MilliJy iter= 212014 IMAGR1: Field 5 Clean flux density= -163.598 MilliJy 212014 comps IMAGR1: Total Cleaned flux density = 5.364 Jy 295231 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -27.4 MilliJy,max = 29.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.85 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 25.130 MilliJy iter= 212063 IMAGR1: Field 5 Clean flux density= -141.115 MilliJy 212063 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 295280 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.5 MilliJy,max = 27.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.53 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 21.233 MilliJy iter= 212342 IMAGR1: Field 5 Clean flux density= -130.674 MilliJy 212342 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 295559 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.2 MilliJy,max = 16.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.70 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.486 MilliJy iter= 212709 IMAGR1: Field 5 Clean flux density= -107.474 MilliJy 212709 comps IMAGR1: Total Cleaned flux density = 5.421 Jy 295926 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.5 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.83 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.007 MilliJy iter= 218631 IMAGR1: Field 5 Clean flux density= -185.854 MilliJy 218631 comps IMAGR1: Total Cleaned flux density = 5.342 Jy 301848 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -47.2 MilliJy,max = 46.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.47 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 39.326 MilliJy iter= 218704 IMAGR1: Field 5 Clean flux density= -158.371 MilliJy 218704 comps IMAGR1: Total Cleaned flux density = 5.370 Jy 301921 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -35.1 MilliJy,max = 36.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.98 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 32.472 MilliJy iter= 218745 IMAGR1: Field 5 Clean flux density= -128.151 MilliJy 218745 comps IMAGR1: Total Cleaned flux density = 5.400 Jy 301962 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -30.5 MilliJy,max = 34.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.51 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 28.747 MilliJy iter= 218812 IMAGR1: Field 5 Clean flux density= -113.881 MilliJy 218812 comps IMAGR1: Total Cleaned flux density = 5.414 Jy 302029 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -26.2 MilliJy,max = 29.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.50 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 24.164 MilliJy iter= 218949 IMAGR1: Field 5 Clean flux density= -96.240 MilliJy 218949 comps IMAGR1: Total Cleaned flux density = 5.432 Jy 302166 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -21.7 MilliJy,max = 23.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.26 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 19.353 MilliJy iter= 219007 IMAGR1: Field 5 Clean flux density= -85.000 MilliJy 219007 comps IMAGR1: Total Cleaned flux density = 5.443 Jy 302224 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -20.0 MilliJy,max = 21.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.19 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 17.475 MilliJy iter= 219051 IMAGR1: Field 5 Clean flux density= -74.681 MilliJy 219051 comps IMAGR1: Total Cleaned flux density = 5.453 Jy 302268 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.1 MilliJy,max = 20.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.48 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 16.507 MilliJy iter= 219064 IMAGR1: Field 5 Clean flux density= -59.613 MilliJy 219064 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 302281 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.0 MilliJy,max = 20.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.29 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 14.909 MilliJy iter= 219355 IMAGR1: Field 5 Clean flux density= -77.901 MilliJy 219355 comps IMAGR1: Total Cleaned flux density = 5.450 Jy 302572 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -13.3 MilliJy,max = 13.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.60 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 9.892 MilliJy iter= 219533 IMAGR1: Field 5 Clean flux density= -71.861 MilliJy 219533 comps IMAGR1: Total Cleaned flux density = 5.456 Jy 302750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.1 MilliJy,max = 10.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 7.750 MilliJy iter= 219623 IMAGR1: Field 5 Clean flux density= -57.463 MilliJy 219623 comps IMAGR1: Total Cleaned flux density = 5.471 Jy 302840 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.0 MilliJy,max = 9.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.59 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 5.313 MilliJy iter= 222808 IMAGR1: Field 5 Clean flux density= -103.819 MilliJy 222808 comps IMAGR1: Total Cleaned flux density = 5.424 Jy 306025 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -19.4 MilliJy,max = 17.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.72 MilliJy IMAGR1: 19996 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 14.479 MilliJy iter= 223126 IMAGR1: Field 5 Clean flux density= -99.048 MilliJy 223126 comps IMAGR1: Total Cleaned flux density = 5.429 Jy 306343 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.7 MilliJy,max = 10.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.39 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 6.412 MilliJy iter= 225981 IMAGR1: Field 5 Clean flux density= -115.684 MilliJy 225981 comps IMAGR1: Total Cleaned flux density = 5.412 Jy 309198 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -27.9 MilliJy,max = 29.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.75 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 26.355 MilliJy iter= 225996 IMAGR1: Field 5 Clean flux density= -90.426 MilliJy 225996 comps IMAGR1: Total Cleaned flux density = 5.438 Jy 309213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -25.7 MilliJy,max = 25.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.19 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 23.309 MilliJy iter= 226025 IMAGR1: Field 5 Clean flux density= -73.821 MilliJy 226025 comps IMAGR1: Total Cleaned flux density = 5.454 Jy 309242 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -22.6 MilliJy,max = 21.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.34 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 20.693 MilliJy iter= 226068 IMAGR1: Field 5 Clean flux density= -59.211 MilliJy 226068 comps IMAGR1: Total Cleaned flux density = 5.469 Jy 309285 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -19.3 MilliJy,max = 19.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.32 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 18.343 MilliJy iter= 226096 IMAGR1: Field 5 Clean flux density= -47.966 MilliJy 226096 comps IMAGR1: Total Cleaned flux density = 5.480 Jy 309313 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.8 MilliJy,max = 17.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.76 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 17.275 MilliJy iter= 226108 IMAGR1: Field 5 Clean flux density= -41.024 MilliJy 226108 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 309325 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -17.0 MilliJy,max = 16.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.53 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 15.816 MilliJy iter= 226224 IMAGR1: Field 5 Clean flux density= -51.467 MilliJy 226224 comps IMAGR1: Total Cleaned flux density = 5.477 Jy 309441 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -13.9 MilliJy,max = 13.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.59 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 12.874 MilliJy iter= 226260 IMAGR1: Field 5 Clean flux density= -43.828 MilliJy 226260 comps IMAGR1: Total Cleaned flux density = 5.484 Jy 309477 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -13.0 MilliJy,max = 12.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.12 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 11.650 MilliJy iter= 226321 IMAGR1: Field 5 Clean flux density= -40.347 MilliJy 226321 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 309538 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.0 MilliJy,max = 11.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.42 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 10.623 MilliJy iter= 226340 IMAGR1: Field 5 Clean flux density= -32.859 MilliJy 226340 comps IMAGR1: Total Cleaned flux density = 5.495 Jy 309557 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -11.6 MilliJy,max = 10.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.22 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 9.931 MilliJy iter= 226410 IMAGR1: Field 5 Clean flux density= -30.991 MilliJy 226410 comps IMAGR1: Total Cleaned flux density = 5.497 Jy 309627 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.6 MilliJy,max = 9.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.56 MilliJy IMAGR1: 19997 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 9.143 MilliJy iter= 226426 IMAGR1: Field 5 Clean flux density= -25.451 MilliJy 226426 comps IMAGR1: Total Cleaned flux density = 5.503 Jy 309643 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -9.4 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.42 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 8.662 MilliJy iter= 226473 IMAGR1: Field 5 Clean flux density= -28.173 MilliJy 226473 comps IMAGR1: Total Cleaned flux density = 5.500 Jy 309690 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.8 MilliJy,max = 8.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 7.311 MilliJy iter= 226954 IMAGR1: Field 5 Clean flux density= -51.041 MilliJy 226954 comps IMAGR1: Total Cleaned flux density = 5.477 Jy 310171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.174 MilliJy iter= 233258 IMAGR1: Field 5 Clean flux density= -173.509 MilliJy 233258 comps IMAGR1: Total Cleaned flux density = 5.354 Jy 316475 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -22.4 MilliJy,max = 28.0 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 10.82 MilliJy IMAGR1: 17278 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 18.959 MilliJy iter= 233299 IMAGR1: Field 5 Clean flux density= -136.920 MilliJy 233299 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 316516 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -18.5 MilliJy,max = 18.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.43 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 16.667 MilliJy iter= 233359 IMAGR1: Field 5 Clean flux density= -120.836 MilliJy 233359 comps IMAGR1: Total Cleaned flux density = 5.407 Jy 316576 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.9 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.29 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 13.641 MilliJy iter= 233474 IMAGR1: Field 5 Clean flux density= -99.858 MilliJy 233474 comps IMAGR1: Total Cleaned flux density = 5.428 Jy 316691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.9 MilliJy,max = 12.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.69 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 9.498 MilliJy iter= 234184 IMAGR1: Field 5 Clean flux density= -97.236 MilliJy 234184 comps IMAGR1: Total Cleaned flux density = 5.431 Jy 317401 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.2 MilliJy,max = 8.7 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 2.92 MilliJy IMAGR1: 17996 Residual map points loaded IMAGR1: Field 5 min allowed flux = 4.337 MilliJy iter= 234257 IMAGR1: Field 5 Clean flux density= -92.517 MilliJy 234257 comps IMAGR1: Total Cleaned flux density = 5.435 Jy 317474 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 2.892 MilliJy iter= 236722 IMAGR1: Field 5 Clean flux density= -92.306 MilliJy 236722 comps IMAGR1: Total Cleaned flux density = 5.436 Jy 319939 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -12.8 MilliJy,max = 13.3 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 5.64 MilliJy IMAGR1: 18202 Residual map points loaded IMAGR1: Field 5 min allowed flux = -6.662 MilliJy iter= 237058 IMAGR1: Field 5 Clean flux density= -94.966 MilliJy 237058 comps IMAGR1: Total Cleaned flux density = 5.433 Jy 320275 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 5 min allowed flux = -2.432 MilliJy iter= 241551 IMAGR1: Field 5 Clean flux density= -157.858 MilliJy 241551 comps IMAGR1: Total Cleaned flux density = 5.370 Jy 324768 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -24.2 MilliJy,max = 27.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 10.54 MilliJy IMAGR1: 15904 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 15.861 MilliJy iter= 241634 IMAGR1: Field 5 Clean flux density= -125.200 MilliJy 241634 comps IMAGR1: Total Cleaned flux density = 5.403 Jy 324851 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -15.6 MilliJy,max = 15.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.98 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 13.963 MilliJy iter= 241711 IMAGR1: Field 5 Clean flux density= -103.764 MilliJy 241711 comps IMAGR1: Total Cleaned flux density = 5.424 Jy 324928 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.2 MilliJy,max = 12.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.64 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 9.718 MilliJy iter= 242342 IMAGR1: Field 5 Clean flux density= -102.313 MilliJy 242342 comps IMAGR1: Total Cleaned flux density = 5.426 Jy 325559 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.5 MilliJy,max = 7.9 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 2.99 MilliJy IMAGR1: 12923 Residual map points loaded IMAGR1: Field 5 min allowed flux = -3.937 MilliJy iter= 242432 IMAGR1: Field 5 Clean flux density= -99.428 MilliJy 242432 comps IMAGR1: Total Cleaned flux density = 5.429 Jy 325649 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 3.054 MilliJy iter= 242997 IMAGR1: Field 5 Clean flux density= -79.539 MilliJy 242997 comps IMAGR1: Total Cleaned flux density = 5.448 Jy 326214 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 19772 Residual map points loaded IMAGR1: Field 5 min allowed flux = 1.741 MilliJy iter= 244321 IMAGR1: Field 5 Clean flux density= -117.185 MilliJy 244321 comps IMAGR1: Total Cleaned flux density = 5.411 Jy 327538 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 5 min = -6.3 MilliJy,max = 9.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.31 MilliJy IMAGR1: 15416 Residual map points loaded IMAGR1: Field 5 min allowed flux = 4.534 MilliJy iter= 244356 IMAGR1: Field 5 Clean flux density= -106.293 MilliJy 244356 comps IMAGR1: Total Cleaned flux density = 5.422 Jy 327573 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.75 MilliJy IMAGR1: 18128 Residual map points loaded IMAGR1: Field 5 min allowed flux = 2.252 MilliJy iter= 244512 IMAGR1: Field 5 Clean flux density= -94.155 MilliJy 244512 comps IMAGR1: Total Cleaned flux density = 5.434 Jy 327729 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 15433 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= 1.492 MilliJy iter= 244888 IMAGR1: Field 5 Clean flux density= -75.738 MilliJy 244888 comps IMAGR1: Total Cleaned flux density = 5.452 Jy 328105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 842.56 MicroJy IMAGR1: 836 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -854.390 MicroJy iter= 245263 IMAGR1: Field 5 Clean flux density= -85.006 MilliJy 245263 comps IMAGR1: Total Cleaned flux density = 5.443 Jy 328480 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR1: 19674 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.847 MilliJy iter= 41391 IMAGR1: Field 2 Clean flux density= 52.239 MilliJy 41391 comps IMAGR1: Total Cleaned flux density = 5.430 Jy 329043 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 896.87 MicroJy IMAGR1: 8880 Residual map points loaded IMAGR1: Field 2 min allowed flux = -948.661 MicroJy iter= 43583 IMAGR1: Field 2 Clean flux density= 74.810 MilliJy 43583 comps IMAGR1: Total Cleaned flux density = 5.453 Jy 331235 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 2 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.22 MilliJy IMAGR1: 14463 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.582 MilliJy iter= 43764 IMAGR1: Field 2 Clean flux density= 60.068 MilliJy 43764 comps IMAGR1: Total Cleaned flux density = 5.438 Jy 331416 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 882.57 MicroJy IMAGR1: 7493 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -901.083 MicroJy iter= 46285 IMAGR1: Field 2 Clean flux density= 98.416 MilliJy 46285 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 333937 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR1: 19868 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -1.798 MilliJy iter= 7130 IMAGR1: Field 7 Clean flux density= 73.746 MilliJy 7130 comps IMAGR1: Total Cleaned flux density = 5.458 Jy 335270 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -4.2 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.98 MilliJy IMAGR1: 11020 Residual map points loaded IMAGR1: Field 7 min allowed flux = -2.557 MilliJy iter= 7257 IMAGR1: Field 7 Clean flux density= 83.643 MilliJy 7257 comps IMAGR1: Total Cleaned flux density = 5.468 Jy 335397 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 19070 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -1.444 MilliJy iter= 9479 IMAGR1: Field 7 Clean flux density= 67.178 MilliJy 9479 comps IMAGR1: Total Cleaned flux density = 5.452 Jy 337619 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -8.0 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 3.25 MilliJy IMAGR1: 17000 Residual map points loaded IMAGR1: Field 7 min allowed flux = 4.208 MilliJy iter= 9641 IMAGR1: Field 7 Clean flux density= 69.076 MilliJy 9641 comps IMAGR1: Total Cleaned flux density = 5.453 Jy 337781 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.970 MilliJy iter= 14642 IMAGR1: Field 7 Clean flux density= 105.790 MilliJy 14642 comps IMAGR1: Total Cleaned flux density = 5.490 Jy 342782 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -26.5 MilliJy,max = 27.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.74 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -17.700 MilliJy iter= 15384 IMAGR1: Field 7 Clean flux density= 213.703 MilliJy 15384 comps IMAGR1: Total Cleaned flux density = 5.598 Jy 343524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -42.8 MilliJy,max = 32.7 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 12.03 MilliJy IMAGR1: 14438 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -29.585 MilliJy iter= 15399 IMAGR1: Field 7 Clean flux density= 168.058 MilliJy 15399 comps IMAGR1: Total Cleaned flux density = 5.552 Jy 343539 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -29.0 MilliJy,max = 29.2 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 10.13 MilliJy IMAGR1: 18262 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -15.026 MilliJy iter= 15493 IMAGR1: Field 7 Clean flux density= 136.017 MilliJy 15493 comps IMAGR1: Total Cleaned flux density = 5.520 Jy 343633 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.8 MilliJy,max = 14.9 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 6.35 MilliJy IMAGR1: 19700 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -10.340 MilliJy iter= 15624 IMAGR1: Field 7 Clean flux density= 111.584 MilliJy 15624 comps IMAGR1: Total Cleaned flux density = 5.496 Jy 343764 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.2 MilliJy,max = 9.0 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 4.00 MilliJy IMAGR1: 18921 Residual map points loaded IMAGR1: Field 7 min allowed flux = 4.561 MilliJy iter= 15884 IMAGR1: Field 7 Clean flux density= 103.357 MilliJy 15884 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 5.488 Jy 344024 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR1: 19974 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.183 MilliJy iter= 20991 IMAGR1: Field 7 Clean flux density= 133.223 MilliJy 20991 comps IMAGR1: Total Cleaned flux density = 5.518 Jy 349131 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -26.3 MilliJy,max = 22.7 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 10.16 MilliJy IMAGR1: 18337 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -13.935 MilliJy iter= 21117 IMAGR1: Field 7 Clean flux density= 106.314 MilliJy 21117 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 349257 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -13.5 MilliJy,max = 13.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.97 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.013 MilliJy iter= 22966 IMAGR1: Field 7 Clean flux density= 123.401 MilliJy 22966 comps IMAGR1: Total Cleaned flux density = 5.508 Jy 351106 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -41.8 MilliJy,max = 42.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 16.27 MilliJy IMAGR1: 19688 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -25.296 MilliJy iter= 23053 IMAGR1: Field 7 Clean flux density= 104.067 MilliJy 23053 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 351193 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -25.0 MilliJy,max = 24.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.79 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -23.349 MilliJy iter= 23111 IMAGR1: Field 7 Clean flux density= 90.028 MilliJy 23111 comps IMAGR1: Total Cleaned flux density = 5.474 Jy 351251 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -20.5 MilliJy,max = 20.4 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 9.87 MilliJy IMAGR1: 19187 Residual map points loaded IMAGR1: Field 7 min allowed flux = 10.252 MilliJy iter= 23571 IMAGR1: Field 7 Clean flux density= 116.757 MilliJy 23571 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 351711 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.2 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 2.96 MilliJy IMAGR1: 16708 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -3.920 MilliJy iter= 23716 IMAGR1: Field 7 Clean flux density= 93.252 MilliJy 23716 comps IMAGR1: Total Cleaned flux density = 5.478 Jy 351856 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.210 MilliJy iter= 29342 IMAGR1: Field 7 Clean flux density= 120.068 MilliJy 29342 comps IMAGR1: Total Cleaned flux density = 5.504 Jy 357482 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -22.3 MilliJy,max = 22.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.23 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -14.817 MilliJy iter= 30164 IMAGR1: Field 7 Clean flux density= 153.061 MilliJy 30164 comps IMAGR1: Total Cleaned flux density = 5.537 Jy 358304 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -24.1 MilliJy,max = 28.1 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 7.90 MilliJy IMAGR1: 18536 Residual map points loaded IMAGR1: Field 7 min allowed flux = -14.026 MilliJy iter= 30218 IMAGR1: Field 7 Clean flux density= 182.501 MilliJy 30218 comps IMAGR1: Total Cleaned flux density = 5.567 Jy 358358 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.0 MilliJy,max = 13.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.99 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -11.497 MilliJy iter= 30380 IMAGR1: Field 7 Clean flux density= 145.280 MilliJy 30380 comps IMAGR1: Total Cleaned flux density = 5.530 Jy 358520 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.51 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -5.613 MilliJy iter= 30610 IMAGR1: Field 7 Clean flux density= 116.420 MilliJy 30610 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 358750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 2.30 MilliJy IMAGR1: 19182 Residual map points loaded IMAGR1: Field 7 min allowed flux = 2.413 MilliJy iter= 31098 IMAGR1: Field 7 Clean flux density= 119.891 MilliJy 31098 comps IMAGR1: Total Cleaned flux density = 5.504 Jy 359238 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR1: 19294 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.269 MilliJy iter= 36325 IMAGR1: Field 7 Clean flux density= 117.749 MilliJy 36325 comps IMAGR1: Total Cleaned flux density = 5.502 Jy 364465 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: Field 7 min allowed flux = -4.275 MilliJy iter= 41201 IMAGR1: Field 7 Clean flux density= 184.171 MilliJy 41201 comps IMAGR1: Total Cleaned flux density = 5.569 Jy 369341 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -50.4 MilliJy,max = 45.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 19.48 MilliJy IMAGR1: 16596 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -40.804 MilliJy iter= 41214 IMAGR1: Field 7 Clean flux density= 143.732 MilliJy 41214 comps IMAGR1: Total Cleaned flux density = 5.528 Jy 369354 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -39.8 MilliJy,max = 40.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.83 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -37.760 MilliJy iter= 41233 IMAGR1: Field 7 Clean flux density= 116.742 MilliJy 41233 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 369373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -34.9 MilliJy,max = 36.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.79 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -33.873 MilliJy iter= 41257 IMAGR1: Field 7 Clean flux density= 103.453 MilliJy 41257 comps IMAGR1: Total Cleaned flux density = 5.488 Jy 369397 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -31.8 MilliJy,max = 32.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.72 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -29.865 MilliJy iter= 41297 IMAGR1: Field 7 Clean flux density= 85.304 MilliJy 41297 comps IMAGR1: Total Cleaned flux density = 5.470 Jy 369437 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -27.6 MilliJy,max = 28.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.22 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -24.465 MilliJy iter= 41435 IMAGR1: Field 7 Clean flux density= 107.126 MilliJy 41435 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 369575 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -19.5 MilliJy,max = 19.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 10.34 MilliJy IMAGR1: 18846 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -10.542 MilliJy iter= 41990 IMAGR1: Field 7 Clean flux density= 157.502 MilliJy 41990 comps IMAGR1: Total Cleaned flux density = 5.542 Jy 370130 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.1 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 7 min allowed flux = 3.782 MilliJy iter= 47297 IMAGR1: Field 7 Clean flux density= 206.491 MilliJy 47297 comps IMAGR1: Total Cleaned flux density = 5.591 Jy 375437 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -35.8 MilliJy,max = 37.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 15.51 MilliJy IMAGR1: 19915 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -25.464 MilliJy iter= 47351 IMAGR1: Field 7 Clean flux density= 166.523 MilliJy 47351 comps IMAGR1: Total Cleaned flux density = 5.551 Jy 375491 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -25.0 MilliJy,max = 25.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.68 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -23.463 MilliJy iter= 47434 IMAGR1: Field 7 Clean flux density= 145.832 MilliJy 47434 comps IMAGR1: Total Cleaned flux density = 5.530 Jy 375574 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -21.2 MilliJy,max = 21.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.59 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -18.456 MilliJy iter= 47594 IMAGR1: Field 7 Clean flux density= 127.680 MilliJy 47594 comps IMAGR1: Total Cleaned flux density = 5.512 Jy 375734 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.0 MilliJy,max = 15.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.62 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -13.340 MilliJy iter= 47763 IMAGR1: Field 7 Clean flux density= 106.994 MilliJy 47763 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 375903 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -11.5 MilliJy,max = 12.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.50 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -8.791 MilliJy iter= 48701 IMAGR1: Field 7 Clean flux density= 112.578 MilliJy 48701 comps IMAGR1: Total Cleaned flux density = 5.497 Jy 376841 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -8.1 MilliJy,max = 10.2 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 3.40 MilliJy IMAGR1: 19209 Residual map points loaded IMAGR1: Field 7 min allowed flux = 5.112 MilliJy iter= 48794 IMAGR1: Field 7 Clean flux density= 121.533 MilliJy 48794 comps IMAGR1: Total Cleaned flux density = 5.506 Jy 376934 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.728 MilliJy iter= 54150 IMAGR1: Field 7 Clean flux density= 145.109 MilliJy 54150 comps IMAGR1: Total Cleaned flux density = 5.530 Jy 382290 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -31.7 MilliJy,max = 31.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.82 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -25.683 MilliJy iter= 54221 IMAGR1: Field 7 Clean flux density= 114.726 MilliJy 54221 comps IMAGR1: Total Cleaned flux density = 5.499 Jy 382361 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.6 MilliJy,max = 22.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.25 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.487 MilliJy iter= 54260 IMAGR1: Field 7 Clean flux density= 91.435 MilliJy 54260 comps IMAGR1: Total Cleaned flux density = 5.476 Jy 382400 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -19.0 MilliJy,max = 19.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.20 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -15.851 MilliJy iter= 54638 IMAGR1: Field 7 Clean flux density= 107.091 MilliJy 54638 comps IMAGR1: Total Cleaned flux density = 5.492 Jy 382778 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.7 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.96 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: Field 7 min allowed flux = 4.349 MilliJy iter= 58654 IMAGR1: Field 7 Clean flux density= 126.057 MilliJy 58654 comps IMAGR1: Total Cleaned flux density = 5.510 Jy 386794 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -34.4 MilliJy,max = 42.2 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 16.33 MilliJy IMAGR1: 12593 Residual map points loaded IMAGR1: Field 7 min allowed flux = 21.116 MilliJy iter= 58787 IMAGR1: Field 7 Clean flux density= 145.513 MilliJy 58787 comps IMAGR1: Total Cleaned flux density = 5.530 Jy 386927 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -20.4 MilliJy,max = 20.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.75 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -18.881 MilliJy iter= 58840 IMAGR1: Field 7 Clean flux density= 116.339 MilliJy 58840 comps IMAGR1: Total Cleaned flux density = 5.501 Jy 386980 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -17.9 MilliJy,max = 17.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.55 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -14.872 MilliJy iter= 59160 IMAGR1: Field 7 Clean flux density= 104.840 MilliJy 59160 comps IMAGR1: Total Cleaned flux density = 5.489 Jy 387300 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.5 MilliJy,max = 9.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.67 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -5.078 MilliJy iter= 63686 IMAGR1: Field 7 Clean flux density= 130.169 MilliJy 63686 comps IMAGR1: Total Cleaned flux density = 5.515 Jy 391826 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -43.6 MilliJy,max = 46.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 19.91 MilliJy IMAGR1: 19973 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -31.623 MilliJy iter= 64038 IMAGR1: Field 7 Clean flux density= 183.733 MilliJy 64038 comps IMAGR1: Total Cleaned flux density = 5.568 Jy 392178 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -20.1 MilliJy,max = 18.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.81 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: Field 7 min allowed flux = 10.033 MilliJy iter= 67457 IMAGR1: Field 7 Clean flux density= 258.060 MilliJy 67457 comps IMAGR1: Total Cleaned flux density = 5.643 Jy 395597 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -77.4 MilliJy,max = 84.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 32.58 MilliJy IMAGR1: 13346 Residual map points loaded IMAGR1: Field 7 min allowed flux = -41.894 MilliJy iter= 67616 IMAGR1: Field 7 Clean flux density= 256.856 MilliJy 67616 comps IMAGR1: Total Cleaned flux density = 5.641 Jy 395756 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -39.5 MilliJy,max = 39.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 19.20 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -27.731 MilliJy iter= 68397 IMAGR1: Field 7 Clean flux density= 246.225 MilliJy 68397 comps IMAGR1: Total Cleaned flux density = 5.631 Jy 396537 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -36.4 MilliJy,max = 38.3 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 11.78 MilliJy IMAGR1: 19318 Residual map points loaded IMAGR1: Field 7 min allowed flux = 19.030 MilliJy iter= 68470 IMAGR1: Field 7 Clean flux density= 217.313 MilliJy 68470 comps IMAGR1: Total Cleaned flux density = 5.602 Jy 396610 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -18.9 MilliJy,max = 18.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.76 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: Field 7 min allowed flux = 9.468 MilliJy iter= 72560 IMAGR1: Field 7 Clean flux density= 285.024 MilliJy 72560 comps IMAGR1: Total Cleaned flux density = 5.669 Jy 400700 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -119.1 MilliJy,max = 108.7 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 46.04 MilliJy IMAGR1: 16426 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -68.230 MilliJy iter= 72667 IMAGR1: Field 7 Clean flux density= 249.872 MilliJy 72667 comps IMAGR1: Total Cleaned flux density = 5.634 Jy 400807 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -63.8 MilliJy,max = 66.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 29.87 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -57.270 MilliJy iter= 72753 IMAGR1: Field 7 Clean flux density= 253.100 MilliJy 72753 comps IMAGR1: Total Cleaned flux density = 5.638 Jy 400893 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -48.3 MilliJy,max = 45.9 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 23.48 MilliJy IMAGR1: 16661 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -26.250 MilliJy iter= 73022 IMAGR1: Field 7 Clean flux density= 212.607 MilliJy 73022 comps IMAGR1: Total Cleaned flux density = 5.597 Jy 401162 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -24.0 MilliJy,max = 23.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.70 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -12.107 MilliJy iter= 78525 IMAGR1: Field 7 Clean flux density= 637.646 MilliJy 78525 comps IMAGR1: Total Cleaned flux density = 6.022 Jy 406665 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -159.8 MilliJy,max = 152.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 68.61 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -137.534 MilliJy iter= 78546 IMAGR1: Field 7 Clean flux density= 508.687 MilliJy 78546 comps IMAGR1: Total Cleaned flux density = 5.893 Jy 406686 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -130.7 MilliJy,max = 132.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 64.07 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -110.986 MilliJy iter= 78723 IMAGR1: Field 7 Clean flux density= 676.992 MilliJy 78723 comps IMAGR1: Total Cleaned flux density = 6.061 Jy 406863 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -80.3 MilliJy,max = 77.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.76 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -69.857 MilliJy iter= 78770 IMAGR1: Field 7 Clean flux density= 540.168 MilliJy 78770 comps IMAGR1: Total Cleaned flux density = 5.925 Jy 406910 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -64.2 MilliJy,max = 63.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 34.37 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -55.300 MilliJy iter= 78957 IMAGR1: Field 7 Clean flux density= 479.842 MilliJy 78957 comps IMAGR1: Total Cleaned flux density = 5.864 Jy 407097 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -42.7 MilliJy,max = 42.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.29 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -34.504 MilliJy iter= 79177 IMAGR1: Field 7 Clean flux density= 393.848 MilliJy 79177 comps IMAGR1: Total Cleaned flux density = 5.778 Jy 407317 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -27.5 MilliJy,max = 26.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.46 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -22.139 MilliJy iter= 79375 IMAGR1: Field 7 Clean flux density= 313.931 MilliJy 79375 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 407515 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -18.7 MilliJy,max = 18.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.25 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -10.554 MilliJy iter= 85328 IMAGR1: Field 7 Clean flux density= 670.513 MilliJy 85328 comps IMAGR1: Total Cleaned flux density = 6.055 Jy 413468 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -95.9 MilliJy,max = 97.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 49.53 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -76.405 MilliJy iter= 85600 IMAGR1: Field 7 Clean flux density= 690.836 MilliJy 85600 comps IMAGR1: Total Cleaned flux density = 6.075 Jy 413740 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -57.7 MilliJy,max = 55.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.31 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -46.695 MilliJy iter= 85701 IMAGR1: Field 7 Clean flux density= 549.017 MilliJy 85701 comps IMAGR1: Total Cleaned flux density = 5.933 Jy 413841 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -43.5 MilliJy,max = 41.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.36 MilliJy IMAGR1: 19975 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -30.944 MilliJy iter= 86838 IMAGR1: Field 7 Clean flux density= 478.129 MilliJy 86838 comps IMAGR1: Total Cleaned flux density = 5.863 Jy 414978 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -42.4 MilliJy,max = 38.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 17.39 MilliJy IMAGR1: 17458 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -24.996 MilliJy iter= 86955 IMAGR1: Field 7 Clean flux density= 381.767 MilliJy 86955 comps IMAGR1: Total Cleaned flux density = 5.766 Jy 415095 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.6 MilliJy,max = 23.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.33 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -19.467 MilliJy iter= 87247 IMAGR1: Field 7 Clean flux density= 304.398 MilliJy 87247 comps IMAGR1: Total Cleaned flux density = 5.689 Jy 415387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -15.1 MilliJy,max = 14.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.59 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 7 min allowed flux = 6.832 MilliJy iter= 92732 IMAGR1: Field 7 Clean flux density= 639.773 MilliJy 92732 comps IMAGR1: Total Cleaned flux density = 6.024 Jy 420872 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -75.1 MilliJy,max = 68.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 31.74 MilliJy IMAGR1: 18386 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -56.618 MilliJy iter= 92773 IMAGR1: Field 7 Clean flux density= 509.538 MilliJy 92773 comps IMAGR1: Total Cleaned flux density = 5.894 Jy 420913 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -54.1 MilliJy,max = 55.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.76 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -48.499 MilliJy iter= 92851 IMAGR1: Field 7 Clean flux density= 420.752 MilliJy 92851 comps IMAGR1: Total Cleaned flux density = 5.805 Jy 420991 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -44.8 MilliJy,max = 42.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.18 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -36.079 MilliJy iter= 93097 IMAGR1: Field 7 Clean flux density= 335.912 MilliJy 93097 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 421237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -25.8 MilliJy,max = 26.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.67 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -19.313 MilliJy iter= 93684 IMAGR1: Field 7 Clean flux density= 304.047 MilliJy 93684 comps IMAGR1: Total Cleaned flux density = 5.688 Jy 421824 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.2 MilliJy,max = 11.9 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 5.84 MilliJy IMAGR1: 15863 Residual map points loaded IMAGR1: Field 7 min allowed flux = -7.102 MilliJy iter= 93931 IMAGR1: Field 7 Clean flux density= 259.668 MilliJy 93931 comps IMAGR1: Total Cleaned flux density = 5.644 Jy 422071 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.0 MilliJy,max = 7.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.87 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.991 MilliJy iter= 99696 IMAGR1: Field 7 Clean flux density= 299.488 MilliJy 99696 comps IMAGR1: Total Cleaned flux density = 5.684 Jy 427836 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -33.1 MilliJy,max = 31.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.30 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -26.415 MilliJy iter= 99786 IMAGR1: Field 7 Clean flux density= 237.803 MilliJy 99786 comps IMAGR1: Total Cleaned flux density = 5.622 Jy 427926 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.2 MilliJy,max = 23.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.54 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -13.835 MilliJy iter= 104158 IMAGR1: Field 7 Clean flux density= 338.301 MilliJy 104158 comps IMAGR1: Total Cleaned flux density = 5.723 Jy 432298 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -117.9 MilliJy,max = 101.1 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 49.84 MilliJy IMAGR1: 19214 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -94.731 MilliJy iter= 104173 IMAGR1: Field 7 Clean flux density= 266.543 MilliJy 104173 comps IMAGR1: Total Cleaned flux density = 5.651 Jy 432313 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -92.7 MilliJy,max = 92.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 47.43 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -88.660 MilliJy iter= 104187 IMAGR1: Field 7 Clean flux density= 212.697 MilliJy 104187 comps IMAGR1: Total Cleaned flux density = 5.597 Jy 432327 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 7 min = -85.9 MilliJy,max = 85.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 45.83 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -81.089 MilliJy iter= 104236 IMAGR1: Field 7 Clean flux density= 171.622 MilliJy 104236 comps IMAGR1: Total Cleaned flux density = 5.556 Jy 432376 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -74.9 MilliJy,max = 77.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 41.01 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -66.882 MilliJy iter= 104402 IMAGR1: Field 7 Clean flux density= 320.740 MilliJy 104402 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 432542 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -55.0 MilliJy,max = 57.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.57 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -45.223 MilliJy iter= 104589 IMAGR1: Field 7 Clean flux density= 268.606 MilliJy 104589 comps IMAGR1: Total Cleaned flux density = 5.653 Jy 432729 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -37.0 MilliJy,max = 36.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 19.91 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -27.309 MilliJy iter= 105511 IMAGR1: Field 7 Clean flux density= 330.234 MilliJy 105511 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 433651 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -30.1 MilliJy,max = 30.3 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 11.20 MilliJy IMAGR1: 18288 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -18.108 MilliJy iter= 105586 IMAGR1: Field 7 Clean flux density= 266.544 MilliJy 105586 comps IMAGR1: Total Cleaned flux density = 5.651 Jy 433726 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -17.3 MilliJy,max = 17.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.77 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -12.878 MilliJy iter= 106187 IMAGR1: Field 7 Clean flux density= 218.176 MilliJy 106187 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 434327 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.2 MilliJy,max = 14.4 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 5.28 MilliJy IMAGR1: 15800 Residual map points loaded IMAGR1: Field 7 min allowed flux = 7.185 MilliJy iter= 106307 IMAGR1: Field 7 Clean flux density= 236.639 MilliJy 106307 comps IMAGR1: Total Cleaned flux density = 5.621 Jy 434447 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.3 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.86 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.969 MilliJy iter= 111722 IMAGR1: Field 7 Clean flux density= 221.010 MilliJy 111722 comps IMAGR1: Total Cleaned flux density = 5.605 Jy 439862 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -40.5 MilliJy,max = 37.0 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 16.60 MilliJy IMAGR1: 17266 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -30.050 MilliJy iter= 111751 IMAGR1: Field 7 Clean flux density= 176.761 MilliJy 111751 comps IMAGR1: Total Cleaned flux density = 5.561 Jy 439891 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -29.6 MilliJy,max = 29.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.76 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -27.714 MilliJy iter= 111797 IMAGR1: Field 7 Clean flux density= 142.945 MilliJy 111797 comps IMAGR1: Total Cleaned flux density = 5.527 Jy 439937 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -26.3 MilliJy,max = 25.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.15 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -23.644 MilliJy iter= 111833 IMAGR1: Field 7 Clean flux density= 113.695 MilliJy 111833 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 439973 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -22.9 MilliJy,max = 22.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.15 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -19.292 MilliJy iter= 112084 IMAGR1: Field 7 Clean flux density= 112.735 MilliJy 112084 comps IMAGR1: Total Cleaned flux density = 5.497 Jy 440224 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.4 MilliJy,max = 14.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.22 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -8.768 MilliJy iter= 114419 IMAGR1: Field 7 Clean flux density= 139.612 MilliJy 114419 comps IMAGR1: Total Cleaned flux density = 5.524 Jy 442559 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -32.1 MilliJy,max = 32.5 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 13.72 MilliJy IMAGR1: 19873 Residual map points loaded IMAGR1: Field 7 min allowed flux = -16.208 MilliJy iter= 114792 IMAGR1: Field 7 Clean flux density= 250.184 MilliJy 114792 comps IMAGR1: Total Cleaned flux density = 5.635 Jy 442932 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.6 MilliJy,max = 12.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.84 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.261 MilliJy iter= 115000 IMAGR1: Field 7 Clean flux density= 199.347 MilliJy 115000 comps IMAGR1: Total Cleaned flux density = 5.584 Jy 443140 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.6 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.86 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -5.776 MilliJy iter= 115344 IMAGR1: Field 7 Clean flux density= 158.922 MilliJy 115344 comps IMAGR1: Total Cleaned flux density = 5.543 Jy 443484 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.303 MilliJy iter= 120946 IMAGR1: Field 7 Clean flux density= 192.000 MilliJy 120946 comps IMAGR1: Total Cleaned flux density = 5.576 Jy 449086 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -23.6 MilliJy,max = 23.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.07 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -19.158 MilliJy iter= 121003 IMAGR1: Field 7 Clean flux density= 153.017 MilliJy 121003 comps IMAGR1: Total Cleaned flux density = 5.537 Jy 449143 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.3 MilliJy,max = 17.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.64 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.693 MilliJy iter= 125129 IMAGR1: Field 7 Clean flux density= 330.557 MilliJy 125129 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 453269 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -88.1 MilliJy,max = 77.6 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 37.24 MilliJy IMAGR1: 19769 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -77.423 MilliJy iter= 125138 IMAGR1: Field 7 Clean flux density= 257.309 MilliJy 125138 comps IMAGR1: Total Cleaned flux density = 5.642 Jy 453278 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -75.5 MilliJy,max = 76.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.06 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -70.979 MilliJy iter= 125165 IMAGR1: Field 7 Clean flux density= 206.404 MilliJy 125165 comps IMAGR1: Total Cleaned flux density = 5.591 Jy 453305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -67.2 MilliJy,max = 65.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 33.38 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -64.529 MilliJy iter= 125176 IMAGR1: Field 7 Clean flux density= 160.461 MilliJy 125176 comps IMAGR1: Total Cleaned flux density = 5.545 Jy 453316 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -63.0 MilliJy,max = 62.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 32.42 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -57.391 MilliJy iter= 125293 IMAGR1: Field 7 Clean flux density= 180.896 MilliJy 125293 comps IMAGR1: Total Cleaned flux density = 5.565 Jy 453433 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -47.7 MilliJy,max = 48.3 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 24.26 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 18714 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -41.083 MilliJy iter= 125332 IMAGR1: Field 7 Clean flux density= 161.153 MilliJy 125332 comps IMAGR1: Total Cleaned flux density = 5.546 Jy 453472 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -44.2 MilliJy,max = 40.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.01 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -36.056 MilliJy iter= 125501 IMAGR1: Field 7 Clean flux density= 159.474 MilliJy 125501 comps IMAGR1: Total Cleaned flux density = 5.544 Jy 453641 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -31.7 MilliJy,max = 28.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.22 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -25.853 MilliJy iter= 125547 IMAGR1: Field 7 Clean flux density= 127.643 MilliJy 125547 comps IMAGR1: Total Cleaned flux density = 5.512 Jy 453687 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -29.3 MilliJy,max = 24.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.92 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.495 MilliJy iter= 126095 IMAGR1: Field 7 Clean flux density= 161.271 MilliJy 126095 comps IMAGR1: Total Cleaned flux density = 5.546 Jy 454235 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.7 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.60 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -6.450 MilliJy iter= 126816 IMAGR1: Field 7 Clean flux density= 133.548 MilliJy 126816 comps IMAGR1: Total Cleaned flux density = 5.518 Jy 454956 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.7 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 2.64 MilliJy IMAGR1: 15924 Residual map points loaded IMAGR1: Field 7 min allowed flux = -3.837 MilliJy iter= 126896 IMAGR1: Field 7 Clean flux density= 125.199 MilliJy 126896 comps IMAGR1: Total Cleaned flux density = 5.510 Jy 455036 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.4 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.195 MilliJy iter= 132151 IMAGR1: Field 7 Clean flux density= 144.665 MilliJy 132151 comps IMAGR1: Total Cleaned flux density = 5.529 Jy 460291 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -20.5 MilliJy,max = 17.6 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 8.42 MilliJy IMAGR1: 19838 Residual map points loaded IMAGR1: Field 7 min allowed flux = -10.261 MilliJy iter= 132379 IMAGR1: Field 7 Clean flux density= 135.921 MilliJy 132379 comps IMAGR1: Total Cleaned flux density = 5.520 Jy 460519 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.1 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.09 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 5.234 MilliJy iter= 138213 IMAGR1: Field 7 Clean flux density= 353.272 MilliJy 138213 comps IMAGR1: Total Cleaned flux density = 5.738 Jy 466353 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -58.9 MilliJy,max = 56.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.48 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -50.211 MilliJy iter= 138260 IMAGR1: Field 7 Clean flux density= 284.978 MilliJy 138260 comps IMAGR1: Total Cleaned flux density = 5.669 Jy 466400 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -46.5 MilliJy,max = 46.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.19 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -36.415 MilliJy iter= 138744 IMAGR1: Field 7 Clean flux density= 310.270 MilliJy 138744 comps IMAGR1: Total Cleaned flux density = 5.695 Jy 466884 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -22.5 MilliJy,max = 21.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.53 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 7 min allowed flux = -11.252 MilliJy iter= 141489 IMAGR1: Field 7 Clean flux density= 416.629 MilliJy 141489 comps IMAGR1: Total Cleaned flux density = 5.801 Jy 469629 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -66.8 MilliJy,max = 74.6 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 25.54 MilliJy IMAGR1: 19609 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -47.296 MilliJy iter= 141526 IMAGR1: Field 7 Clean flux density= 354.521 MilliJy 141526 comps IMAGR1: Total Cleaned flux density = 5.739 Jy 469666 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -47.0 MilliJy,max = 47.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.09 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -42.276 MilliJy iter= 141604 IMAGR1: Field 7 Clean flux density= 293.871 MilliJy 141604 comps IMAGR1: Total Cleaned flux density = 5.678 Jy 469744 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -36.1 MilliJy,max = 34.3 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 17.87 MilliJy IMAGR1: 18172 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -29.009 MilliJy iter= 141685 IMAGR1: Field 7 Clean flux density= 233.682 MilliJy 141685 comps IMAGR1: Total Cleaned flux density = 5.618 Jy 469825 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -27.1 MilliJy,max = 27.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.57 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -21.135 MilliJy iter= 142486 IMAGR1: Field 7 Clean flux density= 287.375 MilliJy 142486 comps IMAGR1: Total Cleaned flux density = 5.672 Jy 470626 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -26.2 MilliJy,max = 25.5 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 8.98 MilliJy IMAGR1: 19365 Residual map points loaded IMAGR1: Field 7 min allowed flux = -13.103 MilliJy iter= 142578 IMAGR1: Field 7 Clean flux density= 261.434 MilliJy 142578 comps IMAGR1: Total Cleaned flux density = 5.646 Jy 470718 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -13.0 MilliJy,max = 13.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.46 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -11.182 MilliJy iter= 142807 IMAGR1: Field 7 Clean flux density= 212.549 MilliJy 142807 comps IMAGR1: Total Cleaned flux density = 5.597 Jy 470947 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.4 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 7 min allowed flux = -4.207 MilliJy iter= 145397 IMAGR1: Field 7 Clean flux density= 311.188 MilliJy 145397 comps IMAGR1: Total Cleaned flux density = 5.696 Jy 473537 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -21.9 MilliJy,max = 25.3 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 9.77 MilliJy IMAGR1: 10936 Residual map points loaded IMAGR1: Field 7 min allowed flux = 12.625 MilliJy iter= 145517 IMAGR1: Field 7 Clean flux density= 311.534 MilliJy 145517 comps IMAGR1: Total Cleaned flux density = 5.696 Jy 473657 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.0 MilliJy,max = 12.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.05 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.712 MilliJy iter= 145790 IMAGR1: Field 7 Clean flux density= 251.287 MilliJy 145790 comps IMAGR1: Total Cleaned flux density = 5.636 Jy 473930 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -3.500 MilliJy iter= 148778 IMAGR1: Field 7 Clean flux density= 204.064 MilliJy 148778 comps IMAGR1: Total Cleaned flux density = 5.588 Jy 476918 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -21.2 MilliJy,max = 21.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.00 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: Field 7 min allowed flux = 10.612 MilliJy iter= 151511 IMAGR1: Field 7 Clean flux density= 486.896 MilliJy 151511 comps IMAGR1: Total Cleaned flux density = 5.871 Jy 479651 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -84.5 MilliJy,max = 99.2 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 32.48 MilliJy IMAGR1: 17979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -53.552 MilliJy iter= 151569 IMAGR1: Field 7 Clean flux density= 406.549 MilliJy 151569 comps IMAGR1: Total Cleaned flux density = 5.791 Jy 479709 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -52.4 MilliJy,max = 53.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 25.23 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -48.426 MilliJy iter= 151657 IMAGR1: Field 7 Clean flux density= 369.169 MilliJy 151657 comps IMAGR1: Total Cleaned flux density = 5.754 Jy 479797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -38.5 MilliJy,max = 38.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.97 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -34.270 MilliJy iter= 151720 IMAGR1: Field 7 Clean flux density= 303.014 MilliJy 151720 comps IMAGR1: Total Cleaned flux density = 5.687 Jy 479860 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -31.1 MilliJy,max = 30.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.00 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -24.152 MilliJy iter= 152258 IMAGR1: Field 7 Clean flux density= 300.270 MilliJy 152258 comps IMAGR1: Total Cleaned flux density = 5.685 Jy 480398 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -21.1 MilliJy,max = 16.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.15 MilliJy IMAGR1: 18751 Residual map points loaded IMAGR1: Field 7 min allowed flux = -10.517 MilliJy iter= 152312 IMAGR1: Field 7 Clean flux density= 277.515 MilliJy 152312 comps IMAGR1: Total Cleaned flux density = 5.662 Jy 480452 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.5 MilliJy,max = 10.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.87 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 7 min allowed flux = -5.234 MilliJy iter= 156474 IMAGR1: Field 7 Clean flux density= 493.421 MilliJy 156474 comps IMAGR1: Total Cleaned flux density = 5.878 Jy 484614 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -62.8 MilliJy,max = 64.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 24.88 MilliJy IMAGR1: 13619 Residual map points loaded IMAGR1: Field 7 min allowed flux = -32.023 MilliJy iter= 156624 IMAGR1: Field 7 Clean flux density= 411.925 MilliJy 156624 comps IMAGR1: Total Cleaned flux density = 5.796 Jy 484764 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -30.4 MilliJy,max = 28.0 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 13.13 MilliJy IMAGR1: 17562 Residual map points loaded IMAGR1: Field 7 min allowed flux = -15.217 MilliJy iter= 156885 IMAGR1: Field 7 Clean flux density= 380.835 MilliJy 156885 comps IMAGR1: Total Cleaned flux density = 5.765 Jy 485025 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -13.6 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.93 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.496 MilliJy iter= 157900 IMAGR1: Field 7 Clean flux density= 319.921 MilliJy 157900 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 486040 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -17.0 MilliJy,max = 17.8 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 5.90 MilliJy IMAGR1: 18839 Residual map points loaded IMAGR1: Field 7 min allowed flux = 8.876 MilliJy iter= 157985 IMAGR1: Field 7 Clean flux density= 329.882 MilliJy 157985 comps IMAGR1: Total Cleaned flux density = 5.714 Jy 486125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.7 MilliJy,max = 8.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.42 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -4.553 MilliJy iter= 163336 IMAGR1: Field 7 Clean flux density= 574.222 MilliJy 163336 comps IMAGR1: Total Cleaned flux density = 5.959 Jy 491476 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -80.7 MilliJy,max = 61.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 31.21 MilliJy IMAGR1: 12594 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -53.561 MilliJy iter= 163367 IMAGR1: Field 7 Clean flux density= 455.740 MilliJy 163367 comps IMAGR1: Total Cleaned flux density = 5.840 Jy 491507 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -52.7 MilliJy,max = 52.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 25.14 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -49.162 MilliJy iter= 163426 IMAGR1: Field 7 Clean flux density= 370.754 MilliJy 163426 comps IMAGR1: Total Cleaned flux density = 5.755 Jy 491566 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -41.5 MilliJy,max = 43.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.93 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -32.036 MilliJy iter= 164085 IMAGR1: Field 7 Clean flux density= 480.244 MilliJy 164085 comps IMAGR1: Total Cleaned flux density = 5.865 Jy 492225 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -38.3 MilliJy,max = 45.7 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 14.03 MilliJy IMAGR1: 17829 Residual map points loaded IMAGR1: Field 7 min allowed flux = 22.803 MilliJy iter= 164165 IMAGR1: Field 7 Clean flux density= 445.079 MilliJy 164165 comps IMAGR1: Total Cleaned flux density = 5.829 Jy 492305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -22.6 MilliJy,max = 22.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.66 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -18.613 MilliJy iter= 164365 IMAGR1: Field 7 Clean flux density= 355.823 MilliJy 164365 comps IMAGR1: Total Cleaned flux density = 5.740 Jy 492505 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.7 MilliJy,max = 13.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 5.06 MilliJy IMAGR1: 18306 Residual map points loaded IMAGR1: Field 7 min allowed flux = -6.538 MilliJy iter= 164551 IMAGR1: Field 7 Clean flux density= 383.984 MilliJy 164551 comps IMAGR1: Total Cleaned flux density = 5.768 Jy 492691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.6 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.66 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.747 MilliJy iter= 169833 IMAGR1: Field 7 Clean flux density= 446.128 MilliJy 169833 comps IMAGR1: Total Cleaned flux density = 5.831 Jy 497973 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -30.3 MilliJy,max = 27.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.94 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.654 MilliJy iter= 170353 IMAGR1: Field 7 Clean flux density= 356.309 MilliJy 170353 comps IMAGR1: Total Cleaned flux density = 5.741 Jy 498493 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.8 MilliJy,max = 19.2 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 6.35 MilliJy IMAGR1: 19732 Residual map points loaded IMAGR1: Field 7 min allowed flux = 9.569 MilliJy iter= 170423 IMAGR1: Field 7 Clean flux density= 381.844 MilliJy 170423 comps IMAGR1: Total Cleaned flux density = 5.766 Jy 498563 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -11.4 MilliJy,max = 9.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.45 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 5.592 MilliJy iter= 176074 IMAGR1: Field 7 Clean flux density= 494.430 MilliJy 176074 comps IMAGR1: Total Cleaned flux density = 5.879 Jy 504214 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -53.2 MilliJy,max = 54.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.56 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -45.346 MilliJy iter= 176127 IMAGR1: Field 7 Clean flux density= 403.799 MilliJy 176127 comps IMAGR1: Total Cleaned flux density = 5.788 Jy 504267 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -44.3 MilliJy,max = 42.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 21.52 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -30.383 MilliJy iter= 177021 IMAGR1: Field 7 Clean flux density= 439.679 MilliJy 177021 comps IMAGR1: Total Cleaned flux density = 5.824 Jy 505161 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -47.3 MilliJy,max = 42.4 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 15.47 MilliJy IMAGR1: 16009 Residual map points loaded IMAGR1: Field 7 min allowed flux = -23.616 MilliJy iter= 177097 IMAGR1: Field 7 Clean flux density= 382.711 MilliJy 177097 comps IMAGR1: Total Cleaned flux density = 5.767 Jy 505237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.5 MilliJy,max = 23.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.25 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.581 MilliJy iter= 177225 IMAGR1: Field 7 Clean flux density= 307.885 MilliJy 177225 comps IMAGR1: Total Cleaned flux density = 5.692 Jy 505365 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.0 MilliJy,max = 16.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.00 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 8.249 MilliJy iter= 182606 IMAGR1: Field 7 Clean flux density= 1.018 Jy 182606 comps IMAGR1: Total Cleaned flux density = 6.402 Jy 510746 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -117.5 MilliJy,max = 88.0 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 45.40 MilliJy IMAGR1: 16751 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -86.208 MilliJy iter= 182628 IMAGR1: Field 7 Clean flux density= 811.048 MilliJy 182628 comps IMAGR1: Total Cleaned flux density = 6.195 Jy 510768 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -86.4 MilliJy,max = 83.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 40.64 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -79.882 MilliJy iter= 182658 IMAGR1: Field 7 Clean flux density= 646.388 MilliJy 182658 comps IMAGR1: Total Cleaned flux density = 6.031 Jy 510798 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -74.6 MilliJy,max = 74.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 37.24 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -66.956 MilliJy iter= 182749 IMAGR1: Field 7 Clean flux density= 529.297 MilliJy 182749 comps IMAGR1: Total Cleaned flux density = 5.914 Jy 510889 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -56.7 MilliJy,max = 57.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 29.27 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -48.046 MilliJy iter= 182944 IMAGR1: Field 7 Clean flux density= 457.583 MilliJy 182944 comps IMAGR1: Total Cleaned flux density = 5.842 Jy 511084 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -38.5 MilliJy,max = 35.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 18.57 MilliJy IMAGR1: 17388 Residual map points loaded IMAGR1: Field 7 min allowed flux = -19.191 MilliJy iter= 183336 IMAGR1: Field 7 Clean flux density= 427.135 MilliJy 183336 comps IMAGR1: Total Cleaned flux density = 5.812 Jy 511476 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.4 MilliJy,max = 16.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.67 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -8.927 MilliJy iter= 189473 IMAGR1: Field 7 Clean flux density= 659.154 MilliJy 189473 comps IMAGR1: Total Cleaned flux density = 6.044 Jy 517613 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -98.1 MilliJy,max = 96.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 46.57 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -82.547 MilliJy iter= 189541 IMAGR1: Field 7 Clean flux density= 540.714 MilliJy 189541 comps IMAGR1: Total Cleaned flux density = 5.925 Jy 517681 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -74.3 MilliJy,max = 74.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 39.53 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -64.409 MilliJy iter= 189655 IMAGR1: Field 7 Clean flux density= 449.665 MilliJy 189655 comps IMAGR1: Total Cleaned flux density = 5.834 Jy 517795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -56.7 MilliJy,max = 56.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 31.18 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -47.865 MilliJy iter= 189870 IMAGR1: Field 7 Clean flux density= 377.103 MilliJy 189870 comps IMAGR1: Total Cleaned flux density = 5.761 Jy 518010 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -39.8 MilliJy,max = 38.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.84 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -30.481 MilliJy iter= 190259 IMAGR1: Field 7 Clean flux density= 327.137 MilliJy 190259 comps IMAGR1: Total Cleaned flux density = 5.712 Jy 518399 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -21.8 MilliJy,max = 21.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.34 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -14.525 MilliJy iter= 191000 IMAGR1: Field 7 Clean flux density= 262.813 MilliJy 191000 comps IMAGR1: Total Cleaned flux density = 5.647 Jy 519140 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.7 MilliJy,max = 18.1 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 6.01 MilliJy IMAGR1: 19657 Residual map points loaded IMAGR1: Field 7 min allowed flux = -9.041 MilliJy iter= 191066 IMAGR1: Field 7 Clean flux density= 288.240 MilliJy 191066 comps IMAGR1: Total Cleaned flux density = 5.673 Jy 519206 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.5 MilliJy,max = 9.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.95 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -5.084 MilliJy iter= 196181 IMAGR1: Field 7 Clean flux density= 310.302 MilliJy 196181 comps IMAGR1: Total Cleaned flux density = 5.695 Jy 524321 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -56.5 MilliJy,max = 57.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 23.68 MilliJy IMAGR1: 18442 Residual map points loaded IMAGR1: Field 7 min allowed flux = 28.749 MilliJy iter= 196398 IMAGR1: Field 7 Clean flux density= 339.104 MilliJy 196398 comps IMAGR1: Total Cleaned flux density = 5.723 Jy 524538 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -26.0 MilliJy,max = 25.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.02 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 13.419 MilliJy iter= 201939 IMAGR1: Field 7 Clean flux density= 518.171 MilliJy 201939 comps IMAGR1: Total Cleaned flux density = 5.903 Jy 530079 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -151.4 MilliJy,max = 148.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 71.49 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -125.141 MilliJy iter= 202047 IMAGR1: Field 7 Clean flux density= 551.372 MilliJy 202047 comps IMAGR1: Total Cleaned flux density = 5.936 Jy 530187 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -107.8 MilliJy,max = 104.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 53.58 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -92.293 MilliJy iter= 202105 IMAGR1: Field 7 Clean flux density= 436.285 MilliJy 202105 comps IMAGR1: Total Cleaned flux density = 5.821 Jy 530245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -84.7 MilliJy,max = 85.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 47.01 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -77.431 MilliJy iter= 202196 IMAGR1: Field 7 Clean flux density= 382.703 MilliJy 202196 comps IMAGR1: Total Cleaned flux density = 5.767 Jy 530336 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -69.7 MilliJy,max = 69.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.74 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -66.144 MilliJy iter= 202215 IMAGR1: Field 7 Clean flux density= 308.403 MilliJy 202215 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 530355 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -63.6 MilliJy,max = 65.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 37.32 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -58.887 MilliJy iter= 202359 IMAGR1: Field 7 Clean flux density= 338.240 MilliJy 202359 comps IMAGR1: Total Cleaned flux density = 5.723 Jy 530499 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -49.9 MilliJy,max = 49.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.16 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -46.029 MilliJy iter= 202398 IMAGR1: Field 7 Clean flux density= 268.054 MilliJy 202398 comps IMAGR1: Total Cleaned flux density = 5.652 Jy 530538 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -44.3 MilliJy,max = 44.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.19 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -39.430 MilliJy iter= 202623 IMAGR1: Field 7 Clean flux density= 275.229 MilliJy 202623 comps IMAGR1: Total Cleaned flux density = 5.660 Jy 530763 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -31.3 MilliJy,max = 30.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.22 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -27.435 MilliJy iter= 202695 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 7 Clean flux density= 218.629 MilliJy 202695 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 530835 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -26.1 MilliJy,max = 25.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.22 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.303 MilliJy iter= 203683 IMAGR1: Field 7 Clean flux density= 230.506 MilliJy 203683 comps IMAGR1: Total Cleaned flux density = 5.615 Jy 531823 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -21.3 MilliJy,max = 24.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 9.51 MilliJy IMAGR1: 11834 Residual map points loaded IMAGR1: Field 7 min allowed flux = -12.300 MilliJy iter= 203806 IMAGR1: Field 7 Clean flux density= 294.106 MilliJy 203806 comps IMAGR1: Total Cleaned flux density = 5.678 Jy 531946 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -11.8 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.20 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -6.369 MilliJy iter= 209165 IMAGR1: Field 7 Clean flux density= 250.755 MilliJy 209165 comps IMAGR1: Total Cleaned flux density = 5.635 Jy 537305 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -75.0 MilliJy,max = 76.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 33.00 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -60.000 MilliJy iter= 209268 IMAGR1: Field 7 Clean flux density= 222.086 MilliJy 209268 comps IMAGR1: Total Cleaned flux density = 5.606 Jy 537408 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -49.2 MilliJy,max = 49.1 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 24.60 MilliJy IMAGR1: 19436 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -25.110 MilliJy iter= 209657 IMAGR1: Field 7 Clean flux density= 276.124 MilliJy 209657 comps IMAGR1: Total Cleaned flux density = 5.660 Jy 537797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -20.6 MilliJy,max = 21.1 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 10.61 MilliJy IMAGR1: 17727 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -11.694 MilliJy iter= 210076 IMAGR1: Field 7 Clean flux density= 227.024 MilliJy 210076 comps IMAGR1: Total Cleaned flux density = 5.611 Jy 538216 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.0 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.93 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -5.071 MilliJy iter= 216183 IMAGR1: Field 7 Clean flux density= 319.105 MilliJy 216183 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 544323 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -58.7 MilliJy,max = 53.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.82 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -42.478 MilliJy iter= 216285 IMAGR1: Field 7 Clean flux density= 255.870 MilliJy 216285 comps IMAGR1: Total Cleaned flux density = 5.640 Jy 544425 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -36.4 MilliJy,max = 36.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 19.76 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -31.000 MilliJy iter= 216467 IMAGR1: Field 7 Clean flux density= 218.672 MilliJy 216467 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 544607 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -25.1 MilliJy,max = 26.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.77 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -19.117 MilliJy iter= 217194 IMAGR1: Field 7 Clean flux density= 248.754 MilliJy 217194 comps IMAGR1: Total Cleaned flux density = 5.633 Jy 545334 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -18.6 MilliJy,max = 13.0 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 6.26 MilliJy IMAGR1: 14599 Residual map points loaded IMAGR1: Field 7 min allowed flux = -9.269 MilliJy iter= 217248 IMAGR1: Field 7 Clean flux density= 218.686 MilliJy 217248 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 545388 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.5 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.10 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -6.704 MilliJy iter= 218411 IMAGR1: Field 7 Clean flux density= 176.767 MilliJy 218411 comps IMAGR1: Total Cleaned flux density = 5.561 Jy 546551 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -15.3 MilliJy,max = 17.0 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 5.58 MilliJy IMAGR1: 16380 Residual map points loaded IMAGR1: Field 7 min allowed flux = -8.478 MilliJy iter= 218484 IMAGR1: Field 7 Clean flux density= 198.371 MilliJy 218484 comps IMAGR1: Total Cleaned flux density = 5.583 Jy 546624 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.4 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR1: 19997 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -4.366 MilliJy iter= 222633 IMAGR1: Field 7 Clean flux density= 187.627 MilliJy 222633 comps IMAGR1: Total Cleaned flux density = 5.572 Jy 550773 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -58.4 MilliJy,max = 53.5 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 22.56 MilliJy IMAGR1: 14689 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -41.886 MilliJy iter= 222673 IMAGR1: Field 7 Clean flux density= 147.864 MilliJy 222673 comps IMAGR1: Total Cleaned flux density = 5.532 Jy 550813 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -40.2 MilliJy,max = 40.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 17.70 MilliJy IMAGR1: 19941 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -30.787 MilliJy iter= 222753 IMAGR1: Field 7 Clean flux density= 136.557 MilliJy 222753 comps IMAGR1: Total Cleaned flux density = 5.521 Jy 550893 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -27.6 MilliJy,max = 28.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.46 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -21.958 MilliJy iter= 223195 IMAGR1: Field 7 Clean flux density= 169.859 MilliJy 223195 comps IMAGR1: Total Cleaned flux density = 5.554 Jy 551335 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.0 MilliJy,max = 19.5 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 6.17 MilliJy IMAGR1: 18537 Residual map points loaded IMAGR1: Field 7 min allowed flux = -11.377 MilliJy iter= 223238 IMAGR1: Field 7 Clean flux density= 165.058 MilliJy 223238 comps IMAGR1: Total Cleaned flux density = 5.549 Jy 551378 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.08 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -7.746 MilliJy iter= 223801 IMAGR1: Field 7 Clean flux density= 139.410 MilliJy 223801 comps IMAGR1: Total Cleaned flux density = 5.524 Jy 551941 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.3 MilliJy,max = 18.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 4.76 MilliJy IMAGR1: 12114 Residual map points loaded IMAGR1: Field 7 min allowed flux = 9.139 MilliJy iter= 223824 IMAGR1: Field 7 Clean flux density= 146.869 MilliJy 223824 comps IMAGR1: Total Cleaned flux density = 5.531 Jy 551964 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.1 MilliJy,max = 9.1 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 3.86 MilliJy IMAGR1: 17821 Residual map points loaded IMAGR1: Field 7 min allowed flux = 4.553 MilliJy iter= 224121 IMAGR1: Field 7 Clean flux density= 154.827 MilliJy 224121 comps IMAGR1: Total Cleaned flux density = 5.539 Jy 552261 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.083 MilliJy iter= 229602 IMAGR1: Field 7 Clean flux density= 186.565 MilliJy 229602 comps IMAGR1: Total Cleaned flux density = 5.571 Jy 557742 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -19.3 MilliJy,max = 20.6 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 8.71 MilliJy IMAGR1: 18838 Residual map points loaded IMAGR1: Field 7 min allowed flux = -10.279 MilliJy iter= 229924 IMAGR1: Field 7 Clean flux density= 170.333 MilliJy 229924 comps IMAGR1: Total Cleaned flux density = 5.555 Jy 558064 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -9.0 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 4.34 MilliJy IMAGR1: 18205 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 4.426 MilliJy iter= 230519 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 7 Clean flux density= 169.215 MilliJy 230519 comps IMAGR1: Total Cleaned flux density = 5.554 Jy 558659 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.71 MilliJy IMAGR1: 16746 Residual map points loaded IMAGR1: Field 7 min allowed flux = -1.781 MilliJy iter= 230978 IMAGR1: Field 7 Clean flux density= 182.959 MilliJy 230978 comps IMAGR1: Total Cleaned flux density = 5.567 Jy 559118 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 14612 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.048 MilliJy iter= 235833 IMAGR1: Field 7 Clean flux density= 186.105 MilliJy 235833 comps IMAGR1: Total Cleaned flux density = 5.570 Jy 563973 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR1: 19968 Residual map points loaded IMAGR1: Field 7 min allowed flux = 3.046 MilliJy iter= 241014 IMAGR1: Field 7 Clean flux density= 313.264 MilliJy 241014 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 569154 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -37.5 MilliJy,max = 34.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.51 MilliJy IMAGR1: 15521 Residual map points loaded IMAGR1: Field 7 min allowed flux = -18.736 MilliJy iter= 241155 IMAGR1: Field 7 Clean flux density= 266.796 MilliJy 241155 comps IMAGR1: Total Cleaned flux density = 5.651 Jy 569295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -18.2 MilliJy,max = 18.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.46 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -15.399 MilliJy iter= 241426 IMAGR1: Field 7 Clean flux density= 225.185 MilliJy 241426 comps IMAGR1: Total Cleaned flux density = 5.610 Jy 569566 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -11.6 MilliJy,max = 11.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.21 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 7 min allowed flux = -5.815 MilliJy iter= 245796 IMAGR1: Field 7 Clean flux density= 413.787 MilliJy 245796 comps IMAGR1: Total Cleaned flux density = 5.798 Jy 573936 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -52.9 MilliJy,max = 58.7 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 22.67 MilliJy IMAGR1: 12590 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -38.041 MilliJy iter= 245837 IMAGR1: Field 7 Clean flux density= 334.660 MilliJy 245837 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 573977 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -36.9 MilliJy,max = 37.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.31 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -34.434 MilliJy iter= 245875 IMAGR1: Field 7 Clean flux density= 271.569 MilliJy 245875 comps IMAGR1: Total Cleaned flux density = 5.656 Jy 574015 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -33.1 MilliJy,max = 32.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 16.71 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -28.538 MilliJy iter= 245998 IMAGR1: Field 7 Clean flux density= 227.502 MilliJy 245998 comps IMAGR1: Total Cleaned flux density = 5.612 Jy 574138 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.9 MilliJy,max = 23.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.85 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -18.835 MilliJy iter= 246595 IMAGR1: Field 7 Clean flux density= 180.402 MilliJy 246595 comps IMAGR1: Total Cleaned flux density = 5.565 Jy 574735 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.8 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 4.46 MilliJy IMAGR1: 19753 Residual map points loaded IMAGR1: Field 7 min allowed flux = -5.691 MilliJy iter= 246810 IMAGR1: Field 7 Clean flux density= 149.416 MilliJy 246810 comps IMAGR1: Total Cleaned flux density = 5.534 Jy 574950 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.13 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.209 MilliJy iter= 252709 IMAGR1: Field 7 Clean flux density= 191.530 MilliJy 252709 comps IMAGR1: Total Cleaned flux density = 5.576 Jy 580849 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -27.3 MilliJy,max = 26.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.71 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -24.403 MilliJy iter= 252747 IMAGR1: Field 7 Clean flux density= 150.932 MilliJy 252747 comps IMAGR1: Total Cleaned flux density = 5.535 Jy 580887 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -23.3 MilliJy,max = 23.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.59 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -17.495 MilliJy iter= 253629 IMAGR1: Field 7 Clean flux density= 177.286 MilliJy 253629 comps IMAGR1: Total Cleaned flux density = 5.562 Jy 581769 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -20.6 MilliJy,max = 16.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.42 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -16.060 MilliJy iter= 253655 IMAGR1: Field 7 Clean flux density= 141.320 MilliJy 253655 comps IMAGR1: Total Cleaned flux density = 5.526 Jy 581795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -15.1 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 6.79 MilliJy IMAGR1: 19166 Residual map points loaded IMAGR1: Field 7 min allowed flux = 7.591 MilliJy iter= 254029 IMAGR1: Field 7 Clean flux density= 152.742 MilliJy 254029 comps IMAGR1: Total Cleaned flux density = 5.537 Jy 582169 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.0 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.19 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.271 MilliJy iter= 259526 IMAGR1: Field 7 Clean flux density= 315.917 MilliJy 259526 comps IMAGR1: Total Cleaned flux density = 5.700 Jy 587666 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -29.6 MilliJy,max = 28.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.40 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -20.247 MilliJy iter= 259987 IMAGR1: Field 7 Clean flux density= 265.009 MilliJy 259987 comps IMAGR1: Total Cleaned flux density = 5.649 Jy 588127 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -15.2 MilliJy,max = 14.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 6.41 MilliJy IMAGR1: 17533 Residual map points loaded IMAGR1: Field 7 min allowed flux = -7.583 MilliJy iter= 260326 IMAGR1: Field 7 Clean flux density= 271.741 MilliJy 260326 comps IMAGR1: Total Cleaned flux density = 5.656 Jy 588466 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.2 MilliJy,max = 6.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.675 MilliJy iter= 266153 IMAGR1: Field 7 Clean flux density= 242.226 MilliJy 266153 comps IMAGR1: Total Cleaned flux density = 5.627 Jy 594293 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -30.0 MilliJy,max = 36.5 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 15.42 MilliJy IMAGR1: 17926 Residual map points loaded IMAGR1: Field 7 min allowed flux = 18.242 MilliJy iter= 266469 IMAGR1: Field 7 Clean flux density= 365.262 MilliJy 266469 comps IMAGR1: Total Cleaned flux density = 5.750 Jy 594609 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -16.8 MilliJy,max = 17.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.27 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -12.163 MilliJy iter= 266927 IMAGR1: Field 7 Clean flux density= 300.170 MilliJy 266927 comps IMAGR1: Total Cleaned flux density = 5.685 Jy 595067 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.5 MilliJy,max = 8.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.22 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -5.683 MilliJy iter= 267928 IMAGR1: Field 7 Clean flux density= 240.258 MilliJy 267928 comps IMAGR1: Total Cleaned flux density = 5.625 Jy 596068 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -8.7 MilliJy,max = 9.4 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 3.06 MilliJy IMAGR1: 16010 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 7 min allowed flux = -4.653 MilliJy iter= 267995 IMAGR1: Field 7 Clean flux density= 242.803 MilliJy 267995 comps IMAGR1: Total Cleaned flux density = 5.627 Jy 596135 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.399 MilliJy iter= 273144 IMAGR1: Field 7 Clean flux density= 244.635 MilliJy 273144 comps IMAGR1: Total Cleaned flux density = 5.629 Jy 601284 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -30.2 MilliJy,max = 32.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 12.71 MilliJy IMAGR1: 16154 Residual map points loaded IMAGR1: Field 7 min allowed flux = 16.433 MilliJy iter= 273312 IMAGR1: Field 7 Clean flux density= 286.224 MilliJy 273312 comps IMAGR1: Total Cleaned flux density = 5.671 Jy 601452 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -15.5 MilliJy,max = 15.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.22 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -9.622 MilliJy iter= 274645 IMAGR1: Field 7 Clean flux density= 236.300 MilliJy 274645 comps IMAGR1: Total Cleaned flux density = 5.621 Jy 602785 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -31.2 MilliJy,max = 29.0 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 10.69 MilliJy IMAGR1: 19131 Residual map points loaded IMAGR1: Field 7 min allowed flux = 15.547 MilliJy iter= 274745 IMAGR1: Field 7 Clean flux density= 220.671 MilliJy 274745 comps IMAGR1: Total Cleaned flux density = 5.605 Jy 602885 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -15.5 MilliJy,max = 15.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.29 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 7 min allowed flux = -7.770 MilliJy iter= 279558 IMAGR1: Field 7 Clean flux density= 506.481 MilliJy 279558 comps IMAGR1: Total Cleaned flux density = 5.891 Jy 607698 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -118.8 MilliJy,max = 120.3 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 47.13 MilliJy IMAGR1: 19200 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -69.523 MilliJy iter= 279683 IMAGR1: Field 7 Clean flux density= 472.553 MilliJy 279683 comps IMAGR1: Total Cleaned flux density = 5.857 Jy 607823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -67.2 MilliJy,max = 65.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.34 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -55.578 MilliJy iter= 279848 IMAGR1: Field 7 Clean flux density= 423.618 MilliJy 279848 comps IMAGR1: Total Cleaned flux density = 5.808 Jy 607988 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -38.8 MilliJy,max = 40.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.86 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -32.615 MilliJy iter= 279929 IMAGR1: Field 7 Clean flux density= 346.693 MilliJy 279929 comps IMAGR1: Total Cleaned flux density = 5.731 Jy 608069 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -27.9 MilliJy,max = 28.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.25 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -22.828 MilliJy iter= 280247 IMAGR1: Field 7 Clean flux density= 307.652 MilliJy 280247 comps IMAGR1: Total Cleaned flux density = 5.692 Jy 608387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -14.2 MilliJy,max = 13.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.44 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -8.651 MilliJy iter= 281301 IMAGR1: Field 7 Clean flux density= 255.090 MilliJy 281301 comps IMAGR1: Total Cleaned flux density = 5.640 Jy 609441 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -19.4 MilliJy,max = 21.1 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 6.47 MilliJy IMAGR1: 15897 Residual map points loaded IMAGR1: Field 7 min allowed flux = 10.466 MilliJy iter= 281361 IMAGR1: Field 7 Clean flux density= 242.915 MilliJy 281361 comps IMAGR1: Total Cleaned flux density = 5.627 Jy 609501 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.4 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.78 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 7 min allowed flux = 5.176 MilliJy iter= 285667 IMAGR1: Field 7 Clean flux density= 233.462 MilliJy 285667 comps IMAGR1: Total Cleaned flux density = 5.618 Jy 613807 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -68.1 MilliJy,max = 71.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 27.77 MilliJy IMAGR1: 14918 Residual map points loaded IMAGR1: Field 7 min allowed flux = 35.811 MilliJy iter= 285837 IMAGR1: Field 7 Clean flux density= 312.461 MilliJy 285837 comps IMAGR1: Total Cleaned flux density = 5.697 Jy 613977 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -32.7 MilliJy,max = 28.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 14.68 MilliJy IMAGR1: 16925 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -24.859 MilliJy iter= 285876 IMAGR1: Field 7 Clean flux density= 248.346 MilliJy 285876 comps IMAGR1: Total Cleaned flux density = 5.633 Jy 614016 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -24.8 MilliJy,max = 24.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.73 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -22.160 MilliJy iter= 285997 IMAGR1: Field 7 Clean flux density= 205.356 MilliJy 285997 comps IMAGR1: Total Cleaned flux density = 5.590 Jy 614137 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -18.0 MilliJy,max = 17.0 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 9.37 MilliJy IMAGR1: 18040 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -9.540 MilliJy iter= 286522 IMAGR1: Field 7 Clean flux density= 176.557 MilliJy 286522 comps IMAGR1: Total Cleaned flux density = 5.561 Jy 614662 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.5 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 2.93 MilliJy IMAGR1: 17485 Residual map points loaded IMAGR1: Field 7 min allowed flux = -4.186 MilliJy iter= 286606 IMAGR1: Field 7 Clean flux density= 174.764 MilliJy 286606 comps IMAGR1: Total Cleaned flux density = 5.559 Jy 614746 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.3 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -3.565 MilliJy iter= 287056 IMAGR1: Field 7 Clean flux density= 139.905 MilliJy 287056 comps IMAGR1: Total Cleaned flux density = 5.524 Jy 615196 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 1.46 MilliJy IMAGR1: 17422 Residual map points loaded IMAGR1: Field 7 min allowed flux = -1.532 MilliJy iter= 287751 IMAGR1: Field 7 Clean flux density= 139.389 MilliJy 287751 comps IMAGR1: Total Cleaned flux density = 5.524 Jy 615891 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 963.41 MicroJy IMAGR1: 10345 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -984.769 MicroJy iter= 290882 IMAGR1: Field 7 Clean flux density= 123.061 MilliJy 290882 comps IMAGR1: Total Cleaned flux density = 5.507 Jy 619022 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 1.23 MilliJy IMAGR1: 18196 Residual map points loaded IMAGR1: Field 7 min allowed flux = 1.456 MilliJy iter= 291246 IMAGR1: Field 7 Clean flux density= 130.079 MilliJy 291246 comps IMAGR1: Total Cleaned flux density = 5.515 Jy 619386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 890.71 MicroJy IMAGR1: 2270 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -895.969 MicroJy iter= 292299 IMAGR1: Field 7 Clean flux density= 132.475 MilliJy 292299 comps IMAGR1: Total Cleaned flux density = 5.517 Jy 620439 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 1.08 MilliJy IMAGR1: 17315 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.368 MilliJy iter= 10105 IMAGR1: Field 6 Clean flux density= 115.151 MilliJy 10105 comps IMAGR1: Total Cleaned flux density = 5.517 Jy 620718 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 901.38 MicroJy IMAGR1: 7282 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -914.900 MicroJy iter= 12257 IMAGR1: Field 6 Clean flux density= 97.973 MilliJy 12257 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 5.500 Jy 622870 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 16652 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.227 MilliJy iter= 14264 IMAGR1: Field 6 Clean flux density= 118.209 MilliJy 14264 comps IMAGR1: Total Cleaned flux density = 5.520 Jy 624877 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -6.0 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 1.98 MilliJy IMAGR1: 19561 Residual map points loaded IMAGR1: Field 6 min allowed flux = -2.976 MilliJy iter= 14344 IMAGR1: Field 6 Clean flux density= 112.445 MilliJy 14344 comps IMAGR1: Total Cleaned flux density = 5.515 Jy 624957 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR1: 19968 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 6 min algorithm flux= -1.832 MilliJy iter= 16574 IMAGR1: Field 6 Clean flux density= 90.789 MilliJy 16574 comps IMAGR1: Total Cleaned flux density = 5.493 Jy 627187 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -12.0 MilliJy,max = 11.5 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 4.63 MilliJy IMAGR1: 12897 Residual map points loaded IMAGR1: Field 6 min allowed flux = -5.967 MilliJy iter= 16715 IMAGR1: Field 6 Clean flux density= 88.952 MilliJy 16715 comps IMAGR1: Total Cleaned flux density = 5.491 Jy 627328 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 6 min allowed flux = -2.839 MilliJy iter= 20869 IMAGR1: Field 6 Clean flux density= 239.252 MilliJy 20869 comps IMAGR1: Total Cleaned flux density = 5.641 Jy 631482 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 6 min = -38.2 MilliJy,max = 31.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.78 MilliJy IMAGR1: 16397 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 6 min algorithm flux= -22.863 MilliJy iter= 20948 IMAGR1: Field 6 Clean flux density= 189.831 MilliJy 20948 comps IMAGR1: Total Cleaned flux density = 5.592 Jy 631561 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -22.4 MilliJy,max = 22.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.94 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 6 min algorithm flux= -19.136 MilliJy iter= 21192 IMAGR1: Field 6 Clean flux density= 189.031 MilliJy 21192 comps IMAGR1: Total Cleaned flux density = 5.591 Jy 631805 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -10.4 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 4.99 MilliJy IMAGR1: 17274 Residual map points loaded IMAGR1: Field 6 min allowed flux = 5.907 MilliJy iter= 21508 IMAGR1: Field 6 Clean flux density= 179.136 MilliJy 21508 comps IMAGR1: Total Cleaned flux density = 5.581 Jy 632121 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 6 min algorithm flux= -3.531 MilliJy iter= 21760 IMAGR1: Field 6 Clean flux density= 143.037 MilliJy 21760 comps IMAGR1: Total Cleaned flux density = 5.545 Jy 632373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 1.49 MilliJy IMAGR1: 18024 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.523 MilliJy iter= 22466 IMAGR1: Field 6 Clean flux density= 140.871 MilliJy 22466 comps IMAGR1: Total Cleaned flux density = 5.543 Jy 633079 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 865.74 MicroJy IMAGR1: 2440 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 877.144 MicroJy iter= 23417 IMAGR1: Field 6 Clean flux density= 132.283 MilliJy 23417 comps IMAGR1: Total Cleaned flux density = 5.534 Jy 634030 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 899.66 MicroJy IMAGR1: 5524 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 915.570 MicroJy iter= 7116 IMAGR1: Field 1 Clean flux density= 5.129 Jy 7116 comps IMAGR1: Total Cleaned flux density = 5.509 Jy 635673 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 987.76 MicroJy IMAGR1: 13948 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.145 MilliJy iter= 9203 IMAGR1: Field 1 Clean flux density= 5.205 Jy 9203 comps IMAGR1: Total Cleaned flux density = 5.586 Jy 637760 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -8.0 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 2.30 MilliJy IMAGR1: 19829 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.077 MilliJy iter= 9264 IMAGR1: Field 1 Clean flux density= 5.192 Jy 9264 comps IMAGR1: Total Cleaned flux density = 5.573 Jy 637821 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 1.72 MilliJy IMAGR1: 19224 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.021 MilliJy iter= 9633 IMAGR1: Field 1 Clean flux density= 5.145 Jy 9633 comps IMAGR1: Total Cleaned flux density = 5.526 Jy 638190 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 874.38 MicroJy IMAGR1: 1723 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 887.488 MicroJy iter= 10335 IMAGR1: Field 1 Clean flux density= 5.151 Jy 10335 comps IMAGR1: Total Cleaned flux density = 5.532 Jy 638892 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 838.43 MicroJy IMAGR1: 2777 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 851.830 MicroJy iter= 47119 IMAGR1: Field 2 Clean flux density= 88.888 MilliJy 47119 comps IMAGR1: Total Cleaned flux density = 5.523 Jy 639726 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 7 min = -2.0 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 842.05 MicroJy IMAGR1: 4775 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 857.673 MicroJy iter= 293694 IMAGR1: Field 7 Clean flux density= 123.723 MilliJy 293694 comps IMAGR1: Total Cleaned flux density = 5.514 Jy 641121 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 854.92 MicroJy IMAGR1: 4480 Residual map points loaded IMAGR1: Field 1 min allowed flux = -898.350 MicroJy iter= 11386 IMAGR1: Field 1 Clean flux density= 5.182 Jy 11386 comps IMAGR1: Total Cleaned flux density = 5.545 Jy 642172 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 954.96 MicroJy IMAGR1: 11331 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.687 MilliJy iter= 11423 IMAGR1: Field 1 Clean flux density= 5.176 Jy 11423 comps IMAGR1: Total Cleaned flux density = 5.539 Jy 642209 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 861.17 MicroJy IMAGR1: 5371 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -879.011 MicroJy iter= 12873 IMAGR1: Field 1 Clean flux density= 5.088 Jy 12873 comps IMAGR1: Total Cleaned flux density = 5.450 Jy 643659 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -4.4 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.78 MilliJy IMAGR1: 9048 Residual map points loaded IMAGR1: Field 4 min allowed flux = 3.443 MilliJy iter= 12834 IMAGR1: Field 4 Clean flux density= 71.922 MilliJy 12834 comps IMAGR1: Total Cleaned flux density = 5.464 Jy 643691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.1 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.33 MilliJy IMAGR1: 16342 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.699 MilliJy iter= 13082 IMAGR1: Field 4 Clean flux density= 103.723 MilliJy 13082 comps IMAGR1: Total Cleaned flux density = 5.496 Jy 643939 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.66 MicroJy IMAGR1: 9382 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -955.656 MicroJy iter= 15622 IMAGR1: Field 4 Clean flux density= 159.329 MilliJy 15622 comps IMAGR1: Total Cleaned flux density = 5.552 Jy 646479 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 19497 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.313 MilliJy iter= 15770 IMAGR1: Field 4 Clean flux density= 127.390 MilliJy 15770 comps IMAGR1: Total Cleaned flux density = 5.520 Jy 646627 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 14872 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.068 MilliJy iter= 19660 IMAGR1: Field 4 Clean flux density= 151.963 MilliJy 19660 comps IMAGR1: Total Cleaned flux density = 5.544 Jy 650517 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -9.1 MilliJy,max = 9.1 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.72 MilliJy IMAGR1: 16723 Residual map points loaded IMAGR1: Field 4 min allowed flux = 4.533 MilliJy iter= 19874 IMAGR1: Field 4 Clean flux density= 127.295 MilliJy 19874 comps IMAGR1: Total Cleaned flux density = 5.520 Jy 650731 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.125 MilliJy iter= 25872 IMAGR1: Field 4 Clean flux density= 223.393 MilliJy 25872 comps IMAGR1: Total Cleaned flux density = 5.616 Jy 656729 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -28.3 MilliJy,max = 27.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.47 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -25.269 MilliJy iter= 25891 IMAGR1: Field 4 Clean flux density= 178.400 MilliJy 25891 comps IMAGR1: Total Cleaned flux density = 5.571 Jy 656748 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -22.9 MilliJy,max = 24.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.76 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -20.059 MilliJy iter= 26033 IMAGR1: Field 4 Clean flux density= 164.007 MilliJy 26033 comps IMAGR1: Total Cleaned flux density = 5.556 Jy 656890 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.8 MilliJy,max = 16.6 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 8.48 MilliJy IMAGR1: 17583 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -8.643 MilliJy iter= 26586 IMAGR1: Field 4 Clean flux density= 179.332 MilliJy 26586 comps IMAGR1: Total Cleaned flux density = 5.572 Jy 657443 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.3 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR1: 19970 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -3.628 MilliJy iter= 27295 IMAGR1: Field 4 Clean flux density= 145.758 MilliJy 27295 comps IMAGR1: Total Cleaned flux density = 5.538 Jy 658152 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.7 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 1.65 MilliJy IMAGR1: 15997 Residual map points loaded IMAGR1: Field 4 min allowed flux = -2.666 MilliJy iter= 27347 IMAGR1: Field 4 Clean flux density= 152.547 MilliJy 27347 comps IMAGR1: Total Cleaned flux density = 5.545 Jy 658204 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR1: 19298 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.329 MilliJy iter= 32906 IMAGR1: Field 4 Clean flux density= 154.041 MilliJy 32906 comps IMAGR1: Total Cleaned flux density = 5.546 Jy 663763 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -21.5 MilliJy,max = 21.1 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 7.35 MilliJy IMAGR1: 17805 Residual map points loaded IMAGR1: Field 4 min allowed flux = 10.713 MilliJy iter= 32990 IMAGR1: Field 4 Clean flux density= 134.785 MilliJy 32990 comps IMAGR1: Total Cleaned flux density = 5.527 Jy 663847 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.7 MilliJy,max = 10.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.06 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: Field 4 min allowed flux = 5.358 MilliJy iter= 38612 IMAGR1: Field 4 Clean flux density= 468.137 MilliJy 38612 comps IMAGR1: Total Cleaned flux density = 5.860 Jy 669469 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -103.1 MilliJy,max = 112.6 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 38.56 MilliJy IMAGR1: 19975 Residual map points loaded IMAGR1: Field 4 min allowed flux = 56.208 MilliJy iter= 38707 IMAGR1: Field 4 Clean flux density= 464.379 MilliJy 38707 comps IMAGR1: Total Cleaned flux density = 5.857 Jy 669564 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -56.4 MilliJy,max = 55.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.11 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -51.351 MilliJy iter= 38818 IMAGR1: Field 4 Clean flux density= 375.729 MilliJy 38818 comps IMAGR1: Total Cleaned flux density = 5.768 Jy 669675 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -39.8 MilliJy,max = 36.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.66 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -31.352 MilliJy iter= 38919 IMAGR1: Field 4 Clean flux density= 298.961 MilliJy 38919 comps IMAGR1: Total Cleaned flux density = 5.691 Jy 669776 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -25.8 MilliJy,max = 26.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.29 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -18.379 MilliJy iter= 40067 IMAGR1: Field 4 Clean flux density= 283.322 MilliJy 40067 comps IMAGR1: Total Cleaned flux density = 5.676 Jy 670924 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -53.5 MilliJy,max = 45.6 MilliJy IMAGR1: BGC Clean: using 1487 cell beam + residuals > 17.76 MilliJy IMAGR1: 19323 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -32.908 MilliJy iter= 40113 IMAGR1: Field 4 Clean flux density= 224.078 MilliJy 40113 comps IMAGR1: Total Cleaned flux density = 5.616 Jy 670970 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -32.7 MilliJy,max = 33.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.27 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -29.306 MilliJy iter= 40217 IMAGR1: Field 4 Clean flux density= 181.702 MilliJy 40217 comps IMAGR1: Total Cleaned flux density = 5.574 Jy 671074 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -21.2 MilliJy,max = 23.0 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 9.42 MilliJy IMAGR1: 19335 Residual map points loaded IMAGR1: Field 4 min allowed flux = -11.444 MilliJy iter= 40469 IMAGR1: Field 4 Clean flux density= 233.140 MilliJy 40469 comps IMAGR1: Total Cleaned flux density = 5.625 Jy 671326 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.1 MilliJy,max = 9.2 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 4.69 MilliJy IMAGR1: 16600 Residual map points loaded IMAGR1: Field 4 min allowed flux = -5.032 MilliJy iter= 40786 IMAGR1: Field 4 Clean flux density= 225.194 MilliJy 40786 comps IMAGR1: Total Cleaned flux density = 5.617 Jy 671643 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.623 MilliJy iter= 46697 IMAGR1: Field 4 Clean flux density= 214.659 MilliJy 46697 comps IMAGR1: Total Cleaned flux density = 5.607 Jy 677554 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -25.5 MilliJy,max = 24.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.15 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -22.823 MilliJy iter= 46730 IMAGR1: Field 4 Clean flux density= 170.163 MilliJy 46730 comps IMAGR1: Total Cleaned flux density = 5.562 Jy 677587 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -21.4 MilliJy,max = 21.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.14 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -17.063 MilliJy iter= 47177 IMAGR1: Field 4 Clean flux density= 180.969 MilliJy 47177 comps IMAGR1: Total Cleaned flux density = 5.573 Jy 678034 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.8 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.79 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -7.269 MilliJy iter= 47500 IMAGR1: Field 4 Clean flux density= 145.866 MilliJy 47500 comps IMAGR1: Total Cleaned flux density = 5.538 Jy 678357 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.7 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 2.98 MilliJy IMAGR1: 16366 Residual map points loaded IMAGR1: Field 4 min allowed flux = 3.078 MilliJy iter= 48038 IMAGR1: Field 4 Clean flux density= 171.731 MilliJy 48038 comps IMAGR1: Total Cleaned flux density = 5.564 Jy 678895 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.1 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR1: 19924 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.584 MilliJy iter= 53760 IMAGR1: Field 4 Clean flux density= 199.621 MilliJy 53760 comps IMAGR1: Total Cleaned flux density = 5.592 Jy 684617 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -12.8 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.16 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -9.193 MilliJy iter= 53827 IMAGR1: Field 4 Clean flux density= 159.259 MilliJy 53827 comps IMAGR1: Total Cleaned flux density = 5.552 Jy 684684 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.8 MilliJy,max = 8.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.49 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.237 MilliJy iter= 57068 IMAGR1: Field 4 Clean flux density= 160.819 MilliJy 57068 comps IMAGR1: Total Cleaned flux density = 5.553 Jy 687925 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -30.8 MilliJy,max = 29.4 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 12.63 MilliJy IMAGR1: 16712 Residual map points loaded IMAGR1: Field 4 min allowed flux = 15.385 MilliJy iter= 57287 IMAGR1: Field 4 Clean flux density= 172.425 MilliJy 57287 comps IMAGR1: Total Cleaned flux density = 5.565 Jy 688144 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -14.2 MilliJy,max = 15.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.61 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -7.825 MilliJy iter= 63811 IMAGR1: Field 4 Clean flux density= 300.667 MilliJy 63811 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 694668 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -99.5 MilliJy,max = 93.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 45.86 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -86.180 MilliJy iter= 63846 IMAGR1: Field 4 Clean flux density= 256.955 MilliJy 63846 comps IMAGR1: Total Cleaned flux density = 5.649 Jy 694703 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -82.6 MilliJy,max = 79.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 42.11 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -74.094 MilliJy iter= 63908 IMAGR1: Field 4 Clean flux density= 225.590 MilliJy 63908 comps IMAGR1: Total Cleaned flux density = 5.618 Jy 694765 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -74.9 MilliJy,max = 66.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.84 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -66.389 MilliJy iter= 63917 IMAGR1: Field 4 Clean flux density= 177.556 MilliJy 63917 comps IMAGR1: Total Cleaned flux density = 5.570 Jy 694774 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -73.5 MilliJy,max = 65.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.16 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -59.979 MilliJy iter= 64050 IMAGR1: Field 4 Clean flux density= 210.972 MilliJy 64050 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 694907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -57.2 MilliJy,max = 50.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.64 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -46.075 MilliJy iter= 64140 IMAGR1: Field 4 Clean flux density= 172.675 MilliJy 64140 comps IMAGR1: Total Cleaned flux density = 5.565 Jy 694997 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -51.0 MilliJy,max = 42.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.33 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -39.353 MilliJy iter= 64173 IMAGR1: Field 4 Clean flux density= 144.946 MilliJy 64173 comps IMAGR1: Total Cleaned flux density = 5.537 Jy 695030 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -46.2 MilliJy,max = 38.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 21.99 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -35.380 MilliJy iter= 64285 IMAGR1: Field 4 Clean flux density= 138.967 MilliJy 64285 comps IMAGR1: Total Cleaned flux density = 5.531 Jy 695142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -36.7 MilliJy,max = 33.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 18.12 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -30.574 MilliJy iter= 64312 IMAGR1: Field 4 Clean flux density= 111.142 MilliJy 64312 comps IMAGR1: Total Cleaned flux density = 5.503 Jy 695169 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -35.3 MilliJy,max = 29.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.29 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -24.706 MilliJy iter= 65077 IMAGR1: Field 4 Clean flux density= 187.393 MilliJy 65077 comps IMAGR1: Total Cleaned flux density = 5.580 Jy 695934 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.3 MilliJy,max = 14.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.59 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -12.586 MilliJy iter= 65122 IMAGR1: Field 4 Clean flux density= 149.111 MilliJy 65122 comps IMAGR1: Total Cleaned flux density = 5.541 Jy 695979 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -12.2 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.91 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.809 MilliJy iter= 68088 IMAGR1: Field 4 Clean flux density= 158.452 MilliJy 68088 comps IMAGR1: Total Cleaned flux density = 5.551 Jy 698945 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -38.0 MilliJy,max = 38.6 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 16.31 MilliJy IMAGR1: 19880 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -34.070 MilliJy iter= 68105 IMAGR1: Field 4 Clean flux density= 126.520 MilliJy 68105 comps IMAGR1: Total Cleaned flux density = 5.519 Jy 698962 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -35.0 MilliJy,max = 33.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.34 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -26.315 MilliJy iter= 68388 IMAGR1: Field 4 Clean flux density= 148.050 MilliJy 68388 comps IMAGR1: Total Cleaned flux density = 5.540 Jy 699245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.8 MilliJy,max = 16.9 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 6.94 MilliJy IMAGR1: 18682 Residual map points loaded IMAGR1: Field 4 min allowed flux = 8.463 MilliJy iter= 68622 IMAGR1: Field 4 Clean flux density= 167.646 MilliJy 68622 comps IMAGR1: Total Cleaned flux density = 5.560 Jy 699479 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.0 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.45 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.506 MilliJy iter= 68962 IMAGR1: Field 4 Clean flux density= 134.231 MilliJy 68962 comps IMAGR1: Total Cleaned flux density = 5.527 Jy 699819 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.0 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.725 MilliJy iter= 74409 IMAGR1: Field 4 Clean flux density= 130.341 MilliJy 74409 comps IMAGR1: Total Cleaned flux density = 5.523 Jy 705266 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -23.2 MilliJy,max = 23.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.10 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -13.352 MilliJy iter= 75838 IMAGR1: Field 4 Clean flux density= 170.048 MilliJy 75838 comps IMAGR1: Total Cleaned flux density = 5.562 Jy 706695 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -48.4 MilliJy,max = 53.0 MilliJy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 14.90 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 19343 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -36.282 MilliJy iter= 75856 IMAGR1: Field 4 Clean flux density= 139.410 MilliJy 75856 comps IMAGR1: Total Cleaned flux density = 5.532 Jy 706713 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -35.8 MilliJy,max = 35.0 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.02 MilliJy IMAGR1: 15335 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -29.453 MilliJy iter= 75883 IMAGR1: Field 4 Clean flux density= 111.177 MilliJy 75883 comps IMAGR1: Total Cleaned flux density = 5.503 Jy 706740 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -28.3 MilliJy,max = 30.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 12.08 MilliJy IMAGR1: 17573 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -17.866 MilliJy iter= 76028 IMAGR1: Field 4 Clean flux density= 106.179 MilliJy 76028 comps IMAGR1: Total Cleaned flux density = 5.498 Jy 706885 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.8 MilliJy,max = 16.7 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 7.55 MilliJy IMAGR1: 17863 Residual map points loaded IMAGR1: Field 4 min allowed flux = -8.345 MilliJy iter= 76442 IMAGR1: Field 4 Clean flux density= 128.885 MilliJy 76442 comps IMAGR1: Total Cleaned flux density = 5.521 Jy 707299 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 4 min allowed flux = 2.980 MilliJy iter= 81834 IMAGR1: Field 4 Clean flux density= 119.299 MilliJy 81834 comps IMAGR1: Total Cleaned flux density = 5.512 Jy 712691 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -34.6 MilliJy,max = 30.6 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 13.39 MilliJy IMAGR1: 18301 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -18.983 MilliJy iter= 81940 IMAGR1: Field 4 Clean flux density= 95.089 MilliJy 81940 comps IMAGR1: Total Cleaned flux density = 5.487 Jy 712797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -18.7 MilliJy,max = 18.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.26 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -10.521 MilliJy iter= 88063 IMAGR1: Field 4 Clean flux density= 522.227 MilliJy 88063 comps IMAGR1: Total Cleaned flux density = 5.915 Jy 718920 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -135.7 MilliJy,max = 139.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 62.64 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -110.145 MilliJy iter= 88180 IMAGR1: Field 4 Clean flux density= 468.957 MilliJy 88180 comps IMAGR1: Total Cleaned flux density = 5.861 Jy 719037 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -89.9 MilliJy,max = 88.6 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 46.55 MilliJy IMAGR1: 19295 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -70.622 MilliJy iter= 88271 IMAGR1: Field 4 Clean flux density= 385.176 MilliJy 88271 comps IMAGR1: Total Cleaned flux density = 5.778 Jy 719128 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -69.2 MilliJy,max = 65.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 38.06 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -57.340 MilliJy iter= 88635 IMAGR1: Field 4 Clean flux density= 375.072 MilliJy 88635 comps IMAGR1: Total Cleaned flux density = 5.767 Jy 719492 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -36.6 MilliJy,max = 35.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 17.02 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -29.369 MilliJy iter= 88691 IMAGR1: Field 4 Clean flux density= 299.280 MilliJy 88691 comps IMAGR1: Total Cleaned flux density = 5.692 Jy 719548 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -29.5 MilliJy,max = 28.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 15.17 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -24.029 MilliJy iter= 88816 IMAGR1: Field 4 Clean flux density= 242.009 MilliJy 88816 comps IMAGR1: Total Cleaned flux density = 5.634 Jy 719673 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -23.8 MilliJy,max = 23.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 12.17 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -16.747 MilliJy iter= 89549 IMAGR1: Field 4 Clean flux density= 248.732 MilliJy 89549 comps IMAGR1: Total Cleaned flux density = 5.641 Jy 720406 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -11.2 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.705 MilliJy iter= 90335 IMAGR1: Field 4 Clean flux density= 200.025 MilliJy 90335 comps IMAGR1: Total Cleaned flux density = 5.592 Jy 721192 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -9.3 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 3.36 MilliJy IMAGR1: 17103 Residual map points loaded IMAGR1: Field 4 min allowed flux = 4.900 MilliJy iter= 90408 IMAGR1: Field 4 Clean flux density= 217.496 MilliJy 90408 comps IMAGR1: Total Cleaned flux density = 5.610 Jy 721265 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.733 MilliJy iter= 95932 IMAGR1: Field 4 Clean flux density= 334.236 MilliJy 95932 comps IMAGR1: Total Cleaned flux density = 5.727 Jy 726789 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -33.9 MilliJy,max = 32.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 13.09 MilliJy IMAGR1: 19821 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -18.152 MilliJy iter= 96062 IMAGR1: Field 4 Clean flux density= 266.877 MilliJy 96062 comps IMAGR1: Total Cleaned flux density = 5.659 Jy 726919 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -17.2 MilliJy,max = 17.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.71 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -13.617 MilliJy iter= 96384 IMAGR1: Field 4 Clean flux density= 225.115 MilliJy 96384 comps IMAGR1: Total Cleaned flux density = 5.617 Jy 727241 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -9.1 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.15 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.668 MilliJy iter= 97308 IMAGR1: Field 4 Clean flux density= 183.502 MilliJy 97308 comps IMAGR1: Total Cleaned flux density = 5.576 Jy 728165 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -9.5 MilliJy,max = 10.0 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 3.26 MilliJy IMAGR1: 17283 Residual map points loaded IMAGR1: Field 4 min allowed flux = 4.956 MilliJy iter= 97374 IMAGR1: Field 4 Clean flux density= 187.956 MilliJy 97374 comps IMAGR1: Total Cleaned flux density = 5.580 Jy 728231 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.561 MilliJy iter= 102561 IMAGR1: Field 4 Clean flux density= 403.081 MilliJy 102561 comps IMAGR1: Total Cleaned flux density = 5.795 Jy 733418 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -35.7 MilliJy,max = 32.4 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 14.00 MilliJy IMAGR1: 19784 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -23.097 MilliJy iter= 102637 IMAGR1: Field 4 Clean flux density= 320.319 MilliJy 102637 comps IMAGR1: Total Cleaned flux density = 5.713 Jy 733494 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -21.9 MilliJy,max = 21.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.75 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -19.991 MilliJy iter= 102700 IMAGR1: Field 4 Clean flux density= 255.855 MilliJy 102700 comps IMAGR1: Total Cleaned flux density = 5.648 Jy 733557 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -17.1 MilliJy,max = 17.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.96 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -12.715 MilliJy iter= 103523 IMAGR1: Field 4 Clean flux density= 264.423 MilliJy 103523 comps IMAGR1: Total Cleaned flux density = 5.657 Jy 734380 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -26.0 MilliJy,max = 18.0 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 7.97 MilliJy IMAGR1: 14810 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -15.204 MilliJy iter= 103557 IMAGR1: Field 4 Clean flux density= 210.139 MilliJy 103557 comps IMAGR1: Total Cleaned flux density = 5.602 Jy 734414 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.1 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 6.23 MilliJy IMAGR1: 19926 Residual map points loaded IMAGR1: Field 4 min allowed flux = -7.575 MilliJy iter= 103781 IMAGR1: Field 4 Clean flux density= 185.731 MilliJy 103781 comps IMAGR1: Total Cleaned flux density = 5.578 Jy 734638 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.8 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.11 MilliJy IMAGR1: 17603 Residual map points loaded IMAGR1: Field 4 min allowed flux = -3.401 MilliJy iter= 104058 IMAGR1: Field 4 Clean flux density= 209.039 MilliJy 104058 comps IMAGR1: Total Cleaned flux density = 5.601 Jy 734915 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.843 MilliJy iter= 109637 IMAGR1: Field 4 Clean flux density= 216.378 MilliJy 109637 comps IMAGR1: Total Cleaned flux density = 5.609 Jy 740494 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -18.0 MilliJy,max = 17.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.91 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -14.014 MilliJy iter= 109758 IMAGR1: Field 4 Clean flux density= 177.488 MilliJy 109758 comps IMAGR1: Total Cleaned flux density = 5.570 Jy 740615 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -11.4 MilliJy,max = 11.8 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 5.92 MilliJy IMAGR1: 16920 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 6.042 MilliJy iter= 110258 IMAGR1: Field 4 Clean flux density= 200.633 MilliJy 110258 comps IMAGR1: Total Cleaned flux density = 5.593 Jy 741115 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 2.37 MilliJy IMAGR1: 19541 Residual map points loaded IMAGR1: Field 4 min allowed flux = -2.505 MilliJy iter= 110695 IMAGR1: Field 4 Clean flux density= 200.410 MilliJy 110695 comps IMAGR1: Total Cleaned flux density = 5.593 Jy 741552 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 19532 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.373 MilliJy iter= 117095 IMAGR1: Field 4 Clean flux density= 224.070 MilliJy 117095 comps IMAGR1: Total Cleaned flux density = 5.616 Jy 747952 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -11.7 MilliJy,max = 12.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.72 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -8.542 MilliJy iter= 117676 IMAGR1: Field 4 Clean flux density= 195.325 MilliJy 117676 comps IMAGR1: Total Cleaned flux density = 5.588 Jy 748533 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.6 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 3.26 MilliJy IMAGR1: 18190 Residual map points loaded IMAGR1: Field 4 min allowed flux = 5.277 MilliJy iter= 117724 IMAGR1: Field 4 Clean flux density= 189.233 MilliJy 117724 comps IMAGR1: Total Cleaned flux density = 5.582 Jy 748581 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.841 MilliJy iter= 123712 IMAGR1: Field 4 Clean flux density= 271.188 MilliJy 123712 comps IMAGR1: Total Cleaned flux density = 5.664 Jy 754569 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -37.9 MilliJy,max = 38.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 14.85 MilliJy IMAGR1: 18989 Residual map points loaded IMAGR1: Field 4 min allowed flux = 19.198 MilliJy iter= 123890 IMAGR1: Field 4 Clean flux density= 256.753 MilliJy 123890 comps IMAGR1: Total Cleaned flux density = 5.649 Jy 754747 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -18.3 MilliJy,max = 17.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.25 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -15.881 MilliJy iter= 123975 IMAGR1: Field 4 Clean flux density= 205.394 MilliJy 123975 comps IMAGR1: Total Cleaned flux density = 5.598 Jy 754832 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -14.2 MilliJy,max = 14.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.76 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -8.900 MilliJy iter= 127670 IMAGR1: Field 4 Clean flux density= 216.753 MilliJy 127670 comps IMAGR1: Total Cleaned flux density = 5.609 Jy 758527 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -66.5 MilliJy,max = 64.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 28.50 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -60.696 MilliJy iter= 127683 IMAGR1: Field 4 Clean flux density= 172.485 MilliJy 127683 comps IMAGR1: Total Cleaned flux density = 5.565 Jy 758540 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -58.1 MilliJy,max = 58.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 27.25 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -50.876 MilliJy iter= 127754 IMAGR1: Field 4 Clean flux density= 180.696 MilliJy 127754 comps IMAGR1: Total Cleaned flux density = 5.573 Jy 758611 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -45.8 MilliJy,max = 43.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 22.36 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -35.303 MilliJy iter= 128110 IMAGR1: Field 4 Clean flux density= 188.159 MilliJy 128110 comps IMAGR1: Total Cleaned flux density = 5.581 Jy 758967 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -20.5 MilliJy,max = 20.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.50 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -14.788 MilliJy iter= 128496 IMAGR1: Field 4 Clean flux density= 161.011 MilliJy 128496 comps IMAGR1: Total Cleaned flux density = 5.553 Jy 759353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.4 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.77 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.452 MilliJy iter= 129535 IMAGR1: Field 4 Clean flux density= 138.897 MilliJy 129535 comps IMAGR1: Total Cleaned flux density = 5.531 Jy 760392 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -11.3 MilliJy,max = 10.2 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 3.70 MilliJy IMAGR1: 16456 Residual map points loaded IMAGR1: Field 4 min allowed flux = 5.654 MilliJy iter= 129604 IMAGR1: Field 4 Clean flux density= 127.030 MilliJy 129604 comps IMAGR1: Total Cleaned flux density = 5.519 Jy 760461 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.947 MilliJy iter= 134771 IMAGR1: Field 4 Clean flux density= 136.409 MilliJy 134771 comps IMAGR1: Total Cleaned flux density = 5.529 Jy 765628 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -37.0 MilliJy,max = 40.2 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 15.54 MilliJy IMAGR1: 15572 Residual map points loaded IMAGR1: Field 4 min allowed flux = 19.999 MilliJy iter= 134926 IMAGR1: Field 4 Clean flux density= 232.302 MilliJy 134926 comps IMAGR1: Total Cleaned flux density = 5.625 Jy 765783 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -18.6 MilliJy,max = 19.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.34 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -16.972 MilliJy iter= 134974 IMAGR1: Field 4 Clean flux density= 186.361 MilliJy 134974 comps IMAGR1: Total Cleaned flux density = 5.579 Jy 765831 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.5 MilliJy,max = 16.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.29 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -12.643 MilliJy iter= 135414 IMAGR1: Field 4 Clean flux density= 169.927 MilliJy 135414 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 5.562 Jy 766271 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.6 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: Field 4 min allowed flux = -3.249 MilliJy iter= 140419 IMAGR1: Field 4 Clean flux density= 244.103 MilliJy 140419 comps IMAGR1: Total Cleaned flux density = 5.636 Jy 771276 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -34.2 MilliJy,max = 31.7 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 13.22 MilliJy IMAGR1: 18553 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -19.868 MilliJy iter= 140532 IMAGR1: Field 4 Clean flux density= 196.941 MilliJy 140532 comps IMAGR1: Total Cleaned flux density = 5.589 Jy 771389 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -18.7 MilliJy,max = 20.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.74 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -16.775 MilliJy iter= 140635 IMAGR1: Field 4 Clean flux density= 168.777 MilliJy 140635 comps IMAGR1: Total Cleaned flux density = 5.561 Jy 771492 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -14.9 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.83 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -11.701 MilliJy iter= 141076 IMAGR1: Field 4 Clean flux density= 149.359 MilliJy 141076 comps IMAGR1: Total Cleaned flux density = 5.542 Jy 771933 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.9 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.33 MilliJy IMAGR1: 16801 Residual map points loaded IMAGR1: Field 4 min allowed flux = 4.062 MilliJy iter= 141346 IMAGR1: Field 4 Clean flux density= 175.190 MilliJy 141346 comps IMAGR1: Total Cleaned flux density = 5.568 Jy 772203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.230 MilliJy iter= 147557 IMAGR1: Field 4 Clean flux density= 262.049 MilliJy 147557 comps IMAGR1: Total Cleaned flux density = 5.654 Jy 778414 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -18.6 MilliJy,max = 19.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.23 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -16.369 MilliJy iter= 147607 IMAGR1: Field 4 Clean flux density= 210.745 MilliJy 147607 comps IMAGR1: Total Cleaned flux density = 5.603 Jy 778464 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -15.1 MilliJy,max = 16.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.33 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -10.813 MilliJy iter= 149213 IMAGR1: Field 4 Clean flux density= 208.404 MilliJy 149213 comps IMAGR1: Total Cleaned flux density = 5.601 Jy 780070 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -28.5 MilliJy,max = 24.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 11.00 MilliJy IMAGR1: 15349 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -19.133 MilliJy iter= 149258 IMAGR1: Field 4 Clean flux density= 166.178 MilliJy 149258 comps IMAGR1: Total Cleaned flux density = 5.559 Jy 780115 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -19.1 MilliJy,max = 18.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.14 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 4 min allowed flux = 9.548 MilliJy iter= 154892 IMAGR1: Field 4 Clean flux density= 513.439 MilliJy 154892 comps IMAGR1: Total Cleaned flux density = 5.906 Jy 785749 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -135.1 MilliJy,max = 129.8 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 57.11 MilliJy IMAGR1: 19871 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -110.343 MilliJy iter= 154925 IMAGR1: Field 4 Clean flux density= 404.166 MilliJy 154925 comps IMAGR1: Total Cleaned flux density = 5.797 Jy 785782 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -107.4 MilliJy,max = 105.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 51.42 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -99.415 MilliJy iter= 154975 IMAGR1: Field 4 Clean flux density= 321.669 MilliJy 154975 comps IMAGR1: Total Cleaned flux density = 5.714 Jy 785832 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -88.3 MilliJy,max = 91.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 44.79 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -49.042 MilliJy iter= 159831 IMAGR1: Field 4 Clean flux density= 1.108 Jy 159831 comps IMAGR1: Total Cleaned flux density = 6.500 Jy 790688 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -647.9 MilliJy,max = 578.8 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 265.66 MilliJy IMAGR1: 18821 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -561.693 MilliJy iter= 159837 IMAGR1: Field 4 Clean flux density= 868.594 MilliJy 159837 comps IMAGR1: Total Cleaned flux density = 6.261 Jy 790694 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -550.3 MilliJy,max = 544.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 256.81 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -531.571 MilliJy iter= 159843 IMAGR1: Field 4 Clean flux density= 654.393 MilliJy 159843 comps IMAGR1: Total Cleaned flux density = 6.047 Jy 790700 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -521.0 MilliJy,max = 526.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 251.87 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -515.605 MilliJy iter= 159854 IMAGR1: Field 4 Clean flux density= 709.443 MilliJy 159854 comps IMAGR1: Total Cleaned flux density = 6.102 Jy 790711 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -503.7 MilliJy,max = 494.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 243.80 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -494.421 MilliJy iter= 159857 IMAGR1: Field 4 Clean flux density= 559.853 MilliJy 159857 comps IMAGR1: Total Cleaned flux density = 5.952 Jy 790714 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -485.2 MilliJy,max = 492.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 241.54 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -465.285 MilliJy iter= 159906 IMAGR1: Field 4 Clean flux density= 809.127 MilliJy 159906 comps IMAGR1: Total Cleaned flux density = 6.201 Jy 790763 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -424.0 MilliJy,max = 425.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 210.01 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -405.636 MilliJy iter= 159920 IMAGR1: Field 4 Clean flux density= 645.809 MilliJy 159920 comps IMAGR1: Total Cleaned flux density = 6.038 Jy 790777 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -397.3 MilliJy,max = 390.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 202.40 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -388.844 MilliJy iter= 159926 IMAGR1: Field 4 Clean flux density= 488.876 MilliJy 159926 comps IMAGR1: Total Cleaned flux density = 5.881 Jy 790783 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -386.7 MilliJy,max = 389.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 199.45 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -377.686 MilliJy iter= 159944 IMAGR1: Field 4 Clean flux density= 567.776 MilliJy 159944 comps IMAGR1: Total Cleaned flux density = 5.960 Jy 790801 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -370.0 MilliJy,max = 362.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 190.43 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -362.856 MilliJy iter= 159948 IMAGR1: Field 4 Clean flux density= 421.098 MilliJy 159948 comps IMAGR1: Total Cleaned flux density = 5.813 Jy 790805 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -361.4 MilliJy,max = 362.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 188.49 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -348.308 MilliJy iter= 159975 IMAGR1: Field 4 Clean flux density= 458.344 MilliJy 159975 comps IMAGR1: Total Cleaned flux density = 5.851 Jy 790832 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -333.4 MilliJy,max = 337.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 176.73 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -326.756 MilliJy iter= 159985 IMAGR1: Field 4 Clean flux density= 394.058 MilliJy 159985 comps IMAGR1: Total Cleaned flux density = 5.786 Jy 790842 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -326.2 MilliJy,max = 324.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 172.71 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -305.134 MilliJy iter= 160087 IMAGR1: Field 4 Clean flux density= 783.248 MilliJy 160087 comps IMAGR1: Total Cleaned flux density = 6.176 Jy 790944 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -266.5 MilliJy,max = 265.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 133.48 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -240.975 MilliJy iter= 160136 IMAGR1: Field 4 Clean flux density= 608.416 MilliJy 160136 comps IMAGR1: Total Cleaned flux density = 6.001 Jy 790993 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -225.0 MilliJy,max = 228.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 119.09 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -207.160 MilliJy iter= 160195 IMAGR1: Field 4 Clean flux density= 546.009 MilliJy 160195 comps IMAGR1: Total Cleaned flux density = 5.938 Jy 791052 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -192.2 MilliJy,max = 194.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 104.22 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -187.391 MilliJy iter= 160206 IMAGR1: Field 4 Clean flux density= 451.613 MilliJy 160206 comps IMAGR1: Total Cleaned flux density = 5.844 Jy 791063 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -183.3 MilliJy,max = 183.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 101.70 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -176.912 MilliJy iter= 160229 IMAGR1: Field 4 Clean flux density= 398.763 MilliJy 160229 comps IMAGR1: Total Cleaned flux density = 5.791 Jy 791086 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -171.3 MilliJy,max = 171.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 96.82 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -165.575 MilliJy iter= 160269 IMAGR1: Field 4 Clean flux density= 333.042 MilliJy 160269 comps IMAGR1: Total Cleaned flux density = 5.725 Jy 791126 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -154.7 MilliJy,max = 158.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 89.05 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -148.470 MilliJy iter= 160346 IMAGR1: Field 4 Clean flux density= 475.017 MilliJy 160346 comps IMAGR1: Total Cleaned flux density = 5.867 Jy 791203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -137.4 MilliJy,max = 139.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 76.19 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -129.683 MilliJy iter= 160381 IMAGR1: Field 4 Clean flux density= 383.001 MilliJy 160381 comps IMAGR1: Total Cleaned flux density = 5.775 Jy 791238 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -123.9 MilliJy,max = 123.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 70.90 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -117.912 MilliJy iter= 160413 IMAGR1: Field 4 Clean flux density= 336.254 MilliJy 160413 comps IMAGR1: Total Cleaned flux density = 5.729 Jy 791270 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -113.5 MilliJy,max = 115.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 66.51 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -108.659 MilliJy iter= 160470 IMAGR1: Field 4 Clean flux density= 348.341 MilliJy 160470 comps IMAGR1: Total Cleaned flux density = 5.741 Jy 791327 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -101.6 MilliJy,max = 105.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 59.77 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -97.736 MilliJy iter= 160514 IMAGR1: Field 4 Clean flux density= 351.297 MilliJy 160514 comps IMAGR1: Total Cleaned flux density = 5.744 Jy 791371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -95.6 MilliJy,max = 94.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 55.04 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -89.473 MilliJy iter= 160543 IMAGR1: Field 4 Clean flux density= 306.787 MilliJy 160543 comps IMAGR1: Total Cleaned flux density = 5.699 Jy 791400 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -90.8 MilliJy,max = 88.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 52.30 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -83.785 MilliJy iter= 160586 IMAGR1: Field 4 Clean flux density= 265.385 MilliJy 160586 comps IMAGR1: Total Cleaned flux density = 5.658 Jy 791443 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -82.3 MilliJy,max = 81.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 48.45 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -73.362 MilliJy iter= 160831 IMAGR1: Field 4 Clean flux density= 322.729 MilliJy 160831 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 791688 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -54.5 MilliJy,max = 56.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 30.29 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -45.546 MilliJy iter= 161065 IMAGR1: Field 4 Clean flux density= 300.533 MilliJy 161065 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 791922 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -44.1 MilliJy,max = 36.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 20.53 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 21.028 MilliJy iter= 167651 IMAGR1: Field 4 Clean flux density= 821.529 MilliJy 167651 comps IMAGR1: Total Cleaned flux density = 6.214 Jy 798508 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -250.2 MilliJy,max = 221.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 112.50 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -215.665 MilliJy iter= 167667 IMAGR1: Field 4 Clean flux density= 639.326 MilliJy 167667 comps IMAGR1: Total Cleaned flux density = 6.032 Jy 798524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -201.3 MilliJy,max = 205.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 108.08 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -192.330 MilliJy iter= 167689 IMAGR1: Field 4 Clean flux density= 564.522 MilliJy 167689 comps IMAGR1: Total Cleaned flux density = 5.957 Jy 798546 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -189.9 MilliJy,max = 187.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 102.79 MilliJy IMAGR1: 19996 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -166.230 MilliJy iter= 167824 IMAGR1: Field 4 Clean flux density= 624.075 MilliJy 167824 comps IMAGR1: Total Cleaned flux density = 6.016 Jy 798681 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -138.1 MilliJy,max = 140.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 77.62 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -120.796 MilliJy iter= 167942 IMAGR1: Field 4 Clean flux density= 526.962 MilliJy 167942 comps IMAGR1: Total Cleaned flux density = 5.919 Jy 798799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -106.4 MilliJy,max = 105.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 62.54 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -91.470 MilliJy iter= 168247 IMAGR1: Field 4 Clean flux density= 663.938 MilliJy 168247 comps IMAGR1: Total Cleaned flux density = 6.056 Jy 799104 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -71.1 MilliJy,max = 67.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.75 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -54.824 MilliJy iter= 168514 IMAGR1: Field 4 Clean flux density= 529.115 MilliJy 168514 comps IMAGR1: Total Cleaned flux density = 5.921 Jy 799371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -43.6 MilliJy,max = 50.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 23.67 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -30.313 MilliJy iter= 169948 IMAGR1: Field 4 Clean flux density= 518.448 MilliJy 169948 comps IMAGR1: Total Cleaned flux density = 5.911 Jy 800805 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -56.4 MilliJy,max = 55.2 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 23.11 MilliJy IMAGR1: 15969 Residual map points loaded IMAGR1: Field 4 min allowed flux = -28.166 MilliJy iter= 170171 IMAGR1: Field 4 Clean flux density= 449.594 MilliJy 170171 comps IMAGR1: Total Cleaned flux density = 5.842 Jy 801028 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -26.9 MilliJy,max = 26.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 13.15 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -13.529 MilliJy iter= 176374 IMAGR1: Field 4 Clean flux density= 632.462 MilliJy 176374 comps IMAGR1: Total Cleaned flux density = 6.025 Jy 807231 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -174.9 MilliJy,max = 182.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 79.68 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 4 min allowed flux = 91.181 MilliJy iter= 180257 IMAGR1: Field 4 Clean flux density= 3.130 Jy 180257 comps IMAGR1: Total Cleaned flux density = 8.522 Jy 811114 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -954.6 MilliJy,max = 955.4 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 391.74 MilliJy IMAGR1: 17474 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -723.387 MilliJy iter= 180292 IMAGR1: Field 4 Clean flux density= 2.573 Jy 180292 comps IMAGR1: Total Cleaned flux density = 7.965 Jy 811149 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -714.2 MilliJy,max = 705.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 335.64 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -688.861 MilliJy iter= 180309 IMAGR1: Field 4 Clean flux density= 2.089 Jy 180309 comps IMAGR1: Total Cleaned flux density = 7.481 Jy 811166 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -655.8 MilliJy,max = 650.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 318.45 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -642.421 MilliJy iter= 180319 IMAGR1: Field 4 Clean flux density= 1.701 Jy 180319 comps IMAGR1: Total Cleaned flux density = 7.093 Jy 811176 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -620.5 MilliJy,max = 631.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 309.13 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -565.007 MilliJy iter= 180436 IMAGR1: Field 4 Clean flux density= 2.034 Jy 180436 comps IMAGR1: Total Cleaned flux density = 7.426 Jy 811293 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -446.8 MilliJy,max = 470.2 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 221.36 MilliJy IMAGR1: 19366 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -388.506 MilliJy iter= 180462 IMAGR1: Field 4 Clean flux density= 1.638 Jy 180462 comps IMAGR1: Total Cleaned flux density = 7.031 Jy 811319 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -385.9 MilliJy,max = 382.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 205.97 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -365.501 MilliJy iter= 180494 IMAGR1: Field 4 Clean flux density= 1.419 Jy 180494 comps IMAGR1: Total Cleaned flux density = 6.812 Jy 811351 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -360.1 MilliJy,max = 349.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 190.98 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -328.910 MilliJy iter= 180538 IMAGR1: Field 4 Clean flux density= 1.222 Jy 180538 comps IMAGR1: Total Cleaned flux density = 6.614 Jy 811395 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -328.5 MilliJy,max = 311.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 173.45 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -285.280 MilliJy iter= 180653 IMAGR1: Field 4 Clean flux density= 1.258 Jy 180653 comps IMAGR1: Total Cleaned flux density = 6.651 Jy 811510 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -247.9 MilliJy,max = 245.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 134.61 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -223.687 MilliJy iter= 180711 IMAGR1: Field 4 Clean flux density= 1.080 Jy 180711 comps IMAGR1: Total Cleaned flux density = 6.472 Jy 811568 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -213.6 MilliJy,max = 207.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 119.52 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -192.353 MilliJy iter= 180807 IMAGR1: Field 4 Clean flux density= 923.991 MilliJy 180807 comps IMAGR1: Total Cleaned flux density = 6.316 Jy 811664 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -173.1 MilliJy,max = 175.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 99.11 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -144.562 MilliJy iter= 181330 IMAGR1: Field 4 Clean flux density= 1.465 Jy 181330 comps IMAGR1: Total Cleaned flux density = 6.857 Jy 812187 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -75.6 MilliJy,max = 76.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 36.13 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -57.841 MilliJy iter= 181503 IMAGR1: Field 4 Clean flux density= 1.173 Jy 181503 comps IMAGR1: Total Cleaned flux density = 6.565 Jy 812360 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -63.5 MilliJy,max = 54.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 26.53 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -27.206 MilliJy iter= 186912 IMAGR1: Field 4 Clean flux density= 1.571 Jy 186912 comps IMAGR1: Total Cleaned flux density = 6.963 Jy 817769 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -222.2 MilliJy,max = 223.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 104.40 MilliJy IMAGR1: 19970 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -190.034 MilliJy iter= 186952 IMAGR1: Field 4 Clean flux density= 1.258 Jy 186952 comps IMAGR1: Total Cleaned flux density = 6.650 Jy 817809 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -185.8 MilliJy,max = 179.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 95.09 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -97.470 MilliJy iter= 193027 IMAGR1: Field 4 Clean flux density= 4.229 Jy 193027 comps IMAGR1: Total Cleaned flux density = 9.621 Jy 823884 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -1.2 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 548.86 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.135 Jy iter= 193035 IMAGR1: Field 4 Clean flux density= 3.297 Jy 193035 comps IMAGR1: Total Cleaned flux density = 8.690 Jy 823892 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 535.27 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.059 Jy iter= 193046 IMAGR1: Field 4 Clean flux density= 2.767 Jy 193046 comps IMAGR1: Total Cleaned flux density = 8.159 Jy 823903 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 Jy,max = 1.0 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 519.26 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -999.879 MilliJy iter= 193056 IMAGR1: Field 4 Clean flux density= 2.367 Jy 193056 comps IMAGR1: Total Cleaned flux density = 7.760 Jy 823913 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -972.0 MilliJy,max = 986.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 506.16 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -935.696 MilliJy iter= 193078 IMAGR1: Field 4 Clean flux density= 1.995 Jy 193078 comps IMAGR1: Total Cleaned flux density = 7.387 Jy 823935 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -904.4 MilliJy,max = 894.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 479.50 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -875.023 MilliJy iter= 193091 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 Clean flux density= 1.552 Jy 193091 comps IMAGR1: Total Cleaned flux density = 6.944 Jy 823948 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -868.0 MilliJy,max = 856.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 465.61 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -857.255 MilliJy iter= 193095 IMAGR1: Field 4 Clean flux density= 1.207 Jy 193095 comps IMAGR1: Total Cleaned flux density = 6.599 Jy 823952 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -844.0 MilliJy,max = 848.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 461.38 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -835.465 MilliJy iter= 193108 IMAGR1: Field 4 Clean flux density= 1.124 Jy 193108 comps IMAGR1: Total Cleaned flux density = 6.517 Jy 823965 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -827.4 MilliJy,max = 823.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 448.23 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -816.187 MilliJy iter= 193113 IMAGR1: Field 4 Clean flux density= 878.642 MilliJy 193113 comps IMAGR1: Total Cleaned flux density = 6.271 Jy 823970 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -809.0 MilliJy,max = 813.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 443.42 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -790.603 MilliJy iter= 193123 IMAGR1: Field 4 Clean flux density= 884.397 MilliJy 193123 comps IMAGR1: Total Cleaned flux density = 6.277 Jy 823980 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -804.9 MilliJy,max = 786.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 434.44 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -777.982 MilliJy iter= 193127 IMAGR1: Field 4 Clean flux density= 729.038 MilliJy 193127 comps IMAGR1: Total Cleaned flux density = 6.121 Jy 823984 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -802.5 MilliJy,max = 768.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 430.64 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -737.564 MilliJy iter= 193190 IMAGR1: Field 4 Clean flux density= 1.418 Jy 193190 comps IMAGR1: Total Cleaned flux density = 6.811 Jy 824047 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -686.5 MilliJy,max = 717.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 377.74 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -659.673 MilliJy iter= 193202 IMAGR1: Field 4 Clean flux density= 1.292 Jy 193202 comps IMAGR1: Total Cleaned flux density = 6.685 Jy 824059 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -673.4 MilliJy,max = 647.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 368.81 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -629.554 MilliJy iter= 193233 IMAGR1: Field 4 Clean flux density= 1.231 Jy 193233 comps IMAGR1: Total Cleaned flux density = 6.623 Jy 824090 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -630.9 MilliJy,max = 604.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 347.36 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -578.091 MilliJy iter= 193285 IMAGR1: Field 4 Clean flux density= 1.357 Jy 193285 comps IMAGR1: Total Cleaned flux density = 6.750 Jy 824142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -580.4 MilliJy,max = 551.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 313.75 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -531.532 MilliJy iter= 193312 IMAGR1: Field 4 Clean flux density= 1.084 Jy 193312 comps IMAGR1: Total Cleaned flux density = 6.477 Jy 824169 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -546.4 MilliJy,max = 522.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 298.66 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -502.111 MilliJy iter= 193327 IMAGR1: Field 4 Clean flux density= 830.311 MilliJy 193327 comps IMAGR1: Total Cleaned flux density = 6.223 Jy 824184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -518.4 MilliJy,max = 494.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 290.38 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -476.755 MilliJy iter= 193365 IMAGR1: Field 4 Clean flux density= 1.030 Jy 193365 comps IMAGR1: Total Cleaned flux density = 6.423 Jy 824222 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -483.0 MilliJy,max = 461.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 271.41 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -430.915 MilliJy iter= 193464 IMAGR1: Field 4 Clean flux density= 1.523 Jy 193464 comps IMAGR1: Total Cleaned flux density = 6.915 Jy 824321 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -423.5 MilliJy,max = 395.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 227.79 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -366.204 MilliJy iter= 193514 IMAGR1: Field 4 Clean flux density= 1.694 Jy 193514 comps IMAGR1: Total Cleaned flux density = 7.086 Jy 824371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -392.3 MilliJy,max = 346.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 209.12 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -334.709 MilliJy iter= 193532 IMAGR1: Field 4 Clean flux density= 1.354 Jy 193532 comps IMAGR1: Total Cleaned flux density = 6.747 Jy 824389 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -385.6 MilliJy,max = 329.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 203.15 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -320.364 MilliJy iter= 193559 IMAGR1: Field 4 Clean flux density= 1.129 Jy 193559 comps IMAGR1: Total Cleaned flux density = 6.521 Jy 824416 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -366.4 MilliJy,max = 316.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 194.72 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -302.132 MilliJy iter= 193639 IMAGR1: Field 4 Clean flux density= 1.195 Jy 193639 comps IMAGR1: Total Cleaned flux density = 6.587 Jy 824496 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -314.4 MilliJy,max = 290.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 171.57 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -256.568 MilliJy iter= 193860 IMAGR1: Field 4 Clean flux density= 1.070 Jy 193860 comps IMAGR1: Total Cleaned flux density = 6.462 Jy 824717 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -240.6 MilliJy,max = 210.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 119.15 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -191.730 MilliJy iter= 193903 IMAGR1: Field 4 Clean flux density= 897.113 MilliJy 193903 comps IMAGR1: Total Cleaned flux density = 6.289 Jy 824760 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -219.1 MilliJy,max = 189.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 111.37 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -167.158 MilliJy iter= 194050 IMAGR1: Field 4 Clean flux density= 987.642 MilliJy 194050 comps IMAGR1: Total Cleaned flux density = 6.380 Jy 824907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -166.0 MilliJy,max = 163.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 89.23 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -91.146 MilliJy iter= 200798 IMAGR1: Field 4 Clean flux density= 2.476 Jy 200798 comps IMAGR1: Total Cleaned flux density = 7.868 Jy 831655 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -904.3 MilliJy,max = 904.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 494.58 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -784.871 MilliJy iter= 200928 IMAGR1: Field 4 Clean flux density= 2.312 Jy 200928 comps IMAGR1: Total Cleaned flux density = 7.705 Jy 831785 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -675.3 MilliJy,max = 649.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 382.42 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -638.995 MilliJy iter= 200940 IMAGR1: Field 4 Clean flux density= 1.793 Jy 200940 comps IMAGR1: Total Cleaned flux density = 7.186 Jy 831797 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -661.8 MilliJy,max = 631.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 374.80 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -609.095 MilliJy iter= 200956 IMAGR1: Field 4 Clean flux density= 1.421 Jy 200956 comps IMAGR1: Total Cleaned flux density = 6.813 Jy 831813 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -648.7 MilliJy,max = 627.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 364.63 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -580.531 MilliJy iter= 200987 IMAGR1: Field 4 Clean flux density= 1.601 Jy 200987 comps IMAGR1: Total Cleaned flux density = 6.994 Jy 831844 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -623.1 MilliJy,max = 584.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 346.57 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -527.798 MilliJy iter= 201089 IMAGR1: Field 4 Clean flux density= 1.613 Jy 201089 comps IMAGR1: Total Cleaned flux density = 7.005 Jy 831946 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -558.5 MilliJy,max = 518.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 294.63 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -464.828 MilliJy iter= 201108 IMAGR1: Field 4 Clean flux density= 1.284 Jy 201108 comps IMAGR1: Total Cleaned flux density = 6.676 Jy 831965 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -548.5 MilliJy,max = 506.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 286.52 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -431.012 MilliJy iter= 201200 IMAGR1: Field 4 Clean flux density= 1.554 Jy 201200 comps IMAGR1: Total Cleaned flux density = 6.946 Jy 832057 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -499.4 MilliJy,max = 427.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 249.65 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -359.848 MilliJy iter= 201507 IMAGR1: Field 4 Clean flux density= 2.140 Jy 201507 comps IMAGR1: Total Cleaned flux density = 7.532 Jy 832364 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -306.8 MilliJy,max = 313.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 154.73 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -230.634 MilliJy iter= 201791 IMAGR1: Field 4 Clean flux density= 2.326 Jy 201791 comps IMAGR1: Total Cleaned flux density = 7.719 Jy 832648 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -222.9 MilliJy,max = 205.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 98.98 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -108.645 MilliJy iter= 206510 IMAGR1: Field 4 Clean flux density= 3.504 Jy 206510 comps IMAGR1: Total Cleaned flux density = 8.896 Jy 837367 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -843.9 MilliJy,max = 740.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 371.37 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -755.280 MilliJy iter= 206520 IMAGR1: Field 4 Clean flux density= 2.729 Jy 206520 comps IMAGR1: Total Cleaned flux density = 8.121 Jy 837377 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -751.8 MilliJy,max = 724.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 361.09 MilliJy IMAGR1: 19997 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -659.254 MilliJy iter= 206550 IMAGR1: Field 4 Clean flux density= 2.186 Jy 206550 comps IMAGR1: Total Cleaned flux density = 7.578 Jy 837407 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -686.6 MilliJy,max = 623.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 337.15 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -593.376 MilliJy iter= 206568 IMAGR1: Field 4 Clean flux density= 1.826 Jy 206568 comps IMAGR1: Total Cleaned flux density = 7.219 Jy 837425 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -652.3 MilliJy,max = 588.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 324.87 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -562.300 MilliJy iter= 206591 IMAGR1: Field 4 Clean flux density= 1.665 Jy 206591 comps IMAGR1: Total Cleaned flux density = 7.057 Jy 837448 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -626.8 MilliJy,max = 553.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 311.11 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -517.016 MilliJy iter= 206643 IMAGR1: Field 4 Clean flux density= 1.674 Jy 206643 comps IMAGR1: Total Cleaned flux density = 7.067 Jy 837500 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -579.6 MilliJy,max = 509.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 282.81 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -428.761 MilliJy iter= 206937 IMAGR1: Field 4 Clean flux density= 1.859 Jy 206937 comps IMAGR1: Total Cleaned flux density = 7.252 Jy 837794 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -305.4 MilliJy,max = 333.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 165.75 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -228.951 MilliJy iter= 207710 IMAGR1: Field 4 Clean flux density= 2.480 Jy 207710 comps IMAGR1: Total Cleaned flux density = 7.872 Jy 838567 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -148.3 MilliJy,max = 264.4 MilliJy IMAGR1: BGC Clean: using 1485 cell beam + residuals > 78.38 MilliJy IMAGR1: 16772 Residual map points loaded IMAGR1: Field 4 min allowed flux = 131.615 MilliJy iter= 207741 IMAGR1: Field 4 Clean flux density= 2.858 Jy 207741 comps IMAGR1: Total Cleaned flux density = 8.250 Jy 838598 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -135.8 MilliJy,max = 137.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 69.51 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -71.154 MilliJy iter= 213020 IMAGR1: Field 4 Clean flux density= 6.966 Jy 213020 comps IMAGR1: Total Cleaned flux density = 12.358 Jy 843877 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -799.3 MilliJy,max = 800.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 338.82 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -693.116 MilliJy iter= 213045 IMAGR1: Field 4 Clean flux density= 5.586 Jy 213045 comps IMAGR1: Total Cleaned flux density = 10.978 Jy 843902 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -640.0 MilliJy,max = 636.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 312.84 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -558.035 MilliJy iter= 213128 IMAGR1: Field 4 Clean flux density= 4.467 Jy 213128 comps IMAGR1: Total Cleaned flux density = 9.860 Jy 843985 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -471.7 MilliJy,max = 464.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 250.30 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -400.817 MilliJy iter= 213333 IMAGR1: Field 4 Clean flux density= 4.142 Jy 213333 comps IMAGR1: Total Cleaned flux density = 9.534 Jy 844190 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -304.5 MilliJy,max = 325.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 155.98 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -267.752 MilliJy iter= 213375 IMAGR1: Field 4 Clean flux density= 3.303 Jy 213375 comps IMAGR1: Total Cleaned flux density = 8.696 Jy 844232 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -281.5 MilliJy,max = 308.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 143.29 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -198.868 MilliJy iter= 214141 IMAGR1: Field 4 Clean flux density= 2.862 Jy 214141 comps IMAGR1: Total Cleaned flux density = 8.254 Jy 844998 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -147.3 MilliJy,max = 196.3 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 65.09 MilliJy IMAGR1: 18276 Residual map points loaded IMAGR1: Field 4 min allowed flux = -98.001 MilliJy iter= 214210 IMAGR1: Field 4 Clean flux density= 2.923 Jy 214210 comps IMAGR1: Total Cleaned flux density = 8.316 Jy 845067 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -104.6 MilliJy,max = 109.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 53.47 MilliJy IMAGR1: 19989 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 min algorithm flux= -54.686 MilliJy iter= 219454 IMAGR1: Field 4 Clean flux density= 4.002 Jy 219454 comps IMAGR1: Total Cleaned flux density = 9.395 Jy 850311 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -637.1 MilliJy,max = 637.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 275.16 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -456.530 MilliJy iter= 219793 IMAGR1: Field 4 Clean flux density= 3.692 Jy 219793 comps IMAGR1: Total Cleaned flux density = 9.084 Jy 850650 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -323.1 MilliJy,max = 351.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 135.70 MilliJy IMAGR1: 14495 Residual map points loaded IMAGR1: Field 4 min allowed flux = -175.141 MilliJy iter= 219937 IMAGR1: Field 4 Clean flux density= 3.790 Jy 219937 comps IMAGR1: Total Cleaned flux density = 9.182 Jy 850794 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -181.8 MilliJy,max = 171.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 96.68 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -115.771 MilliJy iter= 222257 IMAGR1: Field 4 Clean flux density= 3.314 Jy 222257 comps IMAGR1: Total Cleaned flux density = 8.707 Jy 853114 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -466.5 MilliJy,max = 424.5 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 191.26 MilliJy IMAGR1: 17036 Residual map points loaded IMAGR1: Field 4 min allowed flux = 232.968 MilliJy iter= 222459 IMAGR1: Field 4 Clean flux density= 3.400 Jy 222459 comps IMAGR1: Total Cleaned flux density = 8.792 Jy 853316 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -221.5 MilliJy,max = 229.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 116.68 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -135.439 MilliJy iter= 225563 IMAGR1: Field 4 Clean flux density= 2.864 Jy 225563 comps IMAGR1: Total Cleaned flux density = 8.256 Jy 856420 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -858.0 MilliJy,max = 825.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 374.83 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -591.879 MilliJy iter= 226011 IMAGR1: Field 4 Clean flux density= 3.309 Jy 226011 comps IMAGR1: Total Cleaned flux density = 8.702 Jy 856868 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -430.7 MilliJy,max = 449.2 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 173.59 MilliJy IMAGR1: 11379 Residual map points loaded IMAGR1: Field 4 min allowed flux = 224.283 MilliJy iter= 226129 IMAGR1: Field 4 Clean flux density= 3.021 Jy 226129 comps IMAGR1: Total Cleaned flux density = 8.414 Jy 856986 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -218.7 MilliJy,max = 219.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 120.85 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 123.601 MilliJy iter= 231744 IMAGR1: Field 4 Clean flux density= 4.977 Jy 231744 comps IMAGR1: Total Cleaned flux density = 10.369 Jy 862601 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -1.2 Jy,max = 1.3 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 562.68 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.058 Jy iter= 231776 IMAGR1: Field 4 Clean flux density= 4.131 Jy 231776 comps IMAGR1: Total Cleaned flux density = 9.523 Jy 862633 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -974.9 MilliJy,max = 1.0 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 518.78 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -918.881 MilliJy iter= 231830 IMAGR1: Field 4 Clean flux density= 3.790 Jy 231830 comps IMAGR1: Total Cleaned flux density = 9.182 Jy 862687 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -873.1 MilliJy,max = 873.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 461.12 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -785.048 MilliJy iter= 231896 IMAGR1: Field 4 Clean flux density= 3.161 Jy 231896 comps IMAGR1: Total Cleaned flux density = 8.554 Jy 862753 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -780.1 MilliJy,max = 725.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 405.27 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -627.399 MilliJy iter= 232212 IMAGR1: Field 4 Clean flux density= 4.174 Jy 232212 comps IMAGR1: Total Cleaned flux density = 9.566 Jy 863069 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -424.0 MilliJy,max = 455.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 217.24 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -340.434 MilliJy iter= 232430 IMAGR1: Field 4 Clean flux density= 3.479 Jy 232430 comps IMAGR1: Total Cleaned flux density = 8.871 Jy 863287 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -286.7 MilliJy,max = 301.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 148.88 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -152.644 MilliJy iter= 238836 IMAGR1: Field 4 Clean flux density= 8.610 Jy 238836 comps IMAGR1: Total Cleaned flux density = 14.002 Jy 869693 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -1.6 Jy,max = 1.5 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 748.43 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.482 Jy iter= 238852 IMAGR1: Field 4 Clean flux density= 6.759 Jy 238852 comps IMAGR1: Total Cleaned flux density = 12.152 Jy 869709 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 Jy,max = 1.5 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 717.29 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.313 Jy iter= 238880 IMAGR1: Field 4 Clean flux density= 5.432 Jy 238880 comps IMAGR1: Total Cleaned flux density = 10.824 Jy 869737 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 Jy,max = 1.4 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 674.10 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.145 Jy iter= 238955 IMAGR1: Field 4 Clean flux density= 4.376 Jy 238955 comps IMAGR1: Total Cleaned flux density = 9.768 Jy 869812 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 1.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 581.99 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -984.057 MilliJy iter= 238986 IMAGR1: Field 4 Clean flux density= 3.464 Jy 238986 comps IMAGR1: Total Cleaned flux density = 8.856 Jy 869843 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 551.31 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -884.872 MilliJy iter= 239090 IMAGR1: Field 4 Clean flux density= 3.111 Jy 239090 comps IMAGR1: Total Cleaned flux density = 8.503 Jy 869947 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -817.5 MilliJy,max = 857.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 462.69 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -767.970 MilliJy iter= 239111 IMAGR1: Field 4 Clean flux density= 2.727 Jy 239111 comps IMAGR1: Total Cleaned flux density = 8.120 Jy 869968 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -808.5 MilliJy,max = 839.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 447.22 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -709.648 MilliJy iter= 239168 IMAGR1: Field 4 Clean flux density= 2.666 Jy 239168 comps IMAGR1: Total Cleaned flux density = 8.059 Jy 870025 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -746.4 MilliJy,max = 759.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 409.66 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -634.270 MilliJy iter= 239268 IMAGR1: Field 4 Clean flux density= 2.683 Jy 239268 comps IMAGR1: Total Cleaned flux density = 8.076 Jy 870125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -636.9 MilliJy,max = 681.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 353.91 MilliJy IMAGR1: 19974 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -541.971 MilliJy iter= 239389 IMAGR1: Field 4 Clean flux density= 2.760 Jy 239389 comps IMAGR1: Total Cleaned flux density = 8.153 Jy 870246 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -512.8 MilliJy,max = 551.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 297.68 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -430.542 MilliJy iter= 239722 IMAGR1: Field 4 Clean flux density= 3.635 Jy 239722 comps IMAGR1: Total Cleaned flux density = 9.028 Jy 870579 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -360.8 MilliJy,max = 355.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 183.05 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -280.559 MilliJy iter= 239918 IMAGR1: Field 4 Clean flux density= 3.083 Jy 239918 comps IMAGR1: Total Cleaned flux density = 8.475 Jy 870775 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -266.5 MilliJy,max = 286.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 137.23 MilliJy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -192.358 MilliJy iter= 240388 IMAGR1: Field 4 Clean flux density= 2.704 Jy 240388 comps IMAGR1: Total Cleaned flux density = 8.096 Jy 871245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -158.9 MilliJy,max = 163.6 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 78.87 MilliJy IMAGR1: 15287 Residual map points loaded IMAGR1: Field 4 min allowed flux = -81.595 MilliJy iter= 240898 IMAGR1: Field 4 Clean flux density= 3.037 Jy 240898 comps IMAGR1: Total Cleaned flux density = 8.429 Jy 871755 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -95.4 MilliJy,max = 96.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 42.76 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -48.880 MilliJy iter= 244060 IMAGR1: Field 4 Clean flux density= 2.514 Jy 244060 comps IMAGR1: Total Cleaned flux density = 7.906 Jy 874917 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -171.7 MilliJy,max = 189.6 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 77.74 MilliJy IMAGR1: 19001 Residual map points loaded IMAGR1: Field 4 min allowed flux = 94.616 MilliJy iter= 244295 IMAGR1: Field 4 Clean flux density= 2.399 Jy 244295 comps IMAGR1: Total Cleaned flux density = 7.791 Jy 875152 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -96.3 MilliJy,max = 89.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 50.22 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -51.417 MilliJy iter= 250914 IMAGR1: Field 4 Clean flux density= 4.568 Jy 250914 comps IMAGR1: Total Cleaned flux density = 9.960 Jy 881771 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -556.9 MilliJy,max = 520.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 263.57 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -485.389 MilliJy iter= 250958 IMAGR1: Field 4 Clean flux density= 3.636 Jy 250958 comps IMAGR1: Total Cleaned flux density = 9.028 Jy 881815 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -467.1 MilliJy,max = 447.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 238.43 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -373.451 MilliJy iter= 251275 IMAGR1: Field 4 Clean flux density= 3.324 Jy 251275 comps IMAGR1: Total Cleaned flux density = 8.717 Jy 882132 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -280.0 MilliJy,max = 258.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 126.35 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -194.580 MilliJy iter= 251601 IMAGR1: Field 4 Clean flux density= 2.671 Jy 251601 comps IMAGR1: Total Cleaned flux density = 8.063 Jy 882458 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -163.1 MilliJy,max = 147.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 72.07 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -74.140 MilliJy iter= 258373 IMAGR1: Field 4 Clean flux density= 4.763 Jy 258373 comps IMAGR1: Total Cleaned flux density = 10.155 Jy 889230 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -881.0 MilliJy,max = 903.4 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 381.84 MilliJy IMAGR1: 18885 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -662.741 MilliJy iter= 258423 IMAGR1: Field 4 Clean flux density= 3.951 Jy 258423 comps IMAGR1: Total Cleaned flux density = 9.343 Jy 889280 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -646.0 MilliJy,max = 665.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 336.55 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -570.612 MilliJy iter= 258534 IMAGR1: Field 4 Clean flux density= 3.288 Jy 258534 comps IMAGR1: Total Cleaned flux density = 8.681 Jy 889391 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -495.8 MilliJy,max = 526.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 271.76 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -404.508 MilliJy iter= 258995 IMAGR1: Field 4 Clean flux density= 3.150 Jy 258995 comps IMAGR1: Total Cleaned flux density = 8.542 Jy 889852 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -245.2 MilliJy,max = 245.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 119.58 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -206.795 MilliJy iter= 259051 IMAGR1: Field 4 Clean flux density= 2.506 Jy 259051 comps IMAGR1: Total Cleaned flux density = 7.899 Jy 889908 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -198.9 MilliJy,max = 221.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 108.33 MilliJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 110.917 MilliJy iter= 265953 IMAGR1: Field 4 Clean flux density= 4.371 Jy 265953 comps IMAGR1: Total Cleaned flux density = 9.764 Jy 896810 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -1.2 Jy,max = 1.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 567.11 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.081 Jy iter= 265969 IMAGR1: Field 4 Clean flux density= 3.475 Jy 265969 comps IMAGR1: Total Cleaned flux density = 8.867 Jy 896826 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 546.23 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -850.083 MilliJy iter= 266320 IMAGR1: Field 4 Clean flux density= 4.728 Jy 266320 comps IMAGR1: Total Cleaned flux density = 10.120 Jy 897177 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -552.4 MilliJy,max = 545.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 271.60 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -419.560 MilliJy iter= 266609 IMAGR1: Field 4 Clean flux density= 4.290 Jy 266609 comps IMAGR1: Total Cleaned flux density = 9.683 Jy 897466 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -341.6 MilliJy,max = 335.3 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 172.03 MilliJy IMAGR1: 18990 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -175.526 MilliJy iter= 267188 IMAGR1: Field 4 Clean flux density= 4.454 Jy 267188 comps IMAGR1: Total Cleaned flux density = 9.847 Jy 898045 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -177.1 MilliJy,max = 159.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 81.44 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -83.612 MilliJy iter= 273955 IMAGR1: Field 4 Clean flux density= 5.778 Jy 273955 comps IMAGR1: Total Cleaned flux density = 11.170 Jy 904812 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -878.6 MilliJy,max = 828.5 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 371.37 MilliJy IMAGR1: 18794 Residual map points loaded IMAGR1: Field 4 min allowed flux = -438.948 MilliJy iter= 274310 IMAGR1: Field 4 Clean flux density= 5.327 Jy 274310 comps IMAGR1: Total Cleaned flux density = 10.719 Jy 905167 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -381.3 MilliJy,max = 424.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 203.80 MilliJy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -287.648 MilliJy iter= 274931 IMAGR1: Field 4 Clean flux density= 4.363 Jy 274931 comps IMAGR1: Total Cleaned flux density = 9.755 Jy 905788 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -202.2 MilliJy,max = 198.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 91.64 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 94.229 MilliJy iter= 281512 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 Clean flux density= 8.607 Jy 281512 comps IMAGR1: Total Cleaned flux density = 13.999 Jy 912369 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -1.2 Jy,max = 987.9 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 475.18 MilliJy IMAGR1: 19213 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -616.673 MilliJy iter= 281735 IMAGR1: Field 4 Clean flux density= 6.880 Jy 281735 comps IMAGR1: Total Cleaned flux density = 12.273 Jy 912592 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -568.8 MilliJy,max = 536.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 295.92 MilliJy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -477.951 MilliJy iter= 281858 IMAGR1: Field 4 Clean flux density= 5.486 Jy 281858 comps IMAGR1: Total Cleaned flux density = 10.879 Jy 912715 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -471.1 MilliJy,max = 444.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 238.07 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -307.026 MilliJy iter= 283598 IMAGR1: Field 4 Clean flux density= 6.090 Jy 283598 comps IMAGR1: Total Cleaned flux density = 11.483 Jy 914455 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -857.2 MilliJy,max = 737.1 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 331.28 MilliJy IMAGR1: 15417 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -498.685 MilliJy iter= 283694 IMAGR1: Field 4 Clean flux density= 4.826 Jy 283694 comps IMAGR1: Total Cleaned flux density = 10.218 Jy 914551 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -474.0 MilliJy,max = 482.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 245.63 MilliJy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -374.591 MilliJy iter= 284202 IMAGR1: Field 4 Clean flux density= 4.230 Jy 284202 comps IMAGR1: Total Cleaned flux density = 9.622 Jy 915059 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -204.6 MilliJy,max = 187.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 88.36 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 4 min allowed flux = 102.296 MilliJy iter= 287099 IMAGR1: Field 4 Clean flux density= 5.869 Jy 287099 comps IMAGR1: Total Cleaned flux density = 11.261 Jy 917956 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -752.5 MilliJy,max = 782.9 MilliJy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 256.26 MilliJy IMAGR1: 17785 Residual map points loaded IMAGR1: Field 4 min allowed flux = 391.258 MilliJy iter= 287171 IMAGR1: Field 4 Clean flux density= 5.417 Jy 287171 comps IMAGR1: Total Cleaned flux density = 10.809 Jy 918028 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -391.4 MilliJy,max = 385.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 195.10 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -365.182 MilliJy iter= 287230 IMAGR1: Field 4 Clean flux density= 4.331 Jy 287230 comps IMAGR1: Total Cleaned flux density = 9.724 Jy 918087 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -318.6 MilliJy,max = 333.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 168.08 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -232.286 MilliJy iter= 288351 IMAGR1: Field 4 Clean flux density= 4.261 Jy 288351 comps IMAGR1: Total Cleaned flux density = 9.654 Jy 919208 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -632.7 MilliJy,max = 507.0 MilliJy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 194.40 MilliJy IMAGR1: 18418 Residual map points loaded IMAGR1: Field 4 min allowed flux = -315.639 MilliJy iter= 288422 IMAGR1: Field 4 Clean flux density= 3.523 Jy 288422 comps IMAGR1: Total Cleaned flux density = 8.916 Jy 919279 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -314.9 MilliJy,max = 314.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 146.07 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 4 min allowed flux = 157.431 MilliJy iter= 292818 IMAGR1: Field 4 Clean flux density= 12.800 Jy 292818 comps IMAGR1: Total Cleaned flux density = 18.192 Jy 923675 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.1 Jy,max = 2.1 Jy IMAGR1: BGC Clean: using 841 cell beam + residuals > 869.58 MilliJy IMAGR1: 18333 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.392 Jy iter= 292909 IMAGR1: Field 4 Clean flux density= 10.339 Jy 292909 comps IMAGR1: Total Cleaned flux density = 15.732 Jy 923766 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 Jy,max = 1.3 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 621.94 MilliJy IMAGR1: 19979 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.210 Jy iter= 292976 IMAGR1: Field 4 Clean flux density= 8.190 Jy 292976 comps IMAGR1: Total Cleaned flux density = 13.582 Jy 923833 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 Jy,max = 1.0 Jy IMAGR1: BGC Clean: using 645 cell beam + residuals > 511.28 MilliJy IMAGR1: 18893 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -677.615 MilliJy iter= 293211 IMAGR1: Field 4 Clean flux density= 7.022 Jy 293211 comps IMAGR1: Total Cleaned flux density = 12.415 Jy 924068 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -544.9 MilliJy,max = 532.1 MilliJy IMAGR1: BGC Clean: using 843 cell beam + residuals > 265.47 MilliJy IMAGR1: 19929 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -307.958 MilliJy iter= 293477 IMAGR1: Field 4 Clean flux density= 5.599 Jy 293477 comps IMAGR1: Total Cleaned flux density = 10.991 Jy 924334 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -273.1 MilliJy,max = 279.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 149.02 MilliJy IMAGR1: 19978 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -152.580 MilliJy iter= 299659 IMAGR1: Field 4 Clean flux density= 6.835 Jy 299659 comps IMAGR1: Total Cleaned flux density = 12.228 Jy 930516 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.1 Jy,max = 2.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 962.73 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.835 Jy iter= 299698 IMAGR1: Field 4 Clean flux density= 6.309 Jy 299698 comps IMAGR1: Total Cleaned flux density = 11.701 Jy 930555 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 Jy,max = 1.7 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 860.43 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.529 Jy iter= 299759 IMAGR1: Field 4 Clean flux density= 5.540 Jy 299759 comps IMAGR1: Total Cleaned flux density = 10.933 Jy 930616 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 Jy,max = 1.4 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 739.13 MilliJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 757.175 MilliJy iter= 306288 IMAGR1: Field 4 Clean flux density= 39.478 Jy 306288 comps IMAGR1: Total Cleaned flux density = 44.870 Jy 937145 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -12.6 Jy,max = 12.5 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.57 Jy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -11.433 Jy iter= 306297 IMAGR1: Field 4 Clean flux density= 31.316 Jy 306297 comps IMAGR1: Total Cleaned flux density = 36.708 Jy 937154 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.8 Jy,max = 11.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.40 Jy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -10.475 Jy iter= 306313 IMAGR1: Field 4 Clean flux density= 29.444 Jy 306313 comps IMAGR1: Total Cleaned flux density = 34.837 Jy 937170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.1 Jy,max = 9.9 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.15 Jy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -9.904 Jy iter= 306321 IMAGR1: Field 4 Clean flux density= 23.465 Jy 306321 comps IMAGR1: Total Cleaned flux density = 28.857 Jy 937178 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -9.5 Jy,max = 9.8 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.04 Jy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -8.577 Jy iter= 306522 IMAGR1: Field 4 Clean flux density= 38.086 Jy 306522 comps IMAGR1: Total Cleaned flux density = 43.479 Jy 937379 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.7 Jy,max = 5.9 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.86 Jy IMAGR1: 19995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.185 Jy iter= 306560 IMAGR1: Field 4 Clean flux density= 30.539 Jy 306560 comps IMAGR1: Total Cleaned flux density = 35.931 Jy 937417 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.8 Jy,max = 4.8 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.61 Jy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -4.491 Jy iter= 306607 IMAGR1: Field 4 Clean flux density= 25.565 Jy 306607 comps IMAGR1: Total Cleaned flux density = 30.958 Jy 937464 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.2 Jy,max = 4.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.34 Jy IMAGR1: 19984 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -3.573 Jy iter= 306979 IMAGR1: Field 4 Clean flux density= 26.807 Jy 306979 comps IMAGR1: Total Cleaned flux density = 32.200 Jy 937836 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 Jy,max = 2.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 968.62 MilliJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 4 min allowed flux = -1.083 Jy iter= 311107 IMAGR1: Field 4 Clean flux density= 52.365 Jy 311107 comps IMAGR1: Total Cleaned flux density = 57.757 Jy 941964 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -10.6 Jy,max = 10.2 Jy IMAGR1: BGC Clean: using 843 cell beam + residuals > 4.14 Jy IMAGR1: 18898 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -9.194 Jy iter= 311120 IMAGR1: Field 4 Clean flux density= 41.582 Jy 311120 comps IMAGR1: Total Cleaned flux density = 46.974 Jy 941977 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.9 Jy,max = 8.9 Jy IMAGR1: BGC Clean: using 645 cell beam + residuals > 3.89 Jy IMAGR1: 19788 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -8.194 Jy iter= 311135 IMAGR1: Field 4 Clean flux density= 33.916 Jy 311135 comps IMAGR1: Total Cleaned flux density = 39.308 Jy 941992 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.0 Jy,max = 8.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.68 Jy IMAGR1: 19975 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -7.451 Jy iter= 311163 IMAGR1: Field 4 Clean flux density= 27.872 Jy 311163 comps IMAGR1: Total Cleaned flux density = 33.265 Jy 942020 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -7.0 Jy,max = 7.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.38 Jy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.473 Jy iter= 311193 IMAGR1: Field 4 Clean flux density= 22.630 Jy 311193 comps IMAGR1: Total Cleaned flux density = 28.023 Jy 942050 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.1 Jy,max = 6.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.12 Jy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.272 Jy iter= 311395 IMAGR1: Field 4 Clean flux density= 24.317 Jy 311395 comps IMAGR1: Total Cleaned flux density = 29.709 Jy 942252 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.9 Jy,max = 3.6 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.88 Jy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -3.303 Jy iter= 311435 IMAGR1: Field 4 Clean flux density= 19.401 Jy 311435 comps IMAGR1: Total Cleaned flux density = 24.793 Jy 942292 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.1 Jy,max = 3.2 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.73 Jy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.769 Jy iter= 318193 IMAGR1: Field 4 Clean flux density= 87.858 Jy 318193 comps IMAGR1: Total Cleaned flux density = 93.251 Jy 949050 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -22.2 Jy,max = 22.4 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.14 Jy IMAGR1: 19990 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -17.416 Jy iter= 318467 IMAGR1: Field 4 Clean flux density= 103.287 Jy 318467 comps IMAGR1: Total Cleaned flux density = 108.679 Jy 949324 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -12.1 Jy,max = 12.9 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.87 Jy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -9.283 Jy iter= 318635 IMAGR1: Field 4 Clean flux density= 90.275 Jy 318635 comps IMAGR1: Total Cleaned flux density = 95.667 Jy 949492 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.0 Jy,max = 7.4 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.19 Jy IMAGR1: 19991 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.861 Jy iter= 318694 IMAGR1: Field 4 Clean flux density= 72.054 Jy 318694 comps IMAGR1: Total Cleaned flux density = 77.446 Jy 949551 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.5 Jy,max = 7.0 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.76 Jy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -6.055 Jy iter= 318731 IMAGR1: Field 4 Clean flux density= 57.866 Jy 318731 comps IMAGR1: Total Cleaned flux density = 63.259 Jy 949588 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.1 Jy,max = 6.5 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.54 Jy IMAGR1: 19980 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.182 Jy iter= 319027 IMAGR1: Field 4 Clean flux density= 56.492 Jy 319027 comps IMAGR1: Total Cleaned flux density = 61.884 Jy 949884 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.9 Jy,max = 4.3 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.12 Jy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -3.245 Jy iter= 319184 IMAGR1: Field 4 Clean flux density= 44.968 Jy 319184 comps IMAGR1: Total Cleaned flux density = 50.360 Jy 950041 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.0 Jy,max = 3.3 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.65 Jy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.337 Jy iter= 319572 IMAGR1: Field 4 Clean flux density= 36.212 Jy 319572 comps IMAGR1: Total Cleaned flux density = 41.605 Jy 950429 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 Jy,max = 1.9 Jy IMAGR1: BGC Clean: using 645 cell beam + residuals > 987.85 MilliJy IMAGR1: 16662 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.006 Jy iter= 320271 IMAGR1: Field 4 Clean flux density= 39.597 Jy 320271 comps IMAGR1: Total Cleaned flux density = 44.989 Jy 951128 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 990.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 435.73 MilliJy IMAGR1: 19976 Residual map points loaded IMAGR1: Field 4 min allowed flux = -450.841 MilliJy iter= 325777 IMAGR1: Field 4 Clean flux density= 42.166 Jy 325777 comps IMAGR1: Total Cleaned flux density = 47.558 Jy 956634 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.3 Jy,max = 4.1 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.58 Jy IMAGR1: 14683 Residual map points loaded IMAGR1: Field 4 min allowed flux = 2.040 Jy iter= 325936 IMAGR1: Field 4 Clean flux density= 46.078 Jy 325936 comps IMAGR1: Total Cleaned flux density = 51.470 Jy 956793 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 Jy,max = 2.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 Jy IMAGR1: 19993 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.476 Jy iter= 326728 IMAGR1: Field 4 Clean flux density= 37.755 Jy 326728 comps IMAGR1: Total Cleaned flux density = 43.148 Jy 957585 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 1.3 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 570.53 MilliJy IMAGR1: 18295 Residual map points loaded IMAGR1: Field 4 min allowed flux = 670.795 MilliJy iter= 326979 IMAGR1: Field 4 Clean flux density= 41.258 Jy 326979 comps IMAGR1: Total Cleaned flux density = 46.651 Jy 957836 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -766.3 MilliJy,max = 706.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 353.66 MilliJy IMAGR1: 19989 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 min algorithm flux= -469.081 MilliJy iter= 327918 IMAGR1: Field 4 Clean flux density= 32.970 Jy 327918 comps IMAGR1: Total Cleaned flux density = 38.362 Jy 958775 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -482.5 MilliJy,max = 629.4 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 243.23 MilliJy IMAGR1: 11024 Residual map points loaded IMAGR1: Field 4 min allowed flux = 314.629 MilliJy iter= 328040 IMAGR1: Field 4 Clean flux density= 35.200 Jy 328040 comps IMAGR1: Total Cleaned flux density = 40.593 Jy 958897 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -414.3 MilliJy,max = 446.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 172.70 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 176.711 MilliJy iter= 333831 IMAGR1: Field 4 Clean flux density= 47.593 Jy 333831 comps IMAGR1: Total Cleaned flux density = 52.986 Jy 964688 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.1 Jy,max = 1.7 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 796.26 MilliJy IMAGR1: 16199 Residual map points loaded IMAGR1: Field 4 min allowed flux = -1.030 Jy iter= 333972 IMAGR1: Field 4 Clean flux density= 39.643 Jy 333972 comps IMAGR1: Total Cleaned flux density = 45.035 Jy 964829 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 Jy,max = 1.0 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.22 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -799.428 MilliJy iter= 334366 IMAGR1: Field 4 Clean flux density= 31.950 Jy 334366 comps IMAGR1: Total Cleaned flux density = 37.342 Jy 965223 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -495.7 MilliJy,max = 556.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 249.93 MilliJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 4 min allowed flux = -278.157 MilliJy iter= 338313 IMAGR1: Field 4 Clean flux density= 39.856 Jy 338313 comps IMAGR1: Total Cleaned flux density = 45.249 Jy 969170 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.4 Jy,max = 1.9 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 931.62 MilliJy IMAGR1: 10488 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.203 Jy iter= 338452 IMAGR1: Field 4 Clean flux density= 35.554 Jy 338452 comps IMAGR1: Total Cleaned flux density = 40.946 Jy 969309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 577.13 MilliJy IMAGR1: 19974 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 592.027 MilliJy iter= 344502 IMAGR1: Field 4 Clean flux density= 63.894 Jy 344502 comps IMAGR1: Total Cleaned flux density = 69.286 Jy 975359 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -8.6 Jy,max = 7.2 Jy IMAGR1: BGC Clean: using 841 cell beam + residuals > 3.54 Jy IMAGR1: 18253 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -5.676 Jy iter= 344569 IMAGR1: Field 4 Clean flux density= 51.079 Jy 344569 comps IMAGR1: Total Cleaned flux density = 56.471 Jy 975426 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.5 Jy,max = 5.5 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.90 Jy IMAGR1: 19992 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -4.986 Jy iter= 344697 IMAGR1: Field 4 Clean flux density= 40.764 Jy 344697 comps IMAGR1: Total Cleaned flux density = 46.156 Jy 975554 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.0 Jy,max = 4.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.13 Jy IMAGR1: 19994 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.999 Jy iter= 345611 IMAGR1: Field 4 Clean flux density= 40.159 Jy 345611 comps IMAGR1: Total Cleaned flux density = 45.551 Jy 976468 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.9 Jy,max = 3.5 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.49 Jy IMAGR1: 15145 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.205 Jy iter= 345727 IMAGR1: Field 4 Clean flux density= 32.854 Jy 345727 comps IMAGR1: Total Cleaned flux density = 38.246 Jy 976584 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 Jy,max = 2.1 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 983.46 MilliJy IMAGR1: 19982 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.360 Jy iter= 346985 IMAGR1: Field 4 Clean flux density= 27.107 Jy 346985 comps IMAGR1: Total Cleaned flux density = 32.499 Jy 977842 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.7 Jy,max = 4.3 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 1.66 Jy IMAGR1: 11831 Residual map points loaded IMAGR1: Field 4 min allowed flux = -2.136 Jy iter= 347128 IMAGR1: Field 4 Clean flux density= 31.592 Jy 347128 comps IMAGR1: Total Cleaned flux density = 36.984 Jy 977985 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 Jy,max = 2.0 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 923.53 MilliJy IMAGR1: 19988 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.442 Jy iter= 347754 IMAGR1: Field 4 Clean flux density= 26.117 Jy 347754 comps IMAGR1: Total Cleaned flux density = 31.509 Jy 978611 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 Jy,max = 1.7 Jy IMAGR1: BGC Clean: using 1489 cell beam + residuals > 593.76 MilliJy IMAGR1: 16093 Residual map points loaded IMAGR1: Field 4 min allowed flux = 905.330 MilliJy iter= 347834 IMAGR1: Field 4 Clean flux density= 26.917 Jy 347834 comps IMAGR1: Total Cleaned flux density = 32.309 Jy 978691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -908.3 MilliJy,max = 889.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 419.95 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 4 min allowed flux = 454.111 MilliJy iter= 352307 IMAGR1: Field 4 Clean flux density= 49.303 Jy 352307 comps IMAGR1: Total Cleaned flux density = 54.696 Jy 983164 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -6.1 Jy,max = 6.7 Jy IMAGR1: BGC Clean: using 845 cell beam + residuals > 2.59 Jy IMAGR1: 12753 Residual map points loaded IMAGR1: Field 4 min allowed flux = -3.332 Jy iter= 352452 IMAGR1: Field 4 Clean flux density= 44.730 Jy 352452 comps IMAGR1: Total Cleaned flux density = 50.122 Jy 983309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.1 Jy,max = 3.0 Jy IMAGR1: BGC Clean: using 841 cell beam + residuals > 1.37 Jy IMAGR1: 17489 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.843 Jy iter= 352603 IMAGR1: Field 4 Clean flux density= 35.757 Jy 352603 comps IMAGR1: Total Cleaned flux density = 41.149 Jy 983460 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 Jy,max = 1.8 Jy IMAGR1: BGC Clean: using 103 cell beam + residuals > 861.76 MilliJy IMAGR1: 19987 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.410 Jy iter= 353001 IMAGR1: Field 4 Clean flux density= 30.747 Jy 353001 comps IMAGR1: Total Cleaned flux density = 36.140 Jy 983858 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -834.8 MilliJy,max = 826.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 390.39 MilliJy IMAGR1: 19981 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -526.665 MilliJy iter= 353941 IMAGR1: Field 4 Clean flux density= 24.561 Jy 353941 comps IMAGR1: Total Cleaned flux density = 29.953 Jy 984798 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -875.9 MilliJy,max = 1.3 Jy IMAGR1: BGC Clean: using 1981 cell beam + residuals > 366.86 MilliJy IMAGR1: 14392 Residual map points loaded IMAGR1: Field 4 min allowed flux = 650.534 MilliJy iter= 353981 IMAGR1: Field 4 Clean flux density= 27.516 Jy 353981 comps IMAGR1: Total Cleaned flux density = 32.908 Jy 984838 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -626.2 MilliJy,max = 633.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 275.08 MilliJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 4 min allowed flux = -316.621 MilliJy iter= 356843 IMAGR1: Field 4 Clean flux density= 54.875 Jy 356843 comps IMAGR1: Total Cleaned flux density = 60.267 Jy 987700 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -3.9 Jy,max = 2.8 Jy IMAGR1: BGC Clean: using 1511 cell beam + residuals > 1.20 Jy IMAGR1: 14995 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -2.096 Jy iter= 356896 IMAGR1: Field 4 Clean flux density= 43.740 Jy 356896 comps IMAGR1: Total Cleaned flux density = 49.132 Jy 987753 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 Jy,max = 2.1 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 845 cell beam + residuals > 809.93 MilliJy IMAGR1: 19697 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -1.179 Jy iter= 357034 IMAGR1: Field 4 Clean flux density= 34.909 Jy 357034 comps IMAGR1: Total Cleaned flux density = 40.302 Jy 987891 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 Jy,max = 1.1 Jy IMAGR1: BGC Clean: using 841 cell beam + residuals > 483.47 MilliJy IMAGR1: 16757 Residual map points loaded IMAGR1: Field 4 min allowed flux = 558.942 MilliJy iter= 357268 IMAGR1: Field 4 Clean flux density= 36.767 Jy 357268 comps IMAGR1: Total Cleaned flux density = 42.159 Jy 988125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -498.3 MilliJy,max = 494.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 254.05 MilliJy IMAGR1: 19986 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= -335.680 MilliJy iter= 358567 IMAGR1: Field 4 Clean flux density= 29.547 Jy 358567 comps IMAGR1: Total Cleaned flux density = 34.940 Jy 989424 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -882.4 MilliJy,max = 966.5 MilliJy IMAGR1: BGC Clean: using 845 cell beam + residuals > 373.51 MilliJy IMAGR1: 12515 Residual map points loaded IMAGR1: Field 4 min allowed flux = -481.363 MilliJy iter= 358695 IMAGR1: Field 4 Clean flux density= 31.894 Jy 358695 comps IMAGR1: Total Cleaned flux density = 37.287 Jy 989552 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -472.0 MilliJy,max = 457.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 215.03 MilliJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 4 min allowed flux = 235.949 MilliJy iter= 362736 IMAGR1: Field 4 Clean flux density= 40.999 Jy 362736 comps IMAGR1: Total Cleaned flux density = 46.392 Jy 993593 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Field 4 min = -2.7 Jy,max = 2.8 Jy IMAGR1: BGC Clean: using 645 cell beam + residuals > 1.16 Jy IMAGR1: 17606 Residual map points loaded IMAGR1: Field 4 min allowed flux = -1.371 Jy iter= 363022 IMAGR1: Field 4 Clean flux density= 36.638 Jy 363022 comps IMAGR1: Total Cleaned flux density = 42.031 Jy 993879 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 Jy,max = 1.0 Jy IMAGR1: BGC Clean: using 645 cell beam + residuals > 446.04 MilliJy IMAGR1: 19594 Residual map points loaded IMAGR1: Field 4 min allowed flux = 527.628 MilliJy iter= 363332 IMAGR1: Field 4 Clean flux density= 36.930 Jy 363332 comps IMAGR1: Total Cleaned flux density = 42.322 Jy 994189 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -440.6 MilliJy,max = 434.5 MilliJy IMAGR1: BGC Clean: using 645 cell beam + residuals > 223.01 MilliJy IMAGR1: 17104 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -227.461 MilliJy iter= 363850 IMAGR1: Field 4 Clean flux density= 35.706 Jy 363850 comps IMAGR1: Total Cleaned flux density = 41.098 Jy 994707 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -222.2 MilliJy,max = 216.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 96.22 MilliJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 4 Iter limit, Max resid=-100.015 MilliJy iter= 369143 IMAGR1: Field 4 Clean flux density= 36.278 Jy 369143 comps IMAGR1: Total Cleaned flux density = 41.670 Jy 1000000 comps IMAGR1: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 442- 0 Cells, with 6620 Pts IMAGR1: Total Clean components 1000000 reaches limit 1000000 IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 12873 to 7284 components IMAGR1: Field 2 compressed from 47119 to 20830 components IMAGR1: Field 3 compressed from 8491 to 4412 components IMAGR1: Field 4 compressed from 369143 to 139376 components IMAGR1: Field 5 compressed from 245263 to 92068 components IMAGR1: Field 6 compressed from 23417 to 11237 components IMAGR1: Field 7 compressed from 293694 to 120267 components IMAGR1: Field 1 min = -634.6 MilliJy,max = 646.8 MilliJy IMAGR1: Field 2 min = -762.3 MilliJy,max = 765.5 MilliJy IMAGR1: Field 3 min = -411.8 MilliJy,max = 404.2 MilliJy IMAGR1: Field 4 min = -830.3 MilliJy,max = 889.3 MilliJy IMAGR1: Field 5 min = -421.2 MilliJy,max = 390.5 MilliJy IMAGR1: Field 6 min = -659.6 MilliJy,max = 649.3 MilliJy IMAGR1: Field 7 min = -539.5 MilliJy,max = 497.9 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -27.445 MilliJy ( 877 CCs) from field 1 to field 2 IMAGR1: Restore -33.672 MilliJy ( 1269 CCs) from field 1 to field 3 IMAGR1: Restore -37.851 MilliJy ( 829 CCs) from field 1 to field 4 IMAGR1: Restore -36.109 MilliJy ( 1028 CCs) from field 1 to field 5 IMAGR1: Restore -13.590 MilliJy ( 930 CCs) from field 1 to field 6 IMAGR1: Restore -22.742 MilliJy ( 820 CCs) from field 1 to field 7 IMAGR1: Restore 54.002 MilliJy ( 2072 CCs) from field 2 to field 1 IMAGR1: Restore 41.294 MilliJy ( 2781 CCs) from field 2 to field 3 IMAGR1: Restore 28.654 MilliJy ( 3128 CCs) from field 2 to field 4 IMAGR1: Restore 4.394 MilliJy ( 112 CCs) from field 3 to field 1 IMAGR1: Restore 72.518 MicroJy ( 182 CCs) from field 3 to field 2 IMAGR1: Restore 22.198 MilliJy ( 107 CCs) from field 3 to field 5 IMAGR1: Restore 6.973 Jy ( 19317 CCs) from field 4 to field 1 IMAGR1: Restore 2.596 Jy ( 20049 CCs) from field 4 to field 2 IMAGR1: Restore 19.794 Jy ( 14783 CCs) from field 4 to field 6 IMAGR1: Restore-470.017 MilliJy ( 12464 CCs) from field 5 to field 1 IMAGR1: Restore-416.739 MilliJy ( 9699 CCs) from field 5 to field 3 IMAGR1: Restore -97.129 MilliJy ( 12841 CCs) from field 5 to field 7 IMAGR1: Restore -13.026 MilliJy ( 1041 CCs) from field 6 to field 1 IMAGR1: Restore 12.722 MilliJy ( 900 CCs) from field 6 to field 4 IMAGR1: Restore 7.550 MilliJy ( 917 CCs) from field 6 to field 7 IMAGR1: Restore 136.615 MilliJy ( 12411 CCs) from field 7 to field 1 IMAGR1: Restore 242.078 MilliJy ( 17632 CCs) from field 7 to field 5 IMAGR1: Restore 185.517 MilliJy ( 16689 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 11.772 Jy IMAGR1: Field 2 final Clean flux 2.657 Jy IMAGR1: Field 3 final Clean flux -364.686 MilliJy IMAGR1: Field 4 final Clean flux 36.282 Jy IMAGR1: Field 5 final Clean flux 143.161 MilliJy IMAGR1: Field 6 final Clean flux 20.098 Jy IMAGR1: Field 7 final Clean flux 11.402 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 21 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 1533.8 Real= 3214 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991105.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09757 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC1: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23408 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23408 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 62.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 44 49.20 40 48 06.2 00001 -1 507 512 513 C 2 1012 1012 12 44 49.20 40 44 46.9 00002 -1 507 512 513 C 3 1012 1012 12 44 34.00 40 46 26.5 00003 -1 507 512 513 C 4 1012 1012 12 45 04.39 40 46 26.5 00004 -1 507 512 513 C 5 1012 1012 12 44 33.99 40 49 45.8 00005 -1 507 512 513 C 6 1012 1012 12 45 04.40 40 49 45.8 00006 -1 507 512 513 C 7 1012 1012 12 44 49.20 40 51 25.5 00007 -1 507 512 513 p/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09757 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 5.1096E-02 -1.9000E-02 0 IMAGR1: Field 2 1012 1012 5.1096E-02 -1.9932E+02 0 IMAGR1: Field 3 1012 1012 -1.7254E+02 -9.9719E+01 0 IMAGR1: Field 4 1012 1012 1.7253E+02 -9.9719E+01 0 IMAGR1: Field 5 1012 1012 -1.7265E+02 9.9581E+01 0 IMAGR1: Field 6 1012 1012 1.7264E+02 9.9581E+01 0 IMAGR1: Field 7 1012 1012 5.1096E-02 1.9928E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1244+408 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 13423 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.545E+04 IMAGR1: UVWAIT: Adding temperance S 7.089E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.555E+07 and out 4.504E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR1: UVWAIT: Average summed weight 3.545E+04 over 26845 vis LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1244+408 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 4.78115E+08 IMAGR1: Field 1 Beam min = -176.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.655 x 0.684 arcsec, PA= 70.3 IMAGR1: Field 2 Sum of gridding weights = 4.78116E+08 IMAGR1: Field 2 Beam min = -176.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.656 x 0.685 arcsec, PA= 70.3 IMAGR1: Field 3 Sum of gridding weights = 4.78115E+08 IMAGR1: Field 3 Beam min = -134.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.658 x 0.684 arcsec, PA= 70.3 IMAGR1: Field 4 Sum of gridding weights = 4.78114E+08 IMAGR1: Field 4 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.653 x 0.685 arcsec, PA= 70.4 IMAGR1: Field 5 Sum of gridding weights = 4.78115E+08 IMAGR1: Field 5 Beam min = -114.4 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.657 x 0.684 arcsec, PA= 70.3 IMAGR1: Field 6 Sum of gridding weights = 4.78115E+08 IMAGR1: Field 6 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.651 x 0.684 arcsec, PA= 70.4 IMAGR1: Field 7 Sum of gridding weights = 4.78116E+08 IMAGR1: Field 7 Beam min = -176.8 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.654 x 0.684 arcsec, PA= 70.4 IMAGR1: CLBHIS: minimum component 0.458 of current peak IMAGR1: Field 1 min = -32.8 MilliJy,max = 428.1 MilliJy IMAGR1: Field 2 min = -33.5 MilliJy,max = 84.5 MilliJy IMAGR1: Field 3 min = -40.9 MilliJy,max = 90.5 MilliJy IMAGR1: Field 4 min = -42.1 MilliJy,max = 66.2 MilliJy IMAGR1: Field 5 min = -40.9 MilliJy,max = 67.7 MilliJy IMAGR1: Field 6 min = -40.6 MilliJy,max = 94.3 MilliJy IMAGR1: Field 7 min = -35.0 MilliJy,max = 87.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 45.85 MilliJy IMAGR1: 1870 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 186.252 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 262.693 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 262.693 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -13.2 MilliJy,max = 168.8 MilliJy IMAGR1: BGC Clean: using 1479 cell beam + residuals > 27.22 MilliJy IMAGR1: 264 Residual map points loaded IMAGR1: Field 1 min allowed flux = 75.180 MilliJy iter= 18 IMAGR1: Field 1 Clean flux density= 367.407 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 367.407 MilliJy 18 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.8 MilliJy,max = 15.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.468E-02 < Second best 8.625E-02 IMAGR1: Field 3 min = -6.1 MilliJy,max = 14.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.358E-02 < Second best 7.149E-02 IMAGR1: Field 1 min = -5.9 MilliJy,max = 67.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 24.66 MilliJy IMAGR1: 21 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 32.450 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 410.671 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 410.671 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.3 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.080E-03 < Second best 5.668E-02 IMAGR1: Field 5 min = -3.3 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.029E-03 < Second best 5.586E-02 IMAGR1: Field 7 min = -3.5 MilliJy,max = 6.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.707E-03 < Second best 5.568E-02 IMAGR1: Field 2 min = -2.9 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.641E-03 < Second best 3.086E-02 IMAGR1: Field 1 min = -3.9 MilliJy,max = 29.4 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 3.91 MilliJy IMAGR1: 1212 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.926 MilliJy iter= 37 IMAGR1: Field 1 Clean flux density= 430.869 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 430.869 MilliJy 37 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.1 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.957E-03 < Second best 1.358E-02 IMAGR1: Field 3 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.257E-03 < Second best 1.229E-02 IMAGR1: Field 1 min = -4.3 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 841 cell beam + residuals > 2.30 MilliJy IMAGR1: 682 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.161 MilliJy iter= 47 IMAGR1: Field 1 Clean flux density= 438.926 MilliJy 47 comps IMAGR1: Total Cleaned flux density = 438.926 MilliJy 47 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.7 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.846E-03 < Second best 5.707E-03 IMAGR1: Field 7 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.128E-03 < Second best 5.029E-03 IMAGR1: Field 5 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.952E-03 < Second best 4.912E-03 IMAGR1: Field 1 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR1: 837 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.802 MilliJy iter= 81 IMAGR1: Field 1 Clean flux density= 436.746 MilliJy 81 comps IMAGR1: Total Cleaned flux density = 436.746 MilliJy 81 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.454E-03 < Second best 3.957E-03 IMAGR1: Field 6 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.963E-03 < Second best 3.257E-03 IMAGR1: Field 3 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR1: 3111 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.389 MilliJy iter= 49 IMAGR1: Field 3 Clean flux density= -5.536 MilliJy 49 comps IMAGR1: Total Cleaned flux density = 431.210 MilliJy 130 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.792E-03 < Second best 2.963E-03 IMAGR1: Field 6 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR1: 3603 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.301 MilliJy iter= 71 IMAGR1: Field 6 Clean flux density= 4.913 MilliJy 71 comps IMAGR1: Total Cleaned flux density = 436.124 MilliJy 201 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.651E-03 < Second best 2.846E-03 IMAGR1: Field 4 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.594E-03 < Second best 2.792E-03 IMAGR1: Field 7 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR1: 1503 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.037 MilliJy iter= 74 IMAGR1: Field 7 Clean flux density= 9.699 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 445.823 MilliJy 275 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR1: 621 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.809 MilliJy iter= 137 IMAGR1: Field 1 Clean flux density= 432.900 MilliJy 137 comps IMAGR1: Total Cleaned flux density = 441.976 MilliJy 331 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR1: 2493 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.967 MilliJy iter= 116 IMAGR1: Field 5 Clean flux density= 9.185 MilliJy 116 comps IMAGR1: Total Cleaned flux density = 451.162 MilliJy 447 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 2613 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.920 MilliJy iter= 142 IMAGR1: Field 4 Clean flux density= -3.189 MilliJy 142 comps IMAGR1: Total Cleaned flux density = 447.972 MilliJy 589 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.062E-03 < Second best 2.284E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.031E-03 < Second best 2.201E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.905E-03 < Second best 2.062E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 372 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.535 MilliJy iter= 74 IMAGR1: Field 2 Clean flux density= -1.263 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 446.710 MilliJy 663 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 2161 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.662 MilliJy iter= 209 IMAGR1: Field 3 Clean flux density= -5.859 MilliJy 209 comps IMAGR1: Total Cleaned flux density = 446.386 MilliJy 823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.736E-03 < Second best 1.905E-03 IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR1: 2169 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.585 MilliJy iter= 249 IMAGR1: Field 6 Clean flux density= 9.694 MilliJy 249 comps IMAGR1: Total Cleaned flux density = 451.167 MilliJy 1001 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.672E-03 < Second best 1.837E-03 IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: TRY ANOTHER FIELD: this is 1.558E-03 < Second best 1.736E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.611E-03 < Second best 1.729E-03 IMAGR1: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 511 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.291 MilliJy iter= 235 IMAGR1: Field 1 Clean flux density= 434.428 MilliJy 235 comps IMAGR1: Total Cleaned flux density = 452.696 MilliJy 1099 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 1729 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.352 MilliJy iter= 305 IMAGR1: Field 5 Clean flux density= 5.573 MilliJy 305 comps IMAGR1: Total Cleaned flux density = 449.084 MilliJy 1288 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.454E-03 < Second best 1.592E-03 IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.406E-03 < Second best 1.558E-03 IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 2764 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.305 MilliJy iter= 403 IMAGR1: Field 4 Clean flux density= 3.607 MilliJy 403 comps IMAGR1: Total Cleaned flux density = 455.880 MilliJy 1549 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.327E-03 < Second best 1.468E-03 IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.305E-03 < Second best 1.454E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 1260 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.135 MilliJy iter= 288 IMAGR1: Field 7 Clean flux density= 16.409 MilliJy 288 comps IMAGR1: Total Cleaned flux density = 462.590 MilliJy 1763 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 997.71 MicroJy IMAGR1: 2370 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.143 MilliJy iter= 479 IMAGR1: Field 3 Clean flux density= -9.747 MilliJy 479 comps IMAGR1: Total Cleaned flux density = 458.703 MilliJy 2033 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 993.93 MicroJy IMAGR1: 1299 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.090 MilliJy iter= 450 IMAGR1: Field 6 Clean flux density= 11.853 MilliJy 450 comps IMAGR1: Total Cleaned flux density = 460.861 MilliJy 2234 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 991.49 MicroJy IMAGR1: 239 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.032 MilliJy iter= 165 IMAGR1: Field 2 Clean flux density= 32.418 MicroJy 165 comps IMAGR1: Total Cleaned flux density = 462.157 MilliJy 2325 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.163E-03 < Second best 1.251E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.049E-03 < Second best 1.234E-03 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 863.57 MicroJy IMAGR1: 194 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -889.589 MicroJy iter= 297 IMAGR1: Field 1 Clean flux density= 432.132 MilliJy 297 comps IMAGR1: Total Cleaned flux density = 459.861 MilliJy 2387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 861.87 MicroJy IMAGR1: 1128 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -937.163 MicroJy iter= 515 IMAGR1: Field 5 Clean flux density= 6.613 MilliJy 515 comps IMAGR1: Total Cleaned flux density = 460.900 MilliJy 2597 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.034E-03 < Second best 1.088E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 784.34 MicroJy IMAGR1: 835 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -843.844 MicroJy iter= 487 IMAGR1: Field 7 Clean flux density= 20.471 MilliJy 487 comps IMAGR1: Total Cleaned flux density = 464.962 MilliJy 2796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 781.82 MicroJy IMAGR1: 1907 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -862.941 MicroJy iter= 699 IMAGR1: Field 4 Clean flux density= 7.773 MilliJy 699 comps IMAGR1: Total Cleaned flux density = 469.129 MilliJy 3092 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 734.36 MicroJy IMAGR1: 1343 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 791.151 MicroJy iter= 688 IMAGR1: Field 6 Clean flux density= 11.388 MilliJy 688 comps IMAGR1: Total Cleaned flux density = 468.663 MilliJy 3330 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 734.68 MicroJy IMAGR1: 2952 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 818.982 MicroJy iter= 870 IMAGR1: Field 3 Clean flux density= -11.963 MilliJy 870 comps IMAGR1: Total Cleaned flux density = 466.447 MilliJy 3721 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 717.89 MicroJy IMAGR1: 411 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -744.590 MicroJy iter= 302 IMAGR1: Field 2 Clean flux density= 1.904 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 468.319 MilliJy 3858 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 691.40 MicroJy IMAGR1: 570 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -721.039 MicroJy iter= 674 IMAGR1: Field 5 Clean flux density= 4.060 MilliJy 674 comps IMAGR1: Total Cleaned flux density = 465.766 MilliJy 4017 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -847.4 MicroJy,max = 878.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 681.94 MicroJy IMAGR1: 47 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 685.221 MicroJy iter= 325 IMAGR1: Field 1 Clean flux density= 432.138 MilliJy 325 comps IMAGR1: Total Cleaned flux density = 465.771 MilliJy 4045 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 654.56 MicroJy IMAGR1: 505 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -677.704 MicroJy iter= 837 IMAGR1: Field 4 Clean flux density= 8.616 MilliJy 837 comps IMAGR1: Total Cleaned flux density = 466.613 MilliJy 4183 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 634.71 MicroJy IMAGR1: 582 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -662.313 MicroJy iter= 662 IMAGR1: Field 7 Clean flux density= 21.630 MilliJy 662 comps IMAGR1: Total Cleaned flux density = 467.772 MilliJy 4358 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.004E-04 < Second best 7.585E-04 IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 569.33 MicroJy IMAGR1: 2710 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 621.193 MicroJy iter= 1090 IMAGR1: Field 6 Clean flux density= 13.595 MilliJy 1090 comps IMAGR1: Total Cleaned flux density = 469.979 MilliJy 4760 comps IMAGR1: ALGSTB: All 378 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 367- 0 Cells, with 13423 Pts IMAGR1: Field 2 min = -1.0 MilliJy,max = 999.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 561.18 MicroJy IMAGR1: 1866 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 608.389 MicroJy iter= 704 IMAGR1: Field 2 Clean flux density= 3.989 MilliJy 704 comps IMAGR1: Total Cleaned flux density = 472.064 MilliJy 5162 comps IMAGR1: ALGSTB: All 378 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 367- 0 Cells, with 13423 Pts IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 558.99 MicroJy IMAGR1: 1632 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -593.219 MicroJy iter= 1177 IMAGR1: Field 3 Clean flux density= -11.310 MilliJy 1177 comps IMAGR1: Total Cleaned flux density = 472.716 MilliJy 5469 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -981.0 MicroJy,max = 956.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 542.08 MicroJy IMAGR1: 916 Residual map points loaded IMAGR1: Field 5 min Clean flux = 585.142 MicroJy iter= 822 IMAGR1: Field 5 Clean flux density= 4.057 MilliJy 822 comps IMAGR1: Total Cleaned flux density = 472.713 MilliJy 5617 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -752.6 MicroJy,max = 741.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 534.80 MicroJy IMAGR1: 93 Residual map points loaded IMAGR1: Field 1 min Clean flux = -583.295 MicroJy iter= 336 IMAGR1: Field 1 Clean flux density= 431.578 MilliJy 336 comps IMAGR1: Total Cleaned flux density = 472.153 MilliJy 5628 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -873.4 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 517.71 MicroJy IMAGR1: 917 Residual map points loaded IMAGR1: Field 4 min Clean flux = 584.243 MicroJy iter= 887 IMAGR1: Field 4 Clean flux density= 8.729 MilliJy 887 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 472.266 MilliJy 5678 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -942.7 MicroJy,max = 843.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 499.53 MicroJy IMAGR1: 1206 Residual map points loaded IMAGR1: Field 7 min Clean flux = 584.916 MicroJy iter= 706 IMAGR1: Field 7 Clean flux density= 21.746 MilliJy 706 comps IMAGR1: Total Cleaned flux density = 472.383 MilliJy 5722 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -989.6 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 467.88 MicroJy IMAGR1: 2681 Residual map points loaded IMAGR1: Field 6 min Clean flux = 583.423 MicroJy iter= 1108 IMAGR1: Field 6 Clean flux density= 13.953 MilliJy 1108 comps IMAGR1: Total Cleaned flux density = 472.742 MilliJy 5740 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -890.3 MicroJy,max = 870.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 420.67 MicroJy IMAGR1: 2714 Residual map points loaded IMAGR1: Field 2 min Clean flux = 574.107 MicroJy iter= 708 IMAGR1: Field 2 Clean flux density= 3.986 MilliJy 708 comps IMAGR1: Total Cleaned flux density = 472.738 MilliJy 5744 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -899.6 MicroJy,max = 976.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 336 to 171 components IMAGR1: Field 2 compressed from 708 to 449 components IMAGR1: Field 3 compressed from 1177 to 789 components IMAGR1: Field 4 compressed from 887 to 603 components IMAGR1: Field 5 compressed from 822 to 574 components IMAGR1: Field 6 compressed from 1108 to 731 components IMAGR1: Field 7 compressed from 706 to 466 components IMAGR1: Field 1 min = -657.7 MicroJy,max = 698.1 MicroJy IMAGR1: Field 2 min = -890.5 MicroJy,max = 872.3 MicroJy IMAGR1: Field 3 min = -899.6 MicroJy,max = 976.4 MicroJy IMAGR1: Field 4 min = -844.4 MicroJy,max = 992.8 MicroJy IMAGR1: Field 5 min = -955.8 MicroJy,max = 848.0 MicroJy IMAGR1: Field 6 min = -976.3 MicroJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -918.1 MicroJy,max = 821.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 90.264 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR1: Restore -1.304 MilliJy ( 54 CCs) from field 1 to field 3 IMAGR1: Restore 686.217 MicroJy ( 35 CCs) from field 1 to field 4 IMAGR1: Restore -2.205 MilliJy ( 56 CCs) from field 1 to field 5 IMAGR1: Restore-137.874 MicroJy ( 45 CCs) from field 1 to field 6 IMAGR1: Restore 361.623 MicroJy ( 68 CCs) from field 2 to field 3 IMAGR1: Restore -93.534 MicroJy ( 82 CCs) from field 2 to field 4 IMAGR1: Restore -1.575 MilliJy ( 30 CCs) from field 3 to field 1 IMAGR1: Restore 535.196 MicroJy ( 18 CCs) from field 3 to field 2 IMAGR1: Restore -1.629 MilliJy ( 67 CCs) from field 3 to field 5 IMAGR1: Restore 379.979 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR1: Restore-704.149 MicroJy ( 37 CCs) from field 4 to field 2 IMAGR1: Restore 2.972 MilliJy ( 63 CCs) from field 4 to field 6 IMAGR1: Restore-586.588 MicroJy ( 15 CCs) from field 5 to field 1 IMAGR1: Restore-863.110 MicroJy ( 45 CCs) from field 5 to field 3 IMAGR1: Restore-496.889 MicroJy ( 25 CCs) from field 5 to field 7 IMAGR1: Restore 3.026 MilliJy ( 22 CCs) from field 6 to field 1 IMAGR1: Restore 2.686 MilliJy ( 40 CCs) from field 6 to field 4 IMAGR1: Restore 95.040 MicroJy ( 19 CCs) from field 6 to field 7 IMAGR1: Restore 1.349 MilliJy ( 72 CCs) from field 7 to field 5 IMAGR1: Restore 3.866 MilliJy ( 52 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 432.822 MilliJy IMAGR1: Field 2 final Clean flux 3.907 MilliJy IMAGR1: Field 3 final Clean flux -13.116 MilliJy IMAGR1: Field 4 final Clean flux 12.008 MilliJy IMAGR1: Field 5 final Clean flux 1.571 MilliJy IMAGR1: Field 6 final Clean flux 20.654 MilliJy IMAGR1: Field 7 final Clean flux 21.344 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 28 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 78.1 Real= 164 p/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09757 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC1: SETCEL: recommends IMSIZE 1314 CELLSIZE 0.24352 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24352 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 88.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 19.5 00002 -1 507 512 513 C 3 1012 1012 10 34 45.38 56 27 03.0 00003 -1 507 512 513 C 4 1012 1012 10 35 28.70 56 27 03.0 00004 -1 507 512 513 C 5 1012 1012 10 34 45.35 56 30 30.3 00005 -1 507 512 513 C 6 1012 1012 10 35 28.73 56 30 30.3 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 14.1 00007 -1 507 512 513 p/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09757 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR1: Field 2 1012 1012 8.2835E-04 -2.0729E+02 0 IMAGR1: Field 3 1012 1012 -1.7942E+02 -1.0379E+02 0 IMAGR1: Field 4 1012 1012 1.7942E+02 -1.0379E+02 0 IMAGR1: Field 5 1012 1012 -1.7967E+02 1.0351E+02 0 IMAGR1: Field 6 1012 1012 1.7967E+02 1.0351E+02 0 IMAGR1: Field 7 1012 1012 8.2835E-04 2.0731E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6618 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.625E+04 IMAGR1: UVWAIT: Adding temperance S 5.250E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.426E+07 and out 1.774E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR1: UVWAIT: Average summed weight 2.625E+04 over 13236 vis IMAGR1: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.88365E+08 IMAGR1: Field 1 Beam min = -158.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 2.876 x 0.658 arcsec, PA= 53.1 IMAGR1: Field 2 Sum of gridding weights = 1.88364E+08 IMAGR1: Field 2 Beam min = -158.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 2.882 x 0.658 arcsec, PA= 53.1 IMAGR1: Field 3 Sum of gridding weights = 1.88365E+08 IMAGR1: Field 3 Beam min = -132.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 2.887 x 0.658 arcsec, PA= 53.0 IMAGR1: Field 4 Sum of gridding weights = 1.88364E+08 IMAGR1: Field 4 Beam min = -99.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 2.872 x 0.658 arcsec, PA= 53.2 IMAGR1: Field 5 Sum of gridding weights = 1.88364E+08 IMAGR1: Field 5 Beam min = -119.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 2.880 x 0.658 arcsec, PA= 53.0 IMAGR1: Field 6 Sum of gridding weights = 1.88364E+08 IMAGR1: Field 6 Beam min = -99.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 2.866 x 0.658 arcsec, PA= 53.2 IMAGR1: Field 7 Sum of gridding weights = 1.88364E+08 IMAGR1: Field 7 Beam min = -158.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 2.870 x 0.658 arcsec, PA= 53.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -72.1 MilliJy,max = 764.8 MilliJy IMAGR1: Field 2 min = -69.2 MilliJy,max = 318.6 MilliJy IMAGR1: Field 3 min = -75.7 MilliJy,max = 228.7 MilliJy IMAGR1: Field 4 min = -82.9 MilliJy,max = 165.0 MilliJy IMAGR1: Field 5 min = -76.9 MilliJy,max = 160.6 MilliJy IMAGR1: Field 6 min = -75.4 MilliJy,max = 228.8 MilliJy IMAGR1: Field 7 min = -69.0 MilliJy,max = 317.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 114.31 MilliJy IMAGR1: 2830 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 406.470 MilliJy iter= 7 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 Clean flux density= 399.022 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 399.022 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -34.9 MilliJy,max = 365.8 MilliJy IMAGR1: BGC Clean: using 1729 cell beam + residuals > 80.47 MilliJy IMAGR1: 514 Residual map points loaded IMAGR1: Field 1 min allowed flux = 174.975 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 607.374 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 607.374 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -15.3 MilliJy,max = 66.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.330E-02 < Second best 3.026E-01 IMAGR1: Field 7 min = -15.3 MilliJy,max = 66.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.370E-02 < Second best 2.179E-01 IMAGR1: Field 3 min = -17.4 MilliJy,max = 47.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.533E-02 < Second best 2.140E-01 IMAGR1: Field 6 min = -16.4 MilliJy,max = 48.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.417E-02 < Second best 1.664E-01 IMAGR1: Field 1 min = -15.5 MilliJy,max = 157.5 MilliJy IMAGR1: BGC Clean: using 975 cell beam + residuals > 55.31 MilliJy IMAGR1: 83 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 76.537 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 697.655 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 697.655 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -11.0 MilliJy,max = 15.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.499E-02 < Second best 1.335E-01 IMAGR1: Field 5 min = -10.2 MilliJy,max = 17.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.487E-02 < Second best 7.280E-02 IMAGR1: Field 1 min = -7.9 MilliJy,max = 69.3 MilliJy IMAGR1: BGC Clean: using 1729 cell beam + residuals > 15.15 MilliJy IMAGR1: 658 Residual map points loaded IMAGR1: Field 1 min allowed flux = 33.666 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 737.368 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 737.368 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.1 MilliJy,max = 18.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.718E-02 < Second best 6.330E-02 IMAGR1: Field 2 min = -6.6 MilliJy,max = 14.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.337E-02 < Second best 4.533E-02 IMAGR1: Field 3 min = -8.1 MilliJy,max = 12.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.219E-02 < Second best 4.417E-02 IMAGR1: Field 6 min = -8.0 MilliJy,max = 13.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.301E-02 < Second best 3.203E-02 IMAGR1: Field 1 min = -6.6 MilliJy,max = 30.5 MilliJy IMAGR1: BGC Clean: using 1729 cell beam + residuals > 6.67 MilliJy IMAGR1: 1556 Residual map points loaded IMAGR1: Field 1 min allowed flux = 14.950 MilliJy iter= 39 IMAGR1: Field 1 Clean flux density= 754.852 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 754.852 MilliJy 39 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.9 MilliJy,max = 12.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.212E-02 < Second best 1.499E-02 IMAGR1: Field 4 min = -8.7 MilliJy,max = 8.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.798E-03 < Second best 1.487E-02 IMAGR1: Field 5 min = -6.5 MilliJy,max = 8.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.274E-03 < Second best 1.423E-02 IMAGR1: Field 1 min = -7.1 MilliJy,max = 13.5 MilliJy IMAGR1: BGC Clean: using 973 cell beam + residuals > 5.27 MilliJy IMAGR1: 809 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 7.181 MilliJy iter= 56 IMAGR1: Field 1 Clean flux density= 766.986 MilliJy 56 comps IMAGR1: Total Cleaned flux density = 766.986 MilliJy 56 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.9 MilliJy,max = 8.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.476E-03 < Second best 1.301E-02 IMAGR1: Field 6 min = -9.5 MilliJy,max = 9.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.504E-03 < Second best 1.219E-02 IMAGR1: Field 3 min = -8.9 MilliJy,max = 10.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.903E-03 < Second best 1.212E-02 IMAGR1: Field 7 min = -6.9 MilliJy,max = 10.1 MilliJy IMAGR1: BGC Clean: using 973 cell beam + residuals > 4.48 MilliJy IMAGR1: 539 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 5.620 MilliJy iter= 17 IMAGR1: Field 7 Clean flux density= 8.986 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 775.972 MilliJy 73 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -9.0 MilliJy,max = 10.0 MilliJy IMAGR1: BGC Clean: using 973 cell beam + residuals > 4.77 MilliJy IMAGR1: 4519 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 6.638 MilliJy iter= 35 IMAGR1: Field 3 Clean flux density= -2.511 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 773.461 MilliJy 108 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -9.6 MilliJy,max = 9.6 MilliJy IMAGR1: BGC Clean: using 973 cell beam + residuals > 4.77 MilliJy IMAGR1: 3473 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -6.316 MilliJy iter= 40 IMAGR1: Field 6 Clean flux density= 12.065 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 785.525 MilliJy 148 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.1 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.238E-03 < Second best 7.798E-03 IMAGR1: Field 4 min = -7.8 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.512E-03 < Second best 7.238E-03 IMAGR1: BGC Clean: using 973 cell beam + residuals > 4.77 MilliJy IMAGR1: 427 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.436 MilliJy iter= 22 IMAGR1: Field 5 Clean flux density= 4.794 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 790.319 MilliJy 170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.926E-03 < Second best 6.512E-03 IMAGR1: Field 4 min = -7.8 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.27 MilliJy IMAGR1: 629 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -5.155 MilliJy iter= 38 IMAGR1: Field 4 Clean flux density= -5.785 MilliJy 38 comps IMAGR1: Total Cleaned flux density = 784.533 MilliJy 208 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.3 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.25 MilliJy IMAGR1: 461 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.960 MilliJy iter= 37 IMAGR1: Field 2 Clean flux density= -810.556 MicroJy 37 comps IMAGR1: Total Cleaned flux density = 783.723 MilliJy 245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.5 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 743 cell beam + residuals > 4.16 MilliJy IMAGR1: 3636 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 5.111 MilliJy iter= 97 IMAGR1: Field 3 Clean flux density= 747.112 MicroJy 97 comps IMAGR1: Total Cleaned flux density = 786.982 MilliJy 307 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.9 MilliJy,max = 7.2 MilliJy IMAGR1: BGC Clean: using 969 cell beam + residuals > 3.89 MilliJy IMAGR1: 4236 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -4.747 MilliJy iter= 114 IMAGR1: Field 6 Clean flux density= 24.136 MilliJy 114 comps IMAGR1: Total Cleaned flux density = 799.053 MilliJy 381 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.0 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.996E-03 < Second best 5.363E-03 IMAGR1: Field 7 min = -5.3 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.407E-03 < Second best 5.198E-03 IMAGR1: Field 5 min = -5.0 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.67 MilliJy IMAGR1: 947 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.299 MilliJy iter= 93 IMAGR1: Field 5 Clean flux density= 20.643 MilliJy 93 comps IMAGR1: Total Cleaned flux density = 814.902 MilliJy 452 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.66 MilliJy IMAGR1: 350 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.064 MilliJy iter= 108 IMAGR1: Field 1 Clean flux density= 773.219 MilliJy 108 comps IMAGR1: Total Cleaned flux density = 821.135 MilliJy 504 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.4 MilliJy,max = 5.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.290E-03 < Second best 4.894E-03 IMAGR1: Field 3 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR1: 3124 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.160 MilliJy iter= 226 IMAGR1: Field 3 Clean flux density= -25.593 MilliJy 226 comps IMAGR1: Total Cleaned flux density = 794.794 MilliJy 633 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.5 MilliJy,max = 4.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.131E-03 < Second best 4.545E-03 IMAGR1: Field 6 min = -4.7 MilliJy,max = 6.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.12 MilliJy IMAGR1: 6404 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 4.057 MilliJy iter= 325 IMAGR1: Field 6 Clean flux density= 59.585 MilliJy 325 comps IMAGR1: Total Cleaned flux density = 830.244 MilliJy 844 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.10 MilliJy IMAGR1: 200 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.282 MilliJy iter= 65 IMAGR1: Field 7 Clean flux density= 16.735 MilliJy 65 comps IMAGR1: Total Cleaned flux density = 837.993 MilliJy 892 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.702E-03 < Second best 4.131E-03 IMAGR1: Field 2 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR1: 341 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -3.302 MilliJy iter= 105 IMAGR1: Field 2 Clean flux density= -14.263 MilliJy 105 comps IMAGR1: Total Cleaned flux density = 824.541 MilliJy 960 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.389E-03 < Second best 3.986E-03 IMAGR1: Field 3 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR1: 1517 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 3 min algorithm flux= -3.118 MilliJy iter= 345 IMAGR1: Field 3 Clean flux density= -14.804 MilliJy 345 comps IMAGR1: Total Cleaned flux density = 835.330 MilliJy 1079 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR1: 247 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.865 MilliJy iter= 164 IMAGR1: Field 1 Clean flux density= 769.250 MilliJy 164 comps IMAGR1: Total Cleaned flux density = 831.362 MilliJy 1135 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.7 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR1: 1360 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.676 MilliJy iter= 452 IMAGR1: Field 6 Clean flux density= 44.837 MilliJy 452 comps IMAGR1: Total Cleaned flux density = 816.613 MilliJy 1262 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR1: 536 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.550 MilliJy iter= 133 IMAGR1: Field 4 Clean flux density= 331.709 MicroJy 133 comps IMAGR1: Total Cleaned flux density = 822.730 MilliJy 1357 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.4 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR1: 1049 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.584 MilliJy iter= 241 IMAGR1: Field 5 Clean flux density= 12.177 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 814.265 MilliJy 1505 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.796E-03 < Second best 3.141E-03 IMAGR1: Field 7 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.696E-03 < Second best 2.988E-03 IMAGR1: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR1: 3037 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.364 MilliJy iter= 562 IMAGR1: Field 3 Clean flux density= -4.625 MilliJy 562 comps IMAGR1: Total Cleaned flux density = 824.444 MilliJy 1722 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.573E-03 < Second best 2.740E-03 IMAGR1: Field 1 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR1: 508 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.133 MilliJy iter= 268 IMAGR1: Field 1 Clean flux density= 784.189 MilliJy 268 comps IMAGR1: Total Cleaned flux density = 839.383 MilliJy 1826 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR1: 769 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.158 MilliJy iter= 202 IMAGR1: Field 7 Clean flux density= 14.866 MilliJy 202 comps IMAGR1: Total Cleaned flux density = 837.514 MilliJy 1963 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR1: 265 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.080 MilliJy iter= 180 IMAGR1: Field 2 Clean flux density= -15.302 MilliJy 180 comps IMAGR1: Total Cleaned flux density = 836.475 MilliJy 2038 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.8 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR1: 935 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.037 MilliJy iter= 584 IMAGR1: Field 6 Clean flux density= 47.572 MilliJy 584 comps IMAGR1: Total Cleaned flux density = 839.209 MilliJy 2170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR1: 294 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.894 MilliJy iter= 315 IMAGR1: Field 5 Clean flux density= 8.494 MilliJy 315 comps IMAGR1: Total Cleaned flux density = 835.527 MilliJy 2244 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.091E-03 < Second best 2.265E-03 IMAGR1: Field 3 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR1: 1099 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.729 MilliJy iter= 705 IMAGR1: Field 3 Clean flux density= -4.453 MilliJy 705 comps IMAGR1: Total Cleaned flux density = 835.699 MilliJy 2387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR1: 1073 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.758 MilliJy iter= 335 IMAGR1: Field 4 Clean flux density= 816.673 MicroJy 335 comps IMAGR1: Total Cleaned flux density = 836.184 MilliJy 2589 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR1: 370 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.638 MilliJy iter= 300 IMAGR1: Field 7 Clean flux density= 18.020 MilliJy 300 comps IMAGR1: Total Cleaned flux density = 839.338 MilliJy 2687 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.830E-03 < Second best 1.993E-03 IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.787E-03 < Second best 1.952E-03 IMAGR1: Field 6 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 1690 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.511 MilliJy iter= 785 IMAGR1: Field 6 Clean flux density= 41.579 MilliJy 785 comps IMAGR1: Total Cleaned flux density = 833.345 MilliJy 2888 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 742 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.493 MilliJy iter= 419 IMAGR1: Field 1 Clean flux density= 785.119 MilliJy 419 comps IMAGR1: Total Cleaned flux density = 834.275 MilliJy 3039 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 834 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.445 MilliJy iter= 489 IMAGR1: Field 5 Clean flux density= 7.835 MilliJy 489 comps IMAGR1: Total Cleaned flux density = 833.615 MilliJy 3213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 739 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.433 MilliJy iter= 345 IMAGR1: Field 2 Clean flux density= -9.376 MilliJy 345 comps IMAGR1: Total Cleaned flux density = 839.542 MilliJy 3378 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.557E-03 < Second best 1.657E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 1744 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.325 MilliJy iter= 927 IMAGR1: Field 3 Clean flux density= 786.451 MicroJy 927 comps IMAGR1: Total Cleaned flux density = 844.781 MilliJy 3600 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR1: 2048 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.317 MilliJy iter= 604 IMAGR1: Field 7 Clean flux density= 17.477 MilliJy 604 comps IMAGR1: Total Cleaned flux density = 844.238 MilliJy 3904 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR1: 518 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.258 MilliJy iter= 475 IMAGR1: Field 4 Clean flux density= 3.389 MilliJy 475 comps IMAGR1: Total Cleaned flux density = 846.810 MilliJy 4044 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 551 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.199 MilliJy iter= 889 IMAGR1: Field 6 Clean flux density= 40.167 MilliJy 889 comps IMAGR1: Total Cleaned flux density = 845.398 MilliJy 4148 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 341 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.166 MilliJy iter= 518 IMAGR1: Field 1 Clean flux density= 785.672 MilliJy 518 comps IMAGR1: Total Cleaned flux density = 845.951 MilliJy 4247 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 411 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.127 MilliJy iter= 603 IMAGR1: Field 5 Clean flux density= 7.706 MilliJy 603 comps IMAGR1: Total Cleaned flux density = 845.823 MilliJy 4361 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 842 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.108 MilliJy iter= 534 IMAGR1: Field 2 Clean flux density= -8.089 MilliJy 534 comps IMAGR1: Total Cleaned flux density = 847.110 MilliJy 4550 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 872 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.052 MilliJy iter= 1072 IMAGR1: Field 3 Clean flux density= 5.194 MilliJy 1072 comps IMAGR1: Total Cleaned flux density = 851.518 MilliJy 4695 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 966.06 MicroJy IMAGR1: 782 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.005 MilliJy iter= 782 IMAGR1: Field 7 Clean flux density= 14.101 MilliJy 782 comps IMAGR1: Total Cleaned flux density = 848.141 MilliJy 4873 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.01 MicroJy IMAGR1: 963 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 975.004 MicroJy iter= 675 IMAGR1: Field 4 Clean flux density= 7.094 MilliJy 675 comps IMAGR1: Total Cleaned flux density = 851.846 MilliJy 5073 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 914.15 MicroJy IMAGR1: 2410 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 968.382 MicroJy iter= 1180 IMAGR1: Field 6 Clean flux density= 37.063 MilliJy 1180 comps IMAGR1: Total Cleaned flux density = 848.743 MilliJy 5364 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 897.88 MicroJy IMAGR1: 684 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 928.980 MicroJy iter= 685 IMAGR1: Field 1 Clean flux density= 788.430 MilliJy 685 comps IMAGR1: Total Cleaned flux density = 851.501 MilliJy 5531 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 877.17 MicroJy IMAGR1: 713 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 908.015 MicroJy iter= 787 IMAGR1: Field 5 Clean flux density= 5.622 MilliJy 787 comps IMAGR1: Total Cleaned flux density = 849.417 MilliJy 5715 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 851.10 MicroJy IMAGR1: 963 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -884.211 MicroJy iter= 743 IMAGR1: Field 2 Clean flux density= -6.186 MilliJy 743 comps IMAGR1: Total Cleaned flux density = 851.320 MilliJy 5924 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 829.95 MicroJy IMAGR1: 1970 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -869.791 MicroJy iter= 1340 IMAGR1: Field 3 Clean flux density= 9.666 MilliJy 1340 comps IMAGR1: Total Cleaned flux density = 855.792 MilliJy 6192 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 814.71 MicroJy IMAGR1: 1239 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 848.721 MicroJy iter= 1020 IMAGR1: Field 7 Clean flux density= 13.551 MilliJy 1020 comps IMAGR1: Total Cleaned flux density = 855.243 MilliJy 6430 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 794.86 MicroJy IMAGR1: 509 Residual map points loaded IMAGR1: Field 4 min Clean flux = -832.655 MicroJy iter= 763 IMAGR1: Field 4 Clean flux density= 5.852 MilliJy 763 comps IMAGR1: Total Cleaned flux density = 854.001 MilliJy 6518 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 762.22 MicroJy IMAGR1: 2169 Residual map points loaded IMAGR1: Field 6 min Clean flux = -833.623 MicroJy iter= 1336 IMAGR1: Field 6 Clean flux density= 37.261 MilliJy 1336 comps IMAGR1: Total Cleaned flux density = 854.199 MilliJy 6674 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 733.56 MicroJy IMAGR1: 658 Residual map points loaded IMAGR1: Field 1 min Clean flux = 833.019 MicroJy iter= 713 IMAGR1: Field 1 Clean flux density= 787.698 MilliJy 713 comps IMAGR1: Total Cleaned flux density = 853.466 MilliJy 6702 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 706.75 MicroJy IMAGR1: 1129 Residual map points loaded IMAGR1: Field 5 min Clean flux = -828.864 MicroJy iter= 815 IMAGR1: Field 5 Clean flux density= 5.470 MilliJy 815 comps IMAGR1: Total Cleaned flux density = 853.314 MilliJy 6730 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 673.28 MicroJy IMAGR1: 2080 Residual map points loaded IMAGR1: Field 2 min Clean flux = -833.310 MicroJy iter= 767 IMAGR1: Field 2 Clean flux density= -6.558 MilliJy 767 comps IMAGR1: Total Cleaned flux density = 852.942 MilliJy 6754 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 626.71 MicroJy IMAGR1: 8013 Residual map points loaded IMAGR1: Field 3 min Clean flux = 832.836 MicroJy iter= 1409 IMAGR1: Field 3 Clean flux density= 10.799 MilliJy 1409 comps IMAGR1: Total Cleaned flux density = 854.075 MilliJy 6823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 713 to 422 components IMAGR1: Field 2 compressed from 767 to 484 components IMAGR1: Field 3 compressed from 1409 to 953 components IMAGR1: Field 4 compressed from 763 to 520 components IMAGR1: Field 5 compressed from 815 to 562 components IMAGR1: Field 6 compressed from 1336 to 872 components IMAGR1: Field 7 compressed from 1020 to 651 components IMAGR1: Field 1 min = -894.5 MicroJy,max = 999.3 MicroJy IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 4.910 MilliJy ( 31 CCs) from field 1 to field 2 IMAGR1: Restore 9.112 MilliJy ( 153 CCs) from field 1 to field 3 IMAGR1: Restore 5.250 MilliJy ( 29 CCs) from field 1 to field 4 IMAGR1: Restore -1.114 MilliJy ( 67 CCs) from field 1 to field 5 IMAGR1: Restore 3.520 MilliJy ( 78 CCs) from field 1 to field 6 IMAGR1: Restore 932.492 MicroJy ( 26 CCs) from field 1 to field 7 IMAGR1: Restore -2.574 MilliJy ( 16 CCs) from field 2 to field 1 IMAGR1: Restore 1.011 MilliJy ( 77 CCs) from field 2 to field 3 IMAGR1: Restore-564.884 MicroJy ( 30 CCs) from field 2 to field 4 IMAGR1: Restore 6.080 MilliJy ( 70 CCs) from field 3 to field 1 IMAGR1: Restore 3.122 MilliJy ( 32 CCs) from field 3 to field 2 IMAGR1: Restore -1.381 MilliJy ( 38 CCs) from field 3 to field 5 IMAGR1: Restore 1.111 MilliJy ( 37 CCs) from field 4 to field 1 IMAGR1: Restore 675.838 MicroJy ( 37 CCs) from field 4 to field 2 IMAGR1: Restore -1.166 MilliJy ( 75 CCs) from field 4 to field 6 IMAGR1: Restore 1.772 MilliJy ( 31 CCs) from field 5 to field 1 IMAGR1: Restore 1.044 MilliJy ( 90 CCs) from field 5 to field 3 IMAGR1: Restore -1.674 MilliJy ( 33 CCs) from field 5 to field 7 IMAGR1: Restore 4.752 MilliJy ( 54 CCs) from field 6 to field 1 IMAGR1: Restore -1.600 MilliJy ( 37 CCs) from field 6 to field 4 IMAGR1: Restore-712.299 MicroJy ( 28 CCs) from field 6 to field 7 IMAGR1: Restore 5.333 MilliJy ( 39 CCs) from field 7 to field 1 IMAGR1: Restore 64.406 MicroJy ( 38 CCs) from field 7 to field 5 IMAGR1: Restore -2.795 MilliJy ( 115 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 804.173 MilliJy IMAGR1: Field 2 final Clean flux 2.149 MilliJy IMAGR1: Field 3 final Clean flux 21.967 MilliJy IMAGR1: Field 4 final Clean flux 8.937 MilliJy IMAGR1: Field 5 final Clean flux 3.039 MilliJy IMAGR1: Field 6 final Clean flux 36.819 MilliJy IMAGR1: Field 7 final Clean flux 12.097 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 35 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 82.1 Real= 172 p/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09757 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.139 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC1: SETCEL: recommends IMSIZE 1307 CELLSIZE 0.24496 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24496 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 83.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 27.8 00002 -1 507 512 513 C 3 1012 1012 11 48 26.72 59 23 12.0 00003 -1 507 512 513 C 4 1012 1012 11 49 14.00 59 23 12.0 00004 -1 507 512 513 C 5 1012 1012 11 48 26.68 59 26 40.5 00005 -1 507 512 513 C 6 1012 1012 11 49 14.04 59 26 40.5 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.9 00007 -1 507 512 513 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR1: Field 2 1012 1012 6.8689E-03 -2.0856E+02 0 IMAGR1: Field 3 1012 1012 -1.8042E+02 -1.0436E+02 0 IMAGR1: Field 4 1012 1012 1.8043E+02 -1.0436E+02 0 IMAGR1: Field 5 1012 1012 -1.8072E+02 1.0414E+02 0 IMAGR1: Field 6 1012 1012 1.8073E+02 1.0414E+02 0 IMAGR1: Field 7 1012 1012 6.8689E-03 2.0854E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6669 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.146E+04 IMAGR1: UVWAIT: Adding temperance S 6.293E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.767E+07 and out 2.203E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR1: UVWAIT: Average summed weight 3.146E+04 over 13338 vis IMAGR1: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1148+594 .ICL007. 1 (MA) on disk 1 cno 56 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.33881E+08 IMAGR1: Field 1 Beam min = -173.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.752 x 0.657 arcsec, PA= 68.7 IMAGR1: Field 2 Sum of gridding weights = 2.33881E+08 IMAGR1: Field 2 Beam min = -173.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.753 x 0.657 arcsec, PA= 68.7 IMAGR1: Field 3 Sum of gridding weights = 2.33880E+08 IMAGR1: Field 3 Beam min = -159.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.756 x 0.657 arcsec, PA= 68.6 IMAGR1: Field 4 Sum of gridding weights = 2.33879E+08 IMAGR1: Field 4 Beam min = -106.1 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.750 x 0.657 arcsec, PA= 68.8 IMAGR1: Field 5 Sum of gridding weights = 2.33880E+08 IMAGR1: Field 5 Beam min = -118.6 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.754 x 0.657 arcsec, PA= 68.6 IMAGR1: Field 6 Sum of gridding weights = 2.33880E+08 IMAGR1: Field 6 Beam min = -132.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.748 x 0.657 arcsec, PA= 68.8 IMAGR1: Field 7 Sum of gridding weights = 2.33882E+08 IMAGR1: Field 7 Beam min = -173.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.751 x 0.657 arcsec, PA= 68.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -37.5 MilliJy,max = 424.1 MilliJy IMAGR1: Field 2 min = -39.0 MilliJy,max = 165.2 MilliJy IMAGR1: Field 3 min = -41.7 MilliJy,max = 150.4 MilliJy IMAGR1: Field 4 min = -44.4 MilliJy,max = 158.8 MilliJy IMAGR1: Field 5 min = -41.0 MilliJy,max = 150.5 MilliJy IMAGR1: Field 6 min = -43.7 MilliJy,max = 166.1 MilliJy IMAGR1: Field 7 min = -39.3 MilliJy,max = 162.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 58.81 MilliJy IMAGR1: 3850 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 202.861 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 241.557 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 241.557 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -17.7 MilliJy,max = 182.6 MilliJy IMAGR1: BGC Clean: using 1799 cell beam + residuals > 42.48 MilliJy IMAGR1: 417 Residual map points loaded IMAGR1: Field 1 min allowed flux = 83.285 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 355.142 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 355.142 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.2 MilliJy,max = 27.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.337E-02 < Second best 1.314E-01 IMAGR1: Field 2 min = -7.8 MilliJy,max = 29.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.356E-02 < Second best 1.313E-01 IMAGR1: Field 6 min = -9.8 MilliJy,max = 32.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.313E-02 < Second best 1.309E-01 IMAGR1: Field 7 min = -8.9 MilliJy,max = 30.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.286E-02 < Second best 9.156E-02 IMAGR1: Field 4 min = -9.7 MilliJy,max = 31.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.919E-02 < Second best 9.132E-02 IMAGR1: Field 5 min = -6.7 MilliJy,max = 25.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.694E-02 < Second best 7.922E-02 IMAGR1: Field 1 min = -9.5 MilliJy,max = 77.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 11.55 MilliJy IMAGR1: 3648 Residual map points loaded IMAGR1: Field 1 min allowed flux = 36.547 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 404.120 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 404.120 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.9 MilliJy,max = 33.4 MilliJy IMAGR1: BGC Clean: using 1797 cell beam + residuals > 9.05 MilliJy IMAGR1: 322 Residual map points loaded IMAGR1: Field 1 min allowed flux = 16.003 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 425.460 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 425.460 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.5 MilliJy,max = 8.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.725E-03 < Second best 2.337E-02 IMAGR1: Field 3 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.659E-03 < Second best 2.313E-02 IMAGR1: Field 6 min = -4.8 MilliJy,max = 9.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.533E-03 < Second best 2.286E-02 IMAGR1: Field 7 min = -4.3 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.278E-03 < Second best 1.919E-02 IMAGR1: Field 4 min = -5.3 MilliJy,max = 9.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.445E-03 < Second best 1.694E-02 IMAGR1: Field 5 min = -4.3 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.279E-03 < Second best 1.523E-02 IMAGR1: Field 1 min = -4.8 MilliJy,max = 14.5 MilliJy IMAGR1: BGC Clean: using 1799 cell beam + residuals > 3.35 MilliJy IMAGR1: 3196 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.985 MilliJy iter= 44 IMAGR1: Field 1 Clean flux density= 434.764 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 434.764 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.5 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.187E-03 < Second best 7.533E-03 IMAGR1: Field 6 min = -5.9 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.150E-03 < Second best 7.445E-03 IMAGR1: Field 4 min = -5.1 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.932E-03 < Second best 6.652E-03 IMAGR1: Field 1 min = -5.9 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 543 cell beam + residuals > 3.07 MilliJy IMAGR1: 1699 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.469 MilliJy iter= 70 IMAGR1: Field 1 Clean flux density= 439.966 MilliJy 70 comps IMAGR1: Total Cleaned flux density = 439.966 MilliJy 70 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.0 MilliJy,max = 5.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.169E-03 < Second best 6.150E-03 IMAGR1: Field 6 min = -5.8 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.441E-03 < Second best 5.932E-03 IMAGR1: Field 4 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.73 MilliJy IMAGR1: 3205 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -4.161 MilliJy iter= 49 IMAGR1: Field 4 Clean flux density= 16.849 MilliJy 49 comps IMAGR1: Total Cleaned flux density = 456.815 MilliJy 119 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.2 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.396E-03 < Second best 5.278E-03 IMAGR1: Field 7 min = -6.0 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR1: 784 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.371 MilliJy iter= 36 IMAGR1: Field 7 Clean flux density= -9.496 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 447.319 MilliJy 155 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.263E-03 < Second best 4.659E-03 IMAGR1: Field 3 min = -5.6 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 543 cell beam + residuals > 2.77 MilliJy IMAGR1: 2399 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.565 MilliJy iter= 50 IMAGR1: Field 3 Clean flux density= -11.742 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 435.577 MilliJy 205 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 543 cell beam + residuals > 2.77 MilliJy IMAGR1: 1042 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 6 min algorithm flux= -3.332 MilliJy iter= 45 IMAGR1: Field 6 Clean flux density= 8.296 MilliJy 45 comps IMAGR1: Total Cleaned flux density = 443.873 MilliJy 250 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.3 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 543 cell beam + residuals > 2.77 MilliJy IMAGR1: 450 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 3.121 MilliJy iter= 32 IMAGR1: Field 5 Clean flux density= -2.338 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 441.535 MilliJy 282 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.0 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.799E-03 < Second best 4.263E-03 IMAGR1: Field 2 min = -3.4 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 543 cell beam + residuals > 2.66 MilliJy IMAGR1: 376 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.965 MilliJy iter= 33 IMAGR1: Field 2 Clean flux density= 8.307 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 449.842 MilliJy 315 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.546E-03 < Second best 3.799E-03 IMAGR1: Field 1 min = -4.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 709 cell beam + residuals > 2.40 MilliJy IMAGR1: 489 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.662 MilliJy iter= 106 IMAGR1: Field 1 Clean flux density= 438.964 MilliJy 106 comps IMAGR1: Total Cleaned flux density = 448.840 MilliJy 351 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 709 cell beam + residuals > 2.40 MilliJy IMAGR1: 520 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.684 MilliJy iter= 94 IMAGR1: Field 4 Clean flux density= 17.022 MilliJy 94 comps IMAGR1: Total Cleaned flux density = 449.013 MilliJy 396 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.052E-03 < Second best 3.218E-03 IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.653E-03 < Second best 3.188E-03 IMAGR1: Field 6 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.869E-03 < Second best 3.052E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR1: 3233 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.621 MilliJy iter= 178 IMAGR1: Field 3 Clean flux density= -10.171 MilliJy 178 comps IMAGR1: Total Cleaned flux density = 450.585 MilliJy 524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.569E-03 < Second best 2.869E-03 IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR1: 2873 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.467 MilliJy iter= 194 IMAGR1: Field 6 Clean flux density= 13.279 MilliJy 194 comps IMAGR1: Total Cleaned flux density = 455.568 MilliJy 673 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.382E-03 < Second best 2.653E-03 IMAGR1: Field 7 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.382E-03 < Second best 2.569E-03 IMAGR1: Field 5 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR1: 821 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.135 MilliJy iter= 131 IMAGR1: Field 5 Clean flux density= -283.391 MicroJy 131 comps IMAGR1: Total Cleaned flux density = 457.623 MilliJy 772 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.338E-03 < Second best 2.543E-03 IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR1: 439 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.940 MilliJy iter= 181 IMAGR1: Field 1 Clean flux density= 439.565 MilliJy 181 comps IMAGR1: Total Cleaned flux density = 458.225 MilliJy 847 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.250E-03 < Second best 2.382E-03 IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.083E-03 < Second best 2.382E-03 IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.218E-03 < Second best 2.364E-03 IMAGR1: Field 6 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.992E-03 < Second best 2.338E-03 IMAGR1: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 2553 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.744 MilliJy iter= 274 IMAGR1: Field 4 Clean flux density= 11.759 MilliJy 274 comps IMAGR1: Total Cleaned flux density = 452.962 MilliJy 1027 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 2343 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.706 MilliJy iter= 368 IMAGR1: Field 3 Clean flux density= 5.240 MilliJy 368 comps IMAGR1: Total Cleaned flux density = 468.373 MilliJy 1217 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.886E-03 < Second best 2.083E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 429 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.539 MilliJy iter= 140 IMAGR1: Field 7 Clean flux density= -7.171 MilliJy 140 comps IMAGR1: Total Cleaned flux density = 470.697 MilliJy 1321 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.679E-03 < Second best 1.992E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.700E-03 < Second best 1.886E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 787 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.454 MilliJy iter= 183 IMAGR1: Field 2 Clean flux density= 6.700 MilliJy 183 comps IMAGR1: Total Cleaned flux density = 469.090 MilliJy 1471 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.437E-03 < Second best 1.700E-03 IMAGR1: Field 6 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 929 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.372 MilliJy iter= 339 IMAGR1: Field 6 Clean flux density= 12.312 MilliJy 339 comps IMAGR1: Total Cleaned flux density = 468.123 MilliJy 1616 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 255 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.305 MilliJy iter= 203 IMAGR1: Field 5 Clean flux density= 2.027 MilliJy 203 comps IMAGR1: Total Cleaned flux density = 470.434 MilliJy 1688 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.356E-03 < Second best 1.634E-03 IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.286E-03 < Second best 1.474E-03 IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.329E-03 < Second best 1.437E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 431 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.070 MilliJy iter= 288 IMAGR1: Field 1 Clean flux density= 438.818 MilliJy 288 comps IMAGR1: Total Cleaned flux density = 469.686 MilliJy 1795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.243E-03 < Second best 1.356E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 951.87 MicroJy IMAGR1: 833 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.036 MilliJy iter= 433 IMAGR1: Field 4 Clean flux density= 6.701 MilliJy 433 comps IMAGR1: Total Cleaned flux density = 464.628 MilliJy 1954 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.229E-03 < Second best 1.315E-03 IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.129E-03 < Second best 1.286E-03 IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 869.23 MicroJy IMAGR1: 3010 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -997.006 MicroJy iter= 655 IMAGR1: Field 3 Clean flux density= 9.851 MilliJy 655 comps IMAGR1: Total Cleaned flux density = 469.238 MilliJy 2241 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.128E-03 < Second best 1.243E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.229E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 813.26 MicroJy IMAGR1: 2720 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -934.317 MicroJy iter= 467 IMAGR1: Field 7 Clean flux density= -9.226 MilliJy 467 comps IMAGR1: Total Cleaned flux density = 467.184 MilliJy 2568 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 803.85 MicroJy IMAGR1: 790 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 859.074 MicroJy iter= 511 IMAGR1: Field 6 Clean flux density= 12.053 MilliJy 511 comps IMAGR1: Total Cleaned flux density = 466.924 MilliJy 2740 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 801.09 MicroJy IMAGR1: 743 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -851.548 MicroJy iter= 370 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 Clean flux density= 10.504 MilliJy 370 comps IMAGR1: Total Cleaned flux density = 475.401 MilliJy 2907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 799.83 MicroJy IMAGR1: 405 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 836.772 MicroJy iter= 316 IMAGR1: Field 2 Clean flux density= 8.184 MilliJy 316 comps IMAGR1: Total Cleaned flux density = 476.884 MilliJy 3040 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 864.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 778.66 MicroJy IMAGR1: 9 Residual map points loaded IMAGR1: Field 1 min Clean flux = -826.505 MicroJy iter= 291 IMAGR1: Field 1 Clean flux density= 438.541 MilliJy 291 comps IMAGR1: Total Cleaned flux density = 476.608 MilliJy 3043 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.550E-04 < Second best 9.558E-04 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 689.08 MicroJy IMAGR1: 339 Residual map points loaded IMAGR1: Field 3 min Clean flux = 825.045 MicroJy iter= 662 IMAGR1: Field 3 Clean flux density= 9.759 MilliJy 662 comps IMAGR1: Total Cleaned flux density = 476.516 MilliJy 3050 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -927.3 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.277E-04 < Second best 8.550E-04 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 630.33 MicroJy IMAGR1: 1304 Residual map points loaded IMAGR1: Field 4 min Clean flux = -829.776 MicroJy iter= 444 IMAGR1: Field 4 Clean flux density= 6.442 MilliJy 444 comps IMAGR1: Total Cleaned flux density = 476.257 MilliJy 3061 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 597.17 MicroJy IMAGR1: 2888 Residual map points loaded IMAGR1: Field 6 min Clean flux = 806.544 MicroJy iter= 515 IMAGR1: Field 6 Clean flux density= 12.050 MilliJy 515 comps IMAGR1: Total Cleaned flux density = 476.254 MilliJy 3065 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 915.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.337E-04 < Second best 8.020E-04 IMAGR1: Field 2 min = -1.0 MilliJy,max = 956.6 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 291 to 172 components IMAGR1: Field 2 compressed from 316 to 245 components IMAGR1: Field 3 compressed from 662 to 489 components IMAGR1: Field 4 compressed from 444 to 321 components IMAGR1: Field 5 compressed from 370 to 265 components IMAGR1: Field 6 compressed from 515 to 383 components IMAGR1: Field 7 compressed from 467 to 345 components IMAGR1: Field 1 min = -821.3 MicroJy,max = 881.3 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 956.6 MicroJy IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 915.2 MicroJy IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR1: Field 7 min = -917.5 MicroJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-318.300 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR1: Restore-633.108 MicroJy ( 31 CCs) from field 1 to field 3 IMAGR1: Restore 1.072 MilliJy ( 41 CCs) from field 1 to field 4 IMAGR1: Restore -1.113 MilliJy ( 19 CCs) from field 1 to field 5 IMAGR1: Restore 3.675 MilliJy ( 72 CCs) from field 1 to field 6 IMAGR1: Restore-392.877 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR1: Restore 1.152 MilliJy ( 9 CCs) from field 2 to field 1 IMAGR1: Restore 919.163 MicroJy ( 33 CCs) from field 2 to field 3 IMAGR1: Restore 1.767 MilliJy ( 11 CCs) from field 2 to field 4 IMAGR1: Restore-154.183 MicroJy ( 47 CCs) from field 3 to field 1 IMAGR1: Restore 2.881 MilliJy ( 30 CCs) from field 3 to field 2 IMAGR1: Restore 1.207 MilliJy ( 56 CCs) from field 3 to field 5 IMAGR1: Restore 708.609 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR1: Restore 1.946 MilliJy ( 29 CCs) from field 4 to field 2 IMAGR1: Restore-281.045 MicroJy ( 36 CCs) from field 4 to field 6 IMAGR1: Restore 645.155 MicroJy ( 12 CCs) from field 5 to field 1 IMAGR1: Restore 2.472 MilliJy ( 22 CCs) from field 5 to field 3 IMAGR1: Restore 292.434 MicroJy ( 22 CCs) from field 5 to field 7 IMAGR1: Restore -1.048 MilliJy ( 24 CCs) from field 6 to field 1 IMAGR1: Restore 4.884 MilliJy ( 39 CCs) from field 6 to field 4 IMAGR1: Restore-862.900 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR1: Restore 128.132 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR1: Restore 612.891 MicroJy ( 21 CCs) from field 7 to field 5 IMAGR1: Restore -5.067 MilliJy ( 93 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 439.972 MilliJy IMAGR1: Field 2 final Clean flux 12.692 MilliJy IMAGR1: Field 3 final Clean flux 12.517 MilliJy IMAGR1: Field 4 final Clean flux 14.165 MilliJy IMAGR1: Field 5 final Clean flux 11.212 MilliJy IMAGR1: Field 6 final Clean flux 10.376 MilliJy IMAGR1: Field 7 final Clean flux -10.190 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 42 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 57.2 Real= 121 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC1: SETCEL: recommends IMSIZE 1354 CELLSIZE 0.23641 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23641 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 78.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 17.3 00002 -1 507 512 513 C 3 1012 1012 14 00 03.78 62 08 57.8 00003 -1 507 512 513 C 4 1012 1012 14 00 53.53 62 08 57.8 00004 -1 507 512 513 C 5 1012 1012 14 00 03.73 62 12 19.0 00005 -1 507 512 513 C 6 1012 1012 14 00 53.57 62 12 19.0 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 13 59.8 00007 -1 507 512 513 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR1: Field 2 1012 1012 -1.8203E-02 -2.0123E+02 0 IMAGR1: Field 3 1012 1012 -1.7413E+02 -1.0073E+02 0 IMAGR1: Field 4 1012 1012 1.7417E+02 -1.0073E+02 0 IMAGR1: Field 5 1012 1012 -1.7448E+02 1.0047E+02 0 IMAGR1: Field 6 1012 1012 1.7445E+02 1.0047E+02 0 IMAGR1: Field 7 1012 1012 -1.8203E-02 2.0127E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 14040 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.929E+04 IMAGR1: UVWAIT: Adding temperance S 7.858E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.296E+07 and out 5.564E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR1: UVWAIT: Average summed weight 3.929E+04 over 28080 vis IMAGR1: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.90695E+08 IMAGR1: Field 1 Beam min = -185.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.132 x 0.663 arcsec, PA= -79.7 IMAGR1: Field 2 Sum of gridding weights = 5.90694E+08 IMAGR1: Field 2 Beam min = -185.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.132 x 0.663 arcsec, PA= -79.7 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 3 Sum of gridding weights = 5.90692E+08 IMAGR1: Field 3 Beam min = -111.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.133 x 0.663 arcsec, PA= -79.8 IMAGR1: Field 4 Sum of gridding weights = 5.90691E+08 IMAGR1: Field 4 Beam min = -93.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.131 x 0.663 arcsec, PA= -79.6 IMAGR1: Field 5 Sum of gridding weights = 5.90691E+08 IMAGR1: Field 5 Beam min = -111.1 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.133 x 0.663 arcsec, PA= -79.8 IMAGR1: Field 6 Sum of gridding weights = 5.90691E+08 IMAGR1: Field 6 Beam min = -111.7 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.131 x 0.663 arcsec, PA= -79.5 IMAGR1: Field 7 Sum of gridding weights = 5.90694E+08 IMAGR1: Field 7 Beam min = -185.2 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.132 x 0.663 arcsec, PA= -79.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -91.0 MilliJy,max = 1.1 Jy IMAGR1: Field 2 min = -81.0 MilliJy,max = 182.7 MilliJy IMAGR1: Field 3 min = -111.9 MilliJy,max = 255.9 MilliJy IMAGR1: Field 4 min = -112.1 MilliJy,max = 189.5 MilliJy IMAGR1: Field 5 min = -110.2 MilliJy,max = 179.3 MilliJy IMAGR1: Field 6 min = -110.8 MilliJy,max = 224.4 MilliJy IMAGR1: Field 7 min = -83.9 MilliJy,max = 193.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 102.30 MilliJy IMAGR1: 2895 Residual map points loaded IMAGR1: Field 1 min allowed flux = 516.993 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 615.611 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 615.611 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -39.3 MilliJy,max = 465.3 MilliJy IMAGR1: BGC Clean: using 1319 cell beam + residuals > 63.07 MilliJy IMAGR1: 595 Residual map points loaded IMAGR1: Field 1 min allowed flux = 226.944 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 881.057 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 881.057 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -19.1 MilliJy,max = 207.9 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 74.53 MilliJy IMAGR1: 17 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 103.511 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 1.016 Jy 25 comps IMAGR1: Total Cleaned flux density = 1.016 Jy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -10.9 MilliJy,max = 20.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.819E-02 < Second best 1.765E-01 IMAGR1: Field 3 min = -10.4 MilliJy,max = 21.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.432E-02 < Second best 1.575E-01 IMAGR1: Field 5 min = -10.0 MilliJy,max = 18.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.497E-02 < Second best 1.519E-01 IMAGR1: Field 4 min = -11.2 MilliJy,max = 20.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.420E-02 < Second best 1.279E-01 IMAGR1: Field 7 min = -9.1 MilliJy,max = 17.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.624E-02 < Second best 1.238E-01 IMAGR1: Field 2 min = -9.6 MilliJy,max = 14.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.282E-02 < Second best 9.843E-02 IMAGR1: Field 1 min = -18.1 MilliJy,max = 94.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 9.80 MilliJy IMAGR1: 3238 Residual map points loaded IMAGR1: Field 1 min allowed flux = 42.800 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 1.082 Jy 35 comps IMAGR1: Total Cleaned flux density = 1.082 Jy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -20.7 MilliJy,max = 39.6 MilliJy IMAGR1: BGC Clean: using 1235 cell beam + residuals > 6.96 MilliJy IMAGR1: 624 Residual map points loaded IMAGR1: Field 1 min allowed flux = -18.731 MilliJy iter= 47 IMAGR1: Field 1 Clean flux density= 1.102 Jy 47 comps IMAGR1: Total Cleaned flux density = 1.102 Jy 47 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.7 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.339E-03 < Second best 1.782E-02 IMAGR1: Field 1 min = -17.3 MilliJy,max = 18.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.26 MilliJy IMAGR1: 205 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 9.626 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 1.097 Jy 79 comps IMAGR1: Total Cleaned flux density = 1.097 Jy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.8 MilliJy,max = 7.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.328E-03 < Second best 1.497E-02 IMAGR1: Field 5 min = -6.7 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.981E-03 < Second best 1.432E-02 IMAGR1: Field 3 min = -6.1 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.350E-03 < Second best 1.420E-02 IMAGR1: Field 4 min = -6.1 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.962E-03 < Second best 1.282E-02 IMAGR1: Field 2 min = -5.6 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.339E-03 < Second best 9.166E-03 IMAGR1: Field 1 min = -9.4 MilliJy,max = 8.9 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 3.16 MilliJy IMAGR1: 2264 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.403 MilliJy iter= 156 IMAGR1: Field 1 Clean flux density= 1.095 Jy 156 comps IMAGR1: Total Cleaned flux density = 1.095 Jy 156 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.3 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 3.10 MilliJy IMAGR1: 1600 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -4.167 MilliJy iter= 63 IMAGR1: Field 7 Clean flux density= 13.542 MilliJy 63 comps IMAGR1: Total Cleaned flux density = 1.108 Jy 219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.589E-03 < Second best 5.962E-03 IMAGR1: Field 4 min = -5.6 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 3.10 MilliJy IMAGR1: 1359 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -4.069 MilliJy iter= 78 IMAGR1: Field 4 Clean flux density= 1.934 MilliJy 78 comps IMAGR1: Total Cleaned flux density = 1.110 Jy 297 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 3.10 MilliJy IMAGR1: 1177 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.934 MilliJy iter= 89 IMAGR1: Field 5 Clean flux density= 6.210 MilliJy 89 comps IMAGR1: Total Cleaned flux density = 1.116 Jy 386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.2 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.224E-03 < Second best 5.339E-03 IMAGR1: Field 2 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.444E-03 < Second best 5.339E-03 IMAGR1: Field 6 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.139E-03 < Second best 5.153E-03 IMAGR1: Field 1 min = -5.3 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR1: 443 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.214 MilliJy iter= 239 IMAGR1: Field 1 Clean flux density= 1.092 Jy 239 comps IMAGR1: Total Cleaned flux density = 1.113 Jy 469 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR1: 963 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.195 MilliJy iter= 103 IMAGR1: Field 2 Clean flux density= 5.716 MilliJy 103 comps IMAGR1: Total Cleaned flux density = 1.119 Jy 572 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.9 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.877E-03 < Second best 4.139E-03 IMAGR1: Field 6 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR1: 1677 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.208 MilliJy iter= 138 IMAGR1: Field 6 Clean flux density= 11.940 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 1.131 Jy 710 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.618E-03 < Second best 3.891E-03 IMAGR1: Field 4 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.419E-03 < Second best 3.877E-03 IMAGR1: Field 3 min = -4.8 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR1: 2533 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.028 MilliJy iter= 190 IMAGR1: Field 3 Clean flux density= 579.270 MicroJy 190 comps IMAGR1: Total Cleaned flux density = 1.131 Jy 900 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.360E-03 < Second best 3.618E-03 IMAGR1: Field 7 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR1: 1976 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.773 MilliJy iter= 255 IMAGR1: Field 7 Clean flux density= 24.328 MilliJy 255 comps IMAGR1: Total Cleaned flux density = 1.142 Jy 1092 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR1: 1843 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.712 MilliJy iter= 294 IMAGR1: Field 4 Clean flux density= 11.289 MilliJy 294 comps IMAGR1: Total Cleaned flux density = 1.152 Jy 1308 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR1: 1239 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.602 MilliJy iter= 285 IMAGR1: Field 5 Clean flux density= 7.231 MilliJy 285 comps IMAGR1: Total Cleaned flux density = 1.153 Jy 1504 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.664E-03 < Second best 3.070E-03 IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR1: 33 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.190 MilliJy iter= 259 IMAGR1: Field 1 Clean flux density= 1.090 Jy 259 comps IMAGR1: Total Cleaned flux density = 1.151 Jy 1524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 2 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.618E-03 < Second best 2.898E-03 IMAGR1: Field 3 min = -3.9 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR1: 982 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.200 MilliJy iter= 361 IMAGR1: Field 3 Clean flux density= 8.254 MilliJy 361 comps IMAGR1: Total Cleaned flux density = 1.159 Jy 1695 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR1: 1626 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.255 MilliJy iter= 380 IMAGR1: Field 6 Clean flux density= 8.697 MilliJy 380 comps IMAGR1: Total Cleaned flux density = 1.155 Jy 1937 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.219E-03 < Second best 2.618E-03 IMAGR1: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR1: 682 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.047 MilliJy iter= 277 IMAGR1: Field 2 Clean flux density= 2.462 MilliJy 277 comps IMAGR1: Total Cleaned flux density = 1.152 Jy 2111 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.259E-03 < Second best 2.493E-03 IMAGR1: Field 5 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 2011 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.908 MilliJy iter= 582 IMAGR1: Field 5 Clean flux density= 12.722 MilliJy 582 comps IMAGR1: Total Cleaned flux density = 1.158 Jy 2408 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 1593 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.866 MilliJy iter= 565 IMAGR1: Field 4 Clean flux density= 1.288 MilliJy 565 comps IMAGR1: Total Cleaned flux density = 1.148 Jy 2679 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR1: 530 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.765 MilliJy iter= 413 IMAGR1: Field 7 Clean flux density= 32.183 MilliJy 413 comps IMAGR1: Total Cleaned flux density = 1.156 Jy 2837 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.891E-03 < Second best 2.109E-03 IMAGR1: Field 3 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.891E-03 < Second best 2.093E-03 IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR1: 89 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.534 MilliJy iter= 306 IMAGR1: Field 1 Clean flux density= 1.089 Jy 306 comps IMAGR1: Total Cleaned flux density = 1.155 Jy 2884 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.766E-03 < Second best 1.891E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 1520 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.586 MilliJy iter= 664 IMAGR1: Field 6 Clean flux density= 16.668 MilliJy 664 comps IMAGR1: Total Cleaned flux density = 1.163 Jy 3168 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR1: 1899 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.600 MilliJy iter= 706 IMAGR1: Field 3 Clean flux density= -849.857 MicroJy 706 comps IMAGR1: Total Cleaned flux density = 1.154 Jy 3513 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.623E-03 < Second best 1.789E-03 IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR1: 1297 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.417 MilliJy iter= 838 IMAGR1: Field 4 Clean flux density= 7.168 MilliJy 838 comps IMAGR1: Total Cleaned flux density = 1.160 Jy 3786 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.551E-03 < Second best 1.693E-03 IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 1467 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.360 MilliJy iter= 750 IMAGR1: Field 7 Clean flux density= 42.384 MilliJy 750 comps IMAGR1: Total Cleaned flux density = 1.170 Jy 4123 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 925 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.319 MilliJy iter= 828 IMAGR1: Field 5 Clean flux density= 19.488 MilliJy 828 comps IMAGR1: Total Cleaned flux density = 1.177 Jy 4369 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 635 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.308 MilliJy iter= 504 IMAGR1: Field 2 Clean flux density= 5.486 MilliJy 504 comps IMAGR1: Total Cleaned flux density = 1.180 Jy 4596 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.360E-03 < Second best 1.521E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 1467 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.197 MilliJy iter= 987 IMAGR1: Field 6 Clean flux density= 15.565 MilliJy 987 comps IMAGR1: Total Cleaned flux density = 1.179 Jy 4919 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 39 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.119 MilliJy iter= 329 IMAGR1: Field 1 Clean flux density= 1.088 Jy 329 comps IMAGR1: Total Cleaned flux density = 1.177 Jy 4942 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 958 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.164 MilliJy iter= 967 IMAGR1: Field 3 Clean flux density= 10.352 MilliJy 967 comps IMAGR1: Total Cleaned flux density = 1.188 Jy 5203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 618 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.100 MilliJy iter= 1029 IMAGR1: Field 4 Clean flux density= -62.498 MicroJy 1029 comps IMAGR1: Total Cleaned flux density = 1.181 Jy 5394 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.180E-03 < Second best 1.264E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 982.01 MicroJy IMAGR1: 1496 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.047 MilliJy iter= 1182 IMAGR1: Field 5 Clean flux density= 25.604 MilliJy 1182 comps IMAGR1: Total Cleaned flux density = 1.187 Jy 5748 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 945.24 MicroJy IMAGR1: 843 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 990.464 MicroJy iter= 775 IMAGR1: Field 2 Clean flux density= 2.439 MilliJy 775 comps IMAGR1: Total Cleaned flux density = 1.184 Jy 6019 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 940.81 MicroJy IMAGR1: 642 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 979.033 MicroJy iter= 983 IMAGR1: Field 7 Clean flux density= 44.596 MilliJy 983 comps IMAGR1: Total Cleaned flux density = 1.187 Jy 6252 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 899.82 MicroJy IMAGR1: 1056 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 941.272 MicroJy iter= 1264 IMAGR1: Field 6 Clean flux density= 16.923 MilliJy 1264 comps IMAGR1: Total Cleaned flux density = 1.188 Jy 6529 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 861.81 MicroJy IMAGR1: 1612 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -913.232 MicroJy iter= 1349 IMAGR1: Field 3 Clean flux density= 6.995 MilliJy 1349 comps IMAGR1: Total Cleaned flux density = 1.185 Jy 6911 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.942E-04 < Second best 1.055E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 831.94 MicroJy IMAGR1: 1379 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -875.178 MicroJy iter= 1377 IMAGR1: Field 4 Clean flux density= -1.562 MilliJy 1377 comps IMAGR1: Total Cleaned flux density = 1.183 Jy 7259 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 801.76 MicroJy IMAGR1: 1021 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min algorithm flux= -834.238 MicroJy iter= 1463 IMAGR1: Field 5 Clean flux density= 29.596 MilliJy 1463 comps IMAGR1: Total Cleaned flux density = 1.187 Jy 7540 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 801.66 MicroJy IMAGR1: 44 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 806.165 MicroJy iter= 365 IMAGR1: Field 1 Clean flux density= 1.087 Jy 365 comps IMAGR1: Total Cleaned flux density = 1.186 Jy 7576 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 779.88 MicroJy IMAGR1: 322 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 796.669 MicroJy iter= 924 IMAGR1: Field 2 Clean flux density= 2.560 MilliJy 924 comps IMAGR1: Total Cleaned flux density = 1.187 Jy 7725 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 759.27 MicroJy IMAGR1: 792 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 787.751 MicroJy iter= 1260 IMAGR1: Field 7 Clean flux density= 50.639 MilliJy 1260 comps IMAGR1: Total Cleaned flux density = 1.193 Jy 8002 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 732.51 MicroJy IMAGR1: 1316 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -765.566 MicroJy iter= 1616 IMAGR1: Field 6 Clean flux density= 17.209 MilliJy 1616 comps IMAGR1: Total Cleaned flux density = 1.193 Jy 8354 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 702.89 MicroJy IMAGR1: 2135 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -744.030 MicroJy iter= 1825 IMAGR1: Field 3 Clean flux density= 6.349 MilliJy 1825 comps IMAGR1: Total Cleaned flux density = 1.192 Jy 8830 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 678.52 MicroJy IMAGR1: 1419 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -706.605 MicroJy iter= 1729 IMAGR1: Field 4 Clean flux density= -4.212 MilliJy 1729 comps IMAGR1: Total Cleaned flux density = 1.190 Jy 9182 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 659.85 MicroJy IMAGR1: 1208 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -684.601 MicroJy iter= 1790 IMAGR1: Field 5 Clean flux density= 29.930 MilliJy 1790 comps IMAGR1: Total Cleaned flux density = 1.190 Jy 9509 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -967.6 MicroJy,max = 878.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 657.32 MicroJy IMAGR1: 55 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -658.289 MicroJy iter= 401 IMAGR1: Field 1 Clean flux density= 1.087 Jy 401 comps IMAGR1: Total Cleaned flux density = 1.189 Jy 9545 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 646.26 MicroJy IMAGR1: 374 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 658.776 MicroJy iter= 1092 IMAGR1: Field 2 Clean flux density= 4.126 MilliJy 1092 comps IMAGR1: Total Cleaned flux density = 1.191 Jy 9713 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 629.77 MicroJy IMAGR1: 652 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 646.625 MicroJy iter= 1501 IMAGR1: Field 7 Clean flux density= 51.867 MilliJy 1501 comps IMAGR1: Total Cleaned flux density = 1.192 Jy 9954 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 609.45 MicroJy IMAGR1: 1616 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -636.064 MicroJy iter= 2032 IMAGR1: Field 6 Clean flux density= 21.926 MilliJy 2032 comps IMAGR1: Total Cleaned flux density = 1.197 Jy 10370 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 583.56 MicroJy IMAGR1: 2108 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 612.135 MicroJy iter= 2316 IMAGR1: Field 3 Clean flux density= 2.923 MilliJy 2316 comps IMAGR1: Total Cleaned flux density = 1.193 Jy 10861 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 565.81 MicroJy IMAGR1: 1495 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 586.916 MicroJy iter= 2115 IMAGR1: Field 4 Clean flux density= -946.198 MicroJy 2115 comps IMAGR1: Total Cleaned flux density = 1.197 Jy 11247 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 551.11 MicroJy IMAGR1: 1465 Residual map points loaded IMAGR1: Field 5 min Clean flux = 572.270 MicroJy iter= 2176 IMAGR1: Field 5 Clean flux density= 29.041 MilliJy 2176 comps IMAGR1: Total Cleaned flux density = 1.196 Jy 11633 comps IMAGR1: ALGSTB: All 476 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 465- 0 Cells, with 14040 Pts IMAGR1: Field 2 min = -947.7 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 538.71 MicroJy IMAGR1: 650 Residual map points loaded IMAGR1: Field 2 min Clean flux = -572.094 MicroJy iter= 1227 IMAGR1: Field 2 Clean flux density= 4.449 MilliJy 1227 comps IMAGR1: Total Cleaned flux density = 1.196 Jy 11768 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -736.6 MicroJy,max = 660.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 533.91 MicroJy IMAGR1: 109 Residual map points loaded IMAGR1: Field 1 min Clean flux = -571.634 MicroJy iter= 422 IMAGR1: Field 1 Clean flux density= 1.087 Jy 422 comps IMAGR1: Total Cleaned flux density = 1.196 Jy 11789 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -995.8 MicroJy,max = 964.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 519.99 MicroJy IMAGR1: 938 Residual map points loaded IMAGR1: Field 7 min Clean flux = 572.210 MicroJy iter= 1599 IMAGR1: Field 7 Clean flux density= 51.992 MilliJy 1599 comps IMAGR1: Total Cleaned flux density = 1.196 Jy 11887 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 956.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 494.45 MicroJy IMAGR1: 3336 Residual map points loaded IMAGR1: Field 6 min Clean flux = 571.892 MicroJy iter= 2199 IMAGR1: Field 6 Clean flux density= 22.455 MilliJy 2199 comps IMAGR1: Total Cleaned flux density = 1.197 Jy 12054 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -862.5 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 440.17 MicroJy IMAGR1: 5831 Residual map points loaded IMAGR1: Field 3 min Clean flux = 571.990 MicroJy iter= 2352 IMAGR1: Field 3 Clean flux density= 3.632 MilliJy 2352 comps IMAGR1: Total Cleaned flux density = 1.197 Jy 12090 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -934.7 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 359.30 MicroJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 4 min Clean flux = 569.825 MicroJy iter= 2126 IMAGR1: Field 4 Clean flux density= -889.147 MicroJy 2126 comps IMAGR1: Total Cleaned flux density = 1.197 Jy 12101 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 572.270 less than limit 572.400 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 422 to 150 components IMAGR1: Field 2 compressed from 1227 to 782 components IMAGR1: Field 3 compressed from 2352 to 1485 components IMAGR1: Field 4 compressed from 2126 to 1313 components IMAGR1: Field 5 compressed from 2176 to 1317 components IMAGR1: Field 6 compressed from 2199 to 1347 components IMAGR1: Field 7 compressed from 1599 to 1009 components IMAGR1: Field 1 min = -720.1 MicroJy,max = 644.7 MicroJy IMAGR1: Field 2 min = -909.9 MicroJy,max = 985.5 MicroJy IMAGR1: Field 3 min = -858.6 MicroJy,max = 1.0 MilliJy IMAGR1: Field 4 min = -919.5 MicroJy,max = 996.8 MicroJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 945.5 MicroJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 938.6 MicroJy IMAGR1: Field 7 min = -988.6 MicroJy,max = 905.4 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.011 MilliJy ( 12 CCs) from field 1 to field 2 IMAGR1: Restore -2.873 MilliJy ( 20 CCs) from field 1 to field 3 IMAGR1: Restore -2.729 MilliJy ( 17 CCs) from field 1 to field 4 IMAGR1: Restore-805.020 MicroJy ( 19 CCs) from field 1 to field 5 IMAGR1: Restore -2.232 MilliJy ( 20 CCs) from field 1 to field 6 IMAGR1: Restore 582.715 MicroJy ( 16 CCs) from field 1 to field 7 IMAGR1: Restore -1.036 MilliJy ( 20 CCs) from field 2 to field 1 IMAGR1: Restore -1.112 MilliJy ( 113 CCs) from field 2 to field 3 IMAGR1: Restore 4.047 MilliJy ( 36 CCs) from field 2 to field 4 IMAGR1: Restore -6.956 MilliJy ( 64 CCs) from field 3 to field 1 IMAGR1: Restore -7.632 MilliJy ( 117 CCs) from field 3 to field 2 IMAGR1: Restore -1.802 MilliJy ( 110 CCs) from field 3 to field 5 IMAGR1: Restore -1.468 MilliJy ( 28 CCs) from field 4 to field 1 IMAGR1: Restore 1.165 MilliJy ( 37 CCs) from field 4 to field 2 IMAGR1: Restore -4.839 MilliJy ( 74 CCs) from field 4 to field 6 IMAGR1: Restore -1.621 MilliJy ( 27 CCs) from field 5 to field 1 IMAGR1: Restore 1.930 MilliJy ( 91 CCs) from field 5 to field 3 IMAGR1: Restore -1.379 MilliJy ( 38 CCs) from field 5 to field 7 IMAGR1: Restore 2.580 MilliJy ( 30 CCs) from field 6 to field 1 IMAGR1: Restore -2.403 MilliJy ( 84 CCs) from field 6 to field 4 IMAGR1: Restore -59.238 MicroJy ( 60 CCs) from field 6 to field 7 IMAGR1: Restore 3.270 MilliJy ( 26 CCs) from field 7 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 2.254 MilliJy ( 33 CCs) from field 7 to field 5 IMAGR1: Restore 4.797 MilliJy ( 171 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.081 Jy IMAGR1: Field 2 final Clean flux -3.030 MilliJy IMAGR1: Field 3 final Clean flux 1.577 MilliJy IMAGR1: Field 4 final Clean flux -1.974 MilliJy IMAGR1: Field 5 final Clean flux 28.688 MilliJy IMAGR1: Field 6 final Clean flux 20.181 MilliJy IMAGR1: Field 7 final Clean flux 51.136 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 49 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 120.7 Real= 253 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1023 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC1: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23553 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23553 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 68.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 3 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1023 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR1: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR1: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR1: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR1: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR1: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR1: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 12207 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.757E+04 IMAGR1: UVWAIT: Adding temperance S 7.515E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.973E+07 and out 5.088E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR1: UVWAIT: Average summed weight 3.757E+04 over 24414 vis IMAGR1: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.40121E+08 IMAGR1: Field 1 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 895.680 x 687.097 Milliarcsec, PA= -65.2 IMAGR1: Field 2 Sum of gridding weights = 5.40121E+08 IMAGR1: Field 2 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 895.406 x 687.226 Milliarcsec, PA= -65.2 IMAGR1: Field 3 Sum of gridding weights = 5.40120E+08 IMAGR1: Field 3 Beam min = -125.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 896.070 x 687.211 Milliarcsec, PA= -65.3 IMAGR1: Field 4 Sum of gridding weights = 5.40119E+08 IMAGR1: Field 4 Beam min = -88.2 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 895.018 x 687.112 Milliarcsec, PA= -65.1 IMAGR1: Field 5 Sum of gridding weights = 5.40120E+08 IMAGR1: Field 5 Beam min = -125.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 896.347 x 687.080 Milliarcsec, PA= -65.3 IMAGR1: Field 6 Sum of gridding weights = 5.40120E+08 IMAGR1: Field 6 Beam min = -122.3 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 895.294 x 686.982 Milliarcsec, PA= -65.1 IMAGR1: Field 7 Sum of gridding weights = 5.40121E+08 IMAGR1: Field 7 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 895.956 x 686.967 Milliarcsec, PA= -65.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -79.7 MilliJy,max = 911.7 MilliJy IMAGR1: Field 2 min = -68.6 MilliJy,max = 130.7 MilliJy IMAGR1: Field 3 min = -68.7 MilliJy,max = 194.7 MilliJy IMAGR1: Field 4 min = -66.0 MilliJy,max = 156.6 MilliJy IMAGR1: Field 5 min = -70.7 MilliJy,max = 163.3 MilliJy IMAGR1: Field 6 min = -68.7 MilliJy,max = 196.9 MilliJy IMAGR1: Field 7 min = -68.8 MilliJy,max = 134.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 97.80 MilliJy IMAGR1: 1682 Residual map points loaded IMAGR1: Field 1 min allowed flux = 436.060 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 519.239 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 519.239 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -35.3 MilliJy,max = 392.5 MilliJy IMAGR1: BGC Clean: using 1979 cell beam + residuals > 58.65 MilliJy IMAGR1: 395 Residual map points loaded IMAGR1: Field 1 min allowed flux = 187.714 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 742.759 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 742.759 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -16.6 MilliJy,max = 168.9 MilliJy IMAGR1: BGC Clean: using 133 cell beam + residuals > 64.95 MilliJy IMAGR1: 11 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 86.119 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 840.152 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 840.152 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.3 MilliJy,max = 16.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.365E-02 < Second best 1.559E-01 IMAGR1: Field 3 min = -7.0 MilliJy,max = 17.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.439E-02 < Second best 1.286E-01 IMAGR1: Field 7 min = -7.9 MilliJy,max = 13.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.283E-02 < Second best 1.252E-01 IMAGR1: Field 5 min = -6.9 MilliJy,max = 16.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.223E-02 < Second best 1.247E-01 IMAGR1: Field 2 min = -6.5 MilliJy,max = 12.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.194E-02 < Second best 1.183E-01 IMAGR1: Field 4 min = -6.4 MilliJy,max = 13.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.001E-02 < Second best 8.189E-02 IMAGR1: Field 1 min = -9.0 MilliJy,max = 78.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 9.24 MilliJy IMAGR1: 1727 Residual map points loaded IMAGR1: Field 1 min allowed flux = 35.914 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 894.998 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 894.998 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.6 MilliJy,max = 33.1 MilliJy IMAGR1: BGC Clean: using 1429 cell beam + residuals > 6.32 MilliJy IMAGR1: 194 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.083 MilliJy iter= 44 IMAGR1: Field 1 Clean flux density= 918.072 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 918.072 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.544E-03 < Second best 1.434E-02 IMAGR1: Field 1 min = -9.5 MilliJy,max = 14.0 MilliJy IMAGR1: BGC Clean: using 133 cell beam + residuals > 5.22 MilliJy IMAGR1: 38 Residual map points loaded IMAGR1: Field 1 min allowed flux = -6.895 MilliJy iter= 59 IMAGR1: Field 1 Clean flux density= 922.270 MilliJy 59 comps IMAGR1: Total Cleaned flux density = 922.270 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.834E-03 < Second best 1.283E-02 IMAGR1: Field 7 min = -3.3 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.600E-03 < Second best 1.223E-02 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.093E-03 < Second best 1.194E-02 IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.229E-03 < Second best 1.001E-02 IMAGR1: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.777E-03 < Second best 6.561E-03 IMAGR1: Field 1 min = -6.8 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 2.03 MilliJy IMAGR1: 1098 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.400 MilliJy iter= 105 IMAGR1: Field 1 Clean flux density= 916.427 MilliJy 105 comps IMAGR1: Total Cleaned flux density = 916.427 MilliJy 105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 2.00 MilliJy IMAGR1: 298 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.496 MilliJy iter= 30 IMAGR1: Field 7 Clean flux density= 7.108 MilliJy 30 comps IMAGR1: Total Cleaned flux density = 923.535 MilliJy 135 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.912E-03 < Second best 3.240E-03 IMAGR1: Field 1 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR1: 778 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.201 MilliJy iter= 167 IMAGR1: Field 1 Clean flux density= 917.066 MilliJy 167 comps IMAGR1: Total Cleaned flux density = 924.174 MilliJy 197 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR1: 1464 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.122 MilliJy iter= 80 IMAGR1: Field 2 Clean flux density= -6.634 MilliJy 80 comps IMAGR1: Total Cleaned flux density = 917.540 MilliJy 277 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.422E-03 < Second best 2.912E-03 IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR1: 1298 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.929 MilliJy iter= 86 IMAGR1: Field 3 Clean flux density= 4.730 MilliJy 86 comps IMAGR1: Total Cleaned flux density = 922.269 MilliJy 363 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR1: 1138 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.842 MilliJy iter= 99 IMAGR1: Field 6 Clean flux density= 4.052 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 926.321 MilliJy 462 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.178E-03 < Second best 2.422E-03 IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 2636 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.809 MilliJy iter= 158 IMAGR1: Field 5 Clean flux density= 911.247 MicroJy 158 comps IMAGR1: Total Cleaned flux density = 927.233 MilliJy 620 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.857E-03 < Second best 2.178E-03 IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 2112 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.663 MilliJy iter= 169 IMAGR1: Field 4 Clean flux density= -4.032 MilliJy 169 comps IMAGR1: Total Cleaned flux density = 923.201 MilliJy 789 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 148 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.414 MilliJy iter= 228 IMAGR1: Field 1 Clean flux density= 919.810 MilliJy 228 comps IMAGR1: Total Cleaned flux density = 925.945 MilliJy 850 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.650E-03 < Second best 1.857E-03 IMAGR1: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 849 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.450 MilliJy iter= 167 IMAGR1: Field 7 Clean flux density= 7.674 MilliJy 167 comps IMAGR1: Total Cleaned flux density = 926.512 MilliJy 987 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.575E-03 < Second best 1.760E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.497E-03 < Second best 1.732E-03 IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.529E-03 < Second best 1.650E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 2135 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.307 MilliJy iter= 302 IMAGR1: Field 2 Clean flux density= -5.160 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 927.986 MilliJy 1209 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.467E-03 < Second best 1.575E-03 IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 1609 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.182 MilliJy iter= 302 IMAGR1: Field 3 Clean flux density= 1.831 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 925.088 MilliJy 1425 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.383E-03 < Second best 1.497E-03 IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 981.39 MicroJy IMAGR1: 1327 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.135 MilliJy iter= 321 IMAGR1: Field 6 Clean flux density= 6.342 MilliJy 321 comps IMAGR1: Total Cleaned flux density = 927.379 MilliJy 1647 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 971.34 MicroJy IMAGR1: 761 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.069 MilliJy iter= 325 IMAGR1: Field 4 Clean flux density= -2.673 MilliJy 325 comps IMAGR1: Total Cleaned flux density = 928.738 MilliJy 1803 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.292E-03 < Second best 1.383E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 930.74 MicroJy IMAGR1: 2266 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.086 MilliJy iter= 465 IMAGR1: Field 5 Clean flux density= 825.099 MicroJy 465 comps IMAGR1: Total Cleaned flux density = 928.651 MilliJy 2110 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 911.64 MicroJy IMAGR1: 60 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 926.809 MicroJy iter= 265 IMAGR1: Field 1 Clean flux density= 920.051 MilliJy 265 comps IMAGR1: Total Cleaned flux density = 928.891 MilliJy 2147 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.123E-03 < Second best 1.252E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 850.70 MicroJy IMAGR1: 572 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 911.393 MicroJy iter= 455 IMAGR1: Field 2 Clean flux density= -6.047 MilliJy 455 comps IMAGR1: Total Cleaned flux density = 928.005 MilliJy 2300 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.595E-04 < Second best 1.123E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 816.43 MicroJy IMAGR1: 1531 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 915.563 MicroJy iter= 454 IMAGR1: Field 7 Clean flux density= 8.708 MilliJy 454 comps IMAGR1: Total Cleaned flux density = 929.038 MilliJy 2587 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.850E-04 < Second best 1.041E-03 IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.959E-04 < Second best 1.023E-03 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 696.48 MicroJy IMAGR1: 3615 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -811.905 MicroJy iter= 778 IMAGR1: Field 4 Clean flux density= -795.469 MicroJy 778 comps IMAGR1: Total Cleaned flux density = 930.916 MilliJy 3040 comps IMAGR1: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 519- 0 Cells, with 12207 Pts IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.059E-04 < Second best 9.595E-04 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 686.85 MicroJy IMAGR1: 1100 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -752.088 MicroJy iter= 594 IMAGR1: Field 3 Clean flux density= 3.486 MilliJy 594 comps IMAGR1: Total Cleaned flux density = 932.571 MilliJy 3332 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.370E-04 < Second best 8.959E-04 IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 683.95 MicroJy IMAGR1: 641 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -722.521 MicroJy iter= 650 IMAGR1: Field 5 Clean flux density= -1.832 MilliJy 650 comps IMAGR1: Total Cleaned flux density = 929.914 MilliJy 3517 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -906.2 MicroJy,max = 879.2 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 103 cell beam + residuals > 677.18 MicroJy IMAGR1: 47 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -679.277 MicroJy iter= 300 IMAGR1: Field 1 Clean flux density= 919.686 MilliJy 300 comps IMAGR1: Total Cleaned flux density = 929.548 MilliJy 3552 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.111E-04 < Second best 8.734E-04 IMAGR1: Field 2 min = -987.0 MicroJy,max = 980.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 610.35 MicroJy IMAGR1: 1212 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -661.905 MicroJy iter= 752 IMAGR1: Field 2 Clean flux density= -4.804 MilliJy 752 comps IMAGR1: Total Cleaned flux density = 930.792 MilliJy 3849 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 607.90 MicroJy IMAGR1: 930 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 653.585 MicroJy iter= 608 IMAGR1: Field 6 Clean flux density= 6.155 MilliJy 608 comps IMAGR1: Total Cleaned flux density = 930.605 MilliJy 4136 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 931.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 606.59 MicroJy IMAGR1: 1020 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -646.758 MicroJy iter= 724 IMAGR1: Field 7 Clean flux density= 8.924 MilliJy 724 comps IMAGR1: Total Cleaned flux density = 930.821 MilliJy 4406 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -996.7 MicroJy,max = 986.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 561.66 MicroJy IMAGR1: 455 Residual map points loaded IMAGR1: Field 4 min Clean flux = -613.719 MicroJy iter= 848 IMAGR1: Field 4 Clean flux density= 1.027 MilliJy 848 comps IMAGR1: Total Cleaned flux density = 932.644 MilliJy 4476 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -916.4 MicroJy,max = 982.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 535.06 MicroJy IMAGR1: 740 Residual map points loaded IMAGR1: Field 3 min Clean flux = -613.521 MicroJy iter= 659 IMAGR1: Field 3 Clean flux density= 3.947 MilliJy 659 comps IMAGR1: Total Cleaned flux density = 933.105 MilliJy 4541 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 922.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 510.11 MicroJy IMAGR1: 1984 Residual map points loaded IMAGR1: Field 5 min Clean flux = 613.641 MicroJy iter= 725 IMAGR1: Field 5 Clean flux density= -1.622 MilliJy 725 comps IMAGR1: Total Cleaned flux density = 933.315 MilliJy 4616 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -660.5 MicroJy,max = 722.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.813E-04 < Second best 6.343E-04 IMAGR1: Field 2 min = -862.4 MicroJy,max = 856.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 473.89 MicroJy IMAGR1: 2348 Residual map points loaded IMAGR1: Field 2 min Clean flux = 609.432 MicroJy iter= 765 IMAGR1: Field 2 Clean flux density= -4.749 MilliJy 765 comps IMAGR1: Total Cleaned flux density = 933.370 MilliJy 4629 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 907.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 429.14 MicroJy IMAGR1: 3399 Residual map points loaded IMAGR1: Field 6 min Clean flux = 612.464 MicroJy iter= 612 IMAGR1: Field 6 Clean flux density= 6.028 MilliJy 612 comps IMAGR1: Total Cleaned flux density = 933.243 MilliJy 4633 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -951.1 MicroJy,max = 830.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 347.42 MicroJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 7 min Clean flux = 613.632 MicroJy iter= 728 IMAGR1: Field 7 Clean flux density= 8.925 MilliJy 728 comps IMAGR1: Total Cleaned flux density = 933.243 MilliJy 4637 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 613.719 less than limit 613.873 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 300 to 95 components IMAGR1: Field 2 compressed from 765 to 522 components IMAGR1: Field 3 compressed from 659 to 484 components IMAGR1: Field 4 compressed from 848 to 601 components IMAGR1: Field 5 compressed from 725 to 524 components IMAGR1: Field 6 compressed from 612 to 458 components IMAGR1: Field 7 compressed from 728 to 517 components IMAGR1: Field 1 min = -665.5 MicroJy,max = 720.8 MicroJy IMAGR1: Field 2 min = -860.4 MicroJy,max = 851.7 MicroJy IMAGR1: Field 3 min = -891.7 MicroJy,max = 944.6 MicroJy IMAGR1: Field 4 min = -975.9 MicroJy,max = 943.5 MicroJy IMAGR1: Field 5 min = -992.7 MicroJy,max = 915.0 MicroJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 907.9 MicroJy IMAGR1: Field 7 min = -945.6 MicroJy,max = 829.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-144.921 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR1: Restore 96.545 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR1: Restore -27.385 MicroJy ( 6 CCs) from field 1 to field 4 IMAGR1: Restore-502.371 MicroJy ( 18 CCs) from field 1 to field 5 IMAGR1: Restore-658.889 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR1: Restore 249.778 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR1: Restore 41.429 MicroJy ( 8 CCs) from field 2 to field 3 IMAGR1: Restore-700.603 MicroJy ( 64 CCs) from field 2 to field 4 IMAGR1: Restore 489.103 MicroJy ( 10 CCs) from field 3 to field 1 IMAGR1: Restore 572.734 MicroJy ( 19 CCs) from field 3 to field 2 IMAGR1: Restore 1.721 MilliJy ( 54 CCs) from field 3 to field 5 IMAGR1: Restore-229.963 MicroJy ( 44 CCs) from field 4 to field 1 IMAGR1: Restore 4.736 MilliJy ( 70 CCs) from field 4 to field 2 IMAGR1: Restore-316.617 MicroJy ( 27 CCs) from field 4 to field 6 IMAGR1: Restore-243.075 MicroJy ( 37 CCs) from field 5 to field 1 IMAGR1: Restore 339.431 MicroJy ( 9 CCs) from field 5 to field 3 IMAGR1: Restore -3.118 MilliJy ( 60 CCs) from field 5 to field 7 IMAGR1: Restore-273.974 MicroJy ( 10 CCs) from field 6 to field 1 IMAGR1: Restore 2.388 MilliJy ( 36 CCs) from field 6 to field 4 IMAGR1: Restore-499.981 MicroJy ( 22 CCs) from field 6 to field 7 IMAGR1: Restore-371.680 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR1: Restore -41.688 MicroJy ( 64 CCs) from field 7 to field 5 IMAGR1: Restore-606.565 MicroJy ( 9 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 919.056 MilliJy IMAGR1: Field 2 final Clean flux 415.603 MicroJy IMAGR1: Field 3 final Clean flux 4.425 MilliJy IMAGR1: Field 4 final Clean flux 2.687 MilliJy IMAGR1: Field 5 final Clean flux -444.356 MicroJy IMAGR1: Field 6 final Clean flux 4.446 MilliJy IMAGR1: Field 7 final Clean flux 5.557 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 56 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 67.9 Real= 142 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1023 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC1: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23321 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23321 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 61.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR1: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR1: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR1: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR1: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR1: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 18954 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 8.142E+04 IMAGR1: UVWAIT: Adding temperance S 1.628E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.272E+07 and out 8.677E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.170 due to weighting IMAGR1: UVWAIT: Average summed weight 8.142E+04 over 37908 vis IMAGR1: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR1: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR1: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR1: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.21153E+08 IMAGR1: Field 1 Beam min = -156.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 835.870 x 664.399 Milliarcsec, PA= -61.0 IMAGR1: Field 2 Sum of gridding weights = 9.21152E+08 IMAGR1: Field 2 Beam min = -156.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 835.636 x 664.576 Milliarcsec, PA= -61.0 IMAGR1: Field 3 Sum of gridding weights = 9.21152E+08 IMAGR1: Field 3 Beam min = -168.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 836.122 x 664.581 Milliarcsec, PA= -61.1 IMAGR1: Field 4 Sum of gridding weights = 9.21152E+08 IMAGR1: Field 4 Beam min = -118.5 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 835.385 x 664.393 Milliarcsec, PA= -60.9 IMAGR1: Field 5 Sum of gridding weights = 9.21152E+08 IMAGR1: Field 5 Beam min = -168.9 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 836.357 x 664.404 Milliarcsec, PA= -61.1 IMAGR1: Field 6 Sum of gridding weights = 9.21152E+08 IMAGR1: Field 6 Beam min = -148.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 835.619 x 664.216 Milliarcsec, PA= -60.8 IMAGR1: Field 7 Sum of gridding weights = 9.21153E+08 IMAGR1: Field 7 Beam min = -156.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 836.105 x 664.222 Milliarcsec, PA= -60.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -3.9 MilliJy,max = 21.3 MilliJy IMAGR1: Field 2 min = -2.5 MilliJy,max = 5.8 MilliJy IMAGR1: Field 3 min = -2.6 MilliJy,max = 9.0 MilliJy IMAGR1: Field 4 min = -2.6 MilliJy,max = 7.0 MilliJy IMAGR1: Field 5 min = -2.3 MilliJy,max = 7.4 MilliJy IMAGR1: Field 6 min = -2.5 MilliJy,max = 8.5 MilliJy IMAGR1: Field 7 min = -2.7 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 2.39 MilliJy IMAGR1: 10585 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.757 MilliJy iter= 14 IMAGR1: Field 1 Clean flux density= 21.154 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 21.154 MilliJy 14 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 1507 cell beam + residuals > 1.97 MilliJy IMAGR1: 2206 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.025 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 34.476 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 34.476 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -923.6 MicroJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.258E-03 < Second best 5.567E-03 IMAGR1: Field 3 min = -964.6 MicroJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.355E-03 < Second best 5.558E-03 IMAGR1: Field 2 min = -915.8 MicroJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.453E-03 < Second best 5.234E-03 IMAGR1: Field 6 min = -1.0 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.665E-03 < Second best 4.920E-03 IMAGR1: Field 4 min = -913.3 MicroJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.940E-04 < Second best 4.782E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 603 cell beam + residuals > 1.25 MilliJy IMAGR1: 984 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.384 MilliJy iter= 50 IMAGR1: Field 1 Clean flux density= 40.712 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 40.712 MilliJy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -685.6 MicroJy,max = 982.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.608E-04 < Second best 2.269E-03 IMAGR1: Field 1 min = -1.3 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 601 cell beam + residuals > 750.96 MicroJy IMAGR1: 1561 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.150 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 44.653 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 44.653 MilliJy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -834.0 MicroJy,max = 781.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.473E-04 < Second best 1.453E-03 IMAGR1: Field 2 min = -668.3 MicroJy,max = 745.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.803E-04 < Second best 1.355E-03 IMAGR1: Field 3 min = -753.6 MicroJy,max = 945.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.058E-04 < Second best 1.258E-03 IMAGR1: Field 7 min = -619.8 MicroJy,max = 785.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.228E-04 < Second best 1.096E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 444.89 MicroJy IMAGR1: 8276 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -830.646 MicroJy iter= 184 IMAGR1: Field 1 Clean flux density= 52.974 MilliJy 184 comps IMAGR1: Total Cleaned flux density = 52.974 MilliJy 184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -653.5 MicroJy,max = 567.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.541E-04 < Second best 7.935E-04 IMAGR1: Field 1 min = -798.4 MicroJy,max = 721.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 390.18 MicroJy IMAGR1: 3967 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -564.411 MicroJy iter= 284 IMAGR1: Field 1 Clean flux density= 51.553 MilliJy 284 comps IMAGR1: Total Cleaned flux density = 51.553 MilliJy 284 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -606.1 MicroJy,max = 517.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.951E-04 < Second best 7.228E-04 IMAGR1: Field 7 min = -486.5 MicroJy,max = 536.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.839E-04 < Second best 7.058E-04 IMAGR1: Field 3 min = -558.5 MicroJy,max = 551.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.282E-04 < Second best 6.803E-04 IMAGR1: Field 2 min = -553.5 MicroJy,max = 546.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.238E-04 < Second best 6.608E-04 IMAGR1: Field 5 min = -563.6 MicroJy,max = 482.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.145E-04 < Second best 5.541E-04 IMAGR1: Field 4 min = -522.1 MicroJy,max = 520.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.689E-04 < Second best 5.398E-04 IMAGR1: Field 1 min = -538.1 MicroJy,max = 536.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 310.97 MicroJy IMAGR1: 6019 Residual map points loaded IMAGR1: Field 1 min Clean flux = -487.424 MicroJy iter= 295 IMAGR1: Field 1 Clean flux density= 51.809 MilliJy 295 comps IMAGR1: Total Cleaned flux density = 51.809 MilliJy 295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -554.0 MicroJy,max = 538.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 298.13 MicroJy IMAGR1: 4318 Residual map points loaded IMAGR1: Field 3 min Clean flux = -489.718 MicroJy iter= 4 IMAGR1: Field 3 Clean flux density= 106.399 MicroJy 4 comps IMAGR1: Total Cleaned flux density = 51.916 MilliJy 299 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -550.6 MicroJy,max = 494.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.744E-04 < Second best 5.145E-04 IMAGR1: Field 5 min = -570.7 MicroJy,max = 475.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 288.37 MicroJy IMAGR1: 3290 Residual map points loaded IMAGR1: Field 5 min Clean flux = -489.589 MicroJy iter= 3 IMAGR1: Field 5 Clean flux density= -153.079 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 51.763 MilliJy 302 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -599.7 MicroJy,max = 515.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 280.55 MicroJy IMAGR1: 7318 Residual map points loaded IMAGR1: Field 6 min Clean flux = 490.521 MicroJy iter= 3 IMAGR1: Field 6 Clean flux density= 150.077 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 51.913 MilliJy 305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -471.8 MicroJy,max = 525.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 262.08 MicroJy IMAGR1: 8538 Residual map points loaded IMAGR1: Field 7 min Clean flux = 486.383 MicroJy iter= 2 IMAGR1: Field 7 Clean flux density= 99.428 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 52.012 MilliJy 307 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -550.8 MicroJy,max = 497.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 238.53 MicroJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 2 min Clean flux = -487.837 MicroJy iter= 2 IMAGR1: Field 2 Clean flux density= 912.679 Nano Jy 2 comps IMAGR1: Total Cleaned flux density = 52.013 MilliJy 309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 490.521 less than limit 492.643 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 295 to 162 components IMAGR1: Field 2 compressed from 2 to 2 components IMAGR1: Field 3 compressed from 4 to 4 components IMAGR1: Field 4 compressed from 0 to 0 components IMAGR1: Field 5 compressed from 3 to 3 components IMAGR1: Field 6 compressed from 3 to 3 components IMAGR1: Field 7 compressed from 2 to 2 components IMAGR1: Field 1 min = -476.1 MicroJy,max = 478.0 MicroJy IMAGR1: Field 2 min = -550.9 MicroJy,max = 489.7 MicroJy IMAGR1: Field 3 min = -556.1 MicroJy,max = 530.8 MicroJy IMAGR1: Field 4 min = -522.3 MicroJy,max = 480.3 MicroJy IMAGR1: Field 5 min = -570.2 MicroJy,max = 472.5 MicroJy IMAGR1: Field 6 min = -594.1 MicroJy,max = 515.8 MicroJy IMAGR1: Field 7 min = -470.3 MicroJy,max = 528.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-186.288 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR1: Restore-193.767 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR1: Restore-191.951 MicroJy ( 4 CCs) from field 1 to field 4 IMAGR1: Restore-130.538 MicroJy ( 4 CCs) from field 1 to field 5 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 39.093 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR1: Restore 49.696 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR1: Restore 103.269 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR1: Restore 155.371 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR1: Restore -50.668 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR1: Restore 99.428 MicroJy ( 2 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 51.913 MilliJy IMAGR1: Field 2 final Clean flux -30.005 MicroJy IMAGR1: Field 3 final Clean flux -88.340 MicroJy IMAGR1: Field 4 final Clean flux -191.951 MicroJy IMAGR1: Field 5 final Clean flux -283.617 MicroJy IMAGR1: Field 6 final Clean flux 288.597 MicroJy IMAGR1: Field 7 final Clean flux 99.428 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 63 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 28.2 Real= 60 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC1: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23325 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 62.1 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 2 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR1: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR1: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR1: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR1: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR1: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6669 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.701E+04 IMAGR1: UVWAIT: Adding temperance S 7.402E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.202E+07 and out 2.678E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR1: UVWAIT: Average summed weight 3.701E+04 over 13338 vis IMAGR1: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR1: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR1: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR1: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.84311E+08 IMAGR1: Field 1 Beam min = -122.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 870.636 x 705.852 Milliarcsec, PA= -70.7 IMAGR1: Field 2 Sum of gridding weights = 2.84311E+08 IMAGR1: Field 2 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 870.448 x 705.993 Milliarcsec, PA= -70.7 IMAGR1: Field 3 Sum of gridding weights = 2.84311E+08 IMAGR1: Field 3 Beam min = -125.5 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 871.005 x 705.962 Milliarcsec, PA= -70.8 IMAGR1: Field 4 Sum of gridding weights = 2.84310E+08 IMAGR1: Field 4 Beam min = -100.3 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 870.078 x 705.882 Milliarcsec, PA= -70.6 IMAGR1: Field 5 Sum of gridding weights = 2.84311E+08 IMAGR1: Field 5 Beam min = -106.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 871.194 x 705.820 Milliarcsec, PA= -70.8 IMAGR1: Field 6 Sum of gridding weights = 2.84310E+08 IMAGR1: Field 6 Beam min = -112.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 870.265 x 705.741 Milliarcsec, PA= -70.6 IMAGR1: Field 7 Sum of gridding weights = 2.84311E+08 IMAGR1: Field 7 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 870.825 x 705.710 Milliarcsec, PA= -70.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -7.1 MilliJy,max = 74.0 MilliJy IMAGR1: Field 2 min = -6.7 MilliJy,max = 25.3 MilliJy IMAGR1: Field 3 min = -6.9 MilliJy,max = 37.8 MilliJy IMAGR1: Field 4 min = -7.2 MilliJy,max = 27.5 MilliJy IMAGR1: Field 5 min = -6.4 MilliJy,max = 26.3 MilliJy IMAGR1: Field 6 min = -6.6 MilliJy,max = 38.6 MilliJy IMAGR1: Field 7 min = -7.1 MilliJy,max = 23.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 10.28 MilliJy IMAGR1: 4387 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 36.117 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 42.256 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 42.256 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.6 MilliJy,max = 32.7 MilliJy IMAGR1: BGC Clean: using 1975 cell beam + residuals > 8.96 MilliJy IMAGR1: 450 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 16.961 MilliJy iter= 21 IMAGR1: Field 1 Clean flux density= 72.318 MilliJy 21 comps IMAGR1: Total Cleaned flux density = 72.318 MilliJy 21 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.6 MilliJy,max = 11.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.874E-03 < Second best 2.963E-02 IMAGR1: Field 6 min = -3.0 MilliJy,max = 11.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.903E-03 < Second best 2.415E-02 IMAGR1: Field 2 min = -2.7 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.785E-03 < Second best 2.234E-02 IMAGR1: Field 7 min = -3.4 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.308E-03 < Second best 1.891E-02 IMAGR1: Field 5 min = -2.4 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.499E-03 < Second best 1.860E-02 IMAGR1: Field 4 min = -2.9 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.311E-03 < Second best 1.614E-02 IMAGR1: Field 1 min = -2.9 MilliJy,max = 16.4 MilliJy IMAGR1: BGC Clean: using 1985 cell beam + residuals > 2.97 MilliJy IMAGR1: 5149 Residual map points loaded IMAGR1: Field 1 min allowed flux = 7.997 MilliJy iter= 38 IMAGR1: Field 1 Clean flux density= 92.076 MilliJy 38 comps IMAGR1: Total Cleaned flux density = 92.076 MilliJy 38 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.3 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.957E-03 < Second best 9.874E-03 IMAGR1: Field 3 min = -1.9 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.198E-03 < Second best 7.612E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 1507 cell beam + residuals > 2.71 MilliJy IMAGR1: 357 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.655 MilliJy iter= 55 IMAGR1: Field 1 Clean flux density= 101.300 MilliJy 55 comps IMAGR1: Total Cleaned flux density = 101.300 MilliJy 55 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.664E-03 < Second best 6.308E-03 IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.519E-03 < Second best 5.499E-03 IMAGR1: Field 5 min = -1.6 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.235E-03 < Second best 5.311E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.119E-03 < Second best 5.198E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.086E-03 < Second best 4.957E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.848E-03 < Second best 3.481E-03 IMAGR1: Field 1 min = -1.9 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 1507 cell beam + residuals > 1.24 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 3188 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.797 MilliJy iter= 85 IMAGR1: Field 1 Clean flux density= 108.350 MilliJy 85 comps IMAGR1: Total Cleaned flux density = 108.350 MilliJy 85 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.309E-03 < Second best 2.848E-03 IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.987E-03 < Second best 2.664E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.127E-03 < Second best 2.519E-03 IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 1507 cell beam + residuals > 1.21 MilliJy IMAGR1: 674 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.536 MilliJy iter= 26 IMAGR1: Field 7 Clean flux density= 1.250 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 109.599 MilliJy 111 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 1507 cell beam + residuals > 1.21 MilliJy IMAGR1: 761 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.478 MilliJy iter= 27 IMAGR1: Field 3 Clean flux density= 3.038 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 112.637 MilliJy 138 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.414E-03 < Second best 2.127E-03 IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.932E-03 < Second best 2.119E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.659E-03 < Second best 1.987E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 1513 cell beam + residuals > 1.01 MilliJy IMAGR1: 1825 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.290 MilliJy iter= 42 IMAGR1: Field 6 Clean flux density= -1.003 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 111.634 MilliJy 180 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 1513 cell beam + residuals > 1.01 MilliJy IMAGR1: 865 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.213 MilliJy iter= 39 IMAGR1: Field 2 Clean flux density= 2.720 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 114.353 MilliJy 219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.457E-03 < Second best 1.659E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.344E-03 < Second best 1.466E-03 IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 983.01 MicroJy IMAGR1: 494 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.141 MilliJy iter= 64 IMAGR1: Field 7 Clean flux density= 620.289 MicroJy 64 comps IMAGR1: Total Cleaned flux density = 113.724 MilliJy 257 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 601 cell beam + residuals > 892.06 MicroJy IMAGR1: 1063 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.063 MilliJy iter= 137 IMAGR1: Field 1 Clean flux density= 107.513 MilliJy 137 comps IMAGR1: Total Cleaned flux density = 112.887 MilliJy 309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.316E-03 < Second best 1.412E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 850.36 MicroJy IMAGR1: 1427 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.020 MilliJy iter= 92 IMAGR1: Field 3 Clean flux density= 2.463 MilliJy 92 comps IMAGR1: Total Cleaned flux density = 112.313 MilliJy 374 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 850.36 MicroJy IMAGR1: 669 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 976.532 MicroJy iter= 57 IMAGR1: Field 4 Clean flux density= 1.445 MilliJy 57 comps IMAGR1: Total Cleaned flux density = 113.757 MilliJy 431 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 850.36 MicroJy IMAGR1: 535 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -957.748 MicroJy iter= 57 IMAGR1: Field 5 Clean flux density= -2.069 MilliJy 57 comps IMAGR1: Total Cleaned flux density = 111.688 MilliJy 488 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.099E-03 < Second best 1.159E-03 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 742.52 MicroJy IMAGR1: 526 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 859.415 MicroJy iter= 121 IMAGR1: Field 2 Clean flux density= 4.376 MilliJy 121 comps IMAGR1: Total Cleaned flux density = 113.345 MilliJy 570 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.00 MicroJy IMAGR1: 934 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -879.415 MicroJy iter= 152 IMAGR1: Field 6 Clean flux density= -5.840 MilliJy 152 comps IMAGR1: Total Cleaned flux density = 108.508 MilliJy 680 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 713.92 MicroJy IMAGR1: 507 Residual map points loaded IMAGR1: Field 7 min Clean flux = -828.899 MicroJy iter= 127 IMAGR1: Field 7 Clean flux density= -1.729 MilliJy 127 comps IMAGR1: Total Cleaned flux density = 106.159 MilliJy 743 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 982.5 MicroJy IMAGR1: BGC Clean: using 459 cell beam + residuals > 679.56 MicroJy IMAGR1: 310 Residual map points loaded IMAGR1: Field 1 min Clean flux = -828.340 MicroJy iter= 149 IMAGR1: Field 1 Clean flux density= 107.705 MilliJy 149 comps IMAGR1: Total Cleaned flux density = 106.351 MilliJy 755 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 640.58 MicroJy IMAGR1: 1435 Residual map points loaded IMAGR1: Field 3 min Clean flux = -829.712 MicroJy iter= 132 IMAGR1: Field 3 Clean flux density= 1.964 MilliJy 132 comps IMAGR1: Total Cleaned flux density = 105.851 MilliJy 795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -963.7 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 602.53 MicroJy IMAGR1: 1411 Residual map points loaded IMAGR1: Field 4 min Clean flux = 830.363 MicroJy iter= 79 IMAGR1: Field 4 Clean flux density= 591.573 MicroJy 79 comps IMAGR1: Total Cleaned flux density = 104.998 MilliJy 817 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -984.1 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 459 cell beam + residuals > 560.26 MicroJy IMAGR1: 3672 Residual map points loaded IMAGR1: Field 5 min Clean flux = -829.799 MicroJy iter= 73 IMAGR1: Field 5 Clean flux density= -2.413 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 104.654 MilliJy 833 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 924.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.707E-04 < Second best 8.229E-04 IMAGR1: Field 2 min = -941.8 MicroJy,max = 998.9 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 149 to 68 components IMAGR1: Field 2 compressed from 121 to 84 components IMAGR1: Field 3 compressed from 132 to 93 components IMAGR1: Field 4 compressed from 79 to 64 components IMAGR1: Field 5 compressed from 73 to 62 components IMAGR1: Field 6 compressed from 152 to 106 components IMAGR1: Field 7 compressed from 127 to 81 components IMAGR1: Field 1 min = -929.0 MicroJy,max = 849.1 MicroJy IMAGR1: Field 2 min = -941.8 MicroJy,max = 998.9 MicroJy IMAGR1: Field 3 min = -948.4 MicroJy,max = 903.2 MicroJy IMAGR1: Field 4 min = -948.5 MicroJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -980.9 MicroJy,max = 1.0 MilliJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 924.7 MicroJy IMAGR1: Field 7 min = -949.1 MicroJy,max = 1.0 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-147.472 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR1: Restore -40.684 MicroJy ( 11 CCs) from field 1 to field 3 IMAGR1: Restore-223.065 MicroJy ( 11 CCs) from field 1 to field 4 IMAGR1: Restore 57.128 MicroJy ( 9 CCs) from field 1 to field 5 IMAGR1: Restore 819.155 MicroJy ( 7 CCs) from field 1 to field 6 IMAGR1: Restore 85.649 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR1: Restore 652.810 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR1: Restore 147.448 MicroJy ( 14 CCs) from field 2 to field 3 IMAGR1: Restore 1.131 MilliJy ( 9 CCs) from field 2 to field 4 IMAGR1: Restore 498.154 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR1: Restore 35.968 MicroJy ( 6 CCs) from field 3 to field 2 IMAGR1: Restore -1.365 MilliJy ( 7 CCs) from field 3 to field 5 IMAGR1: Restore 16.529 MicroJy ( 6 CCs) from field 4 to field 1 IMAGR1: Restore 115.534 MicroJy ( 5 CCs) from field 4 to field 2 IMAGR1: Restore 453.072 MicroJy ( 12 CCs) from field 4 to field 6 IMAGR1: Restore 108.196 MicroJy ( 5 CCs) from field 5 to field 1 IMAGR1: Restore-208.171 MicroJy ( 4 CCs) from field 5 to field 3 IMAGR1: Restore 202.483 MicroJy ( 7 CCs) from field 5 to field 7 IMAGR1: Restore -1.081 MilliJy ( 7 CCs) from field 6 to field 1 IMAGR1: Restore-186.704 MicroJy ( 5 CCs) from field 6 to field 4 IMAGR1: Restore-697.920 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR1: Restore 483.593 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR1: Restore 581.518 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR1: Restore-235.174 MicroJy ( 6 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 108.383 MilliJy IMAGR1: Field 2 final Clean flux 4.380 MilliJy IMAGR1: Field 3 final Clean flux 1.862 MilliJy IMAGR1: Field 4 final Clean flux 1.313 MilliJy IMAGR1: Field 5 final Clean flux -3.140 MilliJy IMAGR1: Field 6 final Clean flux -4.803 MilliJy IMAGR1: Field 7 final Clean flux -2.139 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 70 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 37.9 Real= 79 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08211 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 71 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC1: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23423 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23423 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 65.2 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR1: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR1: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR1: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR1: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR1: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR1: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5265 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.050E+04 IMAGR1: UVWAIT: Adding temperance S 6.100E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.705E+07 and out 2.054E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR1: UVWAIT: Average summed weight 3.050E+04 over 10530 vis IMAGR1: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR1: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR1: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR1: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR1: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR1: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 1 Beam min = -163.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 915.864 x 698.200 Milliarcsec, PA= -73.6 IMAGR1: Field 2 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 2 Beam min = -145.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 915.666 x 698.320 Milliarcsec, PA= -73.6 IMAGR1: Field 3 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 3 Beam min = -150.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 916.345 x 698.295 Milliarcsec, PA= -73.7 IMAGR1: Field 4 Sum of gridding weights = 2.18029E+08 IMAGR1: Field 4 Beam min = -116.7 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 915.182 x 698.226 Milliarcsec, PA= -73.5 IMAGR1: Field 5 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 5 Beam min = -107.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 916.544 x 698.174 Milliarcsec, PA= -73.6 IMAGR1: Field 6 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 6 Beam min = -156.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 915.381 x 698.107 Milliarcsec, PA= -73.5 IMAGR1: Field 7 Sum of gridding weights = 2.18030E+08 IMAGR1: Field 7 Beam min = -144.2 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 916.063 x 698.080 Milliarcsec, PA= -73.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -29.1 MilliJy,max = 313.4 MilliJy IMAGR1: Field 2 min = -29.0 MilliJy,max = 104.6 MilliJy IMAGR1: Field 3 min = -27.3 MilliJy,max = 133.6 MilliJy IMAGR1: Field 4 min = -26.9 MilliJy,max = 114.5 MilliJy IMAGR1: Field 5 min = -27.2 MilliJy,max = 113.2 MilliJy IMAGR1: Field 6 min = -27.6 MilliJy,max = 135.9 MilliJy IMAGR1: Field 7 min = -27.1 MilliJy,max = 98.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 73.06 MilliJy IMAGR1: 328 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 205.612 MilliJy iter= 5 IMAGR1: Field 1 Clean flux density= 128.334 MilliJy 5 comps IMAGR1: Total Cleaned flux density = 128.334 MilliJy 5 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -17.9 MilliJy,max = 185.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 47.94 MilliJy IMAGR1: 204 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 88.511 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 233.729 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 233.729 MilliJy 13 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.6 MilliJy,max = 35.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.631E-02 < Second best 1.001E-01 IMAGR1: Field 3 min = -8.0 MilliJy,max = 35.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.607E-02 < Second best 9.969E-02 IMAGR1: Field 2 min = -8.6 MilliJy,max = 28.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.728E-02 < Second best 9.368E-02 IMAGR1: Field 7 min = -7.9 MilliJy,max = 27.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.589E-02 < Second best 8.419E-02 IMAGR1: Field 1 min = -9.7 MilliJy,max = 79.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.578E-02 < Second best 8.361E-02 IMAGR1: Field 5 min = -8.1 MilliJy,max = 29.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.201E-02 < Second best 8.041E-02 IMAGR1: Field 4 min = -8.7 MilliJy,max = 29.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.239E-02 < Second best 7.578E-02 IMAGR1: BGC Clean: using 2043 cell beam + residuals > 18.57 MilliJy IMAGR1: 424 Residual map points loaded IMAGR1: Field 1 min allowed flux = 38.094 MilliJy iter= 22 IMAGR1: Field 1 Clean flux density= 284.940 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 284.940 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.1 MilliJy,max = 35.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 8.88 MilliJy IMAGR1: 310 Residual map points loaded IMAGR1: Field 1 min allowed flux = 16.889 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 307.381 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 307.381 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.2 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.217E-03 < Second best 2.631E-02 IMAGR1: Field 6 min = -3.4 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.790E-03 < Second best 2.607E-02 IMAGR1: Field 3 min = -2.8 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.524E-03 < Second best 2.589E-02 IMAGR1: Field 7 min = -3.2 MilliJy,max = 5.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.145E-03 < Second best 2.239E-02 IMAGR1: Field 4 min = -3.5 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.917E-03 < Second best 2.201E-02 IMAGR1: Field 5 min = -3.2 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.607E-03 < Second best 1.607E-02 IMAGR1: Field 1 min = -5.3 MilliJy,max = 15.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.94 MilliJy IMAGR1: 552 Residual map points loaded IMAGR1: Field 1 min allowed flux = 7.560 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 317.263 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 317.263 MilliJy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR1: BGC Clean: using 1499 cell beam + residuals > 2.48 MilliJy IMAGR1: 704 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.565 MilliJy iter= 63 IMAGR1: Field 1 Clean flux density= 316.162 MilliJy 63 comps IMAGR1: Total Cleaned flux density = 316.162 MilliJy 63 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.491E-03 < Second best 5.145E-03 IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.511E-03 < Second best 4.917E-03 IMAGR1: Field 4 min = -2.3 MilliJy,max = 2.3 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: TRY ANOTHER FIELD: this is 2.233E-03 < Second best 4.790E-03 IMAGR1: Field 6 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.517E-03 < Second best 4.607E-03 IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.459E-03 < Second best 4.524E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.147E-03 < Second best 3.396E-03 IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 585 cell beam + residuals > 1.45 MilliJy IMAGR1: 2862 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.094 MilliJy iter= 99 IMAGR1: Field 1 Clean flux density= 315.628 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 315.628 MilliJy 99 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.887E-03 < Second best 2.511E-03 IMAGR1: Field 7 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.319E-03 < Second best 2.491E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.071E-03 < Second best 2.459E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 587 cell beam + residuals > 1.28 MilliJy IMAGR1: 538 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.530 MilliJy iter= 23 IMAGR1: Field 5 Clean flux density= 2.167 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 317.795 MilliJy 122 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.920E-03 < Second best 2.233E-03 IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.828E-03 < Second best 2.147E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.658E-03 < Second best 2.071E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 1499 cell beam + residuals > 1.16 MilliJy IMAGR1: 1917 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.441 MilliJy iter= 35 IMAGR1: Field 2 Clean flux density= 1.435 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 319.230 MilliJy 157 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.804E-03 < Second best 1.920E-03 IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 449 cell beam + residuals > 1.08 MilliJy IMAGR1: 2478 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.382 MilliJy iter= 50 IMAGR1: Field 7 Clean flux density= 3.077 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 322.306 MilliJy 207 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.350E-03 < Second best 1.828E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.447E-03 < Second best 1.804E-03 IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 583 cell beam + residuals > 1.03 MilliJy IMAGR1: 1517 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.237 MilliJy iter= 149 IMAGR1: Field 1 Clean flux density= 313.884 MilliJy 149 comps IMAGR1: Total Cleaned flux density = 320.562 MilliJy 257 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.118E-03 < Second best 1.461E-03 IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.166E-03 < Second best 1.447E-03 IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 449 cell beam + residuals > 952.26 MicroJy IMAGR1: 475 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.084 MilliJy iter= 39 IMAGR1: Field 4 Clean flux density= 2.518 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 323.080 MilliJy 296 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.150E-03 < Second best 1.350E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.103E-03 < Second best 1.323E-03 IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 792.90 MicroJy IMAGR1: 2949 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.007 MilliJy iter= 141 IMAGR1: Field 7 Clean flux density= 4.050 MilliJy 141 comps IMAGR1: Total Cleaned flux density = 324.054 MilliJy 387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.019E-03 < Second best 1.166E-03 IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.066E-03 < Second best 1.150E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 725.97 MicroJy IMAGR1: 2349 Residual map points loaded IMAGR1: Field 2 min Clean flux = -934.552 MicroJy iter= 111 IMAGR1: Field 2 Clean flux density= 4.655 MilliJy 111 comps IMAGR1: Total Cleaned flux density = 327.274 MilliJy 463 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.953E-04 < Second best 1.103E-03 IMAGR1: Field 6 min = -993.0 MicroJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.031E-04 < Second best 1.066E-03 IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 693.18 MicroJy IMAGR1: 1306 Residual map points loaded IMAGR1: Field 5 min Clean flux = -932.655 MicroJy iter= 43 IMAGR1: Field 5 Clean flux density= 1.778 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 326.885 MilliJy 483 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.701E-04 < Second best 1.019E-03 IMAGR1: Field 1 min = -990.6 MicroJy,max = 945.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 637.58 MicroJy IMAGR1: 1835 Residual map points loaded IMAGR1: Field 1 min Clean flux = 922.372 MicroJy iter= 153 IMAGR1: Field 1 Clean flux density= 313.880 MilliJy 153 comps IMAGR1: Total Cleaned flux density = 326.880 MilliJy 487 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 628.08 MicroJy IMAGR1: 2641 Residual map points loaded IMAGR1: Field 4 min Clean flux = 933.575 MicroJy iter= 43 IMAGR1: Field 4 Clean flux density= 2.713 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 327.076 MilliJy 491 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -919.7 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.456E-04 < Second best 9.031E-04 IMAGR1: Field 6 min = -975.6 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 426.73 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 6 min Clean flux = -918.931 MicroJy iter= 2 IMAGR1: Field 6 Clean flux density= 2.146 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 327.078 MilliJy 493 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 934.552 less than limit 934.725 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 153 to 38 components IMAGR1: Field 2 compressed from 111 to 90 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 43 to 38 components IMAGR1: Field 5 compressed from 43 to 30 components IMAGR1: Field 6 compressed from 2 to 2 components IMAGR1: Field 7 compressed from 141 to 120 components IMAGR1: Field 1 min = -990.5 MicroJy,max = 897.8 MicroJy IMAGR1: Field 2 min = -975.0 MicroJy,max = 1.0 MilliJy IMAGR1: Field 3 min = -899.4 MicroJy,max = 1.0 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 947.6 MicroJy IMAGR1: Field 6 min = -972.4 MicroJy,max = 1.2 MilliJy IMAGR1: Field 7 min = -917.9 MicroJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-901.048 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR1: Restore -1.067 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR1: Restore-901.048 MicroJy ( 6 CCs) from field 1 to field 5 IMAGR1: Restore -1.067 MicroJy ( 2 CCs) from field 1 to field 6 IMAGR1: Restore 129.671 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR1: Restore 170.410 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR1: Restore 354.091 MicroJy ( 11 CCs) from field 2 to field 3 IMAGR1: Restore-100.527 MicroJy ( 10 CCs) from field 2 to field 4 IMAGR1: Restore 496.183 MicroJy ( 5 CCs) from field 4 to field 1 IMAGR1: Restore 707.673 MicroJy ( 13 CCs) from field 4 to field 2 IMAGR1: Restore 695.025 MicroJy ( 7 CCs) from field 4 to field 6 IMAGR1: Restore 485.172 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR1: Restore-105.400 MicroJy ( 3 CCs) from field 5 to field 3 IMAGR1: Restore 1.867 MilliJy ( 7 CCs) from field 5 to field 7 IMAGR1: Restore 2.146 MicroJy ( 2 CCs) from field 6 to field 4 IMAGR1: Restore 103.738 MicroJy ( 10 CCs) from field 7 to field 1 IMAGR1: Restore -72.521 MicroJy ( 15 CCs) from field 7 to field 5 IMAGR1: Restore 804.174 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 315.135 MilliJy IMAGR1: Field 2 final Clean flux 5.363 MilliJy IMAGR1: Field 3 final Clean flux -652.356 MicroJy IMAGR1: Field 4 final Clean flux 2.614 MilliJy IMAGR1: Field 5 final Clean flux 804.484 MicroJy IMAGR1: Field 6 final Clean flux 1.500 MilliJy IMAGR1: Field 7 final Clean flux 6.046 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 77 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 35.5 Real= 75 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC1: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22519 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22519 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 81.5 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR1: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 84 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 20657 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.666E+04 IMAGR1: UVWAIT: Adding temperance S 5.332E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.723E+07 and out 8.899E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR1: UVWAIT: Average summed weight 2.666E+04 over 41314 vis IMAGR1: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR1: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR1: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.44752E+08 IMAGR1: Field 1 Beam min = -73.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 946.440 x 656.115 Milliarcsec, PA= -51.0 IMAGR1: Field 2 Sum of gridding weights = 9.44768E+08 IMAGR1: Field 2 Beam min = -73.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 946.444 x 656.119 Milliarcsec, PA= -51.0 IMAGR1: CLBHIS: minimum component 0.407 of current peak IMAGR1: Field 1 min = -56.5 MilliJy,max = 767.1 MilliJy IMAGR1: Field 2 min = -57.4 MilliJy,max = 758.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 42.68 MilliJy IMAGR1: 11738 Residual map points loaded IMAGR1: Field 1 min allowed flux = 297.179 MilliJy iter= 10 IMAGR1: Field 1 Clean flux density= 499.609 MilliJy 10 comps IMAGR1: Total Cleaned flux density = 499.609 MilliJy 10 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -19.8 MilliJy,max = 262.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.495E-01 < Second best 2.825E-01 IMAGR1: Field 1 min = -19.7 MilliJy,max = 267.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 16.53 MilliJy IMAGR1: 8851 Residual map points loaded IMAGR1: Field 1 min allowed flux = 106.617 MilliJy iter= 20 IMAGR1: Field 1 Clean flux density= 674.458 MilliJy 20 comps IMAGR1: Total Cleaned flux density = 674.458 MilliJy 20 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -7.6 MilliJy,max = 98.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.394E-02 < Second best 1.014E-01 IMAGR1: Field 1 min = -9.1 MilliJy,max = 97.2 MilliJy IMAGR1: BGC Clean: using 2015 cell beam + residuals > 6.11 MilliJy IMAGR1: 18904 Residual map points loaded IMAGR1: Field 1 min allowed flux = 37.598 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 743.861 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 743.861 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 35.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.368E-02 < Second best 3.575E-02 IMAGR1: Field 1 min = -8.3 MilliJy,max = 34.0 MilliJy IMAGR1: BGC Clean: using 1407 cell beam + residuals > 3.78 MilliJy IMAGR1: 14105 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.689 MilliJy iter= 43 IMAGR1: Field 1 Clean flux density= 769.957 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 769.957 MilliJy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.5 MilliJy,max = 12.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 3.62 MilliJy IMAGR1: 63 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.088 MilliJy iter= 16 IMAGR1: Field 2 Clean flux density= 8.025 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 777.982 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.8 MilliJy,max = 7.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.98 MilliJy IMAGR1: 19843 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.479 MilliJy iter= 119 IMAGR1: Field 1 Clean flux density= 745.406 MilliJy 119 comps IMAGR1: Total Cleaned flux density = 753.431 MilliJy 135 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.4 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR1: 19820 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.853 MilliJy iter= 250 IMAGR1: Field 1 Clean flux density= 727.997 MilliJy 250 comps IMAGR1: Total Cleaned flux density = 736.021 MilliJy 266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.209E-03 < Second best 4.643E-03 IMAGR1: Field 1 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR1: 19937 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.360 MilliJy iter= 451 IMAGR1: Field 1 Clean flux density= 692.380 MilliJy 451 comps IMAGR1: Total Cleaned flux density = 700.405 MilliJy 467 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR1: 55 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.999 MilliJy iter= 52 IMAGR1: Field 2 Clean flux density= 15.571 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 707.951 MilliJy 503 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -6.1 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR1: 19913 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.935 MilliJy iter= 762 IMAGR1: Field 1 Clean flux density= 662.108 MilliJy 762 comps IMAGR1: Total Cleaned flux density = 677.679 MilliJy 814 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR1: 19879 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.525 MilliJy iter= 1175 IMAGR1: Field 1 Clean flux density= 605.838 MilliJy 1175 comps IMAGR1: Total Cleaned flux density = 621.409 MilliJy 1227 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR1: 19834 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.171 MilliJy iter= 1685 IMAGR1: Field 1 Clean flux density= 580.798 MilliJy 1685 comps IMAGR1: Total Cleaned flux density = 596.369 MilliJy 1737 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR1: 19770 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.883 MilliJy iter= 2322 IMAGR1: Field 1 Clean flux density= 473.162 MilliJy 2322 comps IMAGR1: Total Cleaned flux density = 488.733 MilliJy 2374 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR1: 78 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.238 MilliJy iter= 96 IMAGR1: Field 2 Clean flux density= 21.536 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 494.698 MilliJy 2418 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR1: 19848 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.650 MilliJy iter= 3129 IMAGR1: Field 1 Clean flux density= 491.685 MilliJy 3129 comps IMAGR1: Total Cleaned flux density = 513.220 MilliJy 3225 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR1: 19756 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.400 MilliJy iter= 4072 IMAGR1: Field 1 Clean flux density= 347.405 MilliJy 4072 comps IMAGR1: Total Cleaned flux density = 368.939 MilliJy 4168 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR1: 19644 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.223 MilliJy iter= 5161 IMAGR1: Field 1 Clean flux density= 399.592 MilliJy 5161 comps IMAGR1: Total Cleaned flux density = 421.126 MilliJy 5257 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -5.2 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR1: 126 Residual map points loaded IMAGR1: Field 2 min allowed flux = -2.086 MilliJy iter= 126 IMAGR1: Field 2 Clean flux density= 16.665 MilliJy 126 comps IMAGR1: Total Cleaned flux density = 416.255 MilliJy 5287 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.4 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR1: 19739 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.977 MilliJy iter= 6461 IMAGR1: Field 1 Clean flux density= 330.965 MilliJy 6461 comps IMAGR1: Total Cleaned flux density = 347.629 MilliJy 6587 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -4.3 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR1: 116 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.761 MilliJy iter= 164 IMAGR1: Field 2 Clean flux density= 13.543 MilliJy 164 comps IMAGR1: Total Cleaned flux density = 344.507 MilliJy 6625 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR1: 19756 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.787 MilliJy iter= 7970 IMAGR1: Field 1 Clean flux density= 318.608 MilliJy 7970 comps IMAGR1: Total Cleaned flux density = 332.149 MilliJy 8134 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -4.8 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 19556 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.948 MilliJy iter= 8031 IMAGR1: Field 1 Clean flux density= 309.100 MilliJy 8031 comps IMAGR1: Total Cleaned flux density = 322.641 MilliJy 8195 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 19557 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.608 MilliJy iter= 9735 IMAGR1: Field 1 Clean flux density= 290.539 MilliJy 9735 comps IMAGR1: Total Cleaned flux density = 304.080 MilliJy 9899 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -5.1 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 181 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.049 MilliJy iter= 178 IMAGR1: Field 2 Clean flux density= 10.655 MilliJy 178 comps IMAGR1: Total Cleaned flux density = 301.193 MilliJy 9913 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 91 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.351 MilliJy iter= 231 IMAGR1: Field 2 Clean flux density= 11.310 MilliJy 231 comps IMAGR1: Total Cleaned flux density = 301.847 MilliJy 9966 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR1: 19797 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.463 MilliJy iter= 11712 IMAGR1: Field 1 Clean flux density= 251.068 MilliJy 11712 comps IMAGR1: Total Cleaned flux density = 262.377 MilliJy 11943 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -4.4 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 19623 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.778 MilliJy iter= 11754 IMAGR1: Field 1 Clean flux density= 247.093 MilliJy 11754 comps IMAGR1: Total Cleaned flux density = 258.402 MilliJy 11985 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 19649 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.323 MilliJy iter= 13972 IMAGR1: Field 1 Clean flux density= 234.173 MilliJy 13972 comps IMAGR1: Total Cleaned flux density = 245.481 MilliJy 14203 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -5.0 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 216 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.955 MilliJy iter= 237 IMAGR1: Field 2 Clean flux density= 8.965 MilliJy 237 comps IMAGR1: Total Cleaned flux density = 243.137 MilliJy 14209 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 139 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.153 MilliJy iter= 307 IMAGR1: Field 2 Clean flux density= 7.914 MilliJy 307 comps IMAGR1: Total Cleaned flux density = 242.086 MilliJy 14279 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 19706 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.202 MilliJy iter= 16421 IMAGR1: Field 1 Clean flux density= 198.535 MilliJy 16421 comps IMAGR1: Total Cleaned flux density = 206.448 MilliJy 16728 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -4.3 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.17 MicroJy IMAGR1: 19500 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.748 MilliJy iter= 16441 IMAGR1: Field 1 Clean flux density= 196.143 MilliJy 16441 comps IMAGR1: Total Cleaned flux density = 204.056 MilliJy 16748 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 940.90 MicroJy IMAGR1: 19533 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.094 MilliJy iter= 19068 IMAGR1: Field 1 Clean flux density= 180.441 MilliJy 19068 comps IMAGR1: Total Cleaned flux density = 188.355 MilliJy 19375 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -4.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 939.53 MicroJy IMAGR1: 165 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.656 MilliJy iter= 312 IMAGR1: Field 2 Clean flux density= 6.274 MilliJy 312 comps IMAGR1: Total Cleaned flux density = 186.714 MilliJy 19380 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 939.22 MicroJy IMAGR1: 112 Residual map points loaded IMAGR1: Field 2 min allowed flux = -981.358 MicroJy iter= 360 IMAGR1: Field 2 Clean flux density= 5.565 MilliJy 360 comps IMAGR1: Total Cleaned flux density = 186.006 MilliJy 19428 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 870.19 MicroJy IMAGR1: 19791 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.007 MilliJy iter= 22072 IMAGR1: Field 1 Clean flux density= 155.889 MilliJy 22072 comps IMAGR1: Total Cleaned flux density = 161.453 MilliJy 22432 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -4.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 875.77 MicroJy IMAGR1: 9025 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.804 MilliJy iter= 22085 IMAGR1: Field 1 Clean flux density= 153.390 MilliJy 22085 comps IMAGR1: Total Cleaned flux density = 158.954 MilliJy 22445 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 803.22 MicroJy IMAGR1: 19698 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 925.762 MicroJy iter= 25152 IMAGR1: Field 1 Clean flux density= 99.516 MilliJy 25152 comps IMAGR1: Total Cleaned flux density = 105.080 MilliJy 25512 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -2.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 802.46 MicroJy IMAGR1: 121 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.886 MilliJy iter= 365 IMAGR1: Field 2 Clean flux density= 4.402 MilliJy 365 comps IMAGR1: Total Cleaned flux density = 103.917 MilliJy 25517 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 802.23 MicroJy IMAGR1: 98 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 821.279 MicroJy iter= 404 IMAGR1: Field 2 Clean flux density= 5.613 MilliJy 404 comps IMAGR1: Total Cleaned flux density = 105.128 MilliJy 25556 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 763.51 MicroJy IMAGR1: 19830 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -874.351 MicroJy iter= 28641 IMAGR1: Field 1 Clean flux density= 122.075 MilliJy 28641 comps IMAGR1: Total Cleaned flux density = 127.687 MilliJy 29045 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -5.1 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 561 cell beam + residuals > 742.02 MicroJy IMAGR1: 13919 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.959 MilliJy iter= 28652 IMAGR1: Field 1 Clean flux density= 118.453 MilliJy 28652 comps IMAGR1: Total Cleaned flux density = 124.065 MilliJy 29056 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 707.08 MicroJy IMAGR1: 19778 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -809.398 MicroJy iter= 32154 IMAGR1: Field 1 Clean flux density= 47.857 MilliJy 32154 comps IMAGR1: Total Cleaned flux density = 53.469 MilliJy 32558 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 706.55 MicroJy IMAGR1: 86 Residual map points loaded IMAGR1: Field 2 min allowed flux = 731.587 MicroJy iter= 439 IMAGR1: Field 2 Clean flux density= 6.700 MilliJy 439 comps IMAGR1: Total Cleaned flux density = 54.556 MilliJy 32593 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 689.47 MicroJy IMAGR1: 19894 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 781.609 MicroJy iter= 36129 IMAGR1: Field 1 Clean flux density= 119.015 MilliJy 36129 comps IMAGR1: Total Cleaned flux density = 125.714 MilliJy 36568 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -5.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 671 cell beam + residuals > 662.19 MicroJy IMAGR1: 19711 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.359 MilliJy iter= 36139 IMAGR1: Field 1 Clean flux density= 115.202 MilliJy 36139 comps IMAGR1: Total Cleaned flux density = 121.901 MilliJy 36578 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 647.57 MicroJy IMAGR1: 19841 Residual map points loaded IMAGR1: Field 1 min allowed flux = -872.059 MicroJy iter= 36834 IMAGR1: Field 1 Clean flux density= 74.663 MilliJy 36834 comps IMAGR1: Total Cleaned flux density = 81.362 MilliJy 37273 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.60 MicroJy IMAGR1: 19809 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 688.104 MicroJy iter= 40915 IMAGR1: Field 1 Clean flux density= 99.623 MilliJy 40915 comps IMAGR1: Total Cleaned flux density = 106.322 MilliJy 41354 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -4.9 MilliJy,max = 984.5 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 664.62 MicroJy IMAGR1: 305 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -3.596 MilliJy iter= 443 IMAGR1: Field 2 Clean flux density= 5.004 MilliJy 443 comps IMAGR1: Total Cleaned flux density = 104.625 MilliJy 41358 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.2 MilliJy,max = 918.8 MicroJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 696.09 MicroJy IMAGR1: 135 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.410 MilliJy iter= 447 IMAGR1: Field 2 Clean flux density= 3.885 MilliJy 447 comps IMAGR1: Total Cleaned flux density = 103.507 MilliJy 41362 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.2 MilliJy,max = 928.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.68 MicroJy IMAGR1: 191 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.484 MilliJy iter= 452 IMAGR1: Field 2 Clean flux density= 2.976 MilliJy 452 comps IMAGR1: Total Cleaned flux density = 102.598 MilliJy 41367 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 953.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.55 MicroJy IMAGR1: 160 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -988.373 MicroJy iter= 458 IMAGR1: Field 2 Clean flux density= 2.294 MilliJy 458 comps IMAGR1: Total Cleaned flux density = 101.916 MilliJy 41373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -898.4 MicroJy,max = 962.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.46 MicroJy IMAGR1: 136 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -620.279 MicroJy iter= 526 IMAGR1: Field 2 Clean flux density= 2.873 MilliJy 526 comps IMAGR1: Total Cleaned flux density = 102.494 MilliJy 41441 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 567.92 MicroJy IMAGR1: 19747 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 635.020 MicroJy iter= 45337 IMAGR1: Field 1 Clean flux density= 55.311 MilliJy 45337 comps IMAGR1: Total Cleaned flux density = 58.182 MilliJy 45863 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 617.76 MicroJy IMAGR1: 8095 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.284 MilliJy iter= 45351 IMAGR1: Field 1 Clean flux density= 53.789 MilliJy 45351 comps IMAGR1: Total Cleaned flux density = 56.660 MilliJy 45877 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 560.67 MicroJy IMAGR1: 19734 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 626.649 MicroJy iter= 49813 IMAGR1: Field 1 Clean flux density= 64.755 MilliJy 49813 comps IMAGR1: Total Cleaned flux density = 67.627 MilliJy 50339 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 602.38 MicroJy IMAGR1: 10142 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.261 MilliJy iter= 49826 IMAGR1: Field 1 Clean flux density= 62.228 MilliJy 49826 comps IMAGR1: Total Cleaned flux density = 65.099 MilliJy 50352 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 552.73 MicroJy IMAGR1: 19700 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 615.177 MicroJy iter= 54545 IMAGR1: Field 1 Clean flux density= -4.191 MilliJy 54545 comps IMAGR1: Total Cleaned flux density = -1.319 MilliJy 55071 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 553.89 MicroJy IMAGR1: 571 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.040 MilliJy iter= 529 IMAGR1: Field 2 Clean flux density= 2.201 MilliJy 529 comps IMAGR1: Total Cleaned flux density = -1.990 MilliJy 55074 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 553.75 MicroJy IMAGR1: 535 Residual map points loaded IMAGR1: Field 2 min allowed flux = -743.957 MicroJy iter= 608 IMAGR1: Field 2 Clean flux density= 5.036 MilliJy 608 comps IMAGR1: Total Cleaned flux density = 844.106 MicroJy 55153 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -890.6 MicroJy,max = 816.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 552.45 MicroJy IMAGR1: 200 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 554.861 MicroJy iter= 696 IMAGR1: Field 2 Clean flux density= 7.910 MilliJy 696 comps IMAGR1: Total Cleaned flux density = 3.718 MilliJy 55241 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 548.76 MicroJy IMAGR1: 19769 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 1.023 MilliJy iter= 54555 IMAGR1: Field 1 Clean flux density= -3.324 MilliJy 54555 comps IMAGR1: Total Cleaned flux density = 4.584 MilliJy 55251 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 546.12 MicroJy IMAGR1: 19779 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 959.044 MicroJy iter= 54567 IMAGR1: Field 1 Clean flux density= -2.750 MilliJy 54567 comps IMAGR1: Total Cleaned flux density = 5.159 MilliJy 55263 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 543.45 MicroJy IMAGR1: 19771 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 935.233 MicroJy iter= 54575 IMAGR1: Field 1 Clean flux density= -2.184 MilliJy 54575 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 5.725 MilliJy 55271 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 542.00 MicroJy IMAGR1: 19758 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 908.663 MicroJy iter= 54586 IMAGR1: Field 1 Clean flux density= -1.727 MilliJy 54586 comps IMAGR1: Total Cleaned flux density = 6.182 MilliJy 55282 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 540.36 MicroJy IMAGR1: 19757 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 891.066 MicroJy iter= 54594 IMAGR1: Field 1 Clean flux density= -1.369 MilliJy 54594 comps IMAGR1: Total Cleaned flux density = 6.540 MilliJy 55290 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 539.08 MicroJy IMAGR1: 19752 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 871.733 MicroJy iter= 54611 IMAGR1: Field 1 Clean flux density= -1.107 MilliJy 54611 comps IMAGR1: Total Cleaned flux density = 6.802 MilliJy 55307 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 536.91 MicroJy IMAGR1: 19756 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 851.494 MicroJy iter= 54628 IMAGR1: Field 1 Clean flux density= -1.022 MilliJy 54628 comps IMAGR1: Total Cleaned flux density = 6.887 MilliJy 55324 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 534.95 MicroJy IMAGR1: 19732 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 848.343 MicroJy iter= 54633 IMAGR1: Field 1 Clean flux density= -938.141 MicroJy 54633 comps IMAGR1: Total Cleaned flux density = 6.971 MilliJy 55329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 534.16 MicroJy IMAGR1: 19730 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 841.491 MicroJy iter= 54638 IMAGR1: Field 1 Clean flux density= -854.354 MicroJy 54638 comps IMAGR1: Total Cleaned flux density = 7.055 MilliJy 55334 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 533.28 MicroJy IMAGR1: 19729 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 836.604 MicroJy iter= 54642 IMAGR1: Field 1 Clean flux density= -687.070 MicroJy 54642 comps IMAGR1: Total Cleaned flux density = 7.222 MilliJy 55338 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.79 MicroJy IMAGR1: 19739 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 833.602 MicroJy iter= 54644 IMAGR1: Field 1 Clean flux density= -519.865 MicroJy 54644 comps IMAGR1: Total Cleaned flux density = 7.389 MilliJy 55340 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.56 MicroJy IMAGR1: 19743 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 832.035 MicroJy iter= 54648 IMAGR1: Field 1 Clean flux density= -353.276 MicroJy 54648 comps IMAGR1: Total Cleaned flux density = 7.556 MilliJy 55344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.12 MicroJy IMAGR1: 19725 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 835.834 MicroJy iter= 54649 IMAGR1: Field 1 Clean flux density= -269.693 MicroJy 54649 comps IMAGR1: Total Cleaned flux density = 7.639 MilliJy 55345 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.10 MicroJy IMAGR1: 19743 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 828.970 MicroJy iter= 54651 IMAGR1: Field 1 Clean flux density= -269.820 MicroJy 54651 comps IMAGR1: Total Cleaned flux density = 7.639 MilliJy 55347 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 531.93 MicroJy IMAGR1: 19742 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 828.392 MicroJy iter= 54653 IMAGR1: Field 1 Clean flux density= -269.881 MicroJy 54653 comps IMAGR1: Total Cleaned flux density = 7.639 MilliJy 55349 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 531.81 MicroJy IMAGR1: 19728 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 823.527 MicroJy iter= 54661 IMAGR1: Field 1 Clean flux density= -435.915 MicroJy 54661 comps IMAGR1: Total Cleaned flux density = 7.473 MilliJy 55357 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.90 MicroJy IMAGR1: 19727 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 821.820 MicroJy iter= 54666 IMAGR1: Field 1 Clean flux density= -353.494 MicroJy 54666 comps IMAGR1: Total Cleaned flux density = 7.555 MilliJy 55362 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 531.15 MicroJy IMAGR1: 19733 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 823.698 MicroJy iter= 54667 IMAGR1: Field 1 Clean flux density= -271.124 MicroJy 54667 comps IMAGR1: Total Cleaned flux density = 7.638 MilliJy 55363 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 531.01 MicroJy IMAGR1: 19740 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 821.502 MicroJy iter= 54668 IMAGR1: Field 1 Clean flux density= -188.974 MicroJy 54668 comps IMAGR1: Total Cleaned flux density = 7.720 MilliJy 55364 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.79 MicroJy IMAGR1: 19727 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 817.503 MicroJy iter= 54670 IMAGR1: Field 1 Clean flux density= -189.036 MicroJy 54670 comps IMAGR1: Total Cleaned flux density = 7.720 MilliJy 55366 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.71 MicroJy IMAGR1: 19728 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 818.525 MicroJy iter= 54672 IMAGR1: Field 1 Clean flux density= -189.087 MicroJy 54672 comps IMAGR1: Total Cleaned flux density = 7.720 MilliJy 55368 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.57 MicroJy IMAGR1: 19724 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 816.222 MicroJy iter= 54674 IMAGR1: Field 1 Clean flux density= -189.384 MicroJy 54674 comps IMAGR1: Total Cleaned flux density = 7.720 MilliJy 55370 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.47 MicroJy IMAGR1: 19732 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 817.473 MicroJy iter= 54675 IMAGR1: Field 1 Clean flux density= -107.637 MicroJy 54675 comps IMAGR1: Total Cleaned flux density = 7.801 MilliJy 55371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.29 MicroJy IMAGR1: 19723 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 815.245 MicroJy iter= 54676 IMAGR1: Field 1 Clean flux density= -26.113 MicroJy 54676 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55372 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 530.09 MicroJy IMAGR1: 19722 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -814.272 MicroJy iter= 54679 IMAGR1: Field 1 Clean flux density= 55.432 MicroJy 54679 comps IMAGR1: Total Cleaned flux density = 7.964 MilliJy 55375 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.75 MicroJy IMAGR1: 19720 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -813.006 MicroJy iter= 54680 IMAGR1: Field 1 Clean flux density= -25.868 MicroJy 54680 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55376 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.67 MicroJy IMAGR1: 19715 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 810.923 MicroJy iter= 54682 IMAGR1: Field 1 Clean flux density= -25.922 MicroJy 54682 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55378 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.50 MicroJy IMAGR1: 19722 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 808.161 MicroJy iter= 54684 IMAGR1: Field 1 Clean flux density= -26.184 MicroJy 54684 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55380 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.23 MicroJy IMAGR1: 19730 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 808.985 MicroJy iter= 54686 IMAGR1: Field 1 Clean flux density= -26.251 MicroJy 54686 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55382 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.13 MicroJy IMAGR1: 19725 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -808.225 MicroJy iter= 54689 IMAGR1: Field 1 Clean flux density= 55.092 MicroJy 54689 comps IMAGR1: Total Cleaned flux density = 7.964 MilliJy 55385 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.97 MicroJy IMAGR1: 19711 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -808.870 MicroJy iter= 54691 IMAGR1: Field 1 Clean flux density= 55.244 MicroJy 54691 comps IMAGR1: Total Cleaned flux density = 7.964 MilliJy 55387 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.80 MicroJy IMAGR1: 19716 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -807.304 MicroJy iter= 54692 IMAGR1: Field 1 Clean flux density= -25.486 MicroJy 54692 comps IMAGR1: Total Cleaned flux density = 7.883 MilliJy 55388 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.57 MicroJy IMAGR1: 19723 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -803.214 MicroJy iter= 54697 IMAGR1: Field 1 Clean flux density= 216.002 MicroJy 54697 comps IMAGR1: Total Cleaned flux density = 8.125 MilliJy 55393 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.00 MicroJy IMAGR1: 19720 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -805.302 MicroJy iter= 54698 IMAGR1: Field 1 Clean flux density= 135.472 MicroJy 54698 comps IMAGR1: Total Cleaned flux density = 8.044 MilliJy 55394 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 527.80 MicroJy IMAGR1: 19716 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -805.112 MicroJy iter= 54699 IMAGR1: Field 1 Clean flux density= 54.961 MicroJy 54699 comps IMAGR1: Total Cleaned flux density = 7.964 MilliJy 55395 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 527.77 MicroJy IMAGR1: 19718 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -801.154 MicroJy iter= 54703 IMAGR1: Field 1 Clean flux density= 215.426 MicroJy 54703 comps IMAGR1: Total Cleaned flux density = 8.124 MilliJy 55399 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 527.18 MicroJy IMAGR1: 19723 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -799.975 MicroJy iter= 54705 IMAGR1: Field 1 Clean flux density= 215.472 MicroJy 54705 comps IMAGR1: Total Cleaned flux density = 8.124 MilliJy 55401 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 527.04 MicroJy IMAGR1: 19721 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -579.521 MicroJy iter= 59880 IMAGR1: Field 1 Clean flux density= 9.912 MilliJy 59880 comps IMAGR1: Total Cleaned flux density = 17.821 MilliJy 60576 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 561.54 MicroJy IMAGR1: 14260 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -1.741 MilliJy iter= 59888 IMAGR1: Field 1 Clean flux density= 7.879 MilliJy 59888 comps IMAGR1: Total Cleaned flux density = 15.788 MilliJy 60584 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 534.62 MicroJy IMAGR1: 19731 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -1.084 MilliJy iter= 59903 IMAGR1: Field 1 Clean flux density= 6.262 MilliJy 59903 comps IMAGR1: Total Cleaned flux density = 14.171 MilliJy 60599 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 533.50 MicroJy IMAGR1: 19745 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -917.410 MicroJy iter= 59938 IMAGR1: Field 1 Clean flux density= 5.000 MilliJy 59938 comps IMAGR1: Total Cleaned flux density = 12.909 MilliJy 60634 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.37 MicroJy IMAGR1: 19729 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -829.477 MicroJy iter= 60033 IMAGR1: Field 1 Clean flux density= 4.425 MilliJy 60033 comps IMAGR1: Total Cleaned flux density = 12.334 MilliJy 60729 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 516.61 MicroJy IMAGR1: 19673 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -782.629 MicroJy iter= 60103 IMAGR1: Field 1 Clean flux density= 3.801 MilliJy 60103 comps IMAGR1: Total Cleaned flux density = 11.710 MilliJy 60799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 510.41 MicroJy IMAGR1: 19669 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -762.132 MicroJy iter= 60151 IMAGR1: Field 1 Clean flux density= 3.345 MilliJy 60151 comps IMAGR1: Total Cleaned flux density = 11.254 MilliJy 60847 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 506.16 MicroJy IMAGR1: 19638 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -554.085 MicroJy iter= 65500 IMAGR1: Field 1 Clean flux density= -27.943 MilliJy 65500 comps IMAGR1: Total Cleaned flux density = -20.034 MilliJy 66196 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -2.8 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 542.49 MicroJy IMAGR1: 310 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.454 MilliJy iter= 704 IMAGR1: Field 2 Clean flux density= 6.272 MilliJy 704 comps IMAGR1: Total Cleaned flux density = -21.671 MilliJy 66204 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 506.06 MicroJy IMAGR1: 309 Residual map points loaded IMAGR1: Field 2 min allowed flux = -543.232 MicroJy iter= 812 IMAGR1: Field 2 Clean flux density= 7.182 MilliJy 812 comps IMAGR1: Total Cleaned flux density = -20.761 MilliJy 66312 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 518.65 MicroJy IMAGR1: 19718 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 804.532 MicroJy iter= 65650 IMAGR1: Field 1 Clean flux density= -22.335 MilliJy 65650 comps IMAGR1: Total Cleaned flux density = -15.154 MilliJy 66462 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 492.50 MicroJy IMAGR1: 19634 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -537.543 MicroJy iter= 71090 IMAGR1: Field 1 Clean flux density= -16.922 MilliJy 71090 comps IMAGR1: Total Cleaned flux density = -9.740 MilliJy 71902 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -3.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 528.19 MicroJy IMAGR1: 409 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -2.032 MilliJy iter= 818 IMAGR1: Field 2 Clean flux density= 5.604 MilliJy 818 comps IMAGR1: Total Cleaned flux density = -11.319 MilliJy 71908 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 492.51 MicroJy IMAGR1: 354 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -839.855 MicroJy iter= 843 IMAGR1: Field 2 Clean flux density= 4.451 MilliJy 843 comps IMAGR1: Total Cleaned flux density = -12.472 MilliJy 71933 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -811.9 MicroJy,max = 809.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 492.06 MicroJy IMAGR1: 221 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -498.443 MicroJy iter= 945 IMAGR1: Field 2 Clean flux density= 5.038 MilliJy 945 comps IMAGR1: Total Cleaned flux density = -11.885 MilliJy 72035 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 512.25 MicroJy IMAGR1: 19804 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 559.839 MicroJy iter= 76422 IMAGR1: Field 1 Clean flux density= -18.702 MilliJy 76422 comps IMAGR1: Total Cleaned flux density = -13.665 MilliJy 77367 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 653.49 MicroJy IMAGR1: 9087 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.363 MilliJy iter= 76436 IMAGR1: Field 1 Clean flux density= -21.574 MilliJy 76436 comps IMAGR1: Total Cleaned flux density = -16.537 MilliJy 77381 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 580.40 MicroJy IMAGR1: 19898 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= 945.239 MicroJy iter= 76577 IMAGR1: Field 1 Clean flux density= -17.187 MilliJy 76577 comps IMAGR1: Total Cleaned flux density = -12.150 MilliJy 77522 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 537.93 MicroJy IMAGR1: 19864 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -583.239 MicroJy iter= 82191 IMAGR1: Field 1 Clean flux density= -12.421 MilliJy 82191 comps IMAGR1: Total Cleaned flux density = -7.384 MilliJy 83136 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 680.16 MicroJy IMAGR1: 19975 Residual map points loaded IMAGR1: Field 1 min allowed flux = 958.896 MicroJy iter= 82978 IMAGR1: Field 1 Clean flux density= -20.001 MilliJy 82978 comps IMAGR1: Total Cleaned flux density = -14.964 MilliJy 83923 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 450.94 MicroJy IMAGR1: 19613 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -490.327 MicroJy iter= 88611 IMAGR1: Field 1 Clean flux density= -9.943 MilliJy 88611 comps IMAGR1: Total Cleaned flux density = -4.907 MilliJy 89556 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Field 2 min = -2.7 MilliJy,max = 978.0 MicroJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 524.75 MicroJy IMAGR1: 211 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -1.779 MilliJy iter= 950 IMAGR1: Field 2 Clean flux density= 3.928 MilliJy 950 comps IMAGR1: Total Cleaned flux density = -6.017 MilliJy 89561 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 450.79 MicroJy IMAGR1: 315 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 2 min algorithm flux= -779.515 MicroJy iter= 971 IMAGR1: Field 2 Clean flux density= 3.132 MilliJy 971 comps IMAGR1: Total Cleaned flux density = -6.813 MilliJy 89582 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -746.6 MicroJy,max = 784.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 450.49 MicroJy IMAGR1: 222 Residual map points loaded IMAGR1: Field 2 min Clean flux = -471.089 MicroJy iter= 1067 IMAGR1: Field 2 Clean flux density= 4.287 MilliJy 1067 comps IMAGR1: Total Cleaned flux density = -5.658 MilliJy 89678 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 20657 Pts IMAGR1: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 425.78 MicroJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 1 min Clean flux = -471.894 MicroJy iter= 93548 IMAGR1: Field 1 Clean flux density= -23.907 MilliJy 93548 comps IMAGR1: Total Cleaned flux density = -19.621 MilliJy 94615 comps IMAGR1: ALGSTB: All 1121 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1110- 0 Cells, with 20657 Pts IMAGR1: Peak residual in window 471.894 less than limit 471.900 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 93548 to 36531 components IMAGR1: Field 2 compressed from 1067 to 310 components IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR1: Field 2 min = -2.6 MilliJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 749.831 MilliJy ( 483 CCs) from field 1 to field 2 IMAGR1: Restore 4.287 MilliJy ( 310 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux -19.620 MilliJy IMAGR1: Field 2 final Clean flux 754.118 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 84 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 263.7 Real= 556 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07108 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC1: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22230 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22230 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 87.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07108 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR1: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 86 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 25293 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.528E+04 IMAGR1: UVWAIT: Adding temperance S 5.057E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 8.118E+07 and out 1.074E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR1: UVWAIT: Average summed weight 2.528E+04 over 50586 vis IMAGR1: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR1: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.13981E+09 IMAGR1: Field 1 Beam min = -76.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 999.356 x 651.277 Milliarcsec, PA= -48.8 IMAGR1: Field 2 Sum of gridding weights = 1.13983E+09 IMAGR1: Field 2 Beam min = -76.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 999.355 x 651.282 Milliarcsec, PA= -48.8 IMAGR1: CLBHIS: minimum component 0.388 of current peak IMAGR1: Field 1 min = -67.1 MilliJy,max = 860.9 MilliJy IMAGR1: Field 2 min = -67.2 MilliJy,max = 863.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 50.05 MilliJy IMAGR1: 869 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 2 min allowed flux = 334.550 MilliJy iter= 10 IMAGR1: Field 2 Clean flux density= 562.438 MilliJy 10 comps IMAGR1: Total Cleaned flux density = 562.438 MilliJy 10 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -24.2 MilliJy,max = 305.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.899E-01 < Second best 3.181E-01 IMAGR1: Field 2 min = -24.1 MilliJy,max = 301.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 19.39 MilliJy IMAGR1: 743 Residual map points loaded IMAGR1: Field 2 min allowed flux = 107.633 MilliJy iter= 22 IMAGR1: Field 2 Clean flux density= 788.222 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 788.222 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -10.4 MilliJy,max = 100.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.596E-02 < Second best 1.024E-01 IMAGR1: Field 2 min = -10.1 MilliJy,max = 98.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 6.24 MilliJy IMAGR1: 922 Residual map points loaded IMAGR1: Field 2 min allowed flux = 36.063 MilliJy iter= 34 IMAGR1: Field 2 Clean flux density= 863.426 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 863.426 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -14.8 MilliJy,max = 34.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.85 MilliJy IMAGR1: 138 Residual map points loaded IMAGR1: Field 1 min allowed flux = 13.407 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 21.561 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 884.988 MilliJy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -12.5 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.65 MilliJy IMAGR1: 571 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.412 MilliJy iter= 115 IMAGR1: Field 2 Clean flux density= 876.455 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 898.017 MilliJy 138 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 1377 cell beam + residuals > 1.35 MilliJy IMAGR1: 13009 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.557 MilliJy iter= 174 IMAGR1: Field 1 Clean flux density= 33.982 MilliJy 174 comps IMAGR1: Total Cleaned flux density = 910.438 MilliJy 289 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR1: 448 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.736 MilliJy iter= 236 IMAGR1: Field 2 Clean flux density= 882.846 MilliJy 236 comps IMAGR1: Total Cleaned flux density = 916.828 MilliJy 410 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 972.92 MicroJy IMAGR1: 18627 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.486 MilliJy iter= 444 IMAGR1: Field 1 Clean flux density= 53.129 MilliJy 444 comps IMAGR1: Total Cleaned flux density = 935.976 MilliJy 680 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 966.26 MicroJy IMAGR1: 394 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.119 MilliJy iter= 351 IMAGR1: Field 2 Clean flux density= 884.943 MilliJy 351 comps IMAGR1: Total Cleaned flux density = 938.073 MilliJy 795 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 876.36 MicroJy IMAGR1: 19340 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.238 MilliJy iter= 836 IMAGR1: Field 1 Clean flux density= 51.938 MilliJy 836 comps IMAGR1: Total Cleaned flux density = 936.882 MilliJy 1187 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 815.00 MicroJy IMAGR1: 19061 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.090 MilliJy iter= 1307 IMAGR1: Field 1 Clean flux density= 61.251 MilliJy 1307 comps IMAGR1: Total Cleaned flux density = 946.195 MilliJy 1658 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 811.26 MicroJy IMAGR1: 215 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 850.976 MicroJy iter= 434 IMAGR1: Field 2 Clean flux density= 888.011 MilliJy 434 comps IMAGR1: Total Cleaned flux density = 949.263 MilliJy 1741 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.89 MicroJy IMAGR1: 19604 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -965.330 MicroJy iter= 1910 IMAGR1: Field 1 Clean flux density= 54.917 MilliJy 1910 comps IMAGR1: Total Cleaned flux density = 942.929 MilliJy 2344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 683.30 MicroJy IMAGR1: 19373 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -863.356 MicroJy iter= 2605 IMAGR1: Field 1 Clean flux density= 68.517 MilliJy 2605 comps IMAGR1: Total Cleaned flux density = 956.529 MilliJy 3039 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 625.75 MicroJy IMAGR1: 19026 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 773.576 MicroJy iter= 3400 IMAGR1: Field 1 Clean flux density= 63.894 MilliJy 3400 comps IMAGR1: Total Cleaned flux density = 951.906 MilliJy 3834 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 890.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.945E-04 < Second best 7.425E-04 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 569.29 MicroJy IMAGR1: 19792 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 694.428 MicroJy iter= 4326 IMAGR1: Field 1 Clean flux density= 71.212 MilliJy 4326 comps IMAGR1: Total Cleaned flux density = 959.224 MilliJy 4760 comps IMAGR1: ALGSTB: All 1114 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1103- 0 Cells, with 25293 Pts IMAGR1: Field 2 min = -962.9 MicroJy,max = 874.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.098E-04 < Second best 6.668E-04 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 517.48 MicroJy IMAGR1: 19807 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -623.099 MicroJy iter= 5382 IMAGR1: Field 1 Clean flux density= 71.716 MilliJy 5382 comps IMAGR1: Total Cleaned flux density = 959.728 MilliJy 5816 comps IMAGR1: ALGSTB: All 1114 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1103- 0 Cells, with 25293 Pts IMAGR1: Field 2 min = -844.5 MicroJy,max = 761.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 517.14 MicroJy IMAGR1: 41 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -520.195 MicroJy iter= 463 IMAGR1: Field 2 Clean flux density= 888.184 MilliJy 463 comps IMAGR1: Total Cleaned flux density = 959.901 MilliJy 5845 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 466.76 MicroJy IMAGR1: 19824 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 557.327 MicroJy iter= 6607 IMAGR1: Field 1 Clean flux density= 72.875 MilliJy 6607 comps IMAGR1: Total Cleaned flux density = 961.060 MilliJy 7070 comps IMAGR1: ALGSTB: All 1114 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1103- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 422.22 MicroJy IMAGR1: 19600 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 499.262 MicroJy iter= 7984 IMAGR1: Field 1 Clean flux density= 76.751 MilliJy 7984 comps IMAGR1: Total Cleaned flux density = 964.935 MilliJy 8447 comps IMAGR1: ALGSTB: All 1114 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1103- 0 Cells, with 25293 Pts IMAGR1: Field 2 min = -778.6 MicroJy,max = 650.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 421.40 MicroJy IMAGR1: 25 Residual map points loaded IMAGR1: Field 2 min Clean flux = -424.669 MicroJy iter= 480 IMAGR1: Field 2 Clean flux density= 888.035 MilliJy 480 comps IMAGR1: Total Cleaned flux density = 964.786 MilliJy 8464 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -955.8 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 379.21 MicroJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -447.617 MicroJy iter= 9617 IMAGR1: Field 1 Clean flux density= 78.537 MilliJy 9617 comps IMAGR1: Total Cleaned flux density = 966.573 MilliJy 10097 comps IMAGR1: ALGSTB: All 1114 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1103- 0 Cells, with 25293 Pts IMAGR1: Field 1 min = -931.6 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 341.38 MicroJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 1 min Clean flux = 426.441 MicroJy iter= 10206 IMAGR1: Field 1 Clean flux density= 78.783 MilliJy 10206 comps IMAGR1: Total Cleaned flux density = 966.818 MilliJy 10686 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 426.441 less than limit 426.465 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 10206 to 6032 components IMAGR1: Field 2 compressed from 480 to 147 components IMAGR1: Field 1 min = -852.4 MicroJy,max = 1.0 MilliJy IMAGR1: Field 2 min = -647.3 MicroJy,max = 529.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 41.654 MilliJy ( 116 CCs) from field 1 to field 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 888.035 MilliJy ( 147 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 966.817 MilliJy IMAGR1: Field 2 final Clean flux 929.690 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 86 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 80.9 Real= 169 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07108 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC1: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22603 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22603 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC1: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC1: Add NVSS: wrote 2 fields to BOXFILE SETFC1: The Sun is 82.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 3 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07108 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR1: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR1: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR1: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 63180 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.797E+04 IMAGR1: UVWAIT: Adding temperance S 1.159E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.025E+08 and out 3.328E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR1: UVWAIT: Average summed weight 5.797E+04 over 126360 vis IMAGR1: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR1: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR1: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR1: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR1: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.53265E+09 IMAGR1: Field 1 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 971.299 x 616.615 Milliarcsec, PA= -57.2 IMAGR1: Field 2 Sum of gridding weights = 3.53269E+09 IMAGR1: Field 2 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 971.304 x 616.616 Milliarcsec, PA= -57.2 IMAGR1: Field 3 Sum of gridding weights = 3.53269E+09 IMAGR1: Field 3 Beam min = -129.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 971.827 x 616.561 Milliarcsec, PA= -57.2 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -3.4 MilliJy,max = 24.9 MilliJy IMAGR1: Field 2 min = -3.3 MilliJy,max = 24.5 MilliJy IMAGR1: Field 3 min = -723.4 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.38 MilliJy IMAGR1: 11812 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.311 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 15.549 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 15.549 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.2 MilliJy,max = 11.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.099E-02 < Second best 1.170E-02 IMAGR1: Field 1 min = -2.3 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 803 cell beam + residuals > 847.27 MicroJy IMAGR1: 14949 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.628 MilliJy iter= 30 IMAGR1: Field 1 Clean flux density= 32.683 MilliJy 30 comps IMAGR1: Total Cleaned flux density = 32.683 MilliJy 30 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 794.45 MicroJy IMAGR1: 858 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.736 MilliJy iter= 26 IMAGR1: Field 2 Clean flux density= 10.210 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 42.893 MilliJy 56 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 63180 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 1789 cell beam + residuals > 354.69 MicroJy IMAGR1: 8871 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.361 MilliJy iter= 56 IMAGR1: Field 1 Clean flux density= 37.739 MilliJy 56 comps IMAGR1: Total Cleaned flux density = 47.949 MilliJy 82 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 330.74 MicroJy IMAGR1: 1523 Residual map points loaded IMAGR1: Field 2 min allowed flux = 718.616 MicroJy iter= 60 IMAGR1: Field 2 Clean flux density= 12.481 MilliJy 60 comps IMAGR1: Total Cleaned flux density = 50.220 MilliJy 116 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 63180 Pts IMAGR1: Field 1 min = -742.2 MicroJy,max = 828.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.897E-04 < Second best 1.094E-03 IMAGR1: Field 3 min = -265.2 MicroJy,max = 783.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.467E-04 < Second best 7.897E-04 IMAGR1: BGC Clean: using 403 cell beam + residuals > 241.04 MicroJy IMAGR1: 15608 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 448.475 MicroJy iter= 185 IMAGR1: Field 1 Clean flux density= 40.053 MilliJy 185 comps IMAGR1: Total Cleaned flux density = 52.534 MilliJy 245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -248.2 MicroJy,max = 458.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.378E-04 < Second best 6.859E-04 IMAGR1: Field 2 min = -493.5 MicroJy,max = 516.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 234.60 MicroJy IMAGR1: 1874 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 350.105 MicroJy iter= 211 IMAGR1: Field 2 Clean flux density= 13.275 MilliJy 211 comps IMAGR1: Total Cleaned flux density = 53.327 MilliJy 396 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 63180 Pts IMAGR1: Field 3 min = -242.2 MicroJy,max = 450.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 234.58 MicroJy IMAGR1: 56 Residual map points loaded IMAGR1: Field 3 min Clean flux = 269.607 MicroJy iter= 21 IMAGR1: Field 3 Clean flux density= 714.990 MicroJy 21 comps IMAGR1: Total Cleaned flux density = 54.042 MilliJy 417 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 63180 Pts IMAGR1: Field 1 min = -409.0 MicroJy,max = 399.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 200.20 MicroJy IMAGR1: 16751 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 309.137 MicroJy iter= 474 IMAGR1: Field 1 Clean flux density= 41.539 MilliJy 474 comps IMAGR1: Total Cleaned flux density = 55.529 MilliJy 706 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -317.4 MicroJy,max = 425.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.750E-04 < Second best 2.956E-04 IMAGR1: Field 1 min = -318.5 MicroJy,max = 294.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 177.61 MicroJy IMAGR1: 18658 Residual map points loaded IMAGR1: Field 1 min Clean flux = 269.801 MicroJy iter= 546 IMAGR1: Field 1 Clean flux density= 41.538 MilliJy 546 comps IMAGR1: Total Cleaned flux density = 55.527 MilliJy 778 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -317.7 MicroJy,max = 411.9 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 546 to 330 components IMAGR1: Field 2 compressed from 211 to 122 components IMAGR1: Field 3 compressed from 21 to 9 components IMAGR1: Field 1 min = -312.5 MicroJy,max = 289.9 MicroJy IMAGR1: Field 2 min = -317.7 MicroJy,max = 411.9 MicroJy IMAGR1: Field 3 min = -229.2 MicroJy,max = 261.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 39.481 MilliJy ( 167 CCs) from field 1 to field 2 IMAGR1: Restore 446.116 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR1: Restore 13.275 MilliJy ( 122 CCs) from field 2 to field 1 IMAGR1: Restore 714.990 MicroJy ( 9 CCs) from field 3 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 55.527 MilliJy IMAGR1: Field 2 final Clean flux 52.755 MilliJy IMAGR1: Field 3 final Clean flux 1.161 MilliJy IMAGR1: Deleting UV work file: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 88 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 31.8 Real= 67 d as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07865 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07108 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04497 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC1: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.21961 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 99.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.4 Real= 3 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR1: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 91 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 14391 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.732E+04 IMAGR1: UVWAIT: Adding temperance S 5.465E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.541E+07 and out 5.994E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 2.732E+04 over 28782 vis IMAGR1: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR1: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR1: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR1: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 6.36376E+08 IMAGR1: Field 1 Beam min = -71.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.073 x 0.649 arcsec, PA= -19.9 IMAGR1: Field 2 Sum of gridding weights = 6.36383E+08 IMAGR1: Field 2 Beam min = -71.0 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.073 x 0.649 arcsec, PA= -19.9 IMAGR1: CLBHIS: minimum component 0.462 of current peak IMAGR1: Field 1 min = -37.7 MilliJy,max = 527.8 MilliJy IMAGR1: Field 2 min = -41.4 MilliJy,max = 506.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 47.31 MilliJy IMAGR1: 3969 Residual map points loaded IMAGR1: Field 1 min allowed flux = 227.181 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 323.292 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 323.292 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -16.1 MilliJy,max = 197.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.874E-01 < Second best 2.160E-01 IMAGR1: Field 1 min = -14.7 MilliJy,max = 204.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 20.36 MilliJy IMAGR1: 2312 Residual map points loaded IMAGR1: Field 1 min allowed flux = 88.015 MilliJy iter= 18 IMAGR1: Field 1 Clean flux density= 448.542 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 448.542 MilliJy 18 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.3 MilliJy,max = 77.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.338E-02 < Second best 8.367E-02 IMAGR1: Field 1 min = -5.8 MilliJy,max = 79.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 7.89 MilliJy IMAGR1: 2364 Residual map points loaded IMAGR1: Field 1 min allowed flux = 34.099 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 497.066 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 497.066 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 30.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.919E-02 < Second best 3.242E-02 IMAGR1: Field 1 min = -2.4 MilliJy,max = 30.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.06 MilliJy IMAGR1: 2927 Residual map points loaded IMAGR1: Field 1 min allowed flux = 13.211 MilliJy iter= 36 IMAGR1: Field 1 Clean flux density= 515.865 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 515.865 MilliJy 36 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 12.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.75 MilliJy IMAGR1: 26 Residual map points loaded IMAGR1: Field 2 min allowed flux = 5.462 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 7.772 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 523.638 MilliJy 45 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 5.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.858E-03 < Second best 5.196E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 939.63 MicroJy IMAGR1: 100 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.178 MilliJy iter= 19 IMAGR1: Field 2 Clean flux density= 11.160 MilliJy 19 comps IMAGR1: Total Cleaned flux density = 527.025 MilliJy 55 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 1513 cell beam + residuals > 877.71 MicroJy IMAGR1: 11192 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.431 MilliJy iter= 84 IMAGR1: Field 1 Clean flux density= 519.451 MilliJy 84 comps IMAGR1: Total Cleaned flux density = 530.611 MilliJy 103 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -984.9 MicroJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.250E-03 < Second best 1.367E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 783.75 MicroJy IMAGR1: 19969 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.293 MilliJy iter= 177 IMAGR1: Field 1 Clean flux density= 524.109 MilliJy 177 comps IMAGR1: Total Cleaned flux density = 535.269 MilliJy 196 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.035E-03 < Second best 1.238E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 751.17 MicroJy IMAGR1: 19956 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.168 MilliJy iter= 319 IMAGR1: Field 1 Clean flux density= 523.551 MilliJy 319 comps IMAGR1: Total Cleaned flux density = 534.710 MilliJy 338 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 711.25 MicroJy IMAGR1: 19944 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.052 MilliJy iter= 522 IMAGR1: Field 1 Clean flux density= 526.934 MilliJy 522 comps IMAGR1: Total Cleaned flux density = 538.093 MilliJy 541 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -887.0 MicroJy,max = 939.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.993E-04 < Second best 1.008E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 664.21 MicroJy IMAGR1: 19951 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -939.661 MicroJy iter= 793 IMAGR1: Field 1 Clean flux density= 527.531 MilliJy 793 comps IMAGR1: Total Cleaned flux density = 538.691 MilliJy 812 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.45 MicroJy IMAGR1: 19910 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 836.315 MicroJy iter= 1138 IMAGR1: Field 1 Clean flux density= 531.067 MilliJy 1138 comps IMAGR1: Total Cleaned flux density = 542.226 MilliJy 1157 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -776.9 MicroJy,max = 757.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.443E-04 < Second best 8.020E-04 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 561.30 MicroJy IMAGR1: 19940 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 743.440 MicroJy iter= 1567 IMAGR1: Field 1 Clean flux density= 529.769 MilliJy 1567 comps IMAGR1: Total Cleaned flux density = 540.929 MilliJy 1586 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -620.5 MicroJy,max = 729.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.723E-04 < Second best 7.130E-04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 507.13 MicroJy IMAGR1: 19938 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -657.187 MicroJy iter= 2105 IMAGR1: Field 1 Clean flux density= 535.683 MilliJy 2105 comps IMAGR1: Total Cleaned flux density = 546.842 MilliJy 2124 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -631.0 MicroJy,max = 593.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 507.07 MicroJy IMAGR1: 15 Residual map points loaded IMAGR1: Field 2 min Clean flux = -564.599 MicroJy iter= 24 IMAGR1: Field 2 Clean flux density= 11.214 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 546.897 MilliJy 2129 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 452.67 MicroJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -575.206 MicroJy iter= 2740 IMAGR1: Field 1 Clean flux density= 531.663 MilliJy 2740 comps IMAGR1: Total Cleaned flux density = 542.876 MilliJy 2764 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 403.85 MicroJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 1 min Clean flux = 563.873 MicroJy iter= 2791 IMAGR1: Field 1 Clean flux density= 533.004 MilliJy 2791 comps IMAGR1: Total Cleaned flux density = 544.217 MilliJy 2815 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 564.599 less than limit 565.376 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 2791 to 1857 components IMAGR1: Field 2 compressed from 24 to 6 components IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -524.6 MicroJy,max = 525.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 516.964 MilliJy ( 9 CCs) from field 1 to field 2 IMAGR1: Restore 11.214 MilliJy ( 6 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 544.217 MilliJy IMAGR1: Field 2 final Clean flux 528.177 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 91 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 43.2 Real= 90 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC1: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22055 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22055 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 100.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.5 Real= 3 C 1 2036 2036 19 45 53.52 70 55 48.7 00001 -1 1019 1024 1025 C 2 246 246 19 45 53.64 70 55 48.3 00002 -1 100 128 129 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR1: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6321 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.501E+04 IMAGR1: UVWAIT: Adding temperance S 5.002E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.069E+07 and out 2.638E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 2.501E+04 over 12642 vis IMAGR1: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR1: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR1: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.80049E+08 IMAGR1: Field 1 Beam min = -98.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 938.131 x 660.168 Milliarcsec, PA= 9.3 IMAGR1: Field 2 Sum of gridding weights = 2.80051E+08 IMAGR1: Field 2 Beam min = -104.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 938.124 x 660.171 Milliarcsec, PA= 9.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -43.0 MilliJy,max = 432.2 MilliJy IMAGR1: Field 2 min = -46.7 MilliJy,max = 418.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 63.19 MilliJy IMAGR1: 3833 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 229.684 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 225.475 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 225.475 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -22.1 MilliJy,max = 202.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.925E-01 < Second best 2.184E-01 IMAGR1: Field 1 min = -20.8 MilliJy,max = 206.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 33.58 MilliJy IMAGR1: 2349 Residual map points loaded IMAGR1: Field 1 min allowed flux = 98.871 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 343.206 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 343.206 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.5 MilliJy,max = 89.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.502E-02 < Second best 9.402E-02 IMAGR1: Field 1 min = -9.6 MilliJy,max = 89.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 14.46 MilliJy IMAGR1: 2717 Residual map points loaded IMAGR1: Field 1 min allowed flux = 40.617 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 399.215 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 399.215 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.1 MilliJy,max = 37.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.564E-02 < Second best 3.863E-02 IMAGR1: Field 1 min = -5.0 MilliJy,max = 37.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.94 MilliJy IMAGR1: 3001 Residual map points loaded IMAGR1: Field 1 min allowed flux = 16.957 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 422.441 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 422.441 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 16.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 5.48 MilliJy IMAGR1: 37 Residual map points loaded IMAGR1: Field 2 min allowed flux = 7.728 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 9.202 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 431.643 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.5 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.763E-03 < Second best 7.355E-03 IMAGR1: Field 2 min = -3.5 MilliJy,max = 7.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.29 MilliJy IMAGR1: 797 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.351 MilliJy iter= 20 IMAGR1: Field 2 Clean flux density= 12.395 MilliJy 20 comps IMAGR1: Total Cleaned flux density = 434.836 MilliJy 53 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 1.07 MilliJy IMAGR1: 18358 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.760 MilliJy iter= 72 IMAGR1: Field 1 Clean flux density= 421.381 MilliJy 72 comps IMAGR1: Total Cleaned flux density = 433.776 MilliJy 92 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.09 MilliJy IMAGR1: 129 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.277 MilliJy iter= 40 IMAGR1: Field 2 Clean flux density= 12.350 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 433.731 MilliJy 112 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 908.16 MicroJy IMAGR1: 19620 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.483 MilliJy iter= 169 IMAGR1: Field 1 Clean flux density= 422.759 MilliJy 169 comps IMAGR1: Total Cleaned flux density = 435.109 MilliJy 209 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 824.12 MicroJy IMAGR1: 19387 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.247 MilliJy iter= 306 IMAGR1: Field 1 Clean flux density= 422.084 MilliJy 306 comps IMAGR1: Total Cleaned flux density = 434.434 MilliJy 346 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.195E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 734.33 MicroJy IMAGR1: 19845 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.064 MilliJy iter= 497 IMAGR1: Field 1 Clean flux density= 427.267 MilliJy 497 comps IMAGR1: Total Cleaned flux density = 439.617 MilliJy 537 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.376E-04 < Second best 1.020E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 649.63 MicroJy IMAGR1: 19857 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -909.145 MicroJy iter= 753 IMAGR1: Field 1 Clean flux density= 423.021 MilliJy 753 comps IMAGR1: Total Cleaned flux density = 435.371 MilliJy 793 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -854.4 MicroJy,max = 867.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.339E-04 < Second best 8.717E-04 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 560.56 MicroJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 1 min Clean flux = 853.055 MicroJy iter= 781 IMAGR1: Field 1 Clean flux density= 424.437 MilliJy 781 comps IMAGR1: Total Cleaned flux density = 436.787 MilliJy 821 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 853.055 less than limit 853.081 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 781 to 563 components IMAGR1: Field 2 compressed from 40 to 11 components IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: Field 2 min = -837.8 MicroJy,max = 845.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 421.020 MilliJy ( 9 CCs) from field 1 to field 2 IMAGR1: Restore 12.350 MilliJy ( 11 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 436.787 MilliJy IMAGR1: Field 2 final Clean flux 433.370 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 93 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 22.5 Real= 47 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC1: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22040 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22040 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC1: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC1: Add NVSS: wrote 2 fields to BOXFILE SETFC1: The Sun is 87.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 3 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.3 Real= 3 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR1: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR1: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR1: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6669 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.614E+04 IMAGR1: UVWAIT: Adding temperance S 5.229E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.247E+07 and out 2.845E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR1: UVWAIT: Average summed weight 2.614E+04 over 13338 vis IMAGR1: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR1: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR1: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR1: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR1: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.02044E+08 IMAGR1: Field 1 Beam min = -89.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 857.374 x 661.970 Milliarcsec, PA= -23.2 IMAGR1: Field 2 Sum of gridding weights = 3.02046E+08 IMAGR1: Field 2 Beam min = -91.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 857.377 x 661.970 Milliarcsec, PA= -23.2 IMAGR1: Field 3 Sum of gridding weights = 3.02046E+08 IMAGR1: Field 3 Beam min = -96.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 857.690 x 661.962 Milliarcsec, PA= -23.2 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -28.5 MilliJy,max = 271.7 MilliJy IMAGR1: Field 2 min = -42.0 MilliJy,max = 272.2 MilliJy IMAGR1: Field 3 min = -23.7 MilliJy,max = 49.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 48.83 MilliJy IMAGR1: 271 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 160.706 MilliJy iter= 6 IMAGR1: Field 2 Clean flux density= 127.522 MilliJy 6 comps IMAGR1: Total Cleaned flux density = 127.522 MilliJy 6 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -17.6 MilliJy,max = 144.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.372E-01 < Second best 1.529E-01 IMAGR1: Field 2 min = -24.0 MilliJy,max = 144.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 28.83 MilliJy IMAGR1: 253 Residual map points loaded IMAGR1: Field 2 min allowed flux = 71.993 MilliJy iter= 14 IMAGR1: Field 2 Clean flux density= 210.891 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 210.891 MilliJy 14 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -16.0 MilliJy,max = 65.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.242E-02 < Second best 6.851E-02 IMAGR1: Field 2 min = -16.0 MilliJy,max = 66.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 12.92 MilliJy IMAGR1: 447 Residual map points loaded IMAGR1: Field 2 min allowed flux = 31.099 MilliJy iter= 23 IMAGR1: Field 2 Clean flux density= 252.576 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 252.576 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.7 MilliJy,max = 35.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.366E-02 < Second best 4.587E-02 IMAGR1: Field 3 min = -11.7 MilliJy,max = 35.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 11.84 MilliJy IMAGR1: 52 Residual map points loaded IMAGR1: Field 3 min allowed flux = 17.133 MilliJy iter= 9 IMAGR1: Field 3 Clean flux density= 22.631 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 275.207 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.8 MilliJy,max = 29.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.779E-02 < Second best 2.961E-02 IMAGR1: Field 2 min = -15.9 MilliJy,max = 28.8 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 8.39 MilliJy IMAGR1: 600 Residual map points loaded IMAGR1: Field 2 min allowed flux = -14.167 MilliJy iter= 46 IMAGR1: Field 2 Clean flux density= 286.702 MilliJy 46 comps IMAGR1: Total Cleaned flux density = 309.332 MilliJy 55 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -13.9 MilliJy,max = 16.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.41 MilliJy IMAGR1: 9935 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.315 MilliJy iter= 45 IMAGR1: Field 1 Clean flux density= 36.412 MilliJy 45 comps IMAGR1: Total Cleaned flux density = 345.745 MilliJy 100 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -7.8 MilliJy,max = 10.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.757E-03 < Second best 1.351E-02 IMAGR1: Field 2 min = -10.3 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 5.74 MilliJy IMAGR1: 468 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 7.543 MilliJy iter= 82 IMAGR1: Field 2 Clean flux density= 289.964 MilliJy 82 comps IMAGR1: Total Cleaned flux density = 349.007 MilliJy 136 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.3 MilliJy,max = 10.5 MilliJy IMAGR1: BGC Clean: using 605 cell beam + residuals > 4.18 MilliJy IMAGR1: 17944 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 6.682 MilliJy iter= 151 IMAGR1: Field 1 Clean flux density= 93.239 MilliJy 151 comps IMAGR1: Total Cleaned flux density = 405.834 MilliJy 242 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.662E-03 < Second best 7.220E-03 IMAGR1: Field 2 min = -7.1 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 4.24 MilliJy IMAGR1: 178 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.676 MilliJy iter= 106 IMAGR1: Field 2 Clean flux density= 283.073 MilliJy 106 comps IMAGR1: Total Cleaned flux density = 398.942 MilliJy 266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR1: 18525 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.491 MilliJy iter= 340 IMAGR1: Field 1 Clean flux density= 90.033 MilliJy 340 comps IMAGR1: Total Cleaned flux density = 395.736 MilliJy 455 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.320E-03 < Second best 4.475E-03 IMAGR1: Field 2 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.846E-03 < Second best 4.293E-03 IMAGR1: Field 1 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR1: 19056 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.884 MilliJy iter= 589 IMAGR1: Field 1 Clean flux density= 128.605 MilliJy 589 comps IMAGR1: Total Cleaned flux density = 434.308 MilliJy 704 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.151E-03 < Second best 3.320E-03 IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.169E-03 < Second best 3.151E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR1: 47 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.023 MilliJy iter= 125 IMAGR1: Field 2 Clean flux density= 279.027 MilliJy 125 comps IMAGR1: Total Cleaned flux density = 430.263 MilliJy 723 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 19079 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.913 MilliJy iter= 901 IMAGR1: Field 1 Clean flux density= 104.571 MilliJy 901 comps IMAGR1: Total Cleaned flux density = 406.229 MilliJy 1035 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 21 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.378 MilliJy iter= 22 IMAGR1: Field 3 Clean flux density= 24.097 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 407.696 MilliJy 1048 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 16 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.401 MilliJy iter= 137 IMAGR1: Field 2 Clean flux density= 280.681 MilliJy 137 comps IMAGR1: Total Cleaned flux density = 409.350 MilliJy 1060 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 19352 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.335 MilliJy iter= 1289 IMAGR1: Field 1 Clean flux density= 111.288 MilliJy 1289 comps IMAGR1: Total Cleaned flux density = 416.067 MilliJy 1448 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.816E-04 < Second best 1.319E-03 IMAGR1: Field 3 min = -974.3 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.250E-04 < Second best 1.278E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 728.00 MicroJy IMAGR1: 19703 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 944.000 MicroJy iter= 1765 IMAGR1: Field 1 Clean flux density= 112.709 MilliJy 1765 comps IMAGR1: Total Cleaned flux density = 417.487 MilliJy 1924 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -790.9 MicroJy,max = 848.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.593E-04 < Second best 9.052E-04 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 540.91 MicroJy IMAGR1: 18818 Residual map points loaded IMAGR1: Field 1 min Clean flux = -829.747 MicroJy iter= 1777 IMAGR1: Field 1 Clean flux density= 112.896 MilliJy 1777 comps IMAGR1: Total Cleaned flux density = 417.674 MilliJy 1936 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -933.0 MicroJy,max = 854.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1777 to 1450 components IMAGR1: Field 2 compressed from 137 to 61 components IMAGR1: Field 3 compressed from 22 to 11 components IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -933.0 MicroJy,max = 854.4 MicroJy IMAGR1: Field 3 min = -791.0 MicroJy,max = 839.3 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 9.733 MilliJy ( 111 CCs) from field 1 to field 2 IMAGR1: Restore 22.170 MilliJy ( 45 CCs) from field 1 to field 3 IMAGR1: Restore 280.681 MilliJy ( 61 CCs) from field 2 to field 1 IMAGR1: Restore 24.097 MilliJy ( 11 CCs) from field 3 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 417.674 MilliJy IMAGR1: Field 2 final Clean flux 290.414 MilliJy IMAGR1: Field 3 final Clean flux 46.267 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 95 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 29.8 Real= 63 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC1: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.23221 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23221 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.05 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 132.1 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.8 Real= 3 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.77 49 48 29.4 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.4 00004 -1 507 512 513 C 5 1012 1012 23 54 51.75 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 26.0 00007 -1 507 512 513 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR1: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR1: Field 3 1012 1012 -1.7113E+02 -9.8940E+01 0 IMAGR1: Field 4 1012 1012 1.7107E+02 -9.8940E+01 0 IMAGR1: Field 5 1012 1012 -1.7132E+02 9.8760E+01 0 IMAGR1: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR1: Field 7 1012 1012 1.8382E-02 1.9766E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 7371 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.835E+04 IMAGR1: UVWAIT: Adding temperance S 7.671E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.239E+07 and out 2.787E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 3.835E+04 over 14742 vis IMAGR1: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR1: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR1: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR1: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR1: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR1: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR1: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR1: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR1: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR1: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR1: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR1: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR1: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.95920E+08 IMAGR1: Field 1 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.138 x 0.704 arcsec, PA= -88.8 IMAGR1: Field 2 Sum of gridding weights = 2.95920E+08 IMAGR1: Field 2 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.138 x 0.704 arcsec, PA= -88.8 IMAGR1: Field 3 Sum of gridding weights = 2.95919E+08 IMAGR1: Field 3 Beam min = -101.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.137 x 0.704 arcsec, PA= -88.9 IMAGR1: Field 4 Sum of gridding weights = 2.95920E+08 IMAGR1: Field 4 Beam min = -132.6 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.139 x 0.704 arcsec, PA= -88.7 IMAGR1: Field 5 Sum of gridding weights = 2.95919E+08 IMAGR1: Field 5 Beam min = -121.5 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.137 x 0.704 arcsec, PA= -88.9 IMAGR1: Field 6 Sum of gridding weights = 2.95920E+08 IMAGR1: Field 6 Beam min = -132.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.139 x 0.704 arcsec, PA= -88.8 IMAGR1: Field 7 Sum of gridding weights = 2.95921E+08 IMAGR1: Field 7 Beam min = -182.6 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.138 x 0.704 arcsec, PA= -88.8 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -91.7 MilliJy,max = 904.8 MilliJy IMAGR1: Field 2 min = -72.9 MilliJy,max = 224.4 MilliJy IMAGR1: Field 3 min = -88.7 MilliJy,max = 321.8 MilliJy IMAGR1: Field 4 min = -95.4 MilliJy,max = 333.7 MilliJy IMAGR1: Field 5 min = -91.4 MilliJy,max = 317.5 MilliJy IMAGR1: Field 6 min = -97.5 MilliJy,max = 327.4 MilliJy IMAGR1: Field 7 min = -73.9 MilliJy,max = 224.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 201.71 MilliJy IMAGR1: 414 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 593.616 MilliJy iter= 5 IMAGR1: Field 1 Clean flux density= 370.510 MilliJy 5 comps IMAGR1: Total Cleaned flux density = 370.510 MilliJy 5 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -55.7 MilliJy,max = 534.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 132.34 MilliJy IMAGR1: 266 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 258.358 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 675.072 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 675.072 MilliJy 13 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -26.5 MilliJy,max = 93.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.002E-02 < Second best 2.936E-01 IMAGR1: Field 5 min = -23.5 MilliJy,max = 85.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.918E-02 < Second best 2.457E-01 IMAGR1: Field 1 min = -31.3 MilliJy,max = 236.4 MilliJy IMAGR1: BGC Clean: using 769 cell beam + residuals > 84.46 MilliJy IMAGR1: 44 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 114.430 MilliJy iter= 22 IMAGR1: Field 1 Clean flux density= 826.548 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 826.548 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -12.9 MilliJy,max = 32.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.086E-02 < Second best 2.138E-01 IMAGR1: Field 7 min = -16.0 MilliJy,max = 32.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.108E-02 < Second best 1.972E-01 IMAGR1: Field 6 min = -15.5 MilliJy,max = 49.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.188E-02 < Second best 1.915E-01 IMAGR1: Field 3 min = -12.2 MilliJy,max = 35.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.004E-02 < Second best 1.089E-01 IMAGR1: Field 1 min = -20.3 MilliJy,max = 104.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 25.51 MilliJy IMAGR1: 501 Residual map points loaded IMAGR1: Field 1 min allowed flux = 51.875 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 894.651 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 894.651 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -13.4 MilliJy,max = 24.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.680E-02 < Second best 7.918E-02 IMAGR1: Field 5 min = -9.2 MilliJy,max = 15.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.351E-02 < Second best 4.935E-02 IMAGR1: Field 1 min = -17.5 MilliJy,max = 48.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 11.57 MilliJy IMAGR1: 1071 Residual map points loaded IMAGR1: Field 1 min allowed flux = 24.122 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 925.913 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 925.913 MilliJy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -13.1 MilliJy,max = 16.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.251E-02 < Second best 3.108E-02 IMAGR1: Field 7 min = -12.6 MilliJy,max = 13.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.278E-02 < Second best 3.086E-02 IMAGR1: Field 2 min = -11.7 MilliJy,max = 13.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.302E-02 < Second best 2.296E-02 IMAGR1: Field 1 min = -22.1 MilliJy,max = 21.8 MilliJy IMAGR1: BGC Clean: using 769 cell beam + residuals > 7.89 MilliJy IMAGR1: 1425 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -11.358 MilliJy iter= 66 IMAGR1: Field 1 Clean flux density= 922.600 MilliJy 66 comps IMAGR1: Total Cleaned flux density = 922.600 MilliJy 66 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -9.3 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.885E-03 < Second best 1.680E-02 IMAGR1: Field 4 min = -9.4 MilliJy,max = 11.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.814E-03 < Second best 1.351E-02 IMAGR1: Field 5 min = -8.6 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.175E-03 < Second best 1.302E-02 IMAGR1: Field 2 min = -9.3 MilliJy,max = 10.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.004E-02 < Second best 1.278E-02 IMAGR1: Field 7 min = -9.7 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.019E-02 < Second best 1.251E-02 IMAGR1: Field 6 min = -10.2 MilliJy,max = 11.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.952E-03 < Second best 1.082E-02 IMAGR1: Field 1 min = -11.2 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.62 MilliJy IMAGR1: 5373 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -8.208 MilliJy iter= 142 IMAGR1: Field 1 Clean flux density= 937.029 MilliJy 142 comps IMAGR1: Total Cleaned flux density = 937.029 MilliJy 142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.2 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.098E-03 < Second best 1.004E-02 IMAGR1: Field 2 min = -9.1 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.819E-03 < Second best 9.952E-03 IMAGR1: Field 6 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.106E-03 < Second best 9.814E-03 IMAGR1: Field 4 min = -7.0 MilliJy,max = 7.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.610E-03 < Second best 8.885E-03 IMAGR1: Field 3 min = -9.5 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 767 cell beam + residuals > 4.10 MilliJy IMAGR1: 2465 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 5.358 MilliJy iter= 48 IMAGR1: Field 3 Clean flux density= -21.358 MilliJy 48 comps IMAGR1: Total Cleaned flux density = 915.671 MilliJy 190 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.1 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.681E-03 < Second best 7.832E-03 IMAGR1: Field 1 min = -6.7 MilliJy,max = 7.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.647E-03 < Second best 7.819E-03 IMAGR1: Field 2 min = -7.5 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.70 MilliJy IMAGR1: 1988 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.123 MilliJy iter= 85 IMAGR1: Field 2 Clean flux density= 17.106 MilliJy 85 comps IMAGR1: Total Cleaned flux density = 932.777 MilliJy 275 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.9 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 167 cell beam + residuals > 3.73 MilliJy IMAGR1: 2075 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -4.863 MilliJy iter= 92 IMAGR1: Field 6 Clean flux density= 17.189 MilliJy 92 comps IMAGR1: Total Cleaned flux density = 949.966 MilliJy 367 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.1 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.831E-03 < Second best 6.647E-03 IMAGR1: Field 1 min = -6.7 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 211 cell beam + residuals > 3.53 MilliJy IMAGR1: 862 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.208 MilliJy iter= 213 IMAGR1: Field 1 Clean flux density= 917.041 MilliJy 213 comps IMAGR1: Total Cleaned flux density = 929.978 MilliJy 438 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.9 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.868E-03 < Second best 5.831E-03 IMAGR1: Field 7 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.055E-03 < Second best 5.681E-03 IMAGR1: Field 5 min = -5.0 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 767 cell beam + residuals > 3.43 MilliJy IMAGR1: 267 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 3.686 MilliJy iter= 37 IMAGR1: Field 5 Clean flux density= 2.188 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 932.166 MilliJy 475 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.352E-03 < Second best 5.055E-03 IMAGR1: Field 7 min = -5.3 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR1: 1090 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.805 MilliJy iter= 120 IMAGR1: Field 7 Clean flux density= 13.483 MilliJy 120 comps IMAGR1: Total Cleaned flux density = 945.649 MilliJy 595 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.9 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.791E-03 < Second best 4.868E-03 IMAGR1: Field 4 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.988E-03 < Second best 4.648E-03 IMAGR1: Field 6 min = -4.1 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.632E-03 < Second best 4.352E-03 IMAGR1: Field 3 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 167 cell beam + residuals > 2.61 MilliJy IMAGR1: 1500 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.141 MilliJy iter= 173 IMAGR1: Field 3 Clean flux density= -17.743 MilliJy 173 comps IMAGR1: Total Cleaned flux density = 949.264 MilliJy 720 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 3.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR1: 924 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.817 MilliJy iter= 328 IMAGR1: Field 1 Clean flux density= 913.551 MilliJy 328 comps IMAGR1: Total Cleaned flux density = 945.774 MilliJy 835 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.8 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR1: 899 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.776 MilliJy iter= 129 IMAGR1: Field 4 Clean flux density= 23.881 MilliJy 129 comps IMAGR1: Total Cleaned flux density = 969.655 MilliJy 964 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.0 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.178E-03 < Second best 3.638E-03 IMAGR1: Field 7 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.867E-03 < Second best 3.632E-03 IMAGR1: Field 6 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.923E-03 < Second best 3.525E-03 IMAGR1: Field 5 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR1: 2304 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.484 MilliJy iter= 245 IMAGR1: Field 5 Clean flux density= -26.271 MilliJy 245 comps IMAGR1: Total Cleaned flux density = 941.197 MilliJy 1172 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.815E-03 < Second best 3.005E-03 IMAGR1: Field 3 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.500E-03 < Second best 2.923E-03 IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR1: 1501 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.185 MilliJy iter= 273 IMAGR1: Field 6 Clean flux density= 28.889 MilliJy 273 comps IMAGR1: Total Cleaned flux density = 952.897 MilliJy 1353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.244E-03 < Second best 2.815E-03 IMAGR1: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR1: 899 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.105 MilliJy iter= 255 IMAGR1: Field 2 Clean flux density= 17.478 MilliJy 255 comps IMAGR1: Total Cleaned flux density = 953.269 MilliJy 1523 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR1: 191 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.888 MilliJy iter= 392 IMAGR1: Field 1 Clean flux density= 921.405 MilliJy 392 comps IMAGR1: Total Cleaned flux density = 961.123 MilliJy 1587 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.249E-03 < Second best 2.500E-03 IMAGR1: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR1: 329 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.763 MilliJy iter= 269 IMAGR1: Field 3 Clean flux density= -24.016 MilliJy 269 comps IMAGR1: Total Cleaned flux density = 954.850 MilliJy 1683 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.711E-03 < Second best 2.249E-03 IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR1: 882 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.666 MilliJy iter= 297 IMAGR1: Field 4 Clean flux density= 11.524 MilliJy 297 comps IMAGR1: Total Cleaned flux density = 942.494 MilliJy 1851 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 318 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.572 MilliJy iter= 222 IMAGR1: Field 7 Clean flux density= 14.480 MilliJy 222 comps IMAGR1: Total Cleaned flux density = 943.491 MilliJy 1953 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.832E-03 < Second best 2.016E-03 IMAGR1: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.674E-03 < Second best 1.832E-03 IMAGR1: BGC Clean: using 167 cell beam + residuals > 1.26 MilliJy IMAGR1: 525 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.346 MilliJy iter= 384 IMAGR1: Field 6 Clean flux density= 28.492 MilliJy 384 comps IMAGR1: Total Cleaned flux density = 943.094 MilliJy 2064 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 595 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.297 MilliJy iter= 531 IMAGR1: Field 1 Clean flux density= 914.012 MilliJy 531 comps IMAGR1: Total Cleaned flux density = 935.700 MilliJy 2203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.598E-03 < Second best 1.687E-03 IMAGR1: Field 3 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 1451 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.281 MilliJy iter= 515 IMAGR1: Field 3 Clean flux density= -14.317 MilliJy 515 comps IMAGR1: Total Cleaned flux density = 945.399 MilliJy 2449 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 317 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.199 MilliJy iter= 363 IMAGR1: Field 2 Clean flux density= 15.246 MilliJy 363 comps IMAGR1: Total Cleaned flux density = 943.167 MilliJy 2557 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.308E-03 < Second best 1.596E-03 IMAGR1: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.422E-03 < Second best 1.506E-03 IMAGR1: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 995.18 MicroJy IMAGR1: 1437 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.101 MilliJy iter= 479 IMAGR1: Field 7 Clean flux density= 12.651 MilliJy 479 comps IMAGR1: Total Cleaned flux density = 941.338 MilliJy 2814 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 992.65 MicroJy IMAGR1: 1109 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.079 MilliJy iter= 519 IMAGR1: Field 4 Clean flux density= 16.253 MilliJy 519 comps IMAGR1: Total Cleaned flux density = 946.066 MilliJy 3036 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 992.28 MicroJy IMAGR1: 767 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.056 MilliJy iter= 432 IMAGR1: Field 5 Clean flux density= -32.142 MilliJy 432 comps IMAGR1: Total Cleaned flux density = 940.196 MilliJy 3223 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 957.34 MicroJy IMAGR1: 415 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 992.924 MicroJy iter= 497 IMAGR1: Field 6 Clean flux density= 30.397 MilliJy 497 comps IMAGR1: Total Cleaned flux density = 942.101 MilliJy 3336 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 920.56 MicroJy IMAGR1: 118 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 945.031 MicroJy iter= 575 IMAGR1: Field 1 Clean flux density= 913.906 MilliJy 575 comps IMAGR1: Total Cleaned flux density = 941.995 MilliJy 3380 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 859.80 MicroJy IMAGR1: 366 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -894.465 MicroJy iter= 620 IMAGR1: Field 3 Clean flux density= -17.253 MilliJy 620 comps IMAGR1: Total Cleaned flux density = 939.059 MilliJy 3485 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 828.73 MicroJy IMAGR1: 436 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -863.580 MicroJy iter= 504 IMAGR1: Field 2 Clean flux density= 16.258 MilliJy 504 comps IMAGR1: Total Cleaned flux density = 940.070 MilliJy 3626 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 787.85 MicroJy IMAGR1: 239 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -811.345 MicroJy iter= 577 IMAGR1: Field 7 Clean flux density= 13.811 MilliJy 577 comps IMAGR1: Total Cleaned flux density = 941.230 MilliJy 3724 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.49 MicroJy IMAGR1: 840 Residual map points loaded IMAGR1: Field 4 min Clean flux = 788.818 MicroJy iter= 702 IMAGR1: Field 4 Clean flux density= 18.607 MilliJy 702 comps IMAGR1: Total Cleaned flux density = 943.585 MilliJy 3907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 696.80 MicroJy IMAGR1: 1837 Residual map points loaded IMAGR1: Field 5 min Clean flux = 789.398 MicroJy iter= 620 IMAGR1: Field 5 Clean flux density= -32.692 MilliJy 620 comps IMAGR1: Total Cleaned flux density = 943.034 MilliJy 4095 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 659.34 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 2521 Residual map points loaded IMAGR1: Field 6 min Clean flux = -789.934 MicroJy iter= 639 IMAGR1: Field 6 Clean flux density= 31.789 MilliJy 639 comps IMAGR1: Total Cleaned flux density = 944.426 MilliJy 4237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 946.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 628.41 MicroJy IMAGR1: 506 Residual map points loaded IMAGR1: Field 1 min Clean flux = 787.222 MicroJy iter= 584 IMAGR1: Field 1 Clean flux density= 913.938 MilliJy 584 comps IMAGR1: Total Cleaned flux density = 944.459 MilliJy 4246 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 593.78 MicroJy IMAGR1: 3415 Residual map points loaded IMAGR1: Field 3 min Clean flux = -788.533 MicroJy iter= 656 IMAGR1: Field 3 Clean flux density= -18.421 MilliJy 656 comps IMAGR1: Total Cleaned flux density = 943.291 MilliJy 4282 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.27 MicroJy IMAGR1: 6104 Residual map points loaded IMAGR1: Field 2 min Clean flux = -788.953 MicroJy iter= 513 IMAGR1: Field 2 Clean flux density= 16.179 MilliJy 513 comps IMAGR1: Total Cleaned flux density = 943.212 MilliJy 4291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 584 to 344 components IMAGR1: Field 2 compressed from 513 to 380 components IMAGR1: Field 3 compressed from 656 to 471 components IMAGR1: Field 4 compressed from 702 to 518 components IMAGR1: Field 5 compressed from 620 to 457 components IMAGR1: Field 6 compressed from 639 to 449 components IMAGR1: Field 7 compressed from 577 to 415 components IMAGR1: Field 1 min = -1.0 MilliJy,max = 935.8 MicroJy IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.334 MilliJy ( 8 CCs) from field 1 to field 2 IMAGR1: Restore -6.868 MilliJy ( 55 CCs) from field 1 to field 3 IMAGR1: Restore 9.764 MilliJy ( 111 CCs) from field 1 to field 4 IMAGR1: Restore -6.625 MilliJy ( 42 CCs) from field 1 to field 5 IMAGR1: Restore 9.423 MilliJy ( 106 CCs) from field 1 to field 6 IMAGR1: Restore -2.530 MilliJy ( 9 CCs) from field 1 to field 7 IMAGR1: Restore 388.903 MicroJy ( 8 CCs) from field 2 to field 1 IMAGR1: Restore 128.946 MicroJy ( 47 CCs) from field 2 to field 3 IMAGR1: Restore 8.577 MilliJy ( 78 CCs) from field 2 to field 4 IMAGR1: Restore -5.520 MilliJy ( 35 CCs) from field 3 to field 1 IMAGR1: Restore 1.777 MilliJy ( 28 CCs) from field 3 to field 2 IMAGR1: Restore -15.875 MilliJy ( 80 CCs) from field 3 to field 5 IMAGR1: Restore -1.709 MilliJy ( 33 CCs) from field 4 to field 1 IMAGR1: Restore -2.939 MilliJy ( 25 CCs) from field 4 to field 2 IMAGR1: Restore 3.056 MilliJy ( 48 CCs) from field 4 to field 6 IMAGR1: Restore -1.969 MilliJy ( 13 CCs) from field 5 to field 1 IMAGR1: Restore -6.027 MilliJy ( 38 CCs) from field 5 to field 3 IMAGR1: Restore 705.943 MicroJy ( 18 CCs) from field 5 to field 7 IMAGR1: Restore 1.817 MilliJy ( 30 CCs) from field 6 to field 1 IMAGR1: Restore 3.795 MilliJy ( 64 CCs) from field 6 to field 4 IMAGR1: Restore 3.137 MilliJy ( 27 CCs) from field 6 to field 7 IMAGR1: Restore-131.406 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR1: Restore 283.548 MicroJy ( 32 CCs) from field 7 to field 5 IMAGR1: Restore 3.205 MilliJy ( 66 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 906.815 MilliJy IMAGR1: Field 2 final Clean flux 13.682 MilliJy IMAGR1: Field 3 final Clean flux -31.187 MilliJy IMAGR1: Field 4 final Clean flux 40.744 MilliJy IMAGR1: Field 5 final Clean flux -54.908 MilliJy IMAGR1: Field 6 final Clean flux 47.474 MilliJy IMAGR1: Field 7 final Clean flux 15.124 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 98 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 65.8 Real= 138 age file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09423 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 100 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 101 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 102 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06401 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC1: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23432 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23432 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 129.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.7 Real= 4 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.4 00007 -1 507 512 513 file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06401 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR1: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR1: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR1: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR1: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR1: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR1: Field 7 1012 1012 5.0788E-02 1.9945E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 31187 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.276E+04 IMAGR1: UVWAIT: Adding temperance S 1.055E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 8.963E+07 and out 1.181E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.144 due to weighting IMAGR1: UVWAIT: Average summed weight 5.276E+04 over 62296 vis IMAGR1: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR1: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR1: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR1: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR1: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR1: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR1: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR1: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR1: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR1: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR1: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR1: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR1: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR1: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 1 Beam min = -134.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.261 x 0.749 arcsec, PA= -51.9 IMAGR1: Field 2 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 2 Beam min = -134.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.262 x 0.749 arcsec, PA= -51.8 IMAGR1: Field 3 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 3 Beam min = -86.4 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.260 x 0.749 arcsec, PA= -51.8 IMAGR1: Field 4 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 4 Beam min = -139.1 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.263 x 0.749 arcsec, PA= -51.9 IMAGR1: Field 5 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 5 Beam min = -86.4 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.259 x 0.749 arcsec, PA= -51.9 IMAGR1: Field 6 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 6 Beam min = -139.1 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.262 x 0.749 arcsec, PA= -51.9 IMAGR1: Field 7 Sum of gridding weights = 1.25340E+09 IMAGR1: Field 7 Beam min = -134.1 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.260 x 0.749 arcsec, PA= -51.9 IMAGR1: CLBHIS: minimum component 0.371 of current peak IMAGR1: Field 1 min = -85.9 MilliJy,max = 1.0 Jy IMAGR1: Field 2 min = -54.2 MilliJy,max = 134.2 MilliJy IMAGR1: Field 3 min = -83.0 MilliJy,max = 100.3 MilliJy IMAGR1: Field 4 min = -78.7 MilliJy,max = 92.9 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min = -80.9 MilliJy,max = 91.8 MilliJy IMAGR1: Field 6 min = -82.6 MilliJy,max = 101.5 MilliJy IMAGR1: Field 7 min = -61.2 MilliJy,max = 121.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 64.40 MilliJy IMAGR1: 4343 Residual map points loaded IMAGR1: Field 1 min allowed flux = 339.588 MilliJy iter= 12 IMAGR1: Field 1 Clean flux density= 730.027 MilliJy 12 comps IMAGR1: Total Cleaned flux density = 730.027 MilliJy 12 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -27.8 MilliJy,max = 307.5 MilliJy IMAGR1: BGC Clean: using 527 cell beam + residuals > 45.30 MilliJy IMAGR1: 125 Residual map points loaded IMAGR1: Field 1 min allowed flux = 109.996 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 963.124 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 963.124 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.3 MilliJy,max = 13.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.249E-02 < Second best 1.162E-01 IMAGR1: Field 7 min = -8.2 MilliJy,max = 13.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.305E-02 < Second best 1.046E-01 IMAGR1: Field 1 min = -19.0 MilliJy,max = 100.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 35.92 MilliJy IMAGR1: 14 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 43.227 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 1.031 Jy 34 comps IMAGR1: Total Cleaned flux density = 1.031 Jy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.1 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.532E-03 < Second best 9.577E-02 IMAGR1: Field 3 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.419E-03 < Second best 8.875E-02 IMAGR1: Field 4 min = -4.8 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.582E-03 < Second best 8.769E-02 IMAGR1: Field 5 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.219E-03 < Second best 4.110E-02 IMAGR1: Field 1 min = -19.4 MilliJy,max = 39.3 MilliJy IMAGR1: BGC Clean: using 1803 cell beam + residuals > 5.06 MilliJy IMAGR1: 839 Residual map points loaded IMAGR1: Field 1 min allowed flux = -14.244 MilliJy iter= 57 IMAGR1: Field 1 Clean flux density= 1.046 Jy 57 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -14.1 MilliJy,max = 13.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.46 MilliJy IMAGR1: 282 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 7.709 MilliJy iter= 108 IMAGR1: Field 1 Clean flux density= 1.036 Jy 108 comps IMAGR1: Total Cleaned flux density = 1.036 Jy 108 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.078E-03 < Second best 1.249E-02 IMAGR1: Field 2 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.877E-03 < Second best 7.338E-03 IMAGR1: Field 1 min = -7.4 MilliJy,max = 6.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR1: 1337 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.095 MilliJy iter= 221 IMAGR1: Field 1 Clean flux density= 1.037 Jy 221 comps IMAGR1: Total Cleaned flux density = 1.037 Jy 221 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.144E-03 < Second best 4.532E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.462E-03 < Second best 4.219E-03 IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.946E-03 < Second best 3.902E-03 IMAGR1: Field 1 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR1: 625 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.397 MilliJy iter= 328 IMAGR1: Field 1 Clean flux density= 1.034 Jy 328 comps IMAGR1: Total Cleaned flux density = 1.034 Jy 328 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.053E-03 < Second best 3.078E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.528E-03 < Second best 2.877E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.504E-03 < Second best 2.462E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR1: 3933 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.577 MilliJy iter= 144 IMAGR1: Field 6 Clean flux density= 8.469 MilliJy 144 comps IMAGR1: Total Cleaned flux density = 1.043 Jy 472 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR1: 1644 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.496 MilliJy iter= 514 IMAGR1: Field 1 Clean flux density= 1.034 Jy 514 comps IMAGR1: Total Cleaned flux density = 1.042 Jy 658 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.595E-03 < Second best 2.053E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 4035 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.410 MilliJy iter= 239 IMAGR1: Field 3 Clean flux density= 8.187 MilliJy 239 comps IMAGR1: Total Cleaned flux density = 1.050 Jy 897 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 870 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.187 MilliJy iter= 138 IMAGR1: Field 5 Clean flux density= 6.807 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 1.057 Jy 1035 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 1235 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.207 MilliJy iter= 183 IMAGR1: Field 4 Clean flux density= 3.356 MilliJy 183 comps IMAGR1: Total Cleaned flux density = 1.060 Jy 1218 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 1.508E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.374E-03 < Second best 1.504E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.275E-03 < Second best 1.429E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 926.04 MicroJy IMAGR1: 712 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.042 MilliJy iter= 665 IMAGR1: Field 1 Clean flux density= 1.035 Jy 665 comps IMAGR1: Total Cleaned flux density = 1.062 Jy 1369 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 920.80 MicroJy IMAGR1: 3115 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.112 MilliJy iter= 444 IMAGR1: Field 6 Clean flux density= 6.793 MilliJy 444 comps IMAGR1: Total Cleaned flux density = 1.060 Jy 1669 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 864.56 MicroJy IMAGR1: 3839 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.041 MilliJy iter= 597 IMAGR1: Field 3 Clean flux density= 5.577 MilliJy 597 comps IMAGR1: Total Cleaned flux density = 1.058 Jy 2027 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.131E-03 < Second best 1.210E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 860.95 MicroJy IMAGR1: 105 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 889.133 MicroJy iter= 63 IMAGR1: Field 7 Clean flux density= 3.156 MilliJy 63 comps IMAGR1: Total Cleaned flux density = 1.061 Jy 2090 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.075E-03 < Second best 1.136E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.057E-03 < Second best 1.131E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 806.46 MicroJy IMAGR1: 112 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -831.539 MicroJy iter= 60 IMAGR1: Field 2 Clean flux density= 1.452 MilliJy 60 comps IMAGR1: Total Cleaned flux density = 1.062 Jy 2150 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 806.34 MicroJy IMAGR1: 1232 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 893.776 MicroJy iter= 422 IMAGR1: Field 4 Clean flux density= 3.494 MilliJy 422 comps IMAGR1: Total Cleaned flux density = 1.062 Jy 2389 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.822E-04 < Second best 1.057E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 762.17 MicroJy IMAGR1: 1714 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -857.989 MicroJy iter= 448 IMAGR1: Field 5 Clean flux density= 12.051 MilliJy 448 comps IMAGR1: Total Cleaned flux density = 1.068 Jy 2699 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.148E-04 < Second best 9.977E-04 IMAGR1: Field 1 min = -984.1 MicroJy,max = 1.0 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: TRY ANOTHER FIELD: this is 8.950E-04 < Second best 9.822E-04 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 694.38 MicroJy IMAGR1: 5257 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -824.066 MicroJy iter= 985 IMAGR1: Field 6 Clean flux density= 8.434 MilliJy 985 comps IMAGR1: Total Cleaned flux density = 1.069 Jy 3240 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 693.26 MicroJy IMAGR1: 2907 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -778.890 MicroJy iter= 1012 IMAGR1: Field 3 Clean flux density= 6.612 MilliJy 1012 comps IMAGR1: Total Cleaned flux density = 1.070 Jy 3655 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 1 min = -925.0 MicroJy,max = 934.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 690.29 MicroJy IMAGR1: 376 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -724.064 MicroJy iter= 837 IMAGR1: Field 1 Clean flux density= 1.036 Jy 837 comps IMAGR1: Total Cleaned flux density = 1.071 Jy 3827 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.863E-04 < Second best 8.509E-04 IMAGR1: Field 7 min = -1.2 MilliJy,max = 942.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.318E-04 < Second best 8.223E-04 IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 641.35 MicroJy IMAGR1: 746 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -676.741 MicroJy iter= 655 IMAGR1: Field 5 Clean flux density= 12.653 MilliJy 655 comps IMAGR1: Total Cleaned flux density = 1.072 Jy 4034 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 2 min = -865.0 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.823E-04 < Second best 7.909E-04 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 598.04 MicroJy IMAGR1: 3241 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 665.573 MicroJy iter= 1454 IMAGR1: Field 6 Clean flux density= 8.159 MilliJy 1454 comps IMAGR1: Total Cleaned flux density = 1.072 Jy 4503 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 592.65 MicroJy IMAGR1: 970 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 630.216 MicroJy iter= 707 IMAGR1: Field 4 Clean flux density= 3.572 MilliJy 707 comps IMAGR1: Total Cleaned flux density = 1.072 Jy 4788 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 560.17 MicroJy IMAGR1: 3557 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 621.681 MicroJy iter= 1552 IMAGR1: Field 3 Clean flux density= 7.776 MilliJy 1552 comps IMAGR1: Total Cleaned flux density = 1.073 Jy 5328 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 7 min = -1.1 MilliJy,max = 836.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 557.89 MicroJy IMAGR1: 400 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -580.361 MicroJy iter= 268 IMAGR1: Field 7 Clean flux density= 5.180 MilliJy 268 comps IMAGR1: Total Cleaned flux density = 1.075 Jy 5533 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 1 min = -732.5 MicroJy,max = 738.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.469E-04 < Second best 6.823E-04 IMAGR1: Field 2 min = -731.6 MicroJy,max = 887.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 545.93 MicroJy IMAGR1: 180 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -556.954 MicroJy iter= 166 IMAGR1: Field 2 Clean flux density= 2.488 MilliJy 166 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 5639 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 922.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 533.55 MicroJy IMAGR1: 754 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 555.831 MicroJy iter= 884 IMAGR1: Field 5 Clean flux density= 12.684 MilliJy 884 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 5868 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 1 min = -691.5 MicroJy,max = 742.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.80 MicroJy IMAGR1: 403 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 549.099 MicroJy iter= 1005 IMAGR1: Field 1 Clean flux density= 1.036 Jy 1005 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 6036 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -921.8 MicroJy,max = 955.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 505.66 MicroJy IMAGR1: 2120 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -542.147 MicroJy iter= 1884 IMAGR1: Field 6 Clean flux density= 8.947 MilliJy 1884 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 6466 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 4 min = -902.1 MicroJy,max = 931.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 493.14 MicroJy IMAGR1: 862 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 515.355 MicroJy iter= 991 IMAGR1: Field 4 Clean flux density= 2.819 MilliJy 991 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 6750 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -948.7 MicroJy,max = 986.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 465.97 MicroJy IMAGR1: 3101 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 504.457 MicroJy iter= 2108 IMAGR1: Field 3 Clean flux density= 8.089 MilliJy 2108 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 7306 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 7 min = -951.1 MicroJy,max = 754.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 460.01 MicroJy IMAGR1: 360 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -471.925 MicroJy iter= 447 IMAGR1: Field 7 Clean flux density= 4.722 MilliJy 447 comps IMAGR1: Total Cleaned flux density = 1.076 Jy 7485 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -661.4 MicroJy,max = 790.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 456.78 MicroJy IMAGR1: 221 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 464.740 MicroJy iter= 285 IMAGR1: Field 2 Clean flux density= 3.896 MilliJy 285 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 7604 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -823.4 MicroJy,max = 831.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 447.83 MicroJy IMAGR1: 981 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 466.423 MicroJy iter= 1188 IMAGR1: Field 5 Clean flux density= 13.754 MilliJy 1188 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 7908 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 1 min = -619.2 MicroJy,max = 644.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 441.54 MicroJy IMAGR1: 529 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -455.366 MicroJy iter= 1235 IMAGR1: Field 1 Clean flux density= 1.035 Jy 1235 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 8138 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 6 min = -811.6 MicroJy,max = 848.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 423.63 MicroJy IMAGR1: 2483 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 452.118 MicroJy iter= 2425 IMAGR1: Field 6 Clean flux density= 8.584 MilliJy 2425 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 8679 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 4 min = -780.5 MicroJy,max = 801.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 414.32 MicroJy IMAGR1: 1038 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 430.995 MicroJy iter= 1327 IMAGR1: Field 4 Clean flux density= 2.624 MilliJy 1327 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 9015 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 3 min = -849.1 MicroJy,max = 794.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 395.96 MicroJy IMAGR1: 2904 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -422.317 MicroJy iter= 2701 IMAGR1: Field 3 Clean flux density= 9.667 MilliJy 2701 comps IMAGR1: Total Cleaned flux density = 1.079 Jy 9608 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 7 min = -825.0 MicroJy,max = 659.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 391.71 MicroJy IMAGR1: 325 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 399.136 MicroJy iter= 616 IMAGR1: Field 7 Clean flux density= 4.507 MilliJy 616 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 9777 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -694.5 MicroJy,max = 733.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 384.40 MicroJy IMAGR1: 1031 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -398.442 MicroJy iter= 1531 IMAGR1: Field 5 Clean flux density= 14.565 MilliJy 1531 comps IMAGR1: Total Cleaned flux density = 1.079 Jy 10120 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 2 min = -601.7 MicroJy,max = 690.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 380.97 MicroJy IMAGR1: 269 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -386.569 MicroJy iter= 426 IMAGR1: Field 2 Clean flux density= 4.043 MilliJy 426 comps IMAGR1: Total Cleaned flux density = 1.079 Jy 10261 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -565.6 MicroJy,max = 534.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 375.51 MicroJy IMAGR1: 416 Residual map points loaded IMAGR1: Field 1 min Clean flux = 383.741 MicroJy iter= 1434 IMAGR1: Field 1 Clean flux density= 1.036 Jy 1434 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 10460 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 6 min = -727.1 MicroJy,max = 779.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 359.24 MicroJy IMAGR1: 2610 Residual map points loaded IMAGR1: Field 6 min Clean flux = 383.989 MicroJy iter= 2933 IMAGR1: Field 6 Clean flux density= 8.584 MilliJy 2933 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 10968 comps IMAGR1: ALGSTB: All 505 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 494- 0 Cells, with 31187 Pts IMAGR1: Field 4 min = -688.3 MicroJy,max = 712.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 344.27 MicroJy IMAGR1: 1839 Residual map points loaded IMAGR1: Field 4 min Clean flux = 383.860 MicroJy iter= 1498 IMAGR1: Field 4 Clean flux density= 2.822 MilliJy 1498 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 11139 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -751.7 MicroJy,max = 715.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 319.35 MicroJy IMAGR1: 5593 Residual map points loaded IMAGR1: Field 3 min Clean flux = 383.804 MicroJy iter= 2830 IMAGR1: Field 3 Clean flux density= 9.785 MilliJy 2830 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 11268 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -718.1 MicroJy,max = 595.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 297.38 MicroJy IMAGR1: 2402 Residual map points loaded IMAGR1: Field 7 min Clean flux = 382.459 MicroJy iter= 619 IMAGR1: Field 7 Clean flux density= 4.546 MilliJy 619 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 11271 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -650.1 MicroJy,max = 690.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 278.21 MicroJy IMAGR1: 11805 Residual map points loaded IMAGR1: Field 5 min Clean flux = -384.034 MicroJy iter= 1592 IMAGR1: Field 5 Clean flux density= 14.753 MilliJy 1592 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 11332 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -586.1 MicroJy,max = 668.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 224.79 MicroJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 2 min Clean flux = 383.451 MicroJy iter= 435 IMAGR1: Field 2 Clean flux density= 4.237 MilliJy 435 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 11341 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 384.034 less than limit 384.058 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1434 to 638 components IMAGR1: Field 2 compressed from 435 to 304 components IMAGR1: Field 3 compressed from 2830 to 1709 components IMAGR1: Field 4 compressed from 1498 to 925 components IMAGR1: Field 5 compressed from 1592 to 976 components IMAGR1: Field 6 compressed from 2933 to 1762 components IMAGR1: Field 7 compressed from 619 to 416 components IMAGR1: Field 1 min = -510.2 MicroJy,max = 499.3 MicroJy IMAGR1: Field 2 min = -583.1 MicroJy,max = 666.4 MicroJy IMAGR1: Field 3 min = -731.7 MicroJy,max = 693.3 MicroJy IMAGR1: Field 4 min = -671.3 MicroJy,max = 706.5 MicroJy IMAGR1: Field 5 min = -640.5 MicroJy,max = 684.1 MicroJy IMAGR1: Field 6 min = -663.3 MicroJy,max = 704.4 MicroJy IMAGR1: Field 7 min = -724.1 MicroJy,max = 596.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 18.246 MicroJy ( 10 CCs) from field 1 to field 2 IMAGR1: Restore 170.256 MicroJy ( 78 CCs) from field 1 to field 3 IMAGR1: Restore -2.837 MilliJy ( 122 CCs) from field 1 to field 4 IMAGR1: Restore 1.241 MilliJy ( 69 CCs) from field 1 to field 5 IMAGR1: Restore -2.353 MilliJy ( 111 CCs) from field 1 to field 6 IMAGR1: Restore 76.706 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR1: Restore 823.763 MicroJy ( 17 CCs) from field 2 to field 1 IMAGR1: Restore 1.849 MilliJy ( 73 CCs) from field 2 to field 3 IMAGR1: Restore-280.758 MicroJy ( 36 CCs) from field 2 to field 4 IMAGR1: Restore-295.508 MicroJy ( 104 CCs) from field 3 to field 1 IMAGR1: Restore 295.033 MicroJy ( 82 CCs) from field 3 to field 2 IMAGR1: Restore 2.660 MilliJy ( 168 CCs) from field 3 to field 5 IMAGR1: Restore-285.145 MicroJy ( 22 CCs) from field 4 to field 1 IMAGR1: Restore 89.582 MicroJy ( 9 CCs) from field 4 to field 2 IMAGR1: Restore 734.044 MicroJy ( 113 CCs) from field 4 to field 6 IMAGR1: Restore 516.899 MicroJy ( 55 CCs) from field 5 to field 1 IMAGR1: Restore 33.150 MicroJy ( 107 CCs) from field 5 to field 3 IMAGR1: Restore 216.271 MicroJy ( 10 CCs) from field 5 to field 7 IMAGR1: Restore-135.007 MicroJy ( 67 CCs) from field 6 to field 1 IMAGR1: Restore -1.450 MilliJy ( 155 CCs) from field 6 to field 4 IMAGR1: Restore 105.146 MicroJy ( 55 CCs) from field 6 to field 7 IMAGR1: Restore 655.066 MicroJy ( 30 CCs) from field 7 to field 1 IMAGR1: Restore -10.718 MicroJy ( 22 CCs) from field 7 to field 5 IMAGR1: Restore 1.394 MilliJy ( 102 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.037 Jy IMAGR1: Field 2 final Clean flux 4.640 MilliJy IMAGR1: Field 3 final Clean flux 11.838 MilliJy IMAGR1: Field 4 final Clean flux -1.745 MilliJy IMAGR1: Field 5 final Clean flux 18.642 MilliJy IMAGR1: Field 6 final Clean flux 8.359 MilliJy IMAGR1: Field 7 final Clean flux 4.944 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 105 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 95.9 Real= 202 file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06401 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04184 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC1: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.23462 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23462 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 129.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.7 Real= 4 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 16.8 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.7 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.7 00004 -1 507 512 513 C 5 1012 1012 23 21 29.22 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06401 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04184 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR1: Field 2 1012 1012 -5.9728E-02 -1.9973E+02 0 IMAGR1: Field 3 1012 1012 -1.7297E+02 -9.9830E+01 0 IMAGR1: Field 4 1012 1012 1.7300E+02 -9.9830E+01 0 IMAGR1: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR1: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR1: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 73008 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.360E+05 IMAGR1: UVWAIT: Adding temperance S 2.720E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.099E+08 and out 3.017E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.177 due to weighting IMAGR1: UVWAIT: Average summed weight 1.360E+05 over 146016 vis IMAGR1: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR1: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR1: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR1: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR1: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR1: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR1: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR1: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR1: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR1: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR1: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR1: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR1: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 1 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.166 x 0.756 arcsec, PA= -56.5 IMAGR1: Field 2 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 2 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.167 x 0.756 arcsec, PA= -56.4 IMAGR1: Field 3 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 3 Beam min = -97.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.165 x 0.756 arcsec, PA= -56.4 IMAGR1: Field 4 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 4 Beam min = -110.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.168 x 0.756 arcsec, PA= -56.5 IMAGR1: Field 5 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 5 Beam min = -97.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.164 x 0.756 arcsec, PA= -56.5 IMAGR1: Field 6 Sum of gridding weights = 3.20264E+09 IMAGR1: Field 6 Beam min = -110.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.167 x 0.756 arcsec, PA= -56.5 IMAGR1: Field 7 Sum of gridding weights = 3.20263E+09 IMAGR1: Field 7 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.165 x 0.756 arcsec, PA= -56.6 IMAGR1: CLBHIS: minimum component 0.409 of current peak IMAGR1: Field 1 min = -2.5 MilliJy,max = 23.5 MilliJy IMAGR1: Field 2 min = -1.7 MilliJy,max = 3.4 MilliJy IMAGR1: Field 3 min = -1.5 MilliJy,max = 2.3 MilliJy IMAGR1: Field 4 min = -1.6 MilliJy,max = 2.2 MilliJy IMAGR1: Field 5 min = -1.5 MilliJy,max = 2.4 MilliJy IMAGR1: Field 6 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR1: Field 7 min = -2.2 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.62 MilliJy IMAGR1: 4541 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.097 MilliJy iter= 10 IMAGR1: Field 1 Clean flux density= 15.293 MilliJy 10 comps IMAGR1: Total Cleaned flux density = 15.293 MilliJy 10 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 1337 cell beam + residuals > 1.27 MilliJy IMAGR1: 317 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.183 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 23.208 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 23.208 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -625.4 MicroJy,max = 830.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.932E-04 < Second best 3.250E-03 IMAGR1: Field 2 min = -515.7 MicroJy,max = 787.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.520E-04 < Second best 3.027E-03 IMAGR1: Field 1 min = -703.7 MicroJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 651.37 MicroJy IMAGR1: 334 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.236 MilliJy iter= 46 IMAGR1: Field 1 Clean flux density= 27.265 MilliJy 46 comps IMAGR1: Total Cleaned flux density = 27.265 MilliJy 46 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -337.7 MicroJy,max = 519.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.469E-04 < Second best 2.079E-03 IMAGR1: Field 4 min = -338.6 MicroJy,max = 368.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.428E-04 < Second best 1.441E-03 IMAGR1: Field 3 min = -327.9 MicroJy,max = 519.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.303E-04 < Second best 1.321E-03 IMAGR1: Field 6 min = -338.1 MicroJy,max = 367.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.666E-04 < Second best 1.176E-03 IMAGR1: Field 1 min = -610.7 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 280.84 MicroJy IMAGR1: 3518 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -527.395 MicroJy iter= 96 IMAGR1: Field 1 Clean flux density= 30.019 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 30.019 MilliJy 96 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -464.8 MicroJy,max = 435.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.443E-04 < Second best 7.520E-04 IMAGR1: Field 2 min = -391.9 MicroJy,max = 413.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.669E-04 < Second best 5.024E-04 IMAGR1: Field 1 min = -513.1 MicroJy,max = 507.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 207.81 MicroJy IMAGR1: 9308 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 361.736 MicroJy iter= 198 IMAGR1: Field 1 Clean flux density= 31.022 MilliJy 198 comps IMAGR1: Total Cleaned flux density = 31.022 MilliJy 198 comps IMAGR1: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 487- 0 Cells, with 73008 Pts IMAGR1: Field 5 min = -297.7 MicroJy,max = 374.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.095E-04 < Second best 4.443E-04 IMAGR1: Field 7 min = -430.8 MicroJy,max = 383.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 204.05 MicroJy IMAGR1: 2537 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 280.626 MicroJy iter= 86 IMAGR1: Field 7 Clean flux density= 1.329 MilliJy 86 comps IMAGR1: Total Cleaned flux density = 32.351 MilliJy 284 comps IMAGR1: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 487- 0 Cells, with 73008 Pts IMAGR1: Field 2 min = -330.7 MicroJy,max = 374.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.173E-04 < Second best 3.458E-04 IMAGR1: Field 1 min = -335.0 MicroJy,max = 332.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.210E-04 < Second best 3.428E-04 IMAGR1: Field 4 min = -331.3 MicroJy,max = 301.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.707E-04 < Second best 3.303E-04 IMAGR1: Field 3 min = -295.9 MicroJy,max = 359.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.816E-04 < Second best 3.210E-04 IMAGR1: BGC Clean: using 103 cell beam + residuals > 188.13 MicroJy IMAGR1: 7492 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 275.330 MicroJy iter= 361 IMAGR1: Field 1 Clean flux density= 31.235 MilliJy 361 comps IMAGR1: Total Cleaned flux density = 32.564 MilliJy 447 comps IMAGR1: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 487- 0 Cells, with 73008 Pts IMAGR1: Field 2 min = -301.2 MicroJy,max = 319.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 185.86 MicroJy IMAGR1: 2251 Residual map points loaded IMAGR1: Field 2 min Clean flux = 250.279 MicroJy iter= 50 IMAGR1: Field 2 Clean flux density= 266.319 MicroJy 50 comps IMAGR1: Total Cleaned flux density = 32.831 MilliJy 497 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -294.5 MicroJy,max = 307.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 181.97 MicroJy IMAGR1: 1080 Residual map points loaded IMAGR1: Field 5 min Clean flux = -250.057 MicroJy iter= 10 IMAGR1: Field 5 Clean flux density= -47.979 MicroJy 10 comps IMAGR1: Total Cleaned flux density = 32.783 MilliJy 507 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -277.1 MicroJy,max = 296.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.468E-04 < Second best 2.707E-04 IMAGR1: Field 4 min = -296.6 MicroJy,max = 261.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 179.55 MicroJy IMAGR1: 980 Residual map points loaded IMAGR1: Field 4 min Clean flux = -249.373 MicroJy iter= 3 IMAGR1: Field 4 Clean flux density= -26.595 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 32.756 MilliJy 510 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -280.3 MicroJy,max = 336.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.457E-04 < Second best 2.666E-04 IMAGR1: Field 6 min = -299.7 MicroJy,max = 263.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.428E-04 < Second best 2.638E-04 IMAGR1: Field 1 min = -286.5 MicroJy,max = 293.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 160.77 MicroJy IMAGR1: 9499 Residual map points loaded IMAGR1: Field 1 min Clean flux = 250.227 MicroJy iter= 371 IMAGR1: Field 1 Clean flux density= 31.185 MilliJy 371 comps IMAGR1: Total Cleaned flux density = 32.705 MilliJy 520 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -275.1 MicroJy,max = 295.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 148.50 MicroJy IMAGR1: 4941 Residual map points loaded IMAGR1: Field 3 min Clean flux = -244.153 MicroJy iter= 3 IMAGR1: Field 3 Clean flux density= -24.766 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 32.681 MilliJy 523 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -279.1 MicroJy,max = 334.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 142.46 MicroJy IMAGR1: 12490 Residual map points loaded IMAGR1: Field 7 min Clean flux = 248.687 MicroJy iter= 91 IMAGR1: Field 7 Clean flux density= 1.303 MilliJy 91 comps IMAGR1: Total Cleaned flux density = 32.655 MilliJy 528 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -293.7 MicroJy,max = 263.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 122.59 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 6 min Clean flux = -242.862 MicroJy iter= 2 IMAGR1: Field 6 Clean flux density= -49.631 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 32.605 MilliJy 530 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 250.279 less than limit 251.014 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 371 to 212 components IMAGR1: Field 2 compressed from 50 to 41 components IMAGR1: Field 3 compressed from 3 to 3 components IMAGR1: Field 4 compressed from 3 to 2 components IMAGR1: Field 5 compressed from 10 to 7 components IMAGR1: Field 6 compressed from 2 to 2 components IMAGR1: Field 7 compressed from 91 to 66 components IMAGR1: Field 1 min = -284.0 MicroJy,max = 292.6 MicroJy IMAGR1: Field 2 min = -298.1 MicroJy,max = 286.0 MicroJy IMAGR1: Field 3 min = -273.7 MicroJy,max = 295.4 MicroJy IMAGR1: Field 4 min = -290.5 MicroJy,max = 262.4 MicroJy IMAGR1: Field 5 min = -276.4 MicroJy,max = 289.5 MicroJy IMAGR1: Field 6 min = -293.6 MicroJy,max = 263.4 MicroJy IMAGR1: Field 7 min = -278.8 MicroJy,max = 332.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 114.151 MicroJy ( 8 CCs) from field 1 to field 2 IMAGR1: Restore 192.780 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR1: Restore -8.883 MicroJy ( 9 CCs) from field 1 to field 4 IMAGR1: Restore 362.186 MicroJy ( 12 CCs) from field 1 to field 5 IMAGR1: Restore 114.461 MicroJy ( 5 CCs) from field 1 to field 6 IMAGR1: Restore 206.594 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR1: Restore 50.332 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Restore 105.607 MicroJy ( 3 CCs) from field 2 to field 3 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 25.304 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR1: Restore 1.976 MicroJy ( 3 CCs) from field 5 to field 1 IMAGR1: Restore 26.981 MicroJy ( 2 CCs) from field 5 to field 7 IMAGR1: Restore 94.620 MicroJy ( 12 CCs) from field 7 to field 1 IMAGR1: Restore 4.592 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR1: Restore -25.561 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 31.331 MilliJy IMAGR1: Field 2 final Clean flux 380.470 MicroJy IMAGR1: Field 3 final Clean flux 273.621 MicroJy IMAGR1: Field 4 final Clean flux -10.174 MicroJy IMAGR1: Field 5 final Clean flux 318.798 MicroJy IMAGR1: Field 6 final Clean flux 39.269 MicroJy IMAGR1: Field 7 final Clean flux 1.537 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 112 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 40.8 Real= 86 file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06401 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04184 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV05_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 113 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 114 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 115 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 116 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 117 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 118 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 119 disk= 1 AIPS 1: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 1: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 1: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 1: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 1: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 1: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 1: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 1: ' ' AIPS 1: ' ' AIPS 1: Found in Version=ABIN AIPS 1: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 118 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18352: 20002 messages, oldest written 21-SEP-2006 06:57:29 AIPS 1: Deleted 3 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 2.2 Real= 5791 /home/auto/run/AB922_1999NOV05_1.run.1 finished on Thu Sep 21 08:34:00 MDT 2006