AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history *not* recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: string*20 expnm AIPS 2: string*48 expmsg AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 2: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 2: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 2: go;szf=nfield;szc=cellsize;szi=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 2: 'AH669_1999NOV07_1' >>AIPS 2: 'AH669_1999NOV07_1' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 2: end AIPS 2: for i=3:uvi;getname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 2: $ so instead of maximum frequency span, use max individual bandw idth AIPS 2: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 2: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 2: go;wait;allzap;recat AIPS 2: end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 2: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 2: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 2: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 2: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 2: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 2: end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 2: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 2: string*1 pm,rmsc AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expn AIPS 2: ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 2: typ ki, keys AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 2: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 2: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 2: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 2: typ 'HERE' AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2));clrtemp AIPS 2: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 2: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 2: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 2: end; AIPS 2: typ ki 'TOO' AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: typ 'BUILD NOW' AIPS 2: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: else AIPS 2: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 2: end AIPS 2: AIPS 2: if (expnm='') then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 2: end AIPS 2: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print outf AIPS 2: AIPS 2: $ make the source dir here AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 2: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 5.00 min. of data in 15 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.106E-01 +- 2.313E-02 source= 1331+305 FLAGR2: Overall average rms= 1.662E-02 +- 5.740E-03 source= 1331+305 FLAGR2: Overall average amp= 1.608E-03 +- 2.151E-04 source= X1859+226 FLAGR2: Overall average rms= 7.720E-04 +- 1.020E-04 source= X1859+226 FLAGR2: Overall average amp= 1.526E-01 +- 7.671E-03 source= 1850+284 FLAGR2: Overall average rms= 1.198E-03 +- 2.266E-04 source= 1850+284 FLAGR2: Overall average amp= 6.081E-02 +- 2.388E-03 source= 1744-312 FLAGR2: Overall average rms= 1.270E-03 +- 1.586E-04 source= 1744-312 FLAGR2: Overall average amp= 2.416E-03 +- 2.252E-04 source= X1630-472 FLAGR2: Overall average rms= 1.150E-03 +- 1.362E-04 source= X1630-472 FLAGR2: Overall average amp= 1.939E-03 +- 2.032E-04 source= GRJ1655 FLAGR2: Overall average rms= 9.533E-04 +- 1.050E-04 source= GRJ1655 FLAGR2: Overall average amp= 1.750E-03 +- 2.187E-04 source= GRS1739 FLAGR2: Overall average rms= 8.423E-04 +- 1.105E-04 source= GRS1739 FLAGR2: Overall average amp= 1.709E-03 +- 2.090E-04 source= GRJ1719 FLAGR2: Overall average rms= 8.479E-04 +- 1.178E-04 source= GRJ1719 FLAGR2: Overall average amp= 1.718E-03 +- 2.055E-04 source= X1806-246 FLAGR2: Overall average rms= 8.535E-04 +- 1.195E-04 source= X1806-246 FLAGR2: Overall average amp= 1.727E-03 +- 2.126E-04 source= V4641SGR FLAGR2: Overall average rms= 8.492E-04 +- 1.085E-04 source= V4641SGR FLAGR2: Overall average amp= 1.802E-03 +- 2.002E-04 source= X1748-28 FLAGR2: Overall average rms= 8.774E-04 +- 1.023E-04 source= X1748-28 FLAGR2: Overall average amp= 2.222E-01 +- 1.104E-02 source= 2007+404 FLAGR2: Overall average rms= 1.228E-03 +- 2.010E-04 source= 2007+404 FLAGR2: Overall average amp= 1.570E-03 +- 1.946E-04 source= X2012+38 FLAGR2: Overall average rms= 7.734E-04 +- 1.253E-04 source= X2012+38 FLAGR2: Overall average amp= 1.898E-03 +- 2.764E-04 source= CYGX-1 FLAGR2: Overall average rms= 9.204E-04 +- 1.653E-04 source= CYGX-1 FLAGR2: Found 0 bad times, 10 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 10 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 1.7 Real= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991107 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 850 good solutions CALIB2: Failed on 6 solutions CALIB2: Average closure rms = 0.0082 +- 0.0045 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.15625 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.46875 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.15625 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991107 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 27 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 108 good solutions CALIB2: Average closure rms = 0.0052 +- 0.0007 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 214 merged records from 214 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 216 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 214 merged records from 214 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991107 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.204E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.205E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.233E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.259E+00 CALIB2: Found 535 good solutions CALIB2: Failed on 1 solutions CALIB2: Average closure rms = 0.0011 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.35000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.30000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.30000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.05000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.4 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991107 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 27 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.198E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.197E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.191E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.216E+00 CALIB2: Found 108 good solutions CALIB2: Average closure rms = 0.0009 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 1.00000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1850+284 : 0 C 1 1.53909 +/- 0.00937 GETJY2: 2 1.54214 +/- 0.00818 GETJY2: 1744-312 : 0 C 1 0.61283 +/- 0.00379 GETJY2: 2 0.61534 +/- 0.00258 GETJY2: 2007+404 : 0 A 1 2.24056 +/- 0.01223 GETJY2: 2 2.24229 +/- 0.00993 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 134 merged records from 134 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 216 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 134 merged records from 134 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.3 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991107 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 98 0 98 SPLIT2: Fully 0 0 2282 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create X1859+226 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 7020 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1850+284 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 78 0 78 SPLIT2: Fully 0 0 2379 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1744-312 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 258 78 258 SPLIT2: Fully 0 0 3954 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create X1630-472 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 416 416 SPLIT2: Fully 0 0 5200 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Create GRJ1655 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 780 780 SPLIT2: Fully 0 0 9750 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Create GRS1739 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 52 520 520 SPLIT2: Fully 0 0 6500 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Create GRJ1719 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 416 416 SPLIT2: Fully 0 0 5200 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Create X1806-246 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 390 390 SPLIT2: Fully 0 0 4875 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Create V4641SGR .X BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 650 650 SPLIT2: Fully 0 0 8125 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Create X1748-28 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 26 806 806 SPLIT2: Fully 0 0 10075 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Create 2007+404 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 147 0 147 SPLIT2: Fully 0 0 2453 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Create X2012+38 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 5967 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Create CYGX-1 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 2457 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.5 Real= 2 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1465 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1343 CELLSIZE 0.23842 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23842 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 50.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 3 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 10.0 00002 -1 507 512 513 C 3 1012 1012 13 30 54.69 30 28 51.4 00003 -1 507 512 513 C 4 1012 1012 13 31 21.89 30 28 51.4 00004 -1 507 512 513 C 5 1012 1012 13 30 54.68 30 32 14.4 00005 -1 507 512 513 C 6 1012 1012 13 31 21.89 30 32 14.4 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 55.9 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1465 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.4554E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.4554E-02 -2.0296E+02 0 IMAGR2: Field 3 1012 1012 -1.7573E+02 -1.0156E+02 0 IMAGR2: Field 4 1012 1012 1.7578E+02 -1.0156E+02 0 IMAGR2: Field 5 1012 1012 -1.7586E+02 1.0144E+02 0 IMAGR2: Field 6 1012 1012 1.7578E+02 1.0144E+02 0 IMAGR2: Field 7 1012 1012 2.4554E-02 2.0294E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 17 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 2380 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.629E+04 IMAGR2: UVWAIT: Adding temperance S 7.258E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.123E+07 and out 2.539E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.122 due to weighting IMAGR2: UVWAIT: Average summed weight 3.629E+04 over 4759 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 31 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.69554E+08 IMAGR2: Field 1 Beam min = -166.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 845.567 x 732.218 Milliarcsec, PA= -87.7 IMAGR2: Field 2 Sum of gridding weights = 2.69553E+08 IMAGR2: Field 2 Beam min = -166.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 845.546 x 732.385 Milliarcsec, PA= -87.8 IMAGR2: Field 3 Sum of gridding weights = 2.69554E+08 IMAGR2: Field 3 Beam min = -159.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 846.023 x 732.313 Milliarcsec, PA= -87.9 IMAGR2: Field 4 Sum of gridding weights = 2.69553E+08 IMAGR2: Field 4 Beam min = -112.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 845.090 x 732.288 Milliarcsec, PA= -87.7 IMAGR2: Field 5 Sum of gridding weights = 2.69554E+08 IMAGR2: Field 5 Beam min = -159.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 846.045 x 732.147 Milliarcsec, PA= -87.7 IMAGR2: Field 6 Sum of gridding weights = 2.69554E+08 IMAGR2: Field 6 Beam min = -112.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 845.113 x 732.121 Milliarcsec, PA= -87.6 IMAGR2: Field 7 Sum of gridding weights = 2.69554E+08 IMAGR2: Field 7 Beam min = -166.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 845.590 x 732.051 Milliarcsec, PA= -87.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -456.9 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -461.6 MilliJy,max = 1.8 Jy IMAGR2: Field 3 min = -451.9 MilliJy,max = 2.3 Jy IMAGR2: Field 4 min = -423.8 MilliJy,max = 1.8 Jy IMAGR2: Field 5 min = -424.5 MilliJy,max = 1.7 Jy IMAGR2: Field 6 min = -453.4 MilliJy,max = 2.3 Jy IMAGR2: Field 7 min = -544.2 MilliJy,max = 1.8 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.03 Jy IMAGR2: 621 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.349 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 2.091 Jy 5 comps IMAGR2: Total Cleaned flux density = 2.091 Jy 5 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -279.6 MilliJy,max = 3.0 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 675.37 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.481 Jy iter= 13 IMAGR2: Field 1 Clean flux density= 3.811 Jy 13 comps IMAGR2: Total Cleaned flux density = 3.811 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -134.6 MilliJy,max = 666.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.128E-01 < Second best 2.092E+00 IMAGR2: Field 6 min = -141.6 MilliJy,max = 653.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.029E-01 < Second best 1.727E+00 IMAGR2: Field 7 min = -149.7 MilliJy,max = 510.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.864E-01 < Second best 1.676E+00 IMAGR2: Field 2 min = -132.9 MilliJy,max = 511.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.873E-01 < Second best 1.409E+00 IMAGR2: Field 1 min = -153.1 MilliJy,max = 1.3 Jy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 409.37 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 619.918 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 4.743 Jy 23 comps IMAGR2: Total Cleaned flux density = 4.743 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -74.0 MilliJy,max = 191.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.520E-01 < Second best 1.203E+00 IMAGR2: Field 5 min = -81.3 MilliJy,max = 199.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.396E-01 < Second best 6.128E-01 IMAGR2: Field 3 min = -79.1 MilliJy,max = 294.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.570E-01 < Second best 6.029E-01 IMAGR2: Field 6 min = -84.6 MilliJy,max = 273.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.469E-01 < Second best 5.897E-01 IMAGR2: Field 1 min = -93.2 MilliJy,max = 566.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 125.00 MilliJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 1 min allowed flux = 265.404 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 5.144 Jy 33 comps IMAGR2: Total Cleaned flux density = 5.144 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -62.4 MilliJy,max = 117.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.121E-01 < Second best 4.864E-01 IMAGR2: Field 7 min = -58.2 MilliJy,max = 97.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.344E-02 < Second best 2.570E-01 IMAGR2: Field 3 min = -60.0 MilliJy,max = 130.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.014E-01 < Second best 2.525E-01 IMAGR2: Field 1 min = -79.9 MilliJy,max = 248.4 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 59.93 MilliJy IMAGR2: 925 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.580 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 5.318 Jy 43 comps IMAGR2: Total Cleaned flux density = 5.318 Jy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -58.8 MilliJy,max = 65.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.264E-02 < Second best 1.520E-01 IMAGR2: Field 4 min = -51.1 MilliJy,max = 58.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.351E-02 < Second best 1.396E-01 IMAGR2: Field 5 min = -55.3 MilliJy,max = 61.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.890E-02 < Second best 1.121E-01 IMAGR2: Field 2 min = -68.1 MilliJy,max = 79.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.571E-02 < Second best 1.100E-01 IMAGR2: Field 1 min = -102.0 MilliJy,max = 108.7 MilliJy IMAGR2: BGC Clean: using 1111 cell beam + residuals > 34.57 MilliJy IMAGR2: 2779 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 56.977 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 5.281 Jy 76 comps IMAGR2: Total Cleaned flux density = 5.281 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -42.8 MilliJy,max = 53.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.983E-02 < Second best 9.344E-02 IMAGR2: Field 7 min = -42.7 MilliJy,max = 47.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.558E-02 < Second best 7.571E-02 IMAGR2: Field 2 min = -46.3 MilliJy,max = 65.0 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 30.04 MilliJy IMAGR2: 1105 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 39.031 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 82.659 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -43.0 MilliJy,max = 46.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.448E-02 < Second best 5.890E-02 IMAGR2: Field 5 min = -52.8 MilliJy,max = 47.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.042E-02 < Second best 5.431E-02 IMAGR2: Field 1 min = -52.7 MilliJy,max = 49.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.035E-02 < Second best 5.351E-02 IMAGR2: Field 4 min = -50.0 MilliJy,max = 43.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.782E-02 < Second best 5.042E-02 IMAGR2: BGC Clean: using 629 cell beam + residuals > 26.24 MilliJy IMAGR2: 2418 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 35.884 MilliJy iter= 45 IMAGR2: Field 5 Clean flux density= 1.617 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -48.4 MilliJy,max = 48.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.623E-02 < Second best 4.983E-02 IMAGR2: Field 3 min = -38.3 MilliJy,max = 44.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.261E-02 < Second best 4.782E-02 IMAGR2: Field 4 min = -49.2 MilliJy,max = 44.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 26.24 MilliJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 33.804 MilliJy iter= 47 IMAGR2: Field 4 Clean flux density= -61.198 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 5.304 Jy 194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.6 MilliJy,max = 47.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 26.24 MilliJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 31.097 MilliJy iter= 115 IMAGR2: Field 1 Clean flux density= 5.270 Jy 115 comps IMAGR2: Total Cleaned flux density = 5.293 Jy 233 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -33.2 MilliJy,max = 35.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.409E-02 < Second best 4.448E-02 IMAGR2: Field 6 min = -33.6 MilliJy,max = 37.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.616E-02 < Second best 4.261E-02 IMAGR2: Field 3 min = -37.1 MilliJy,max = 42.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 26.24 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 29.699 MilliJy iter= 31 IMAGR2: Field 3 Clean flux density= 24.835 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 5.318 Jy 264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -31.9 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.131E-02 < Second best 3.616E-02 IMAGR2: Field 6 min = -33.4 MilliJy,max = 37.1 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 22.21 MilliJy IMAGR2: 543 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 25.690 MilliJy iter= 43 IMAGR2: Field 6 Clean flux density= 10.554 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 5.329 Jy 307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -34.9 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.173E-02 < Second best 3.409E-02 IMAGR2: Field 7 min = -33.6 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 20.71 MilliJy IMAGR2: 931 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 24.415 MilliJy iter= 57 IMAGR2: Field 7 Clean flux density= -8.195 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 5.320 Jy 364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -32.8 MilliJy,max = 34.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 20.03 MilliJy IMAGR2: 1812 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -24.018 MilliJy iter= 123 IMAGR2: Field 4 Clean flux density= -45.047 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -33.7 MilliJy,max = 29.9 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 20.03 MilliJy IMAGR2: 1485 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 23.194 MilliJy iter= 116 IMAGR2: Field 5 Clean flux density= -30.278 MilliJy 116 comps IMAGR2: Total Cleaned flux density = 5.305 Jy 511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.9 MilliJy,max = 29.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 19.20 MilliJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 21.785 MilliJy iter= 95 IMAGR2: Field 2 Clean flux density= 127.701 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.3 MilliJy,max = 23.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.608E-02 < Second best 2.838E-02 IMAGR2: Field 3 min = -26.3 MilliJy,max = 29.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.318E-02 < Second best 2.608E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 17.49 MilliJy IMAGR2: 343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -19.387 MilliJy iter= 177 IMAGR2: Field 1 Clean flux density= 5.252 Jy 177 comps IMAGR2: Total Cleaned flux density = 5.331 Jy 642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -24.0 MilliJy,max = 23.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.171E-02 < Second best 2.336E-02 IMAGR2: Field 7 min = -23.0 MilliJy,max = 21.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.115E-02 < Second best 2.318E-02 IMAGR2: Field 3 min = -24.8 MilliJy,max = 26.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 16.38 MilliJy IMAGR2: 985 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -19.392 MilliJy iter= 154 IMAGR2: Field 3 Clean flux density= 133.449 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 5.440 Jy 765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -28.3 MilliJy,max = 28.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.63 MilliJy IMAGR2: 2480 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 19.228 MilliJy iter= 311 IMAGR2: Field 4 Clean flux density= -183.584 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 5.301 Jy 953 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -27.2 MilliJy,max = 25.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.72 MilliJy IMAGR2: 1304 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -17.077 MilliJy iter= 272 IMAGR2: Field 5 Clean flux density= -47.748 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 5.284 Jy 1109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -21.3 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.874E-02 < Second best 2.115E-02 IMAGR2: Field 7 min = -19.9 MilliJy,max = 18.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.904E-02 < Second best 2.085E-02 IMAGR2: Field 2 min = -19.6 MilliJy,max = 22.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.48 MilliJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -15.203 MilliJy iter= 231 IMAGR2: Field 2 Clean flux density= 177.007 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 1245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -20.6 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.49 MilliJy IMAGR2: 819 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 15.194 MilliJy iter= 211 IMAGR2: Field 7 Clean flux density= -57.612 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 5.284 Jy 1399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -18.4 MilliJy,max = 18.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.681E-02 < Second best 1.856E-02 IMAGR2: Field 3 min = -18.1 MilliJy,max = 20.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.632E-02 < Second best 1.853E-02 IMAGR2: Field 1 min = -18.2 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.738E-02 < Second best 1.840E-02 IMAGR2: Field 4 min = -20.9 MilliJy,max = 18.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.560E-02 < Second best 1.738E-02 IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.37 MilliJy IMAGR2: 143 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.918 MilliJy iter= 231 IMAGR2: Field 1 Clean flux density= 5.256 Jy 231 comps IMAGR2: Total Cleaned flux density = 5.288 Jy 1453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.4 MilliJy,max = 17.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.35 MilliJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -12.653 MilliJy iter= 205 IMAGR2: Field 6 Clean flux density= -28.868 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 5.248 Jy 1615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -20.5 MilliJy,max = 21.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.60 MilliJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 12.149 MilliJy iter= 509 IMAGR2: Field 5 Clean flux density= -60.515 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 5.236 Jy 1852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.4 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.470E-02 < Second best 1.560E-02 IMAGR2: Field 4 min = -20.1 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.43 MilliJy IMAGR2: 898 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 11.470 MilliJy iter= 496 IMAGR2: Field 4 Clean flux density= -180.410 MilliJy 496 comps IMAGR2: Total Cleaned flux density = 5.239 Jy 2037 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -16.5 MilliJy,max = 17.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.43 MilliJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -11.160 MilliJy iter= 293 IMAGR2: Field 3 Clean flux density= 138.933 MilliJy 293 comps IMAGR2: Total Cleaned flux density = 5.244 Jy 2176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.9 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.185E-02 < Second best 1.455E-02 IMAGR2: Field 7 min = -14.9 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.12 MilliJy IMAGR2: 857 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 9.938 MilliJy iter= 409 IMAGR2: Field 7 Clean flux density= -73.232 MilliJy 409 comps IMAGR2: Total Cleaned flux density = 5.229 Jy 2374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.2 MilliJy,max = 14.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.80 MilliJy IMAGR2: 688 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -9.451 MilliJy iter= 379 IMAGR2: Field 6 Clean flux density= -84.686 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 5.173 Jy 2548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.8 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.83 MilliJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 9.721 MilliJy iter= 473 IMAGR2: Field 2 Clean flux density= 243.652 MilliJy 473 comps IMAGR2: Total Cleaned flux density = 5.240 Jy 2790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -14.5 MilliJy,max = 17.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.33 MilliJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.862 MilliJy iter= 685 IMAGR2: Field 5 Clean flux density= -90.362 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 5.210 Jy 2966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.156E-03 < Second best 1.098E-02 IMAGR2: Field 4 min = -14.2 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.003E-02 < Second best 1.068E-02 IMAGR2: Field 3 min = -12.6 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.31 MilliJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.857 MilliJy iter= 496 IMAGR2: Field 3 Clean flux density= 152.610 MilliJy 496 comps IMAGR2: Total Cleaned flux density = 5.223 Jy 3169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -14.3 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.33 MilliJy IMAGR2: 1399 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.047 MilliJy iter= 784 IMAGR2: Field 4 Clean flux density= -242.142 MilliJy 784 comps IMAGR2: Total Cleaned flux density = 5.162 Jy 3457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.3 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.07 MilliJy IMAGR2: 1496 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -7.721 MilliJy iter= 705 IMAGR2: Field 7 Clean flux density= -62.901 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 5.172 Jy 3753 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.2 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.77 MilliJy IMAGR2: 880 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -7.202 MilliJy iter= 709 IMAGR2: Field 2 Clean flux density= 216.950 MilliJy 709 comps IMAGR2: Total Cleaned flux density = 5.145 Jy 3989 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.324E-03 < Second best 9.050E-03 IMAGR2: Field 6 min = -11.7 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.46 MilliJy IMAGR2: 1070 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.947 MilliJy iter= 634 IMAGR2: Field 6 Clean flux density= -71.643 MilliJy 634 comps IMAGR2: Total Cleaned flux density = 5.158 Jy 4244 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.9 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.20 MilliJy IMAGR2: 1944 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.780 MilliJy iter= 1081 IMAGR2: Field 5 Clean flux density= -118.839 MilliJy 1081 comps IMAGR2: Total Cleaned flux density = 5.130 Jy 4640 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.1 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.291 MilliJy iter= 1017 IMAGR2: Field 4 Clean flux density= -276.991 MilliJy 1017 comps IMAGR2: Total Cleaned flux density = 5.095 Jy 4873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.4 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.80 MilliJy IMAGR2: 1051 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.162 MilliJy iter= 783 IMAGR2: Field 3 Clean flux density= 172.806 MilliJy 783 comps IMAGR2: Total Cleaned flux density = 5.115 Jy 5160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.1 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.51 MilliJy IMAGR2: 1189 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.855 MilliJy iter= 1009 IMAGR2: Field 7 Clean flux density= -78.579 MilliJy 1009 comps IMAGR2: Total Cleaned flux density = 5.099 Jy 5464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.2 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.51 MilliJy IMAGR2: 155 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.661 MilliJy iter= 306 IMAGR2: Field 1 Clean flux density= 5.222 Jy 306 comps IMAGR2: Total Cleaned flux density = 5.066 Jy 5539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.8 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.33 MilliJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.607 MilliJy iter= 978 IMAGR2: Field 2 Clean flux density= 241.001 MilliJy 978 comps IMAGR2: Total Cleaned flux density = 5.090 Jy 5808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.4 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.17 MilliJy IMAGR2: 1518 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.550 MilliJy iter= 971 IMAGR2: Field 6 Clean flux density= -63.972 MilliJy 971 comps IMAGR2: Total Cleaned flux density = 5.097 Jy 6145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.7 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.91 MilliJy IMAGR2: 1803 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.253 MilliJy iter= 1497 IMAGR2: Field 5 Clean flux density= -127.275 MilliJy 1497 comps IMAGR2: Total Cleaned flux density = 5.089 Jy 6561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.7 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.77 MilliJy IMAGR2: 1438 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -5.045 MilliJy iter= 1379 IMAGR2: Field 4 Clean flux density= -303.489 MilliJy 1379 comps IMAGR2: Total Cleaned flux density = 5.063 Jy 6923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.3 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 1927 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.975 MilliJy iter= 1214 IMAGR2: Field 3 Clean flux density= 146.861 MilliJy 1214 comps IMAGR2: Total Cleaned flux density = 5.037 Jy 7354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.54 MilliJy IMAGR2: 1870 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.852 MilliJy iter= 1462 IMAGR2: Field 7 Clean flux density= -44.783 MilliJy 1462 comps IMAGR2: Total Cleaned flux density = 5.070 Jy 7807 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.52 MilliJy IMAGR2: 452 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.879 MilliJy iter= 412 IMAGR2: Field 1 Clean flux density= 5.179 Jy 412 comps IMAGR2: Total Cleaned flux density = 5.027 Jy 7913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.43 MilliJy IMAGR2: 1149 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.627 MilliJy iter= 1307 IMAGR2: Field 2 Clean flux density= 239.655 MilliJy 1307 comps IMAGR2: Total Cleaned flux density = 5.026 Jy 8242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.4 MilliJy,max = 9.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR2: 1752 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.571 MilliJy iter= 1371 IMAGR2: Field 6 Clean flux density= -29.943 MilliJy 1371 comps IMAGR2: Total Cleaned flux density = 5.060 Jy 8642 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.9 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 4.28 MilliJy IMAGR2: 1282 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.410 MilliJy iter= 1680 IMAGR2: Field 5 Clean flux density= -134.655 MilliJy 1680 comps IMAGR2: Total Cleaned flux density = 5.052 Jy 8825 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.9 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 4.11 MilliJy IMAGR2: 398 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.150 MilliJy iter= 1467 IMAGR2: Field 4 Clean flux density= -316.786 MilliJy 1467 comps IMAGR2: Total Cleaned flux density = 5.039 Jy 8913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.7 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 3.94 MilliJy IMAGR2: 952 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.009 MilliJy iter= 1348 IMAGR2: Field 3 Clean flux density= 133.806 MilliJy 1348 comps IMAGR2: Total Cleaned flux density = 5.026 Jy 9047 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.905 MilliJy iter= 443 IMAGR2: Field 1 Clean flux density= 5.173 Jy 443 comps IMAGR2: Total Cleaned flux density = 5.021 Jy 9078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.5 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.70 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.777 MilliJy iter= 1620 IMAGR2: Field 7 Clean flux density= -39.846 MilliJy 1620 comps IMAGR2: Total Cleaned flux density = 5.026 Jy 9236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 975 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.710 MilliJy iter= 1611 IMAGR2: Field 2 Clean flux density= 220.069 MilliJy 1611 comps IMAGR2: Total Cleaned flux density = 5.006 Jy 9540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.7 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.41 MilliJy IMAGR2: 1275 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.543 MilliJy iter= 1712 IMAGR2: Field 6 Clean flux density= -11.770 MilliJy 1712 comps IMAGR2: Total Cleaned flux density = 5.024 Jy 9881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.9 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 5013 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.625 MilliJy iter= 2547 IMAGR2: Field 5 Clean flux density= -117.215 MilliJy 2547 comps IMAGR2: Total Cleaned flux density = 5.042 Jy 10748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -8.3 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.41 MilliJy IMAGR2: 8223 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.816 MilliJy iter= 2631 IMAGR2: Field 4 Clean flux density= -474.586 MilliJy 2631 comps IMAGR2: Total Cleaned flux density = 4.884 Jy 11912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.6 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.65 MilliJy IMAGR2: 10851 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.193 MilliJy iter= 2932 IMAGR2: Field 3 Clean flux density= 430.644 MilliJy 2932 comps IMAGR2: Total Cleaned flux density = 5.181 Jy 13496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.6 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 5.70 MilliJy IMAGR2: 10456 Residual map points loaded IMAGR2: Field 3 min allowed flux = -10.230 MilliJy iter= 2966 IMAGR2: Field 3 Clean flux density= 390.625 MilliJy 2966 comps IMAGR2: Total Cleaned flux density = 5.141 Jy 13530 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.8 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 4.31 MilliJy IMAGR2: 16913 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -7.173 MilliJy iter= 3086 IMAGR2: Field 3 Clean flux density= 312.063 MilliJy 3086 comps IMAGR2: Total Cleaned flux density = 5.062 Jy 13650 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.3 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.53 MilliJy IMAGR2: 7960 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.964 MilliJy iter= 4628 IMAGR2: Field 3 Clean flux density= 149.603 MilliJy 4628 comps IMAGR2: Total Cleaned flux density = 4.900 Jy 15192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -15.8 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 5.21 MilliJy IMAGR2: 15451 Residual map points loaded IMAGR2: Field 3 min allowed flux = 7.899 MilliJy iter= 4721 IMAGR2: Field 3 Clean flux density= 148.122 MilliJy 4721 comps IMAGR2: Total Cleaned flux density = 4.898 Jy 15285 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.0 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.79 MilliJy IMAGR2: 13656 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.403 MilliJy iter= 7013 IMAGR2: Field 3 Clean flux density= 408.791 MilliJy 7013 comps IMAGR2: Total Cleaned flux density = 5.159 Jy 17577 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -32.0 MilliJy,max = 32.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 12.94 MilliJy IMAGR2: 10858 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -17.266 MilliJy iter= 7197 IMAGR2: Field 3 Clean flux density= 331.080 MilliJy 7197 comps IMAGR2: Total Cleaned flux density = 5.081 Jy 17761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.6 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 5.60 MilliJy IMAGR2: 16933 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -7.309 MilliJy iter= 7482 IMAGR2: Field 3 Clean flux density= 266.884 MilliJy 7482 comps IMAGR2: Total Cleaned flux density = 5.017 Jy 18046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 2982 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.617 MilliJy iter= 8451 IMAGR2: Field 3 Clean flux density= 265.422 MilliJy 8451 comps IMAGR2: Total Cleaned flux density = 5.015 Jy 19015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.45 MilliJy IMAGR2: 2785 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.672 MilliJy iter= 1282 IMAGR2: Field 1 Clean flux density= 5.033 Jy 1282 comps IMAGR2: Total Cleaned flux density = 4.875 Jy 19854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.7 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.42 MilliJy IMAGR2: 6692 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 4 min algorithm flux= 5.039 MilliJy iter= 2806 IMAGR2: Field 4 Clean flux density= -379.440 MilliJy 2806 comps IMAGR2: Total Cleaned flux density = 4.970 Jy 20029 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.5 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 1087 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.379 MilliJy iter= 3201 IMAGR2: Field 4 Clean flux density= -402.645 MilliJy 3201 comps IMAGR2: Total Cleaned flux density = 4.947 Jy 20424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 3536 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.533 MilliJy iter= 2582 IMAGR2: Field 7 Clean flux density= -141.041 MilliJy 2582 comps IMAGR2: Total Cleaned flux density = 4.845 Jy 21386 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 10174 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.919 MilliJy iter= 3320 IMAGR2: Field 2 Clean flux density= 532.424 MilliJy 3320 comps IMAGR2: Total Cleaned flux density = 5.158 Jy 23095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.2 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 5.87 MilliJy IMAGR2: 17605 Residual map points loaded IMAGR2: Field 2 min allowed flux = -10.600 MilliJy iter= 3372 IMAGR2: Field 2 Clean flux density= 464.712 MilliJy 3372 comps IMAGR2: Total Cleaned flux density = 5.090 Jy 23147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.5 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 4.64 MilliJy IMAGR2: 16298 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -7.909 MilliJy iter= 3506 IMAGR2: Field 2 Clean flux density= 371.547 MilliJy 3506 comps IMAGR2: Total Cleaned flux density = 4.997 Jy 23281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 3.47 MilliJy IMAGR2: 6650 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.599 MilliJy iter= 3976 IMAGR2: Field 2 Clean flux density= 374.434 MilliJy 3976 comps IMAGR2: Total Cleaned flux density = 5.000 Jy 23751 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 130 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.430 MilliJy iter= 1351 IMAGR2: Field 1 Clean flux density= 5.016 Jy 1351 comps IMAGR2: Total Cleaned flux density = 4.983 Jy 23820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 1614 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.442 MilliJy iter= 3072 IMAGR2: Field 5 Clean flux density= -107.004 MilliJy 3072 comps IMAGR2: Total Cleaned flux density = 4.994 Jy 24345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.295 MilliJy iter= 8577 IMAGR2: Field 3 Clean flux density= 255.085 MilliJy 8577 comps IMAGR2: Total Cleaned flux density = 4.983 Jy 24471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.98 MilliJy IMAGR2: 54 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.987 MilliJy iter= 4011 IMAGR2: Field 2 Clean flux density= 371.486 MilliJy 4011 comps IMAGR2: Total Cleaned flux density = 4.980 Jy 24506 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.03 MilliJy IMAGR2: 6428 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 4.720 MilliJy iter= 1752 IMAGR2: Field 6 Clean flux density= -12.087 MilliJy 1752 comps IMAGR2: Total Cleaned flux density = 4.980 Jy 24546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.9 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.98 MilliJy IMAGR2: 4497 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.134 MilliJy iter= 2791 IMAGR2: Field 6 Clean flux density= -11.178 MilliJy 2791 comps IMAGR2: Total Cleaned flux density = 4.981 Jy 25585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 3224 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.004 MilliJy iter= 3510 IMAGR2: Field 7 Clean flux density= -84.236 MilliJy 3510 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 26513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.6 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.79 MilliJy IMAGR2: 2318 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.923 MilliJy iter= 3851 IMAGR2: Field 5 Clean flux density= -208.680 MilliJy 3851 comps IMAGR2: Total Cleaned flux density = 4.936 Jy 27292 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 1490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.898 MilliJy iter= 1835 IMAGR2: Field 1 Clean flux density= 5.051 Jy 1835 comps IMAGR2: Total Cleaned flux density = 4.970 Jy 27776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 3424 Residual map points loaded IMAGR2: Field 4 min allowed flux = 2.954 MilliJy iter= 4118 IMAGR2: Field 4 Clean flux density= -410.555 MilliJy 4118 comps IMAGR2: Total Cleaned flux density = 4.962 Jy 28693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.81 MilliJy IMAGR2: 2839 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.945 MilliJy iter= 9426 IMAGR2: Field 3 Clean flux density= 284.837 MilliJy 9426 comps IMAGR2: Total Cleaned flux density = 4.992 Jy 29542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 8061 Residual map points loaded IMAGR2: Field 6 min allowed flux = -3.135 MilliJy iter= 4326 IMAGR2: Field 6 Clean flux density= -85.783 MilliJy 4326 comps IMAGR2: Total Cleaned flux density = 4.918 Jy 31077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.3 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 3.94 MilliJy IMAGR2: 12413 Residual map points loaded IMAGR2: Field 6 min allowed flux = -7.090 MilliJy iter= 4366 IMAGR2: Field 6 Clean flux density= -72.508 MilliJy 4366 comps IMAGR2: Total Cleaned flux density = 4.931 Jy 31117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.12 MilliJy IMAGR2: 14411 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 6.216 MilliJy iter= 4432 IMAGR2: Field 6 Clean flux density= -57.973 MilliJy 4432 comps IMAGR2: Total Cleaned flux density = 4.945 Jy 31183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR2: 6984 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.043 MilliJy iter= 6341 IMAGR2: Field 6 Clean flux density= -136.922 MilliJy 6341 comps IMAGR2: Total Cleaned flux density = 4.867 Jy 33092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.1 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 1111 cell beam + residuals > 5.49 MilliJy IMAGR2: 19093 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 12.475 MilliJy iter= 6366 IMAGR2: Field 6 Clean flux density= -109.224 MilliJy 6366 comps IMAGR2: Total Cleaned flux density = 4.894 Jy 33117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -12.4 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 5.03 MilliJy IMAGR2: 16463 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 8.882 MilliJy iter= 6455 IMAGR2: Field 6 Clean flux density= -86.906 MilliJy 6455 comps IMAGR2: Total Cleaned flux density = 4.917 Jy 33206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.5 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 3.58 MilliJy IMAGR2: 18021 Residual map points loaded IMAGR2: Field 6 min allowed flux = 4.150 MilliJy iter= 6879 IMAGR2: Field 6 Clean flux density= -83.699 MilliJy 6879 comps IMAGR2: Total Cleaned flux density = 4.920 Jy 33630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 8 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.553 MilliJy iter= 6886 IMAGR2: Field 6 Clean flux density= -85.081 MilliJy 6886 comps IMAGR2: Total Cleaned flux density = 4.918 Jy 33637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 2.59 MilliJy IMAGR2: 997 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.632 MilliJy iter= 3662 IMAGR2: Field 7 Clean flux density= -80.513 MilliJy 3662 comps IMAGR2: Total Cleaned flux density = 4.922 Jy 33789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR2: 2354 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.715 MilliJy iter= 4658 IMAGR2: Field 2 Clean flux density= 380.609 MilliJy 4658 comps IMAGR2: Total Cleaned flux density = 4.931 Jy 34436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.541 MilliJy iter= 4255 IMAGR2: Field 4 Clean flux density= -402.889 MilliJy 4255 comps IMAGR2: Total Cleaned flux density = 4.939 Jy 34573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR2: 2280 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.524 MilliJy iter= 10096 IMAGR2: Field 3 Clean flux density= 274.599 MilliJy 10096 comps IMAGR2: Total Cleaned flux density = 4.929 Jy 35243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR2: 2222 Residual map points loaded IMAGR2: Field 5 min allowed flux = 2.619 MilliJy iter= 4295 IMAGR2: Field 5 Clean flux density= -143.650 MilliJy 4295 comps IMAGR2: Total Cleaned flux density = 4.994 Jy 35687 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 2.30 MilliJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.351 MilliJy iter= 2031 IMAGR2: Field 1 Clean flux density= 5.010 Jy 2031 comps IMAGR2: Total Cleaned flux density = 4.953 Jy 35883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.21 MilliJy IMAGR2: 979 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.235 MilliJy iter= 4785 IMAGR2: Field 2 Clean flux density= 367.088 MilliJy 4785 comps IMAGR2: Total Cleaned flux density = 4.940 Jy 36010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.21 MilliJy IMAGR2: 2183 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.249 MilliJy iter= 3882 IMAGR2: Field 7 Clean flux density= -78.011 MilliJy 3882 comps IMAGR2: Total Cleaned flux density = 4.942 Jy 36230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 2.06 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.078 MilliJy iter= 4392 IMAGR2: Field 5 Clean flux density= -143.297 MilliJy 4392 comps IMAGR2: Total Cleaned flux density = 4.943 Jy 36327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 2608 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.169 MilliJy iter= 7585 IMAGR2: Field 6 Clean flux density= -112.479 MilliJy 7585 comps IMAGR2: Total Cleaned flux density = 4.915 Jy 37026 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 2678 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.188 MilliJy iter= 5131 IMAGR2: Field 4 Clean flux density= -436.826 MilliJy 5131 comps IMAGR2: Total Cleaned flux density = 4.881 Jy 37902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 8400 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.299 MilliJy iter= 11999 IMAGR2: Field 3 Clean flux density= 222.618 MilliJy 11999 comps IMAGR2: Total Cleaned flux density = 4.829 Jy 39805 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 3.68 MilliJy IMAGR2: 13139 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.627 MilliJy iter= 2062 IMAGR2: Field 1 Clean flux density= 5.035 Jy 2062 comps IMAGR2: Total Cleaned flux density = 4.854 Jy 39836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 18963 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.277 MilliJy iter= 5686 IMAGR2: Field 1 Clean flux density= 5.603 Jy 5686 comps IMAGR2: Total Cleaned flux density = 5.422 Jy 43460 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -51.0 MilliJy,max = 29.0 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 14.10 MilliJy IMAGR2: 16743 Residual map points loaded IMAGR2: Field 1 min allowed flux = -25.249 MilliJy iter= 5739 IMAGR2: Field 1 Clean flux density= 5.433 Jy 5739 comps IMAGR2: Total Cleaned flux density = 5.252 Jy 43513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.9 MilliJy,max = 24.9 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 10.63 MilliJy IMAGR2: 17673 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.567 MilliJy iter= 6091 IMAGR2: Field 1 Clean flux density= 5.102 Jy 6091 comps IMAGR2: Total Cleaned flux density = 4.921 Jy 43865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.02 MilliJy IMAGR2: 12145 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.979 MilliJy iter= 6337 IMAGR2: Field 1 Clean flux density= 5.168 Jy 6337 comps IMAGR2: Total Cleaned flux density = 4.987 Jy 44111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 15243 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.747 MilliJy iter= 9788 IMAGR2: Field 1 Clean flux density= 5.136 Jy 9788 comps IMAGR2: Total Cleaned flux density = 4.955 Jy 47562 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -13.6 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 6.27 MilliJy IMAGR2: 18585 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.132 MilliJy iter= 10389 IMAGR2: Field 1 Clean flux density= 5.186 Jy 10389 comps IMAGR2: Total Cleaned flux density = 5.005 Jy 48163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 10065 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.476 MilliJy iter= 13085 IMAGR2: Field 1 Clean flux density= 5.238 Jy 13085 comps IMAGR2: Total Cleaned flux density = 5.057 Jy 50859 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -15.0 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 5.12 MilliJy IMAGR2: 15065 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.766 MilliJy iter= 13177 IMAGR2: Field 1 Clean flux density= 5.211 Jy 13177 comps IMAGR2: Total Cleaned flux density = 5.030 Jy 50951 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 19932 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.069 MilliJy iter= 17717 IMAGR2: Field 1 Clean flux density= 4.975 Jy 17717 comps IMAGR2: Total Cleaned flux density = 4.794 Jy 55491 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -41.0 MilliJy,max = 47.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 18.96 MilliJy IMAGR2: 15387 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.461 MilliJy iter= 17994 IMAGR2: Field 1 Clean flux density= 5.230 Jy 17994 comps IMAGR2: Total Cleaned flux density = 5.049 Jy 55768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.9 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 9.47 MilliJy IMAGR2: 9765 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.711 MilliJy iter= 18416 IMAGR2: Field 1 Clean flux density= 5.175 Jy 18416 comps IMAGR2: Total Cleaned flux density = 4.994 Jy 56190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 3.92 MilliJy IMAGR2: 11802 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.058 MilliJy iter= 18905 IMAGR2: Field 1 Clean flux density= 5.192 Jy 18905 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 56679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 3728 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.242 MilliJy iter= 20419 IMAGR2: Field 1 Clean flux density= 5.143 Jy 20419 comps IMAGR2: Total Cleaned flux density = 4.962 Jy 58193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 5058 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.206 MilliJy iter= 13756 IMAGR2: Field 3 Clean flux density= 284.251 MilliJy 13756 comps IMAGR2: Total Cleaned flux density = 5.023 Jy 59950 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 17486 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.777 MilliJy iter= 7726 IMAGR2: Field 7 Clean flux density= -258.890 MilliJy 7726 comps IMAGR2: Total Cleaned flux density = 4.843 Jy 63794 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 7 min = -21.5 MilliJy,max = 23.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 9.31 MilliJy IMAGR2: 13975 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 15.910 MilliJy iter= 7790 IMAGR2: Field 7 Clean flux density= -206.986 MilliJy 7790 comps IMAGR2: Total Cleaned flux density = 4.894 Jy 63858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -15.2 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.12 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 12.171 MilliJy iter= 7973 IMAGR2: Field 7 Clean flux density= -167.917 MilliJy 7973 comps IMAGR2: Total Cleaned flux density = 4.934 Jy 64041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.3 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.50 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 6.782 MilliJy iter= 8384 IMAGR2: Field 7 Clean flux density= -138.065 MilliJy 8384 comps IMAGR2: Total Cleaned flux density = 4.963 Jy 64452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 12366 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 3.170 MilliJy iter= 8840 IMAGR2: Field 7 Clean flux density= -111.634 MilliJy 8840 comps IMAGR2: Total Cleaned flux density = 4.990 Jy 64908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.065 MilliJy iter= 8902 IMAGR2: Field 7 Clean flux density= -110.299 MilliJy 8902 comps IMAGR2: Total Cleaned flux density = 4.991 Jy 64970 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 3150 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.080 MilliJy iter= 21444 IMAGR2: Field 1 Clean flux density= 5.123 Jy 21444 comps IMAGR2: Total Cleaned flux density = 4.971 Jy 65995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 3827 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.220 MilliJy iter= 5729 IMAGR2: Field 2 Clean flux density= 502.215 MilliJy 5729 comps IMAGR2: Total Cleaned flux density = 5.107 Jy 66939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 2.34 MilliJy IMAGR2: 7737 Residual map points loaded IMAGR2: Field 2 min allowed flux = -5.082 MilliJy iter= 5746 IMAGR2: Field 2 Clean flux density= 490.559 MilliJy 5746 comps IMAGR2: Total Cleaned flux density = 5.095 Jy 66956 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.14 MilliJy IMAGR2: 4392 Residual map points loaded IMAGR2: Field 2 min allowed flux = -2.495 MilliJy iter= 5906 IMAGR2: Field 2 Clean flux density= 440.226 MilliJy 5906 comps IMAGR2: Total Cleaned flux density = 5.045 Jy 67116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.894 MilliJy iter= 5913 IMAGR2: Field 2 Clean flux density= 441.236 MilliJy 5913 comps IMAGR2: Total Cleaned flux density = 5.046 Jy 67123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 1996 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.939 MilliJy iter= 14497 IMAGR2: Field 3 Clean flux density= 250.279 MilliJy 14497 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 67864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.88 MilliJy IMAGR2: 5506 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.954 MilliJy iter= 6696 IMAGR2: Field 4 Clean flux density= -407.778 MilliJy 6696 comps IMAGR2: Total Cleaned flux density = 5.041 Jy 69429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 10974 Residual map points loaded IMAGR2: Field 6 min allowed flux = 2.219 MilliJy iter= 9936 IMAGR2: Field 6 Clean flux density= -112.777 MilliJy 9936 comps IMAGR2: Total Cleaned flux density = 5.040 Jy 71780 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -10.7 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 3.93 MilliJy IMAGR2: 13115 Residual map points loaded IMAGR2: Field 6 min allowed flux = -5.963 MilliJy iter= 10012 IMAGR2: Field 6 Clean flux density= -115.352 MilliJy 10012 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 71856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.6 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 19758 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.094 MilliJy iter= 15209 IMAGR2: Field 6 Clean flux density= -217.573 MilliJy 15209 comps IMAGR2: Total Cleaned flux density = 4.936 Jy 77053 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -40.7 MilliJy,max = 45.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 18.16 MilliJy IMAGR2: 11954 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 34.172 MilliJy iter= 15240 IMAGR2: Field 6 Clean flux density= -173.767 MilliJy 15240 comps IMAGR2: Total Cleaned flux density = 4.979 Jy 77084 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -33.1 MilliJy,max = 33.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 14.97 MilliJy IMAGR2: 16783 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 22.760 MilliJy iter= 15432 IMAGR2: Field 6 Clean flux density= -142.559 MilliJy 15432 comps IMAGR2: Total Cleaned flux density = 5.011 Jy 77276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -17.9 MilliJy,max = 17.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.21 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 10.945 MilliJy iter= 17251 IMAGR2: Field 6 Clean flux density= -189.998 MilliJy 17251 comps IMAGR2: Total Cleaned flux density = 4.963 Jy 79095 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -46.1 MilliJy,max = 49.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 19.79 MilliJy IMAGR2: 9258 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 36.184 MilliJy iter= 17275 IMAGR2: Field 6 Clean flux density= -150.127 MilliJy 17275 comps IMAGR2: Total Cleaned flux density = 5.003 Jy 79119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -35.1 MilliJy,max = 35.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 15.85 MilliJy IMAGR2: 17337 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 23.009 MilliJy iter= 17521 IMAGR2: Field 6 Clean flux density= -150.712 MilliJy 17521 comps IMAGR2: Total Cleaned flux density = 5.002 Jy 79365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.7 MilliJy,max = 16.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.32 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 6 min allowed flux = -8.241 MilliJy iter= 22057 IMAGR2: Field 6 Clean flux density= -399.489 MilliJy 22057 comps IMAGR2: Total Cleaned flux density = 4.754 Jy 83901 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -93.2 MilliJy,max = 108.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 43.63 MilliJy IMAGR2: 13147 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 89.476 MilliJy iter= 22068 IMAGR2: Field 6 Clean flux density= -313.914 MilliJy 22068 comps IMAGR2: Total Cleaned flux density = 4.839 Jy 83912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -86.1 MilliJy,max = 85.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 39.20 MilliJy IMAGR2: 17862 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 78.530 MilliJy iter= 22093 IMAGR2: Field 6 Clean flux density= -257.961 MilliJy 22093 comps IMAGR2: Total Cleaned flux density = 4.895 Jy 83937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -75.4 MilliJy,max = 75.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.40 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 73.433 MilliJy iter= 22108 IMAGR2: Field 6 Clean flux density= -206.152 MilliJy 22108 comps IMAGR2: Total Cleaned flux density = 4.947 Jy 83952 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -70.7 MilliJy,max = 70.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 33.83 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 64.638 MilliJy iter= 22198 IMAGR2: Field 6 Clean flux density= -264.520 MilliJy 22198 comps IMAGR2: Total Cleaned flux density = 4.889 Jy 84042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -53.9 MilliJy,max = 54.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 27.21 MilliJy IMAGR2: 16962 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 49.862 MilliJy iter= 22219 IMAGR2: Field 6 Clean flux density= -207.579 MilliJy 22219 comps IMAGR2: Total Cleaned flux density = 4.946 Jy 84063 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -49.0 MilliJy,max = 48.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.94 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 45.339 MilliJy iter= 22294 IMAGR2: Field 6 Clean flux density= -185.290 MilliJy 22294 comps IMAGR2: Total Cleaned flux density = 4.968 Jy 84138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -40.0 MilliJy,max = 40.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.74 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 33.521 MilliJy iter= 22715 IMAGR2: Field 6 Clean flux density= -259.622 MilliJy 22715 comps IMAGR2: Total Cleaned flux density = 4.893 Jy 84559 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -18.7 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 7.55 MilliJy IMAGR2: 12156 Residual map points loaded IMAGR2: Field 6 min allowed flux = 9.351 MilliJy iter= 22967 IMAGR2: Field 6 Clean flux density= -246.412 MilliJy 22967 comps IMAGR2: Total Cleaned flux density = 4.907 Jy 84811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.7 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.49 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 5.675 MilliJy iter= 24827 IMAGR2: Field 6 Clean flux density= -209.846 MilliJy 24827 comps IMAGR2: Total Cleaned flux density = 4.943 Jy 86671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.0 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 5.66 MilliJy IMAGR2: 18001 Residual map points loaded IMAGR2: Field 6 min allowed flux = 7.009 MilliJy iter= 25128 IMAGR2: Field 6 Clean flux density= -243.627 MilliJy 25128 comps IMAGR2: Total Cleaned flux density = 4.909 Jy 86972 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.95 MilliJy IMAGR2: 17673 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.032 MilliJy iter= 25781 IMAGR2: Field 6 Clean flux density= -226.938 MilliJy 25781 comps IMAGR2: Total Cleaned flux density = 4.926 Jy 87625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.822 MilliJy iter= 26257 IMAGR2: Field 6 Clean flux density= -232.359 MilliJy 26257 comps IMAGR2: Total Cleaned flux density = 4.921 Jy 88101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 3581 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.801 MilliJy iter= 22711 IMAGR2: Field 1 Clean flux density= 5.074 Jy 22711 comps IMAGR2: Total Cleaned flux density = 4.871 Jy 89368 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.00 MilliJy IMAGR2: 8642 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 5 min algorithm flux= 2.877 MilliJy iter= 4500 IMAGR2: Field 5 Clean flux density= -114.630 MilliJy 4500 comps IMAGR2: Total Cleaned flux density = 4.900 Jy 89476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.9 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 4631 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.838 MilliJy iter= 5967 IMAGR2: Field 5 Clean flux density= -70.270 MilliJy 5967 comps IMAGR2: Total Cleaned flux density = 4.944 Jy 90943 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 5492 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.924 MilliJy iter= 10823 IMAGR2: Field 7 Clean flux density= -120.289 MilliJy 10823 comps IMAGR2: Total Cleaned flux density = 4.934 Jy 92864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 13683 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.156 MilliJy iter= 10344 IMAGR2: Field 4 Clean flux density= -368.536 MilliJy 10344 comps IMAGR2: Total Cleaned flux density = 4.974 Jy 96512 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 4 min = -13.9 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 6.16 MilliJy IMAGR2: 8886 Residual map points loaded IMAGR2: Field 4 min allowed flux = -7.606 MilliJy iter= 10538 IMAGR2: Field 4 Clean flux density= -400.134 MilliJy 10538 comps IMAGR2: Total Cleaned flux density = 4.942 Jy 96706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 3.33 MilliJy IMAGR2: 18120 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.428 MilliJy iter= 11421 IMAGR2: Field 4 Clean flux density= -400.777 MilliJy 11421 comps IMAGR2: Total Cleaned flux density = 4.941 Jy 97589 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 1502 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.836 MilliJy iter= 12061 IMAGR2: Field 4 Clean flux density= -379.700 MilliJy 12061 comps IMAGR2: Total Cleaned flux density = 4.962 Jy 98229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 10356 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.011 MilliJy iter= 17354 IMAGR2: Field 3 Clean flux density= 230.362 MilliJy 17354 comps IMAGR2: Total Cleaned flux density = 4.943 Jy 101086 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 3 min = -10.1 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.40 MilliJy IMAGR2: 12841 Residual map points loaded IMAGR2: Field 3 min allowed flux = 5.430 MilliJy iter= 17628 IMAGR2: Field 3 Clean flux density= 252.413 MilliJy 17628 comps IMAGR2: Total Cleaned flux density = 4.965 Jy 101360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 15662 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.224 MilliJy iter= 22063 IMAGR2: Field 3 Clean flux density= 296.476 MilliJy 22063 comps IMAGR2: Total Cleaned flux density = 5.009 Jy 105795 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 3 min = -19.9 MilliJy,max = 19.1 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 8.36 MilliJy IMAGR2: 16908 Residual map points loaded IMAGR2: Field 3 min allowed flux = -9.932 MilliJy iter= 22420 IMAGR2: Field 3 Clean flux density= 275.478 MilliJy 22420 comps IMAGR2: Total Cleaned flux density = 4.988 Jy 106152 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.7 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 3 min allowed flux = -3.846 MilliJy iter= 27713 IMAGR2: Field 3 Clean flux density= 238.636 MilliJy 27713 comps IMAGR2: Total Cleaned flux density = 4.951 Jy 111445 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 3 min = -43.4 MilliJy,max = 43.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 19.03 MilliJy IMAGR2: 16255 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -27.356 MilliJy iter= 27909 IMAGR2: Field 3 Clean flux density= 220.294 MilliJy 27909 comps IMAGR2: Total Cleaned flux density = 4.932 Jy 111641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -21.9 MilliJy,max = 24.3 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 11.51 MilliJy IMAGR2: 19200 Residual map points loaded IMAGR2: Field 3 min allowed flux = -12.123 MilliJy iter= 28498 IMAGR2: Field 3 Clean flux density= 256.659 MilliJy 28498 comps IMAGR2: Total Cleaned flux density = 4.969 Jy 112230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.1 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.47 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.787 MilliJy iter= 33648 IMAGR2: Field 3 Clean flux density= 288.205 MilliJy 33648 comps IMAGR2: Total Cleaned flux density = 5.000 Jy 117380 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 3 min = -42.3 MilliJy,max = 35.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 17.08 MilliJy IMAGR2: 11212 Residual map points loaded IMAGR2: Field 3 min allowed flux = 21.147 MilliJy iter= 33871 IMAGR2: Field 3 Clean flux density= 291.073 MilliJy 33871 comps IMAGR2: Total Cleaned flux density = 5.003 Jy 117603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -18.4 MilliJy,max = 19.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.31 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -12.281 MilliJy iter= 35704 IMAGR2: Field 3 Clean flux density= 314.693 MilliJy 35704 comps IMAGR2: Total Cleaned flux density = 5.027 Jy 119436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -44.8 MilliJy,max = 36.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 18.08 MilliJy IMAGR2: 9591 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -34.196 MilliJy iter= 35723 IMAGR2: Field 3 Clean flux density= 250.942 MilliJy 35723 comps IMAGR2: Total Cleaned flux density = 4.963 Jy 119455 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -33.1 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 14.98 MilliJy IMAGR2: 18095 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -27.910 MilliJy iter= 35778 IMAGR2: Field 3 Clean flux density= 199.356 MilliJy 35778 comps IMAGR2: Total Cleaned flux density = 4.912 Jy 119510 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -27.0 MilliJy,max = 26.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.62 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -23.938 MilliJy iter= 35859 IMAGR2: Field 3 Clean flux density= 167.513 MilliJy 35859 comps IMAGR2: Total Cleaned flux density = 4.880 Jy 119591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.1 MilliJy,max = 21.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 10.49 MilliJy IMAGR2: 18453 Residual map points loaded IMAGR2: Field 3 min allowed flux = 10.839 MilliJy iter= 36644 IMAGR2: Field 3 Clean flux density= 308.317 MilliJy 36644 comps IMAGR2: Total Cleaned flux density = 5.021 Jy 120376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.1 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 1579 cell beam + residuals > 3.18 MilliJy IMAGR2: 19957 Residual map points loaded IMAGR2: Field 3 min allowed flux = 5.496 MilliJy iter= 36693 IMAGR2: Field 3 Clean flux density= 294.674 MilliJy 36693 comps IMAGR2: Total Cleaned flux density = 5.007 Jy 120425 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 19886 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= -4.167 MilliJy iter= 37252 IMAGR2: Field 3 Clean flux density= 235.681 MilliJy 37252 comps IMAGR2: Total Cleaned flux density = 4.948 Jy 120984 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 9533 Residual map points loaded IMAGR2: Field 3 min allowed flux = 2.174 MilliJy iter= 39061 IMAGR2: Field 3 Clean flux density= 372.032 MilliJy 39061 comps IMAGR2: Total Cleaned flux density = 5.084 Jy 122793 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -14.8 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 3.35 MilliJy IMAGR2: 12500 Residual map points loaded IMAGR2: Field 3 min allowed flux = 7.394 MilliJy iter= 39086 IMAGR2: Field 3 Clean flux density= 349.270 MilliJy 39086 comps IMAGR2: Total Cleaned flux density = 5.061 Jy 122818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.4 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.98 MilliJy IMAGR2: 7520 Residual map points loaded IMAGR2: Field 3 min allowed flux = 3.671 MilliJy iter= 39261 IMAGR2: Field 3 Clean flux density= 282.099 MilliJy 39261 comps IMAGR2: Total Cleaned flux density = 4.994 Jy 122993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 4002 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.855 MilliJy iter= 40950 IMAGR2: Field 3 Clean flux density= 277.072 MilliJy 40950 comps IMAGR2: Total Cleaned flux density = 4.989 Jy 124682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.32 MilliJy IMAGR2: 17295 Residual map points loaded IMAGR2: Field 7 min allowed flux = -2.757 MilliJy iter= 11217 IMAGR2: Field 7 Clean flux density= -124.917 MilliJy 11217 comps IMAGR2: Total Cleaned flux density = 4.985 Jy 125076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.763 MilliJy iter= 11912 IMAGR2: Field 7 Clean flux density= -103.972 MilliJy 11912 comps IMAGR2: Total Cleaned flux density = 5.006 Jy 125771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 6844 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.900 MilliJy iter= 7714 IMAGR2: Field 2 Clean flux density= 326.533 MilliJy 7714 comps IMAGR2: Total Cleaned flux density = 4.891 Jy 127572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 2.91 MilliJy IMAGR2: 7786 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.187 MilliJy iter= 7738 IMAGR2: Field 2 Clean flux density= 342.036 MilliJy 7738 comps IMAGR2: Total Cleaned flux density = 4.906 Jy 127596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.18 MilliJy IMAGR2: 17618 Residual map points loaded IMAGR2: Field 2 min allowed flux = -2.574 MilliJy iter= 8123 IMAGR2: Field 2 Clean flux density= 424.204 MilliJy 8123 comps IMAGR2: Total Cleaned flux density = 4.989 Jy 127981 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 20 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.737 MilliJy iter= 8141 IMAGR2: Field 2 Clean flux density= 424.593 MilliJy 8141 comps IMAGR2: Total Cleaned flux density = 4.989 Jy 127999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 1451 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.713 MilliJy iter= 41541 IMAGR2: Field 3 Clean flux density= 274.229 MilliJy 41541 comps IMAGR2: Total Cleaned flux density = 4.986 Jy 128590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1746 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.656 MilliJy iter= 6608 IMAGR2: Field 5 Clean flux density= -36.919 MilliJy 6608 comps IMAGR2: Total Cleaned flux density = 5.019 Jy 129231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 5563 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.695 MilliJy iter= 13665 IMAGR2: Field 4 Clean flux density= -424.069 MilliJy 13665 comps IMAGR2: Total Cleaned flux density = 4.975 Jy 130835 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 8176 Residual map points loaded IMAGR2: Field 6 min allowed flux = 1.915 MilliJy iter= 28051 IMAGR2: Field 6 Clean flux density= -168.630 MilliJy 28051 comps IMAGR2: Total Cleaned flux density = 5.039 Jy 132629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 2.53 MilliJy IMAGR2: 12609 Residual map points loaded IMAGR2: Field 6 min allowed flux = -3.831 MilliJy iter= 28141 IMAGR2: Field 6 Clean flux density= -199.586 MilliJy 28141 comps IMAGR2: Total Cleaned flux density = 5.008 Jy 132719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 13386 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.935 MilliJy iter= 32243 IMAGR2: Field 6 Clean flux density= -347.304 MilliJy 32243 comps IMAGR2: Total Cleaned flux density = 4.860 Jy 136821 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -19.9 MilliJy,max = 23.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 9.41 MilliJy IMAGR2: 9959 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 15.223 MilliJy iter= 32324 IMAGR2: Field 6 Clean flux density= -276.919 MilliJy 32324 comps IMAGR2: Total Cleaned flux density = 4.931 Jy 136902 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.6 MilliJy,max = 14.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 6.14 MilliJy IMAGR2: 19382 Residual map points loaded IMAGR2: Field 6 min allowed flux = -7.240 MilliJy iter= 32732 IMAGR2: Field 6 Clean flux density= -231.351 MilliJy 32732 comps IMAGR2: Total Cleaned flux density = 4.976 Jy 137310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.04 MilliJy IMAGR2: 17552 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 2.913 MilliJy iter= 33455 IMAGR2: Field 6 Clean flux density= -184.825 MilliJy 33455 comps IMAGR2: Total Cleaned flux density = 5.023 Jy 138033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.78 MilliJy IMAGR2: 2053 Residual map points loaded IMAGR2: Field 6 min allowed flux = -2.206 MilliJy iter= 33514 IMAGR2: Field 6 Clean flux density= -196.648 MilliJy 33514 comps IMAGR2: Total Cleaned flux density = 5.011 Jy 138092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 532 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.632 MilliJy iter= 33841 IMAGR2: Field 6 Clean flux density= -204.894 MilliJy 33841 comps IMAGR2: Total Cleaned flux density = 5.003 Jy 138419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 873 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.587 MilliJy iter= 23060 IMAGR2: Field 1 Clean flux density= 5.052 Jy 23060 comps IMAGR2: Total Cleaned flux density = 4.981 Jy 138768 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1126 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.537 MilliJy iter= 12334 IMAGR2: Field 7 Clean flux density= -72.561 MilliJy 12334 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 139190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 4499 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.605 MilliJy iter= 9322 IMAGR2: Field 2 Clean flux density= 393.982 MilliJy 9322 comps IMAGR2: Total Cleaned flux density = 4.982 Jy 140371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 1.62 MilliJy IMAGR2: 3981 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.919 MilliJy iter= 41689 IMAGR2: Field 3 Clean flux density= 294.815 MilliJy 41689 comps IMAGR2: Total Cleaned flux density = 5.002 Jy 140519 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 312 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.536 MilliJy iter= 41864 IMAGR2: Field 3 Clean flux density= 291.900 MilliJy 41864 comps IMAGR2: Total Cleaned flux density = 4.999 Jy 140694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 6119 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.538 MilliJy iter= 15450 IMAGR2: Field 4 Clean flux density= -352.172 MilliJy 15450 comps IMAGR2: Total Cleaned flux density = 5.071 Jy 142479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 14647 Residual map points loaded IMAGR2: Field 5 min allowed flux = -1.885 MilliJy iter= 9284 IMAGR2: Field 5 Clean flux density= -252.588 MilliJy 9284 comps IMAGR2: Total Cleaned flux density = 4.856 Jy 145155 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 5 min = -9.1 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 1111 cell beam + residuals > 3.55 MilliJy IMAGR2: 18298 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 5 min algorithm flux= 5.977 MilliJy iter= 9367 IMAGR2: Field 5 Clean flux density= -201.888 MilliJy 9367 comps IMAGR2: Total Cleaned flux density = 4.906 Jy 145238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 19958 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 5 min algorithm flux= 4.778 MilliJy iter= 9516 IMAGR2: Field 5 Clean flux density= -161.841 MilliJy 9516 comps IMAGR2: Total Cleaned flux density = 4.946 Jy 145387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.93 MilliJy IMAGR2: 15781 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.974 MilliJy iter= 10203 IMAGR2: Field 5 Clean flux density= -126.761 MilliJy 10203 comps IMAGR2: Total Cleaned flux density = 4.981 Jy 146074 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.408 MilliJy iter= 10221 IMAGR2: Field 5 Clean flux density= -126.494 MilliJy 10221 comps IMAGR2: Total Cleaned flux density = 4.982 Jy 146092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.74 MilliJy IMAGR2: 5339 Residual map points loaded IMAGR2: Field 6 min allowed flux = -2.157 MilliJy iter= 33987 IMAGR2: Field 6 Clean flux density= -225.360 MilliJy 33987 comps IMAGR2: Total Cleaned flux density = 4.961 Jy 146238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 2626 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.489 MilliJy iter= 34971 IMAGR2: Field 6 Clean flux density= -230.494 MilliJy 34971 comps IMAGR2: Total Cleaned flux density = 4.956 Jy 147222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 7020 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.517 MilliJy iter= 11320 IMAGR2: Field 2 Clean flux density= 323.160 MilliJy 11320 comps IMAGR2: Total Cleaned flux density = 4.885 Jy 149220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1111 cell beam + residuals > 2.07 MilliJy IMAGR2: 18405 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.453 MilliJy iter= 23121 IMAGR2: Field 1 Clean flux density= 5.075 Jy 23121 comps IMAGR2: Total Cleaned flux density = 4.908 Jy 149281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 16410 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.872 MilliJy iter= 27676 IMAGR2: Field 1 Clean flux density= 5.315 Jy 27676 comps IMAGR2: Total Cleaned flux density = 5.149 Jy 153836 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -21.1 MilliJy,max = 17.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 8.51 MilliJy IMAGR2: 8893 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.525 MilliJy iter= 27882 IMAGR2: Field 1 Clean flux density= 5.135 Jy 27882 comps IMAGR2: Total Cleaned flux density = 4.968 Jy 154042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.25 MilliJy IMAGR2: 15702 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.378 MilliJy iter= 28448 IMAGR2: Field 1 Clean flux density= 5.210 Jy 28448 comps IMAGR2: Total Cleaned flux density = 5.043 Jy 154608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 11473 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.689 MilliJy iter= 32276 IMAGR2: Field 1 Clean flux density= 5.134 Jy 32276 comps IMAGR2: Total Cleaned flux density = 4.968 Jy 158436 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -12.1 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.88 MilliJy IMAGR2: 16374 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.042 MilliJy iter= 32564 IMAGR2: Field 1 Clean flux density= 5.179 Jy 32564 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 158724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 2.54 MilliJy IMAGR2: 17333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.602 MilliJy iter= 33176 IMAGR2: Field 1 Clean flux density= 5.190 Jy 33176 comps IMAGR2: Total Cleaned flux density = 5.024 Jy 159336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.459 MilliJy iter= 33382 IMAGR2: Field 1 Clean flux density= 5.198 Jy 33382 comps IMAGR2: Total Cleaned flux density = 5.031 Jy 159542 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 1390 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.488 MilliJy iter= 42434 IMAGR2: Field 3 Clean flux density= 302.868 MilliJy 42434 comps IMAGR2: Total Cleaned flux density = 5.042 Jy 160112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2745 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.437 MilliJy iter= 16395 IMAGR2: Field 4 Clean flux density= -370.144 MilliJy 16395 comps IMAGR2: Total Cleaned flux density = 5.024 Jy 161057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 4719 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.571 MilliJy iter= 13219 IMAGR2: Field 7 Clean flux density= -41.987 MilliJy 13219 comps IMAGR2: Total Cleaned flux density = 5.055 Jy 161942 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2294 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.526 MilliJy iter= 13824 IMAGR2: Field 7 Clean flux density= -115.579 MilliJy 13824 comps IMAGR2: Total Cleaned flux density = 4.981 Jy 162547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 1.82 MilliJy IMAGR2: 4590 Residual map points loaded IMAGR2: Field 7 min allowed flux = 3.282 MilliJy iter= 13850 IMAGR2: Field 7 Clean flux density= -104.204 MilliJy 13850 comps IMAGR2: Total Cleaned flux density = 4.993 Jy 162573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.44 MilliJy IMAGR2: 3161 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 2.056 MilliJy iter= 13932 IMAGR2: Field 7 Clean flux density= -83.359 MilliJy 13932 comps IMAGR2: Total Cleaned flux density = 5.013 Jy 162655 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.351 MilliJy iter= 13944 IMAGR2: Field 7 Clean flux density= -81.600 MilliJy 13944 comps IMAGR2: Total Cleaned flux density = 5.015 Jy 162667 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 2582 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.323 MilliJy iter= 12085 IMAGR2: Field 2 Clean flux density= 308.256 MilliJy 12085 comps IMAGR2: Total Cleaned flux density = 5.000 Jy 163432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 5006 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.300 MilliJy iter= 36346 IMAGR2: Field 6 Clean flux density= -143.698 MilliJy 36346 comps IMAGR2: Total Cleaned flux density = 5.087 Jy 164807 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.54 MilliJy IMAGR2: 6416 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.911 MilliJy iter= 42592 IMAGR2: Field 3 Clean flux density= 279.283 MilliJy 42592 comps IMAGR2: Total Cleaned flux density = 5.064 Jy 164965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 4181 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.285 MilliJy iter= 43867 IMAGR2: Field 3 Clean flux density= 248.990 MilliJy 43867 comps IMAGR2: Total Cleaned flux density = 5.033 Jy 166240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1632 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.300 MilliJy iter= 33989 IMAGR2: Field 1 Clean flux density= 5.202 Jy 33989 comps IMAGR2: Total Cleaned flux density = 5.038 Jy 166847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 3171 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.273 MilliJy iter= 17346 IMAGR2: Field 4 Clean flux density= -362.786 MilliJy 17346 comps IMAGR2: Total Cleaned flux density = 5.045 Jy 167798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 8476 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 5 min algorithm flux= 1.849 MilliJy iter= 10463 IMAGR2: Field 5 Clean flux density= -101.032 MilliJy 10463 comps IMAGR2: Total Cleaned flux density = 5.070 Jy 168040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1125 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.268 MilliJy iter= 10903 IMAGR2: Field 5 Clean flux density= -106.222 MilliJy 10903 comps IMAGR2: Total Cleaned flux density = 5.065 Jy 168480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 914 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.276 MilliJy iter= 14263 IMAGR2: Field 7 Clean flux density= -91.138 MilliJy 14263 comps IMAGR2: Total Cleaned flux density = 5.056 Jy 168799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1453 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.264 MilliJy iter= 12596 IMAGR2: Field 2 Clean flux density= 271.158 MilliJy 12596 comps IMAGR2: Total Cleaned flux density = 5.019 Jy 169310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 3062 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.242 MilliJy iter= 37250 IMAGR2: Field 6 Clean flux density= -81.461 MilliJy 37250 comps IMAGR2: Total Cleaned flux density = 5.081 Jy 170214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 2228 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.365 MilliJy iter= 34459 IMAGR2: Field 1 Clean flux density= 5.136 Jy 34459 comps IMAGR2: Total Cleaned flux density = 5.014 Jy 170684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 1579 cell beam + residuals > 1.26 MilliJy IMAGR2: 3884 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.146 MilliJy iter= 34486 IMAGR2: Field 1 Clean flux density= 5.144 Jy 34486 comps IMAGR2: Total Cleaned flux density = 5.022 Jy 170711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.220 MilliJy iter= 34894 IMAGR2: Field 1 Clean flux density= 5.202 Jy 34894 comps IMAGR2: Total Cleaned flux density = 5.081 Jy 171119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 1.21 MilliJy IMAGR2: 3955 Residual map points loaded IMAGR2: Field 3 min allowed flux = -1.824 MilliJy iter= 43903 IMAGR2: Field 3 Clean flux density= 241.149 MilliJy 43903 comps IMAGR2: Total Cleaned flux density = 5.073 Jy 171155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2482 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.177 MilliJy iter= 44744 IMAGR2: Field 3 Clean flux density= 191.743 MilliJy 44744 comps IMAGR2: Total Cleaned flux density = 5.023 Jy 171996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 3895 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.202 MilliJy iter= 15357 IMAGR2: Field 7 Clean flux density= -46.534 MilliJy 15357 comps IMAGR2: Total Cleaned flux density = 5.068 Jy 173090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 8294 Residual map points loaded IMAGR2: Field 4 min allowed flux = 1.324 MilliJy iter= 18744 IMAGR2: Field 4 Clean flux density= -503.718 MilliJy 18744 comps IMAGR2: Total Cleaned flux density = 4.927 Jy 174488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 1.71 MilliJy IMAGR2: 13442 Residual map points loaded IMAGR2: Field 4 min allowed flux = 3.763 MilliJy iter= 18764 IMAGR2: Field 4 Clean flux density= -493.953 MilliJy 18764 comps IMAGR2: Total Cleaned flux density = 4.937 Jy 174508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.52 MilliJy IMAGR2: 11201 Residual map points loaded IMAGR2: Field 4 min allowed flux = 1.870 MilliJy iter= 19028 IMAGR2: Field 4 Clean flux density= -429.230 MilliJy 19028 comps IMAGR2: Total Cleaned flux density = 5.002 Jy 174772 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 164 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.140 MilliJy iter= 19131 IMAGR2: Field 4 Clean flux density= -429.706 MilliJy 19131 comps IMAGR2: Total Cleaned flux density = 5.001 Jy 174875 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 4667 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.184 MilliJy iter= 12296 IMAGR2: Field 5 Clean flux density= -96.323 MilliJy 12296 comps IMAGR2: Total Cleaned flux density = 5.011 Jy 176268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 6528 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.231 MilliJy iter= 14636 IMAGR2: Field 2 Clean flux density= 269.109 MilliJy 14636 comps IMAGR2: Total Cleaned flux density = 5.009 Jy 178308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 18130 Residual map points loaded IMAGR2: Field 6 min allowed flux = -1.643 MilliJy iter= 41276 IMAGR2: Field 6 Clean flux density= -130.555 MilliJy 41276 comps IMAGR2: Total Cleaned flux density = 4.960 Jy 182334 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -14.0 MilliJy,max = 14.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 5.68 MilliJy IMAGR2: 15751 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 10.375 MilliJy iter= 41329 IMAGR2: Field 6 Clean flux density= -103.607 MilliJy 41329 comps IMAGR2: Total Cleaned flux density = 4.987 Jy 182387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.7 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.56 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 7.201 MilliJy iter= 41768 IMAGR2: Field 6 Clean flux density= -92.043 MilliJy 41768 comps IMAGR2: Total Cleaned flux density = 4.998 Jy 182826 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.24 MilliJy IMAGR2: 7184 Residual map points loaded IMAGR2: Field 6 min allowed flux = -2.772 MilliJy iter= 41955 IMAGR2: Field 6 Clean flux density= -82.083 MilliJy 41955 comps IMAGR2: Total Cleaned flux density = 5.008 Jy 183013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 16087 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.482 MilliJy iter= 47227 IMAGR2: Field 6 Clean flux density= -97.028 MilliJy 47227 comps IMAGR2: Total Cleaned flux density = 4.993 Jy 188285 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 6 min = -11.2 MilliJy,max = 12.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.46 MilliJy IMAGR2: 19998 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 6 min algorithm flux= 8.548 MilliJy iter= 47680 IMAGR2: Field 6 Clean flux density= -89.227 MilliJy 47680 comps IMAGR2: Total Cleaned flux density = 5.001 Jy 188738 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.0 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 2.54 MilliJy IMAGR2: 16746 Residual map points loaded IMAGR2: Field 6 min allowed flux = 2.900 MilliJy iter= 48312 IMAGR2: Field 6 Clean flux density= -85.132 MilliJy 48312 comps IMAGR2: Total Cleaned flux density = 5.005 Jy 189370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.27 MilliJy IMAGR2: 6710 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.300 MilliJy iter= 48944 IMAGR2: Field 6 Clean flux density= -86.566 MilliJy 48944 comps IMAGR2: Total Cleaned flux density = 5.004 Jy 190002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 7 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.127 MilliJy iter= 48950 IMAGR2: Field 6 Clean flux density= -86.580 MilliJy 48950 comps IMAGR2: Total Cleaned flux density = 5.004 Jy 190008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 5603 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.166 MilliJy iter= 16370 IMAGR2: Field 2 Clean flux density= 276.885 MilliJy 16370 comps IMAGR2: Total Cleaned flux density = 5.012 Jy 191742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 13769 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.386 MilliJy iter= 38456 IMAGR2: Field 1 Clean flux density= 5.231 Jy 38456 comps IMAGR2: Total Cleaned flux density = 5.040 Jy 195304 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -16.1 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 1579 cell beam + residuals > 4.72 MilliJy IMAGR2: 19168 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.042 MilliJy iter= 38517 IMAGR2: Field 1 Clean flux density= 5.222 Jy 38517 comps IMAGR2: Total Cleaned flux density = 5.032 Jy 195365 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.026 MilliJy iter= 43296 IMAGR2: Field 1 Clean flux density= 5.162 Jy 43296 comps IMAGR2: Total Cleaned flux density = 4.972 Jy 200144 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -68.2 MilliJy,max = 68.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 27.69 MilliJy IMAGR2: 9789 Residual map points loaded IMAGR2: Field 1 min allowed flux = -34.287 MilliJy iter= 43489 IMAGR2: Field 1 Clean flux density= 5.261 Jy 43489 comps IMAGR2: Total Cleaned flux density = 5.071 Jy 200337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.2 MilliJy,max = 25.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 11.48 MilliJy IMAGR2: 19467 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.099 MilliJy iter= 44071 IMAGR2: Field 1 Clean flux density= 5.178 Jy 44071 comps IMAGR2: Total Cleaned flux density = 4.988 Jy 200919 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.16 MilliJy IMAGR2: 5471 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.139 MilliJy iter= 44218 IMAGR2: Field 1 Clean flux density= 5.181 Jy 44218 comps IMAGR2: Total Cleaned flux density = 4.990 Jy 201066 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.62 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.735 MilliJy iter= 49971 IMAGR2: Field 1 Clean flux density= 5.177 Jy 49971 comps IMAGR2: Total Cleaned flux density = 4.986 Jy 206819 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -24.4 MilliJy,max = 23.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.93 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.592 MilliJy iter= 55526 IMAGR2: Field 1 Clean flux density= 4.675 Jy 55526 comps IMAGR2: Total Cleaned flux density = 4.484 Jy 212374 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -141.6 MilliJy,max = 139.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 59.59 MilliJy IMAGR2: 17127 Residual map points loaded IMAGR2: Field 1 min allowed flux = -70.780 MilliJy iter= 55886 IMAGR2: Field 1 Clean flux density= 5.318 Jy 55886 comps IMAGR2: Total Cleaned flux density = 5.127 Jy 212734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -54.4 MilliJy,max = 54.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 25.24 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -27.639 MilliJy iter= 60664 IMAGR2: Field 1 Clean flux density= 4.266 Jy 60664 comps IMAGR2: Total Cleaned flux density = 4.075 Jy 217512 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -271.4 MilliJy,max = 287.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 115.99 MilliJy IMAGR2: 18826 Residual map points loaded IMAGR2: Field 1 min allowed flux = -143.419 MilliJy iter= 60968 IMAGR2: Field 1 Clean flux density= 4.862 Jy 60968 comps IMAGR2: Total Cleaned flux density = 4.671 Jy 217816 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -111.9 MilliJy,max = 118.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 57.86 MilliJy IMAGR2: 19434 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 59.235 MilliJy iter= 61583 IMAGR2: Field 1 Clean flux density= 5.201 Jy 61583 comps IMAGR2: Total Cleaned flux density = 5.011 Jy 218431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.6 MilliJy,max = 38.5 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 19.51 MilliJy IMAGR2: 16580 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.808 MilliJy iter= 61783 IMAGR2: Field 1 Clean flux density= 5.187 Jy 61783 comps IMAGR2: Total Cleaned flux density = 4.997 Jy 218631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.6 MilliJy,max = 28.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.92 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.536 MilliJy iter= 68402 IMAGR2: Field 1 Clean flux density= 5.393 Jy 68402 comps IMAGR2: Total Cleaned flux density = 5.202 Jy 225250 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -133.8 MilliJy,max = 133.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 66.19 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 69.459 MilliJy iter= 75047 IMAGR2: Field 1 Clean flux density= 5.424 Jy 75047 comps IMAGR2: Total Cleaned flux density = 5.234 Jy 231895 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -909.2 MilliJy,max = 995.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 401.67 MilliJy IMAGR2: 19493 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -503.605 MilliJy iter= 75341 IMAGR2: Field 1 Clean flux density= 4.646 Jy 75341 comps IMAGR2: Total Cleaned flux density = 4.455 Jy 232189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -429.5 MilliJy,max = 427.6 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 211.96 MilliJy IMAGR2: 18662 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 216.358 MilliJy iter= 75929 IMAGR2: Field 1 Clean flux density= 5.547 Jy 75929 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 232777 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -162.4 MilliJy,max = 158.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 77.99 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -81.850 MilliJy iter= 82512 IMAGR2: Field 1 Clean flux density= 4.827 Jy 82512 comps IMAGR2: Total Cleaned flux density = 4.636 Jy 239360 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -940.7 MilliJy,max = 1.1 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 426.37 MilliJy IMAGR2: 16810 Residual map points loaded IMAGR2: Field 1 min allowed flux = -527.964 MilliJy iter= 82775 IMAGR2: Field 1 Clean flux density= 5.399 Jy 82775 comps IMAGR2: Total Cleaned flux density = 5.209 Jy 239623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -486.6 MilliJy,max = 495.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 249.93 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 261.956 MilliJy iter= 89696 IMAGR2: Field 1 Clean flux density= 12.650 Jy 89696 comps IMAGR2: Total Cleaned flux density = 12.460 Jy 246544 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -3.2 Jy,max = 3.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 Jy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.815 Jy iter= 89732 IMAGR2: Field 1 Clean flux density= 10.375 Jy 89732 comps IMAGR2: Total Cleaned flux density = 10.185 Jy 246580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 Jy,max = 2.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.460 Jy iter= 89780 IMAGR2: Field 1 Clean flux density= 8.363 Jy 89780 comps IMAGR2: Total Cleaned flux density = 8.173 Jy 246628 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 Jy,max = 2.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 Jy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.001 Jy iter= 90066 IMAGR2: Field 1 Clean flux density= 9.757 Jy 90066 comps IMAGR2: Total Cleaned flux density = 9.566 Jy 246914 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.29 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.169 Jy iter= 90221 IMAGR2: Field 1 Clean flux density= 8.684 Jy 90221 comps IMAGR2: Total Cleaned flux density = 8.493 Jy 247069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -988.1 MilliJy,max = 978.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.91 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -870.363 MilliJy iter= 90344 IMAGR2: Field 1 Clean flux density= 7.358 Jy 90344 comps IMAGR2: Total Cleaned flux density = 7.167 Jy 247192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -834.8 MilliJy,max = 841.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.18 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -671.536 MilliJy iter= 90630 IMAGR2: Field 1 Clean flux density= 6.445 Jy 90630 comps IMAGR2: Total Cleaned flux density = 6.254 Jy 247478 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -548.7 MilliJy,max = 556.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 294.20 MilliJy IMAGR2: 16547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 300.334 MilliJy iter= 91537 IMAGR2: Field 1 Clean flux density= 6.534 Jy 91537 comps IMAGR2: Total Cleaned flux density = 6.344 Jy 248385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -202.6 MilliJy,max = 200.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 97.85 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -126.646 MilliJy iter= 93023 IMAGR2: Field 1 Clean flux density= 5.285 Jy 93023 comps IMAGR2: Total Cleaned flux density = 5.094 Jy 249871 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -280.7 MilliJy,max = 309.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 124.77 MilliJy IMAGR2: 10306 Residual map points loaded IMAGR2: Field 1 min allowed flux = 154.594 MilliJy iter= 93227 IMAGR2: Field 1 Clean flux density= 5.830 Jy 93227 comps IMAGR2: Total Cleaned flux density = 5.640 Jy 250075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -134.7 MilliJy,max = 129.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 67.73 MilliJy IMAGR2: 15911 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -69.283 MilliJy iter= 94044 IMAGR2: Field 1 Clean flux density= 6.023 Jy 94044 comps IMAGR2: Total Cleaned flux density = 5.833 Jy 250892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -63.2 MilliJy,max = 86.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 27.95 MilliJy IMAGR2: 11762 Residual map points loaded IMAGR2: Field 1 min allowed flux = -29.206 MilliJy iter= 94748 IMAGR2: Field 1 Clean flux density= 6.491 Jy 94748 comps IMAGR2: Total Cleaned flux density = 6.300 Jy 251596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.1 MilliJy,max = 61.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.34 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.269 MilliJy iter= 100618 IMAGR2: Field 1 Clean flux density= 5.565 Jy 100618 comps IMAGR2: Total Cleaned flux density = 5.374 Jy 257466 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -82.1 MilliJy,max = 89.1 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 35.96 MilliJy IMAGR2: 15966 Residual map points loaded IMAGR2: Field 1 min allowed flux = -41.038 MilliJy iter= 101237 IMAGR2: Field 1 Clean flux density= 6.308 Jy 101237 comps IMAGR2: Total Cleaned flux density = 6.118 Jy 258085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.5 MilliJy,max = 34.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.83 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.485 MilliJy iter= 107198 IMAGR2: Field 1 Clean flux density= 6.195 Jy 107198 comps IMAGR2: Total Cleaned flux density = 6.005 Jy 264046 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -126.6 MilliJy,max = 135.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 60.41 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 67.705 MilliJy iter= 111259 IMAGR2: Field 1 Clean flux density= 7.393 Jy 111259 comps IMAGR2: Total Cleaned flux density = 7.202 Jy 268107 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -618.4 MilliJy,max = 592.1 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 260.29 MilliJy IMAGR2: 16767 Residual map points loaded IMAGR2: Field 1 min allowed flux = 308.913 MilliJy iter= 111610 IMAGR2: Field 1 Clean flux density= 6.270 Jy 111610 comps IMAGR2: Total Cleaned flux density = 6.079 Jy 268458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -215.2 MilliJy,max = 220.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 99.95 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -110.025 MilliJy iter= 115957 IMAGR2: Field 1 Clean flux density= 7.762 Jy 115957 comps IMAGR2: Total Cleaned flux density = 7.572 Jy 272805 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.1 Jy,max = 989.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 441.88 MilliJy IMAGR2: 17671 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -600.582 MilliJy iter= 116169 IMAGR2: Field 1 Clean flux density= 6.396 Jy 116169 comps IMAGR2: Total Cleaned flux density = 6.205 Jy 273017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -497.9 MilliJy,max = 498.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 263.12 MilliJy IMAGR2: 16358 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 268.502 MilliJy iter= 116932 IMAGR2: Field 1 Clean flux density= 8.080 Jy 116932 comps IMAGR2: Total Cleaned flux density = 7.889 Jy 273780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -155.3 MilliJy,max = 146.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.41 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min allowed flux = 75.739 MilliJy iter= 121259 IMAGR2: Field 1 Clean flux density= 8.846 Jy 121259 comps IMAGR2: Total Cleaned flux density = 8.656 Jy 278107 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -660.9 MilliJy,max = 624.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 266.65 MilliJy IMAGR2: 16982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 330.422 MilliJy iter= 121573 IMAGR2: Field 1 Clean flux density= 8.573 Jy 121573 comps IMAGR2: Total Cleaned flux density = 8.383 Jy 278421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -259.4 MilliJy,max = 265.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 133.30 MilliJy IMAGR2: 13487 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -136.071 MilliJy iter= 122123 IMAGR2: Field 1 Clean flux density= 7.181 Jy 122123 comps IMAGR2: Total Cleaned flux density = 6.990 Jy 278971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -101.5 MilliJy,max = 100.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 48.65 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 50.760 MilliJy iter= 128281 IMAGR2: Field 1 Clean flux density= 7.565 Jy 128281 comps IMAGR2: Total Cleaned flux density = 7.374 Jy 285129 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -527.8 MilliJy,max = 546.9 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 230.20 MilliJy IMAGR2: 18912 Residual map points loaded IMAGR2: Field 1 min allowed flux = -273.255 MilliJy iter= 128641 IMAGR2: Field 1 Clean flux density= 7.519 Jy 128641 comps IMAGR2: Total Cleaned flux density = 7.328 Jy 285489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -233.5 MilliJy,max = 238.2 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 115.01 MilliJy IMAGR2: 16840 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -117.382 MilliJy iter= 129259 IMAGR2: Field 1 Clean flux density= 6.390 Jy 129259 comps IMAGR2: Total Cleaned flux density = 6.199 Jy 286107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -92.0 MilliJy,max = 89.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 45.11 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -47.026 MilliJy iter= 135686 IMAGR2: Field 1 Clean flux density= 6.072 Jy 135686 comps IMAGR2: Total Cleaned flux density = 5.882 Jy 292534 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -533.4 MilliJy,max = 519.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 215.21 MilliJy IMAGR2: 17826 Residual map points loaded IMAGR2: Field 1 min allowed flux = 266.194 MilliJy iter= 135974 IMAGR2: Field 1 Clean flux density= 5.923 Jy 135974 comps IMAGR2: Total Cleaned flux density = 5.733 Jy 292822 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -225.7 MilliJy,max = 253.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 124.13 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -129.296 MilliJy iter= 142688 IMAGR2: Field 1 Clean flux density= 10.162 Jy 142688 comps IMAGR2: Total Cleaned flux density = 9.971 Jy 299536 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.5 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.55 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.279 Jy iter= 142710 IMAGR2: Field 1 Clean flux density= 8.028 Jy 142710 comps IMAGR2: Total Cleaned flux density = 7.837 Jy 299558 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.13 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.080 Jy iter= 142827 IMAGR2: Field 1 Clean flux density= 7.324 Jy 142827 comps IMAGR2: Total Cleaned flux density = 7.133 Jy 299675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -959.3 MilliJy,max = 928.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 500.64 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -768.938 MilliJy iter= 143229 IMAGR2: Field 1 Clean flux density= 7.251 Jy 143229 comps IMAGR2: Total Cleaned flux density = 7.061 Jy 300077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -493.7 MilliJy,max = 465.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 239.94 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -405.692 MilliJy iter= 143343 IMAGR2: Field 1 Clean flux density= 5.776 Jy 143343 comps IMAGR2: Total Cleaned flux density = 5.585 Jy 300191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -422.4 MilliJy,max = 363.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 197.79 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -205.781 MilliJy iter= 150303 IMAGR2: Field 1 Clean flux density= 11.665 Jy 150303 comps IMAGR2: Total Cleaned flux density = 11.475 Jy 307151 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.2 Jy,max = 2.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 Jy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.957 Jy iter= 150327 IMAGR2: Field 1 Clean flux density= 9.234 Jy 150327 comps IMAGR2: Total Cleaned flux density = 9.043 Jy 307175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 Jy,max = 2.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 994.49 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.679 Jy iter= 150428 IMAGR2: Field 1 Clean flux density= 7.692 Jy 150428 comps IMAGR2: Total Cleaned flux density = 7.501 Jy 307276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 826.97 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.335 Jy iter= 150561 IMAGR2: Field 1 Clean flux density= 7.068 Jy 150561 comps IMAGR2: Total Cleaned flux density = 6.877 Jy 307409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.80 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.060 Jy iter= 150701 IMAGR2: Field 1 Clean flux density= 6.493 Jy 150701 comps IMAGR2: Total Cleaned flux density = 6.302 Jy 307549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 540.21 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -856.792 MilliJy iter= 150791 IMAGR2: Field 1 Clean flux density= 5.253 Jy 150791 comps IMAGR2: Total Cleaned flux density = 5.063 Jy 307639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -926.8 MilliJy,max = 954.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 475.31 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -649.347 MilliJy iter= 151895 IMAGR2: Field 1 Clean flux density= 7.261 Jy 151895 comps IMAGR2: Total Cleaned flux density = 7.071 Jy 308743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -683.7 MilliJy,max = 664.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 261.97 MilliJy IMAGR2: 14634 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -376.493 MilliJy iter= 152036 IMAGR2: Field 1 Clean flux density= 5.809 Jy 152036 comps IMAGR2: Total Cleaned flux density = 5.619 Jy 308884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -351.2 MilliJy,max = 339.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 174.57 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -241.500 MilliJy iter= 153119 IMAGR2: Field 1 Clean flux density= 4.669 Jy 153119 comps IMAGR2: Total Cleaned flux density = 4.478 Jy 309967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -383.2 MilliJy,max = 443.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 178.96 MilliJy IMAGR2: 10772 Residual map points loaded IMAGR2: Field 1 min allowed flux = 221.673 MilliJy iter= 153326 IMAGR2: Field 1 Clean flux density= 5.278 Jy 153326 comps IMAGR2: Total Cleaned flux density = 5.087 Jy 310174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -182.7 MilliJy,max = 201.4 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 93.30 MilliJy IMAGR2: 17388 Residual map points loaded IMAGR2: Field 1 min allowed flux = 100.696 MilliJy iter= 153814 IMAGR2: Field 1 Clean flux density= 5.374 Jy 153814 comps IMAGR2: Total Cleaned flux density = 5.183 Jy 310662 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -110.8 MilliJy,max = 105.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 44.12 MilliJy IMAGR2: 16575 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 45.046 MilliJy iter= 154966 IMAGR2: Field 1 Clean flux density= 5.374 Jy 154966 comps IMAGR2: Total Cleaned flux density = 5.183 Jy 311814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -75.7 MilliJy,max = 61.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.92 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min allowed flux = 24.114 MilliJy iter= 158529 IMAGR2: Field 1 Clean flux density= 5.846 Jy 158529 comps IMAGR2: Total Cleaned flux density = 5.656 Jy 315377 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -93.1 MilliJy,max = 84.1 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 40.78 MilliJy IMAGR2: 17060 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.531 MilliJy iter= 159156 IMAGR2: Field 1 Clean flux density= 4.785 Jy 159156 comps IMAGR2: Total Cleaned flux density = 4.594 Jy 316004 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -39.2 MilliJy,max = 42.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 18.77 MilliJy IMAGR2: 8846 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.374 MilliJy iter= 159635 IMAGR2: Field 1 Clean flux density= 4.835 Jy 159635 comps IMAGR2: Total Cleaned flux density = 4.645 Jy 316483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.4 MilliJy,max = 32.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.61 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.033 MilliJy iter= 166141 IMAGR2: Field 1 Clean flux density= 4.605 Jy 166141 comps IMAGR2: Total Cleaned flux density = 4.414 Jy 322989 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -69.0 MilliJy,max = 71.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 31.44 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.692 MilliJy iter= 170614 IMAGR2: Field 1 Clean flux density= 4.782 Jy 170614 comps IMAGR2: Total Cleaned flux density = 4.592 Jy 327462 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -324.4 MilliJy,max = 338.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 136.53 MilliJy IMAGR2: 12933 Residual map points loaded IMAGR2: Field 1 min allowed flux = -169.116 MilliJy iter= 170900 IMAGR2: Field 1 Clean flux density= 5.482 Jy 170900 comps IMAGR2: Total Cleaned flux density = 5.292 Jy 327748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -138.0 MilliJy,max = 139.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 68.23 MilliJy IMAGR2: 11244 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 69.737 MilliJy iter= 171427 IMAGR2: Field 1 Clean flux density= 4.968 Jy 171427 comps IMAGR2: Total Cleaned flux density = 4.777 Jy 328275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.7 MilliJy,max = 54.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 24.82 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -25.854 MilliJy iter= 178164 IMAGR2: Field 1 Clean flux density= 5.170 Jy 178164 comps IMAGR2: Total Cleaned flux density = 4.980 Jy 335012 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -288.4 MilliJy,max = 295.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 129.33 MilliJy IMAGR2: 16125 Residual map points loaded IMAGR2: Field 1 min allowed flux = 147.431 MilliJy iter= 178750 IMAGR2: Field 1 Clean flux density= 5.243 Jy 178750 comps IMAGR2: Total Cleaned flux density = 5.053 Jy 335598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -105.7 MilliJy,max = 92.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 46.30 MilliJy IMAGR2: 16608 Residual map points loaded IMAGR2: Field 1 min allowed flux = -52.833 MilliJy iter= 179376 IMAGR2: Field 1 Clean flux density= 5.106 Jy 179376 comps IMAGR2: Total Cleaned flux density = 4.916 Jy 336224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -41.9 MilliJy,max = 41.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.21 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -20.951 MilliJy iter= 184403 IMAGR2: Field 1 Clean flux density= 4.817 Jy 184403 comps IMAGR2: Total Cleaned flux density = 4.626 Jy 341251 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -177.0 MilliJy,max = 199.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 80.59 MilliJy IMAGR2: 6915 Residual map points loaded IMAGR2: Field 1 min allowed flux = 99.784 MilliJy iter= 184567 IMAGR2: Field 1 Clean flux density= 4.976 Jy 184567 comps IMAGR2: Total Cleaned flux density = 4.785 Jy 341415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.8 MilliJy,max = 90.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 47.64 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -50.630 MilliJy iter= 190577 IMAGR2: Field 1 Clean flux density= 4.102 Jy 190577 comps IMAGR2: Total Cleaned flux density = 3.912 Jy 347425 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -508.1 MilliJy,max = 516.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.68 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = 258.340 MilliJy iter= 196757 IMAGR2: Field 1 Clean flux density= 19.929 Jy 196757 comps IMAGR2: Total Cleaned flux density = 19.738 Jy 353605 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -3.7 Jy,max = 3.5 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 1.57 Jy IMAGR2: 18040 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.161 Jy iter= 196775 IMAGR2: Field 1 Clean flux density= 15.856 Jy 196775 comps IMAGR2: Total Cleaned flux density = 15.665 Jy 353623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 Jy,max = 3.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 Jy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.772 Jy iter= 196846 IMAGR2: Field 1 Clean flux density= 13.307 Jy 196846 comps IMAGR2: Total Cleaned flux density = 13.116 Jy 353694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.21 Jy IMAGR2: 18749 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.933 Jy iter= 196962 IMAGR2: Field 1 Clean flux density= 11.335 Jy 196962 comps IMAGR2: Total Cleaned flux density = 11.145 Jy 353810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 Jy,max = 1.8 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 928.87 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.608 Jy iter= 197025 IMAGR2: Field 1 Clean flux density= 9.551 Jy 197025 comps IMAGR2: Total Cleaned flux density = 9.361 Jy 353873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.71 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.429 Jy iter= 197047 IMAGR2: Field 1 Clean flux density= 7.521 Jy 197047 comps IMAGR2: Total Cleaned flux density = 7.330 Jy 353895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.75 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.300 Jy iter= 197149 IMAGR2: Field 1 Clean flux density= 8.128 Jy 197149 comps IMAGR2: Total Cleaned flux density = 7.937 Jy 353997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.58 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.009 Jy iter= 197429 IMAGR2: Field 1 Clean flux density= 6.900 Jy 197429 comps IMAGR2: Total Cleaned flux density = 6.709 Jy 354277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -731.2 MilliJy,max = 782.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.02 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -525.161 MilliJy iter= 198398 IMAGR2: Field 1 Clean flux density= 7.461 Jy 198398 comps IMAGR2: Total Cleaned flux density = 7.271 Jy 355246 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -770.8 MilliJy,max = 730.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 310.96 MilliJy IMAGR2: 9242 Residual map points loaded IMAGR2: Field 1 min allowed flux = 385.350 MilliJy iter= 198592 IMAGR2: Field 1 Clean flux density= 8.335 Jy 198592 comps IMAGR2: Total Cleaned flux density = 8.145 Jy 355440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -314.1 MilliJy,max = 320.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 155.46 MilliJy IMAGR2: 16220 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -197.947 MilliJy iter= 198859 IMAGR2: Field 1 Clean flux density= 6.678 Jy 198859 comps IMAGR2: Total Cleaned flux density = 6.488 Jy 355707 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -219.3 MilliJy,max = 228.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 96.94 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 100.297 MilliJy iter= 205275 IMAGR2: Field 1 Clean flux density= 8.881 Jy 205275 comps IMAGR2: Total Cleaned flux density = 8.691 Jy 362123 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -896.0 MilliJy,max = 898.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.68 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -782.190 MilliJy iter= 205338 IMAGR2: Field 1 Clean flux density= 7.171 Jy 205338 comps IMAGR2: Total Cleaned flux density = 6.980 Jy 362186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -713.2 MilliJy,max = 709.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.28 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -475.395 MilliJy iter= 207348 IMAGR2: Field 1 Clean flux density= 8.730 Jy 207348 comps IMAGR2: Total Cleaned flux density = 8.539 Jy 364196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 726.66 MilliJy IMAGR2: 14472 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.382 Jy iter= 207374 IMAGR2: Field 1 Clean flux density= 6.900 Jy 207374 comps IMAGR2: Total Cleaned flux density = 6.709 Jy 364222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 626.78 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.156 Jy iter= 207515 IMAGR2: Field 1 Clean flux density= 6.649 Jy 207515 comps IMAGR2: Total Cleaned flux density = 6.459 Jy 364363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -886.7 MilliJy,max = 912.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.61 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -762.409 MilliJy iter= 207599 IMAGR2: Field 1 Clean flux density= 5.557 Jy 207599 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 364447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -681.2 MilliJy,max = 684.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.16 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -601.546 MilliJy iter= 207704 IMAGR2: Field 1 Clean flux density= 4.648 Jy 207704 comps IMAGR2: Total Cleaned flux density = 4.457 Jy 364552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -572.3 MilliJy,max = 537.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 279.66 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 289.759 MilliJy iter= 214249 IMAGR2: Field 1 Clean flux density= 20.082 Jy 214249 comps IMAGR2: Total Cleaned flux density = 19.891 Jy 371097 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -4.0 Jy,max = 3.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.478 Jy iter= 214267 IMAGR2: Field 1 Clean flux density= 15.741 Jy 214267 comps IMAGR2: Total Cleaned flux density = 15.551 Jy 371115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 Jy,max = 3.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.982 Jy iter= 214344 IMAGR2: Field 1 Clean flux density= 15.609 Jy 214344 comps IMAGR2: Total Cleaned flux density = 15.418 Jy 371192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 Jy,max = 2.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 Jy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.179 Jy iter= 214871 IMAGR2: Field 1 Clean flux density= 17.139 Jy 214871 comps IMAGR2: Total Cleaned flux density = 16.948 Jy 371719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 474.28 MilliJy IMAGR2: 19937 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -594.006 MilliJy iter= 215208 IMAGR2: Field 1 Clean flux density= 13.674 Jy 215208 comps IMAGR2: Total Cleaned flux density = 13.483 Jy 372056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -568.7 MilliJy,max = 647.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 272.86 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -289.329 MilliJy iter= 221147 IMAGR2: Field 1 Clean flux density= 11.611 Jy 221147 comps IMAGR2: Total Cleaned flux density = 11.421 Jy 377995 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.5 Jy,max = 2.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 Jy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.059 Jy iter= 221259 IMAGR2: Field 1 Clean flux density= 10.370 Jy 221259 comps IMAGR2: Total Cleaned flux density = 10.179 Jy 378107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 Jy,max = 1.9 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 917.85 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.533 Jy iter= 221373 IMAGR2: Field 1 Clean flux density= 8.815 Jy 221373 comps IMAGR2: Total Cleaned flux density = 8.625 Jy 378221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 755.19 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.104 Jy iter= 221965 IMAGR2: Field 1 Clean flux density= 11.057 Jy 221965 comps IMAGR2: Total Cleaned flux density = 10.866 Jy 378813 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -648.8 MilliJy,max = 580.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.12 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -455.862 MilliJy iter= 222306 IMAGR2: Field 1 Clean flux density= 8.831 Jy 222306 comps IMAGR2: Total Cleaned flux density = 8.641 Jy 379154 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -377.7 MilliJy,max = 405.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 180.05 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -210.868 MilliJy iter= 225546 IMAGR2: Field 1 Clean flux density= 7.269 Jy 225546 comps IMAGR2: Total Cleaned flux density = 7.079 Jy 382394 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -913.5 MilliJy,max = 974.8 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 384.47 MilliJy IMAGR2: 15931 Residual map points loaded IMAGR2: Field 1 min allowed flux = -456.616 MilliJy iter= 225958 IMAGR2: Field 1 Clean flux density= 6.310 Jy 225958 comps IMAGR2: Total Cleaned flux density = 6.119 Jy 382806 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -376.9 MilliJy,max = 384.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 184.22 MilliJy IMAGR2: 13368 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -188.309 MilliJy iter= 226612 IMAGR2: Field 1 Clean flux density= 8.028 Jy 226612 comps IMAGR2: Total Cleaned flux density = 7.838 Jy 383460 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -169.3 MilliJy,max = 171.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 70.84 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -87.653 MilliJy iter= 228938 IMAGR2: Field 1 Clean flux density= 6.524 Jy 228938 comps IMAGR2: Total Cleaned flux density = 6.334 Jy 385786 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -304.9 MilliJy,max = 260.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 123.02 MilliJy IMAGR2: 6702 Residual map points loaded IMAGR2: Field 1 min allowed flux = 152.180 MilliJy iter= 229114 IMAGR2: Field 1 Clean flux density= 6.643 Jy 229114 comps IMAGR2: Total Cleaned flux density = 6.452 Jy 385962 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -137.8 MilliJy,max = 142.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.90 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -72.517 MilliJy iter= 235613 IMAGR2: Field 1 Clean flux density= 16.390 Jy 235613 comps IMAGR2: Total Cleaned flux density = 16.200 Jy 392461 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -873.8 MilliJy,max = 765.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 382.82 MilliJy IMAGR2: 17119 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -648.075 MilliJy iter= 235685 IMAGR2: Field 1 Clean flux density= 13.062 Jy 235685 comps IMAGR2: Total Cleaned flux density = 12.871 Jy 392533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -610.9 MilliJy,max = 650.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.41 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -505.058 MilliJy iter= 236070 IMAGR2: Field 1 Clean flux density= 11.062 Jy 236070 comps IMAGR2: Total Cleaned flux density = 10.872 Jy 392918 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -320.0 MilliJy,max = 330.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 144.58 MilliJy IMAGR2: 18603 Residual map points loaded IMAGR2: Field 1 min allowed flux = 164.916 MilliJy iter= 236735 IMAGR2: Field 1 Clean flux density= 10.304 Jy 236735 comps IMAGR2: Total Cleaned flux density = 10.114 Jy 393583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -114.1 MilliJy,max = 135.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.64 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 53.541 MilliJy iter= 243044 IMAGR2: Field 1 Clean flux density= 11.543 Jy 243044 comps IMAGR2: Total Cleaned flux density = 11.353 Jy 399892 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -553.0 MilliJy,max = 515.8 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 232.77 MilliJy IMAGR2: 19156 Residual map points loaded IMAGR2: Field 1 min allowed flux = 276.125 MilliJy iter= 243453 IMAGR2: Field 1 Clean flux density= 10.569 Jy 243453 comps IMAGR2: Total Cleaned flux density = 10.378 Jy 400301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -233.8 MilliJy,max = 222.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 111.40 MilliJy IMAGR2: 15756 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -113.764 MilliJy iter= 244108 IMAGR2: Field 1 Clean flux density= 9.945 Jy 244108 comps IMAGR2: Total Cleaned flux density = 9.754 Jy 400956 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -111.3 MilliJy,max = 90.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.88 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 44.458 MilliJy iter= 250790 IMAGR2: Field 1 Clean flux density= 9.170 Jy 250790 comps IMAGR2: Total Cleaned flux density = 8.980 Jy 407638 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -413.1 MilliJy,max = 406.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 188.68 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -206.529 MilliJy iter= 256134 IMAGR2: Field 1 Clean flux density= 13.693 Jy 256134 comps IMAGR2: Total Cleaned flux density = 13.503 Jy 412982 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.3 Jy,max = 2.5 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.01 Jy IMAGR2: 12052 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.269 Jy iter= 256349 IMAGR2: Field 1 Clean flux density= 11.813 Jy 256349 comps IMAGR2: Total Cleaned flux density = 11.623 Jy 413197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 555.92 MilliJy IMAGR2: 18217 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -609.618 MilliJy iter= 257022 IMAGR2: Field 1 Clean flux density= 10.039 Jy 257022 comps IMAGR2: Total Cleaned flux density = 9.848 Jy 413870 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -362.3 MilliJy,max = 340.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 162.76 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -277.267 MilliJy iter= 257149 IMAGR2: Field 1 Clean flux density= 8.021 Jy 257149 comps IMAGR2: Total Cleaned flux density = 7.830 Jy 413997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -248.8 MilliJy,max = 295.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 130.43 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -134.773 MilliJy iter= 263592 IMAGR2: Field 1 Clean flux density= 13.152 Jy 263592 comps IMAGR2: Total Cleaned flux density = 12.961 Jy 420440 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.3 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.03 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.100 Jy iter= 263635 IMAGR2: Field 1 Clean flux density= 10.501 Jy 263635 comps IMAGR2: Total Cleaned flux density = 10.310 Jy 420483 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.55 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -891.925 MilliJy iter= 263790 IMAGR2: Field 1 Clean flux density= 8.364 Jy 263790 comps IMAGR2: Total Cleaned flux density = 8.173 Jy 420638 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -810.3 MilliJy,max = 795.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.28 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -606.497 MilliJy iter= 264209 IMAGR2: Field 1 Clean flux density= 7.386 Jy 264209 comps IMAGR2: Total Cleaned flux density = 7.195 Jy 421057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -461.0 MilliJy,max = 475.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 206.51 MilliJy IMAGR2: 16924 Residual map points loaded IMAGR2: Field 1 min allowed flux = 235.450 MilliJy iter= 264860 IMAGR2: Field 1 Clean flux density= 8.311 Jy 264860 comps IMAGR2: Total Cleaned flux density = 8.121 Jy 421708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -186.2 MilliJy,max = 180.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 85.12 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 93.111 MilliJy iter= 269771 IMAGR2: Field 1 Clean flux density= 12.380 Jy 269771 comps IMAGR2: Total Cleaned flux density = 12.189 Jy 426619 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -719.6 MilliJy,max = 705.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 302.87 MilliJy IMAGR2: 19042 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -369.173 MilliJy iter= 270118 IMAGR2: Field 1 Clean flux density= 9.901 Jy 270118 comps IMAGR2: Total Cleaned flux density = 9.710 Jy 426966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -323.2 MilliJy,max = 309.9 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 155.38 MilliJy IMAGR2: 16324 Residual map points loaded IMAGR2: Field 1 min allowed flux = -161.497 MilliJy iter= 270713 IMAGR2: Field 1 Clean flux density= 9.019 Jy 270713 comps IMAGR2: Total Cleaned flux density = 8.828 Jy 427561 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -123.5 MilliJy,max = 140.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 63.71 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 65.924 MilliJy iter= 277618 IMAGR2: Field 1 Clean flux density= 10.004 Jy 277618 comps IMAGR2: Total Cleaned flux density = 9.814 Jy 434466 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -622.3 MilliJy,max = 680.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 297.92 MilliJy IMAGR2: 17261 Residual map points loaded IMAGR2: Field 1 min allowed flux = -339.920 MilliJy iter= 278161 IMAGR2: Field 1 Clean flux density= 8.779 Jy 278161 comps IMAGR2: Total Cleaned flux density = 8.588 Jy 435009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -260.3 MilliJy,max = 299.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 137.14 MilliJy IMAGR2: 10956 Residual map points loaded IMAGR2: Field 1 min allowed flux = -149.511 MilliJy iter= 278578 IMAGR2: Field 1 Clean flux density= 9.290 Jy 278578 comps IMAGR2: Total Cleaned flux density = 9.099 Jy 435426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -148.4 MilliJy,max = 133.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 71.31 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 73.663 MilliJy iter= 285587 IMAGR2: Field 1 Clean flux density= 8.912 Jy 285587 comps IMAGR2: Total Cleaned flux density = 8.722 Jy 442435 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -644.8 MilliJy,max = 669.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.57 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 334.584 MilliJy iter= 292013 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 13.452 Jy 292013 comps IMAGR2: Total Cleaned flux density = 13.261 Jy 448861 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -4.3 Jy,max = 3.8 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.74 Jy IMAGR2: 16237 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.292 Jy iter= 292035 IMAGR2: Field 1 Clean flux density= 10.472 Jy 292035 comps IMAGR2: Total Cleaned flux density = 10.281 Jy 448883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 Jy,max = 3.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.195 Jy iter= 292043 IMAGR2: Field 1 Clean flux density= 8.540 Jy 292043 comps IMAGR2: Total Cleaned flux density = 8.349 Jy 448891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 Jy,max = 3.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 Jy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.038 Jy iter= 292057 IMAGR2: Field 1 Clean flux density= 6.669 Jy 292057 comps IMAGR2: Total Cleaned flux density = 6.478 Jy 448905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 Jy,max = 2.9 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.769 Jy iter= 292111 IMAGR2: Field 1 Clean flux density= 7.277 Jy 292111 comps IMAGR2: Total Cleaned flux density = 7.086 Jy 448959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 Jy IMAGR2: 19998 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.490 Jy iter= 292129 IMAGR2: Field 1 Clean flux density= 5.743 Jy 292129 comps IMAGR2: Total Cleaned flux density = 5.552 Jy 448977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.262 Jy iter= 292196 IMAGR2: Field 1 Clean flux density= 7.902 Jy 292196 comps IMAGR2: Total Cleaned flux density = 7.712 Jy 449044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 Jy,max = 2.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.012 Jy iter= 292225 IMAGR2: Field 1 Clean flux density= 7.329 Jy 292225 comps IMAGR2: Total Cleaned flux density = 7.138 Jy 449073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 Jy,max = 1.9 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 Jy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.802 Jy iter= 292330 IMAGR2: Field 1 Clean flux density= 7.163 Jy 292330 comps IMAGR2: Total Cleaned flux density = 6.973 Jy 449178 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.08 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.520 Jy iter= 292386 IMAGR2: Field 1 Clean flux density= 5.942 Jy 292386 comps IMAGR2: Total Cleaned flux density = 5.751 Jy 449234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.45 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.274 Jy iter= 292678 IMAGR2: Field 1 Clean flux density= 8.467 Jy 292678 comps IMAGR2: Total Cleaned flux density = 8.276 Jy 449526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -990.9 MilliJy,max = 972.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.53 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -860.119 MilliJy iter= 292743 IMAGR2: Field 1 Clean flux density= 6.760 Jy 292743 comps IMAGR2: Total Cleaned flux density = 6.569 Jy 449591 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -930.1 MilliJy,max = 802.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.09 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -730.930 MilliJy iter= 292843 IMAGR2: Field 1 Clean flux density= 5.389 Jy 292843 comps IMAGR2: Total Cleaned flux density = 5.199 Jy 449691 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -758.4 MilliJy,max = 689.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 398.70 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -581.283 MilliJy iter= 293309 IMAGR2: Field 1 Clean flux density= 4.912 Jy 293309 comps IMAGR2: Total Cleaned flux density = 4.722 Jy 450157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -465.6 MilliJy,max = 395.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 210.73 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -369.877 MilliJy iter= 293342 IMAGR2: Field 1 Clean flux density= 3.921 Jy 293342 comps IMAGR2: Total Cleaned flux density = 3.730 Jy 450190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -416.7 MilliJy,max = 384.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 199.57 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -298.037 MilliJy iter= 293692 IMAGR2: Field 1 Clean flux density= 3.427 Jy 293692 comps IMAGR2: Total Cleaned flux density = 3.236 Jy 450540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -363.1 MilliJy,max = 264.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 126.67 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -161.066 MilliJy iter= 295471 IMAGR2: Field 1 Clean flux density= 3.021 Jy 295471 comps IMAGR2: Total Cleaned flux density = 2.831 Jy 452319 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -277.1 MilliJy,max = 281.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 118.46 MilliJy IMAGR2: 16586 Residual map points loaded IMAGR2: Field 1 min allowed flux = 140.723 MilliJy iter= 295861 IMAGR2: Field 1 Clean flux density= 3.881 Jy 295861 comps IMAGR2: Total Cleaned flux density = 3.690 Jy 452709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -116.0 MilliJy,max = 134.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 56.77 MilliJy IMAGR2: 17009 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -57.986 MilliJy iter= 296633 IMAGR2: Field 1 Clean flux density= 4.219 Jy 296633 comps IMAGR2: Total Cleaned flux density = 4.028 Jy 453481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -64.2 MilliJy,max = 82.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 25.40 MilliJy IMAGR2: 19857 Residual map points loaded IMAGR2: Field 1 min allowed flux = -26.034 MilliJy iter= 298039 IMAGR2: Field 1 Clean flux density= 4.273 Jy 298039 comps IMAGR2: Total Cleaned flux density = 4.082 Jy 454887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -47.9 MilliJy,max = 50.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 16.39 MilliJy IMAGR2: 16261 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.473 MilliJy iter= 298704 IMAGR2: Field 1 Clean flux density= 4.255 Jy 298704 comps IMAGR2: Total Cleaned flux density = 4.064 Jy 455552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -44.3 MilliJy,max = 40.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.25 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.893 MilliJy iter= 304657 IMAGR2: Field 1 Clean flux density= 4.588 Jy 304657 comps IMAGR2: Total Cleaned flux density = 4.397 Jy 461505 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -42.5 MilliJy,max = 44.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.02 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min allowed flux = -22.041 MilliJy iter= 309130 IMAGR2: Field 1 Clean flux density= 3.814 Jy 309130 comps IMAGR2: Total Cleaned flux density = 3.623 Jy 465978 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -185.6 MilliJy,max = 204.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 82.58 MilliJy IMAGR2: 10421 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.238 MilliJy iter= 309364 IMAGR2: Field 1 Clean flux density= 4.200 Jy 309364 comps IMAGR2: Total Cleaned flux density = 4.010 Jy 466212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -82.0 MilliJy,max = 88.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 43.03 MilliJy IMAGR2: 19007 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 44.215 MilliJy iter= 310059 IMAGR2: Field 1 Clean flux density= 4.598 Jy 310059 comps IMAGR2: Total Cleaned flux density = 4.407 Jy 466907 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -35.2 MilliJy,max = 30.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.68 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.901 MilliJy iter= 314942 IMAGR2: Field 1 Clean flux density= 5.013 Jy 314942 comps IMAGR2: Total Cleaned flux density = 4.822 Jy 471790 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -123.4 MilliJy,max = 118.2 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 51.95 MilliJy IMAGR2: 16533 Residual map points loaded IMAGR2: Field 1 min allowed flux = -61.666 MilliJy iter= 315284 IMAGR2: Field 1 Clean flux density= 4.365 Jy 315284 comps IMAGR2: Total Cleaned flux density = 4.175 Jy 472132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -49.2 MilliJy,max = 49.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 24.88 MilliJy IMAGR2: 16408 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -25.382 MilliJy iter= 315963 IMAGR2: Field 1 Clean flux density= 4.390 Jy 315963 comps IMAGR2: Total Cleaned flux density = 4.199 Jy 472811 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.7 MilliJy,max = 25.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 10.24 MilliJy IMAGR2: 14516 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.464 MilliJy iter= 316892 IMAGR2: Field 1 Clean flux density= 4.319 Jy 316892 comps IMAGR2: Total Cleaned flux density = 4.129 Jy 473740 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.1 MilliJy,max = 20.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.78 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.975 MilliJy iter= 323293 IMAGR2: Field 1 Clean flux density= 4.251 Jy 323293 comps IMAGR2: Total Cleaned flux density = 4.060 Jy 480141 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -38.5 MilliJy,max = 33.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 15.54 MilliJy IMAGR2: 16959 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.259 MilliJy iter= 323647 IMAGR2: Field 1 Clean flux density= 4.160 Jy 323647 comps IMAGR2: Total Cleaned flux density = 3.970 Jy 480495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.1 MilliJy,max = 21.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.74 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.027 MilliJy iter= 330330 IMAGR2: Field 1 Clean flux density= 4.252 Jy 330330 comps IMAGR2: Total Cleaned flux density = 4.061 Jy 487178 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -78.3 MilliJy,max = 100.4 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 39.14 MilliJy IMAGR2: 17394 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.583 MilliJy iter= 330928 IMAGR2: Field 1 Clean flux density= 4.133 Jy 330928 comps IMAGR2: Total Cleaned flux density = 3.942 Jy 487776 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.3 MilliJy,max = 32.9 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 14.43 MilliJy IMAGR2: 18267 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.456 MilliJy iter= 331639 IMAGR2: Field 1 Clean flux density= 4.257 Jy 331639 comps IMAGR2: Total Cleaned flux density = 4.066 Jy 488487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.6 MilliJy,max = 18.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 6.93 MilliJy IMAGR2: 15557 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.070 MilliJy iter= 332677 IMAGR2: Field 1 Clean flux density= 4.210 Jy 332677 comps IMAGR2: Total Cleaned flux density = 4.019 Jy 489525 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 15.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.19 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.573 MilliJy iter= 337552 IMAGR2: Field 1 Clean flux density= 4.245 Jy 337552 comps IMAGR2: Total Cleaned flux density = 4.055 Jy 494400 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -21.9 MilliJy,max = 21.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 9.20 MilliJy IMAGR2: 19608 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.928 MilliJy iter= 338051 IMAGR2: Field 1 Clean flux density= 4.227 Jy 338051 comps IMAGR2: Total Cleaned flux density = 4.036 Jy 494899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.4 MilliJy,max = 15.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.83 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.197 MilliJy iter= 343410 IMAGR2: Field 1 Clean flux density= 4.206 Jy 343410 comps IMAGR2: Total Cleaned flux density = 4.015 Jy 500258 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -33.3 MilliJy,max = 34.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 15.02 MilliJy IMAGR2: 16539 Residual map points loaded IMAGR2: Field 1 min allowed flux = -17.141 MilliJy iter= 344010 IMAGR2: Field 1 Clean flux density= 4.181 Jy 344010 comps IMAGR2: Total Cleaned flux density = 3.991 Jy 500858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.8 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.506 MilliJy iter= 349077 IMAGR2: Field 1 Clean flux density= 4.409 Jy 349077 comps IMAGR2: Total Cleaned flux density = 4.219 Jy 505925 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -56.4 MilliJy,max = 51.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 22.76 MilliJy IMAGR2: 12648 Residual map points loaded IMAGR2: Field 1 min allowed flux = -28.198 MilliJy iter= 349339 IMAGR2: Field 1 Clean flux density= 4.380 Jy 349339 comps IMAGR2: Total Cleaned flux density = 4.189 Jy 506187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -25.2 MilliJy,max = 25.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 12.35 MilliJy IMAGR2: 18325 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.586 MilliJy iter= 350340 IMAGR2: Field 1 Clean flux density= 4.298 Jy 350340 comps IMAGR2: Total Cleaned flux density = 4.107 Jy 507188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.8 MilliJy,max = 15.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 5.08 MilliJy IMAGR2: 16347 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.420 MilliJy iter= 351173 IMAGR2: Field 1 Clean flux density= 4.274 Jy 351173 comps IMAGR2: Total Cleaned flux density = 4.084 Jy 508021 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 3.12 MilliJy IMAGR2: 18771 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.558 MilliJy iter= 352394 IMAGR2: Field 1 Clean flux density= 4.266 Jy 352394 comps IMAGR2: Total Cleaned flux density = 4.075 Jy 509242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.85 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.148 MilliJy iter= 356642 IMAGR2: Field 1 Clean flux density= 4.292 Jy 356642 comps IMAGR2: Total Cleaned flux density = 4.101 Jy 513490 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -17.8 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 7.19 MilliJy IMAGR2: 14831 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.896 MilliJy iter= 356976 IMAGR2: Field 1 Clean flux density= 4.279 Jy 356976 comps IMAGR2: Total Cleaned flux density = 4.088 Jy 513824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.5 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.08 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.199 MilliJy iter= 362180 IMAGR2: Field 1 Clean flux density= 4.188 Jy 362180 comps IMAGR2: Total Cleaned flux density = 3.998 Jy 519028 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -30.7 MilliJy,max = 28.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.56 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.365 MilliJy iter= 366591 IMAGR2: Field 1 Clean flux density= 4.710 Jy 366591 comps IMAGR2: Total Cleaned flux density = 4.520 Jy 523439 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -147.3 MilliJy,max = 151.9 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 66.57 MilliJy IMAGR2: 18271 Residual map points loaded IMAGR2: Field 1 min allowed flux = 75.777 MilliJy iter= 367119 IMAGR2: Field 1 Clean flux density= 4.464 Jy 367119 comps IMAGR2: Total Cleaned flux density = 4.274 Jy 523967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -46.7 MilliJy,max = 48.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 19.34 MilliJy IMAGR2: 15702 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.959 MilliJy iter= 367426 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 Clean flux density= 4.359 Jy 367426 comps IMAGR2: Total Cleaned flux density = 4.169 Jy 524274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.9 MilliJy,max = 23.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.32 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -11.638 MilliJy iter= 373323 IMAGR2: Field 1 Clean flux density= 4.631 Jy 373323 comps IMAGR2: Total Cleaned flux density = 4.440 Jy 530171 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -114.9 MilliJy,max = 104.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 50.39 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 57.449 MilliJy iter= 376800 IMAGR2: Field 1 Clean flux density= 3.927 Jy 376800 comps IMAGR2: Total Cleaned flux density = 3.736 Jy 533648 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -474.8 MilliJy,max = 553.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 223.24 MilliJy IMAGR2: 8566 Residual map points loaded IMAGR2: Field 1 min allowed flux = -276.427 MilliJy iter= 376970 IMAGR2: Field 1 Clean flux density= 4.555 Jy 376970 comps IMAGR2: Total Cleaned flux density = 4.365 Jy 533818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -232.4 MilliJy,max = 228.7 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 116.35 MilliJy IMAGR2: 19472 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -150.311 MilliJy iter= 377239 IMAGR2: Field 1 Clean flux density= 3.636 Jy 377239 comps IMAGR2: Total Cleaned flux density = 3.446 Jy 534087 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -119.9 MilliJy,max = 120.8 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 63.27 MilliJy IMAGR2: 19791 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -64.476 MilliJy iter= 377837 IMAGR2: Field 1 Clean flux density= 4.186 Jy 377837 comps IMAGR2: Total Cleaned flux density = 3.995 Jy 534685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -44.5 MilliJy,max = 43.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 20.42 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.696 MilliJy iter= 382801 IMAGR2: Field 1 Clean flux density= 4.064 Jy 382801 comps IMAGR2: Total Cleaned flux density = 3.874 Jy 539649 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -218.8 MilliJy,max = 179.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 88.29 MilliJy IMAGR2: 17042 Residual map points loaded IMAGR2: Field 1 min allowed flux = 109.277 MilliJy iter= 383055 IMAGR2: Field 1 Clean flux density= 4.107 Jy 383055 comps IMAGR2: Total Cleaned flux density = 3.916 Jy 539903 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -95.5 MilliJy,max = 91.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 49.40 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 50.841 MilliJy iter= 388861 IMAGR2: Field 1 Clean flux density= 5.493 Jy 388861 comps IMAGR2: Total Cleaned flux density = 5.303 Jy 545709 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -550.3 MilliJy,max = 571.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 263.43 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -363.127 MilliJy iter= 389910 IMAGR2: Field 1 Clean flux density= 4.523 Jy 389910 comps IMAGR2: Total Cleaned flux density = 4.332 Jy 546758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -989.8 MilliJy,max = 883.3 MilliJy IMAGR2: BGC Clean: using 1981 cell beam + residuals > 273.53 MilliJy IMAGR2: 19292 Residual map points loaded IMAGR2: Field 1 min allowed flux = 493.791 MilliJy iter= 389970 IMAGR2: Field 1 Clean flux density= 4.498 Jy 389970 comps IMAGR2: Total Cleaned flux density = 4.307 Jy 546818 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -492.1 MilliJy,max = 488.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 207.83 MilliJy IMAGR2: 19139 Residual map points loaded IMAGR2: Field 1 min allowed flux = 245.718 MilliJy iter= 390299 IMAGR2: Field 1 Clean flux density= 4.842 Jy 390299 comps IMAGR2: Total Cleaned flux density = 4.651 Jy 547147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -178.0 MilliJy,max = 184.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 80.63 MilliJy IMAGR2: 16482 Residual map points loaded IMAGR2: Field 1 min allowed flux = -91.807 MilliJy iter= 390797 IMAGR2: Field 1 Clean flux density= 5.269 Jy 390797 comps IMAGR2: Total Cleaned flux density = 5.078 Jy 547645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -83.4 MilliJy,max = 71.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.53 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -44.236 MilliJy iter= 392917 IMAGR2: Field 1 Clean flux density= 4.213 Jy 392917 comps IMAGR2: Total Cleaned flux density = 4.022 Jy 549765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -139.3 MilliJy,max = 140.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 56.51 MilliJy IMAGR2: 13557 Residual map points loaded IMAGR2: Field 1 min allowed flux = 70.025 MilliJy iter= 393174 IMAGR2: Field 1 Clean flux density= 5.006 Jy 393174 comps IMAGR2: Total Cleaned flux density = 4.816 Jy 550022 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -58.8 MilliJy,max = 60.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 29.47 MilliJy IMAGR2: 16889 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 30.084 MilliJy iter= 393798 IMAGR2: Field 1 Clean flux density= 5.155 Jy 393798 comps IMAGR2: Total Cleaned flux density = 4.964 Jy 550646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.7 MilliJy,max = 25.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.79 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.131 MilliJy iter= 400699 IMAGR2: Field 1 Clean flux density= 5.160 Jy 400699 comps IMAGR2: Total Cleaned flux density = 4.969 Jy 557547 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -123.6 MilliJy,max = 105.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 49.87 MilliJy IMAGR2: 16935 Residual map points loaded IMAGR2: Field 1 min allowed flux = 61.778 MilliJy iter= 400980 IMAGR2: Field 1 Clean flux density= 4.981 Jy 400980 comps IMAGR2: Total Cleaned flux density = 4.790 Jy 557828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.8 MilliJy,max = 54.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.06 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 28.937 MilliJy iter= 408020 IMAGR2: Field 1 Clean flux density= 6.536 Jy 408020 comps IMAGR2: Total Cleaned flux density = 6.345 Jy 564868 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -353.9 MilliJy,max = 342.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 159.35 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -271.324 MilliJy iter= 408229 IMAGR2: Field 1 Clean flux density= 5.299 Jy 408229 comps IMAGR2: Total Cleaned flux density = 5.108 Jy 565077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -201.2 MilliJy,max = 207.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 101.49 MilliJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 104.747 MilliJy iter= 415329 IMAGR2: Field 1 Clean flux density= 5.725 Jy 415329 comps IMAGR2: Total Cleaned flux density = 5.534 Jy 572177 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.4 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.60 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.169 Jy iter= 415375 IMAGR2: Field 1 Clean flux density= 4.761 Jy 415375 comps IMAGR2: Total Cleaned flux density = 4.570 Jy 572223 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.97 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -901.311 MilliJy iter= 415639 IMAGR2: Field 1 Clean flux density= 5.444 Jy 415639 comps IMAGR2: Total Cleaned flux density = 5.254 Jy 572487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -660.8 MilliJy,max = 642.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 321.11 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -565.384 MilliJy iter= 415678 IMAGR2: Field 1 Clean flux density= 4.315 Jy 415678 comps IMAGR2: Total Cleaned flux density = 4.125 Jy 572526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -607.0 MilliJy,max = 539.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 297.84 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -427.723 MilliJy iter= 416436 IMAGR2: Field 1 Clean flux density= 4.740 Jy 416436 comps IMAGR2: Total Cleaned flux density = 4.549 Jy 573284 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -239.6 MilliJy,max = 290.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 117.24 MilliJy IMAGR2: 15037 Residual map points loaded IMAGR2: Field 1 min allowed flux = 145.302 MilliJy iter= 416725 IMAGR2: Field 1 Clean flux density= 5.121 Jy 416725 comps IMAGR2: Total Cleaned flux density = 4.930 Jy 573573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -137.0 MilliJy,max = 157.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 68.81 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 70.807 MilliJy iter= 423323 IMAGR2: Field 1 Clean flux density= 6.268 Jy 423323 comps IMAGR2: Total Cleaned flux density = 6.077 Jy 580171 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -729.6 MilliJy,max = 705.4 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 319.63 MilliJy IMAGR2: 19399 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -412.552 MilliJy iter= 423690 IMAGR2: Field 1 Clean flux density= 5.085 Jy 423690 comps IMAGR2: Total Cleaned flux density = 4.895 Jy 580538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -330.3 MilliJy,max = 344.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 166.44 MilliJy IMAGR2: 15503 Residual map points loaded IMAGR2: Field 1 min allowed flux = -172.076 MilliJy iter= 424311 IMAGR2: Field 1 Clean flux density= 5.106 Jy 424311 comps IMAGR2: Total Cleaned flux density = 4.915 Jy 581159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -155.3 MilliJy,max = 135.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 69.42 MilliJy IMAGR2: 15818 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -70.813 MilliJy iter= 425000 IMAGR2: Field 1 Clean flux density= 5.263 Jy 425000 comps IMAGR2: Total Cleaned flux density = 5.072 Jy 581848 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -75.5 MilliJy,max = 70.4 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 31.02 MilliJy IMAGR2: 17359 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 31.681 MilliJy iter= 426120 IMAGR2: Field 1 Clean flux density= 5.007 Jy 426120 comps IMAGR2: Total Cleaned flux density = 4.817 Jy 582968 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -33.4 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 13.88 MilliJy IMAGR2: 19001 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -14.191 MilliJy iter= 427348 IMAGR2: Field 1 Clean flux density= 4.991 Jy 427348 comps IMAGR2: Total Cleaned flux density = 4.801 Jy 584196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.9 MilliJy,max = 22.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 8.57 MilliJy IMAGR2: 17320 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.777 MilliJy iter= 428183 IMAGR2: Field 1 Clean flux density= 5.081 Jy 428183 comps IMAGR2: Total Cleaned flux density = 4.890 Jy 585031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.0 MilliJy,max = 21.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.72 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.994 MilliJy iter= 434153 IMAGR2: Field 1 Clean flux density= 5.232 Jy 434153 comps IMAGR2: Total Cleaned flux density = 5.041 Jy 591001 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -30.7 MilliJy,max = 43.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 17.56 MilliJy IMAGR2: 5327 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.718 MilliJy iter= 434302 IMAGR2: Field 1 Clean flux density= 5.402 Jy 434302 comps IMAGR2: Total Cleaned flux density = 5.211 Jy 591150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.4 MilliJy,max = 23.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.56 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.868 MilliJy iter= 440593 IMAGR2: Field 1 Clean flux density= 5.471 Jy 440593 comps IMAGR2: Total Cleaned flux density = 5.280 Jy 597441 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -112.0 MilliJy,max = 111.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 53.62 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -57.152 MilliJy iter= 445977 IMAGR2: Field 1 Clean flux density= 4.392 Jy 445977 comps IMAGR2: Total Cleaned flux density = 4.202 Jy 602825 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -734.0 MilliJy,max = 758.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 305.91 MilliJy IMAGR2: 19922 Residual map points loaded IMAGR2: Field 1 min allowed flux = 378.974 MilliJy iter= 446322 IMAGR2: Field 1 Clean flux density= 5.778 Jy 446322 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 603170 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -274.4 MilliJy,max = 273.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.61 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -153.881 MilliJy iter= 448561 IMAGR2: Field 1 Clean flux density= 4.952 Jy 448561 comps IMAGR2: Total Cleaned flux density = 4.762 Jy 605409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -771.1 MilliJy,max = 651.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 311.10 MilliJy IMAGR2: 10562 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -435.904 MilliJy iter= 448695 IMAGR2: Field 1 Clean flux density= 3.952 Jy 448695 comps IMAGR2: Total Cleaned flux density = 3.761 Jy 605543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -392.3 MilliJy,max = 386.1 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 190.97 MilliJy IMAGR2: 18243 Residual map points loaded IMAGR2: Field 1 min allowed flux = 195.915 MilliJy iter= 449499 IMAGR2: Field 1 Clean flux density= 6.027 Jy 449499 comps IMAGR2: Total Cleaned flux density = 5.837 Jy 606347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -180.6 MilliJy,max = 138.9 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 64.52 MilliJy IMAGR2: 12192 Residual map points loaded IMAGR2: Field 1 min allowed flux = 90.195 MilliJy iter= 449589 IMAGR2: Field 1 Clean flux density= 5.778 Jy 449589 comps IMAGR2: Total Cleaned flux density = 5.588 Jy 606437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -89.6 MilliJy,max = 91.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 46.52 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -47.801 MilliJy iter= 455088 IMAGR2: Field 1 Clean flux density= 5.278 Jy 455088 comps IMAGR2: Total Cleaned flux density = 5.088 Jy 611936 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -606.3 MilliJy,max = 568.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 244.59 MilliJy IMAGR2: 15402 Residual map points loaded IMAGR2: Field 1 min allowed flux = -302.490 MilliJy iter= 455366 IMAGR2: Field 1 Clean flux density= 6.129 Jy 455366 comps IMAGR2: Total Cleaned flux density = 5.939 Jy 612214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -227.1 MilliJy,max = 233.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.78 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 116.773 MilliJy iter= 460332 IMAGR2: Field 1 Clean flux density= 7.679 Jy 460332 comps IMAGR2: Total Cleaned flux density = 7.489 Jy 617180 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 547.98 MilliJy IMAGR2: 16758 Residual map points loaded IMAGR2: Field 1 min allowed flux = 650.961 MilliJy iter= 460652 IMAGR2: Field 1 Clean flux density= 7.781 Jy 460652 comps IMAGR2: Total Cleaned flux density = 7.591 Jy 617500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -499.9 MilliJy,max = 503.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 245.35 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -389.289 MilliJy iter= 460933 IMAGR2: Field 1 Clean flux density= 6.228 Jy 460933 comps IMAGR2: Total Cleaned flux density = 6.037 Jy 617781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -275.1 MilliJy,max = 278.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 135.88 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -140.031 MilliJy iter= 467194 IMAGR2: Field 1 Clean flux density= 7.893 Jy 467194 comps IMAGR2: Total Cleaned flux density = 7.703 Jy 624042 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.6 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.26 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.207 Jy iter= 467457 IMAGR2: Field 1 Clean flux density= 8.029 Jy 467457 comps IMAGR2: Total Cleaned flux density = 7.838 Jy 624305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -814.0 MilliJy,max = 831.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.19 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= -673.477 MilliJy iter= 467610 IMAGR2: Field 1 Clean flux density= 6.868 Jy 467610 comps IMAGR2: Total Cleaned flux density = 6.678 Jy 624458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -553.2 MilliJy,max = 553.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.08 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -416.095 MilliJy iter= 468571 IMAGR2: Field 1 Clean flux density= 6.004 Jy 468571 comps IMAGR2: Total Cleaned flux density = 5.813 Jy 625419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -481.8 MilliJy,max = 404.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 167.87 MilliJy IMAGR2: 18961 Residual map points loaded IMAGR2: Field 1 min allowed flux = 240.723 MilliJy iter= 468739 IMAGR2: Field 1 Clean flux density= 5.821 Jy 468739 comps IMAGR2: Total Cleaned flux density = 5.630 Jy 625587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -211.6 MilliJy,max = 223.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 110.50 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -119.979 MilliJy iter= 473640 IMAGR2: Field 1 Clean flux density= 5.276 Jy 473640 comps IMAGR2: Total Cleaned flux density = 5.086 Jy 630488 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.0 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.76 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -798.942 MilliJy iter= 473971 IMAGR2: Field 1 Clean flux density= 5.133 Jy 473971 comps IMAGR2: Total Cleaned flux density = 4.942 Jy 630819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -473.7 MilliJy,max = 504.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 223.29 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min allowed flux = 252.397 MilliJy iter= 478050 IMAGR2: Field 1 Clean flux density= 9.720 Jy 478050 comps IMAGR2: Total Cleaned flux density = 9.530 Jy 634898 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.4 Jy,max = 2.0 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 987.12 MilliJy IMAGR2: 12628 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.932 Jy iter= 478063 IMAGR2: Field 1 Clean flux density= 7.766 Jy 478063 comps IMAGR2: Total Cleaned flux density = 7.575 Jy 634911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 Jy,max = 1.8 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 859.71 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.794 Jy iter= 478084 IMAGR2: Field 1 Clean flux density= 6.107 Jy 478084 comps IMAGR2: Total Cleaned flux density = 5.917 Jy 634932 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.80 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.489 Jy iter= 478187 IMAGR2: Field 1 Clean flux density= 5.701 Jy 478187 comps IMAGR2: Total Cleaned flux density = 5.510 Jy 635035 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 626.86 MilliJy IMAGR2: 17089 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -994.372 MilliJy iter= 478273 IMAGR2: Field 1 Clean flux density= 4.846 Jy 478273 comps IMAGR2: Total Cleaned flux density = 4.656 Jy 635121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -990.3 MilliJy,max = 977.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 504.65 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -799.679 MilliJy iter= 478607 IMAGR2: Field 1 Clean flux density= 5.788 Jy 478607 comps IMAGR2: Total Cleaned flux density = 5.597 Jy 635455 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -498.7 MilliJy,max = 533.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 237.02 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -432.451 MilliJy iter= 478650 IMAGR2: Field 1 Clean flux density= 4.664 Jy 478650 comps IMAGR2: Total Cleaned flux density = 4.473 Jy 635498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -465.4 MilliJy,max = 407.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.60 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -337.055 MilliJy iter= 478969 IMAGR2: Field 1 Clean flux density= 4.251 Jy 478969 comps IMAGR2: Total Cleaned flux density = 4.061 Jy 635817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -283.1 MilliJy,max = 240.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 125.05 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -128.953 MilliJy iter= 485949 IMAGR2: Field 1 Clean flux density= 6.159 Jy 485949 comps IMAGR2: Total Cleaned flux density = 5.969 Jy 642797 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.4 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.27 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.115 Jy iter= 486096 IMAGR2: Field 1 Clean flux density= 6.084 Jy 486096 comps IMAGR2: Total Cleaned flux density = 5.893 Jy 642944 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -992.0 MilliJy,max = 1.0 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 488.32 MilliJy IMAGR2: 19503 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -856.472 MilliJy iter= 486125 IMAGR2: Field 1 Clean flux density= 4.926 Jy 486125 comps IMAGR2: Total Cleaned flux density = 4.736 Jy 642973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -842.4 MilliJy,max = 983.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.98 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -752.726 MilliJy iter= 486233 IMAGR2: Field 1 Clean flux density= 4.334 Jy 486233 comps IMAGR2: Total Cleaned flux density = 4.144 Jy 643081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -716.6 MilliJy,max = 822.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.93 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -393.169 MilliJy iter= 493966 IMAGR2: Field 1 Clean flux density= 19.883 Jy 493966 comps IMAGR2: Total Cleaned flux density = 19.692 Jy 650814 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -5.0 Jy,max = 5.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.44 Jy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.813 Jy iter= 494298 IMAGR2: Field 1 Clean flux density= 21.227 Jy 494298 comps IMAGR2: Total Cleaned flux density = 21.037 Jy 651146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 Jy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.087 Jy iter= 494505 IMAGR2: Field 1 Clean flux density= 17.402 Jy 494505 comps IMAGR2: Total Cleaned flux density = 17.211 Jy 651353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 882.57 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.426 Jy iter= 494606 IMAGR2: Field 1 Clean flux density= 14.350 Jy 494606 comps IMAGR2: Total Cleaned flux density = 14.160 Jy 651454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.83 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.141 Jy iter= 494878 IMAGR2: Field 1 Clean flux density= 11.471 Jy 494878 comps IMAGR2: Total Cleaned flux density = 11.280 Jy 651726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.98 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -729.182 MilliJy iter= 495457 IMAGR2: Field 1 Clean flux density= 9.480 Jy 495457 comps IMAGR2: Total Cleaned flux density = 9.289 Jy 652305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -556.2 MilliJy,max = 653.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 253.39 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -365.596 MilliJy iter= 496032 IMAGR2: Field 1 Clean flux density= 7.588 Jy 496032 comps IMAGR2: Total Cleaned flux density = 7.397 Jy 652880 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -354.8 MilliJy,max = 380.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 147.49 MilliJy IMAGR2: 13814 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -150.548 MilliJy iter= 496843 IMAGR2: Field 1 Clean flux density= 6.219 Jy 496843 comps IMAGR2: Total Cleaned flux density = 6.029 Jy 653691 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -224.6 MilliJy,max = 202.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 71.65 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = -76.587 MilliJy iter= 502444 IMAGR2: Field 1 Clean flux density= 5.576 Jy 502444 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 659292 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -515.8 MilliJy,max = 477.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 208.08 MilliJy IMAGR2: 16678 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -301.965 MilliJy iter= 502608 IMAGR2: Field 1 Clean flux density= 4.439 Jy 502608 comps IMAGR2: Total Cleaned flux density = 4.249 Jy 659456 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -297.0 MilliJy,max = 327.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 144.29 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 148.397 MilliJy iter= 509677 IMAGR2: Field 1 Clean flux density= 17.159 Jy 509677 comps IMAGR2: Total Cleaned flux density = 16.969 Jy 666525 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.8 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.83 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.528 Jy iter= 509707 IMAGR2: Field 1 Clean flux density= 13.640 Jy 509707 comps IMAGR2: Total Cleaned flux density = 13.450 Jy 666555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 739.30 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.268 Jy iter= 509805 IMAGR2: Field 1 Clean flux density= 11.045 Jy 509805 comps IMAGR2: Total Cleaned flux density = 10.855 Jy 666653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.98 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.008 Jy iter= 509889 IMAGR2: Field 1 Clean flux density= 8.969 Jy 509889 comps IMAGR2: Total Cleaned flux density = 8.778 Jy 666737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 976.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.29 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -873.835 MilliJy iter= 509930 IMAGR2: Field 1 Clean flux density= 7.103 Jy 509930 comps IMAGR2: Total Cleaned flux density = 6.912 Jy 666778 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 928.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.54 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -749.767 MilliJy iter= 510200 IMAGR2: Field 1 Clean flux density= 8.170 Jy 510200 comps IMAGR2: Total Cleaned flux density = 7.979 Jy 667048 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -635.2 MilliJy,max = 580.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.94 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -515.778 MilliJy iter= 510263 IMAGR2: Field 1 Clean flux density= 6.516 Jy 510263 comps IMAGR2: Total Cleaned flux density = 6.325 Jy 667111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -586.4 MilliJy,max = 568.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 279.58 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -427.846 MilliJy iter= 510485 IMAGR2: Field 1 Clean flux density= 5.473 Jy 510485 comps IMAGR2: Total Cleaned flux density = 5.282 Jy 667333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -438.8 MilliJy,max = 450.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.44 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -298.363 MilliJy iter= 510905 IMAGR2: Field 1 Clean flux density= 4.402 Jy 510905 comps IMAGR2: Total Cleaned flux density = 4.212 Jy 667753 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -230.1 MilliJy,max = 280.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 115.87 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -119.483 MilliJy iter= 518802 IMAGR2: Field 1 Clean flux density= 9.072 Jy 518802 comps IMAGR2: Total Cleaned flux density = 8.882 Jy 675650 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.5 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 639.66 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.280 Jy iter= 518818 IMAGR2: Field 1 Clean flux density= 7.194 Jy 518818 comps IMAGR2: Total Cleaned flux density = 7.004 Jy 675666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.39 MilliJy IMAGR2: 19976 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.112 Jy iter= 518887 IMAGR2: Field 1 Clean flux density= 6.176 Jy 518887 comps IMAGR2: Total Cleaned flux density = 5.986 Jy 675735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.11 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -931.484 MilliJy iter= 518946 IMAGR2: Field 1 Clean flux density= 5.149 Jy 518946 comps IMAGR2: Total Cleaned flux density = 4.959 Jy 675794 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -961.7 MilliJy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.10 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -781.219 MilliJy iter= 519148 IMAGR2: Field 1 Clean flux density= 5.001 Jy 519148 comps IMAGR2: Total Cleaned flux density = 4.810 Jy 675996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -731.6 MilliJy,max = 732.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.13 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -550.062 MilliJy iter= 519319 IMAGR2: Field 1 Clean flux density= 4.136 Jy 519319 comps IMAGR2: Total Cleaned flux density = 3.945 Jy 676167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -584.8 MilliJy,max = 576.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 274.93 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 282.491 MilliJy iter= 527702 IMAGR2: Field 1 Clean flux density= 16.239 Jy 527702 comps IMAGR2: Total Cleaned flux density = 16.048 Jy 684550 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -4.0 Jy,max = 3.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 Jy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.071 Jy iter= 527725 IMAGR2: Field 1 Clean flux density= 12.745 Jy 527725 comps IMAGR2: Total Cleaned flux density = 12.555 Jy 684573 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 Jy,max = 3.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.746 Jy iter= 527768 IMAGR2: Field 1 Clean flux density= 10.193 Jy 527768 comps IMAGR2: Total Cleaned flux density = 10.003 Jy 684616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 Jy,max = 2.9 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 Jy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.238 Jy iter= 528127 IMAGR2: Field 1 Clean flux density= 16.607 Jy 528127 comps IMAGR2: Total Cleaned flux density = 16.416 Jy 684975 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 Jy,max = 1.8 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 827.99 MilliJy IMAGR2: 19975 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.197 Jy iter= 528806 IMAGR2: Field 1 Clean flux density= 14.383 Jy 528806 comps IMAGR2: Total Cleaned flux density = 14.193 Jy 685654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -841.7 MilliJy,max = 802.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 377.95 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19976 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -653.688 MilliJy iter= 528909 IMAGR2: Field 1 Clean flux density= 11.465 Jy 528909 comps IMAGR2: Total Cleaned flux density = 11.275 Jy 685757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -666.2 MilliJy,max = 684.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 315.99 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -429.085 MilliJy iter= 530001 IMAGR2: Field 1 Clean flux density= 9.205 Jy 530001 comps IMAGR2: Total Cleaned flux density = 9.015 Jy 686849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -458.4 MilliJy,max = 458.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 191.08 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = -229.172 MilliJy iter= 532831 IMAGR2: Field 1 Clean flux density= 19.180 Jy 532831 comps IMAGR2: Total Cleaned flux density = 18.990 Jy 689679 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.9 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 621.66 MilliJy IMAGR2: 14373 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.197 Jy iter= 532870 IMAGR2: Field 1 Clean flux density= 15.302 Jy 532870 comps IMAGR2: Total Cleaned flux density = 15.111 Jy 689718 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 503.72 MilliJy IMAGR2: 17346 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -806.345 MilliJy iter= 533008 IMAGR2: Field 1 Clean flux density= 12.516 Jy 533008 comps IMAGR2: Total Cleaned flux density = 12.326 Jy 689856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -707.4 MilliJy,max = 692.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 325.31 MilliJy IMAGR2: 16533 Residual map points loaded IMAGR2: Field 1 min allowed flux = 353.414 MilliJy iter= 533487 IMAGR2: Field 1 Clean flux density= 12.168 Jy 533487 comps IMAGR2: Total Cleaned flux density = 11.977 Jy 690335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -220.0 MilliJy,max = 226.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 103.45 MilliJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min allowed flux = 113.385 MilliJy iter= 538223 IMAGR2: Field 1 Clean flux density= 16.538 Jy 538223 comps IMAGR2: Total Cleaned flux density = 16.347 Jy 695071 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.1 Jy,max = 955.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 435.21 MilliJy IMAGR2: 13182 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -630.588 MilliJy iter= 538342 IMAGR2: Field 1 Clean flux density= 13.190 Jy 538342 comps IMAGR2: Total Cleaned flux density = 13.000 Jy 695190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -594.4 MilliJy,max = 587.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 306.48 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -358.405 MilliJy iter= 542009 IMAGR2: Field 1 Clean flux density= 11.836 Jy 542009 comps IMAGR2: Total Cleaned flux density = 11.646 Jy 698857 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.3 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 Jy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.177 Jy iter= 542034 IMAGR2: Field 1 Clean flux density= 10.349 Jy 542034 comps IMAGR2: Total Cleaned flux density = 10.159 Jy 698882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 Jy,max = 2.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 Jy IMAGR2: 19978 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.677 Jy iter= 542355 IMAGR2: Field 1 Clean flux density= 13.436 Jy 542355 comps IMAGR2: Total Cleaned flux density = 13.246 Jy 699203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -973.0 MilliJy,max = 968.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.95 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 486.471 MilliJy iter= 548570 IMAGR2: Field 1 Clean flux density= 28.123 Jy 548570 comps IMAGR2: Total Cleaned flux density = 27.932 Jy 705418 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -6.0 Jy,max = 5.8 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -5.571 Jy iter= 548584 IMAGR2: Field 1 Clean flux density= 22.371 Jy 548584 comps IMAGR2: Total Cleaned flux density = 22.180 Jy 705432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 Jy,max = 5.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 Jy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -4.800 Jy iter= 548648 IMAGR2: Field 1 Clean flux density= 19.585 Jy 548648 comps IMAGR2: Total Cleaned flux density = 19.395 Jy 705496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 Jy,max = 4.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 Jy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.886 Jy iter= 548707 IMAGR2: Field 1 Clean flux density= 16.009 Jy 548707 comps IMAGR2: Total Cleaned flux density = 15.818 Jy 705555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 Jy,max = 3.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 Jy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.276 Jy iter= 548817 IMAGR2: Field 1 Clean flux density= 15.456 Jy 548817 comps IMAGR2: Total Cleaned flux density = 15.265 Jy 705665 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.9 Jy,max = 2.9 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.403 Jy iter= 549161 IMAGR2: Field 1 Clean flux density= 14.574 Jy 549161 comps IMAGR2: Total Cleaned flux density = 14.383 Jy 706009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 790.08 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.256 Jy iter= 549428 IMAGR2: Field 1 Clean flux density= 11.832 Jy 549428 comps IMAGR2: Total Cleaned flux density = 11.642 Jy 706276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 964.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.56 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -817.283 MilliJy iter= 549482 IMAGR2: Field 1 Clean flux density= 9.412 Jy 549482 comps IMAGR2: Total Cleaned flux density = 9.221 Jy 706330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -902.4 MilliJy,max = 871.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.75 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -695.043 MilliJy iter= 549660 IMAGR2: Field 1 Clean flux density= 7.554 Jy 549660 comps IMAGR2: Total Cleaned flux density = 7.364 Jy 706508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -719.6 MilliJy,max = 753.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.08 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -361.413 MilliJy iter= 556350 IMAGR2: Field 1 Clean flux density= 14.064 Jy 556350 comps IMAGR2: Total Cleaned flux density = 13.873 Jy 713198 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -3.4 Jy,max = 3.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 Jy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.788 Jy iter= 556449 IMAGR2: Field 1 Clean flux density= 12.583 Jy 556449 comps IMAGR2: Total Cleaned flux density = 12.392 Jy 713297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 Jy,max = 2.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 Jy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.365 Jy iter= 556473 IMAGR2: Field 1 Clean flux density= 10.178 Jy 556473 comps IMAGR2: Total Cleaned flux density = 9.987 Jy 713321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 Jy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= -2.136 Jy iter= 556587 IMAGR2: Field 1 Clean flux density= 8.918 Jy 556587 comps IMAGR2: Total Cleaned flux density = 8.728 Jy 713435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 Jy,max = 2.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 Jy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.661 Jy iter= 557030 IMAGR2: Field 1 Clean flux density= 9.865 Jy 557030 comps IMAGR2: Total Cleaned flux density = 9.674 Jy 713878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 Jy,max = 1.2 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 558.32 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -936.422 MilliJy iter= 557119 IMAGR2: Field 1 Clean flux density= 8.275 Jy 557119 comps IMAGR2: Total Cleaned flux density = 8.084 Jy 713967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.19 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -681.738 MilliJy iter= 557799 IMAGR2: Field 1 Clean flux density= 7.030 Jy 557799 comps IMAGR2: Total Cleaned flux density = 6.840 Jy 714647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -481.7 MilliJy,max = 461.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.72 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min allowed flux = -230.554 MilliJy iter= 562090 IMAGR2: Field 1 Clean flux density= 8.422 Jy 562090 comps IMAGR2: Total Cleaned flux density = 8.231 Jy 718938 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.9 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 763.30 MilliJy IMAGR2: 8849 Residual map points loaded IMAGR2: Field 1 min allowed flux = -943.818 MilliJy iter= 562297 IMAGR2: Field 1 Clean flux density= 8.669 Jy 562297 comps IMAGR2: Total Cleaned flux density = 8.479 Jy 719145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -842.2 MilliJy,max = 820.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.48 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -664.894 MilliJy iter= 562566 IMAGR2: Field 1 Clean flux density= 7.270 Jy 562566 comps IMAGR2: Total Cleaned flux density = 7.080 Jy 719414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -584.4 MilliJy,max = 516.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 256.96 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -338.013 MilliJy iter= 564194 IMAGR2: Field 1 Clean flux density= 7.078 Jy 564194 comps IMAGR2: Total Cleaned flux density = 6.887 Jy 721042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -740.4 MilliJy,max = 768.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 310.10 MilliJy IMAGR2: 11861 Residual map points loaded IMAGR2: Field 1 min allowed flux = -383.879 MilliJy iter= 564474 IMAGR2: Field 1 Clean flux density= 8.588 Jy 564474 comps IMAGR2: Total Cleaned flux density = 8.397 Jy 721322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -310.2 MilliJy,max = 308.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 154.87 MilliJy IMAGR2: 12996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 157.885 MilliJy iter= 565039 IMAGR2: Field 1 Clean flux density= 8.266 Jy 565039 comps IMAGR2: Total Cleaned flux density = 8.075 Jy 721887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -133.3 MilliJy,max = 147.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 58.09 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -59.820 MilliJy iter= 571828 IMAGR2: Field 1 Clean flux density= 12.308 Jy 571828 comps IMAGR2: Total Cleaned flux density = 12.117 Jy 728676 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -663.6 MilliJy,max = 607.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 267.72 MilliJy IMAGR2: 19103 Residual map points loaded IMAGR2: Field 1 min allowed flux = 331.636 MilliJy iter= 572159 IMAGR2: Field 1 Clean flux density= 10.801 Jy 572159 comps IMAGR2: Total Cleaned flux density = 10.610 Jy 729007 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -288.4 MilliJy,max = 267.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 145.29 MilliJy IMAGR2: 16317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -148.169 MilliJy iter= 573052 IMAGR2: Field 1 Clean flux density= 10.272 Jy 573052 comps IMAGR2: Total Cleaned flux density = 10.082 Jy 729900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -134.9 MilliJy,max = 109.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 47.48 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 48.866 MilliJy iter= 579518 IMAGR2: Field 1 Clean flux density= 9.451 Jy 579518 comps IMAGR2: Total Cleaned flux density = 9.260 Jy 736366 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -452.6 MilliJy,max = 567.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 228.81 MilliJy IMAGR2: 16463 Residual map points loaded IMAGR2: Field 1 min allowed flux = -283.062 MilliJy iter= 579824 IMAGR2: Field 1 Clean flux density= 11.560 Jy 579824 comps IMAGR2: Total Cleaned flux density = 11.369 Jy 736672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -233.3 MilliJy,max = 236.2 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 119.14 MilliJy IMAGR2: 18345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -121.520 MilliJy iter= 580534 IMAGR2: Field 1 Clean flux density= 10.734 Jy 580534 comps IMAGR2: Total Cleaned flux density = 10.543 Jy 737382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -93.7 MilliJy,max = 99.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 42.98 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 45.142 MilliJy iter= 586824 IMAGR2: Field 1 Clean flux density= 10.743 Jy 586824 comps IMAGR2: Total Cleaned flux density = 10.552 Jy 743672 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -415.8 MilliJy,max = 438.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 192.20 MilliJy IMAGR2: 17770 Residual map points loaded IMAGR2: Field 1 min allowed flux = -219.344 MilliJy iter= 587412 IMAGR2: Field 1 Clean flux density= 11.296 Jy 587412 comps IMAGR2: Total Cleaned flux density = 11.105 Jy 744260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -171.2 MilliJy,max = 170.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 75.00 MilliJy IMAGR2: 17292 Residual map points loaded IMAGR2: Field 1 min allowed flux = -85.527 MilliJy iter= 588039 IMAGR2: Field 1 Clean flux density= 9.993 Jy 588039 comps IMAGR2: Total Cleaned flux density = 9.802 Jy 744887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -73.8 MilliJy,max = 81.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 34.50 MilliJy IMAGR2: 15920 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.733 MilliJy iter= 588676 IMAGR2: Field 1 Clean flux density= 10.076 Jy 588676 comps IMAGR2: Total Cleaned flux density = 9.885 Jy 745524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.6 MilliJy,max = 49.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.56 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -19.079 MilliJy iter= 595779 IMAGR2: Field 1 Clean flux density= 9.957 Jy 595779 comps IMAGR2: Total Cleaned flux density = 9.767 Jy 752627 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -136.4 MilliJy,max = 152.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 66.71 MilliJy IMAGR2: 17534 Residual map points loaded IMAGR2: Field 1 min allowed flux = 76.072 MilliJy iter= 596412 IMAGR2: Field 1 Clean flux density= 10.566 Jy 596412 comps IMAGR2: Total Cleaned flux density = 10.375 Jy 753260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -73.1 MilliJy,max = 65.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 28.21 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -30.270 MilliJy iter= 601933 IMAGR2: Field 1 Clean flux density= 12.025 Jy 601933 comps IMAGR2: Total Cleaned flux density = 11.834 Jy 758781 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -288.3 MilliJy,max = 271.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 116.32 MilliJy IMAGR2: 16542 Residual map points loaded IMAGR2: Field 1 min allowed flux = 144.060 MilliJy iter= 602233 IMAGR2: Field 1 Clean flux density= 10.995 Jy 602233 comps IMAGR2: Total Cleaned flux density = 10.804 Jy 759081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -124.1 MilliJy,max = 124.8 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 60.63 MilliJy IMAGR2: 18131 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 61.822 MilliJy iter= 602937 IMAGR2: Field 1 Clean flux density= 11.224 Jy 602937 comps IMAGR2: Total Cleaned flux density = 11.033 Jy 759785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -51.3 MilliJy,max = 48.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 22.31 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -22.970 MilliJy iter= 610074 IMAGR2: Field 1 Clean flux density= 9.252 Jy 610074 comps IMAGR2: Total Cleaned flux density = 9.061 Jy 766922 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -231.1 MilliJy,max = 250.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 105.42 MilliJy IMAGR2: 18835 Residual map points loaded IMAGR2: Field 1 min allowed flux = 125.117 MilliJy iter= 610452 IMAGR2: Field 1 Clean flux density= 11.670 Jy 610452 comps IMAGR2: Total Cleaned flux density = 11.479 Jy 767300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -110.7 MilliJy,max = 108.9 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 54.81 MilliJy IMAGR2: 18471 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -55.977 MilliJy iter= 611438 IMAGR2: Field 1 Clean flux density= 10.766 Jy 611438 comps IMAGR2: Total Cleaned flux density = 10.575 Jy 768286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -40.3 MilliJy,max = 50.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.89 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.215 MilliJy iter= 615569 IMAGR2: Field 1 Clean flux density= 11.423 Jy 615569 comps IMAGR2: Total Cleaned flux density = 11.233 Jy 772417 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -165.8 MilliJy,max = 132.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 66.89 MilliJy IMAGR2: 9157 Residual map points loaded IMAGR2: Field 1 min allowed flux = 82.855 MilliJy iter= 615790 IMAGR2: Field 1 Clean flux density= 10.690 Jy 615790 comps IMAGR2: Total Cleaned flux density = 10.500 Jy 772638 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -72.9 MilliJy,max = 71.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 36.30 MilliJy IMAGR2: 17010 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -37.059 MilliJy iter= 616715 IMAGR2: Field 1 Clean flux density= 10.825 Jy 616715 comps IMAGR2: Total Cleaned flux density = 10.634 Jy 773563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.8 MilliJy,max = 30.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.52 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 13.895 MilliJy iter= 622095 IMAGR2: Field 1 Clean flux density= 10.448 Jy 622095 comps IMAGR2: Total Cleaned flux density = 10.257 Jy 778943 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -147.8 MilliJy,max = 158.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 63.79 MilliJy IMAGR2: 14849 Residual map points loaded IMAGR2: Field 1 min allowed flux = -78.956 MilliJy iter= 622365 IMAGR2: Field 1 Clean flux density= 10.762 Jy 622365 comps IMAGR2: Total Cleaned flux density = 10.571 Jy 779213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -60.5 MilliJy,max = 61.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 30.30 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -31.125 MilliJy iter= 628059 IMAGR2: Field 1 Clean flux density= 11.156 Jy 628059 comps IMAGR2: Total Cleaned flux density = 10.965 Jy 784907 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -335.6 MilliJy,max = 352.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 159.78 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 176.377 MilliJy iter= 632185 IMAGR2: Field 1 Clean flux density= 13.042 Jy 632185 comps IMAGR2: Total Cleaned flux density = 12.852 Jy 789033 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.9 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 773.49 MilliJy IMAGR2: 17036 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.510 Jy iter= 632213 IMAGR2: Field 1 Clean flux density= 10.360 Jy 632213 comps IMAGR2: Total Cleaned flux density = 10.169 Jy 789061 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.14 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.306 Jy iter= 632278 IMAGR2: Field 1 Clean flux density= 8.317 Jy 632278 comps IMAGR2: Total Cleaned flux density = 8.127 Jy 789126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 572.20 MilliJy IMAGR2: 18383 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -583.783 MilliJy iter= 633064 IMAGR2: Field 1 Clean flux density= 11.384 Jy 633064 comps IMAGR2: Total Cleaned flux density = 11.194 Jy 789912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -579.9 MilliJy,max = 460.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 235.52 MilliJy IMAGR2: 8188 Residual map points loaded IMAGR2: Field 1 min allowed flux = 289.713 MilliJy iter= 633292 IMAGR2: Field 1 Clean flux density= 9.541 Jy 633292 comps IMAGR2: Total Cleaned flux density = 9.351 Jy 790140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -249.1 MilliJy,max = 224.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 109.69 MilliJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 112.815 MilliJy iter= 639420 IMAGR2: Field 1 Clean flux density= 11.563 Jy 639420 comps IMAGR2: Total Cleaned flux density = 11.373 Jy 796268 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.3 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 541.33 MilliJy IMAGR2: 17508 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -917.526 MilliJy iter= 639485 IMAGR2: Field 1 Clean flux density= 9.307 Jy 639485 comps IMAGR2: Total Cleaned flux density = 9.116 Jy 796333 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -880.0 MilliJy,max = 968.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.17 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -720.129 MilliJy iter= 639767 IMAGR2: Field 1 Clean flux density= 8.018 Jy 639767 comps IMAGR2: Total Cleaned flux density = 7.827 Jy 796615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -540.8 MilliJy,max = 627.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 249.74 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = 279.971 MilliJy iter= 644215 IMAGR2: Field 1 Clean flux density= 18.195 Jy 644215 comps IMAGR2: Total Cleaned flux density = 18.005 Jy 801063 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.6 Jy,max = 2.0 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.03 Jy IMAGR2: 12940 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.869 Jy iter= 644245 IMAGR2: Field 1 Clean flux density= 14.410 Jy 644245 comps IMAGR2: Total Cleaned flux density = 14.220 Jy 801093 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 Jy,max = 1.8 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.05 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.613 Jy iter= 644296 IMAGR2: Field 1 Clean flux density= 11.588 Jy 644296 comps IMAGR2: Total Cleaned flux density = 11.397 Jy 801144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 782.55 MilliJy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.173 Jy iter= 644925 IMAGR2: Field 1 Clean flux density= 12.072 Jy 644925 comps IMAGR2: Total Cleaned flux density = 11.881 Jy 801773 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -793.7 MilliJy,max = 848.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 342.18 MilliJy IMAGR2: 14118 Residual map points loaded IMAGR2: Field 1 min allowed flux = -421.791 MilliJy iter= 645197 IMAGR2: Field 1 Clean flux density= 12.697 Jy 645197 comps IMAGR2: Total Cleaned flux density = 12.507 Jy 802045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -422.9 MilliJy,max = 374.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 194.96 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -274.898 MilliJy iter= 645912 IMAGR2: Field 1 Clean flux density= 10.150 Jy 645912 comps IMAGR2: Total Cleaned flux density = 9.959 Jy 802760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -202.5 MilliJy,max = 221.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 110.90 MilliJy IMAGR2: 6414 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -113.020 MilliJy iter= 646361 IMAGR2: Field 1 Clean flux density= 10.499 Jy 646361 comps IMAGR2: Total Cleaned flux density = 10.308 Jy 803209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -135.1 MilliJy,max = 143.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 54.63 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 56.080 MilliJy iter= 653049 IMAGR2: Field 1 Clean flux density= 9.036 Jy 653049 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 8.845 Jy 809897 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -454.1 MilliJy,max = 447.0 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 198.95 MilliJy IMAGR2: 19145 Residual map points loaded IMAGR2: Field 1 min allowed flux = -226.875 MilliJy iter= 653704 IMAGR2: Field 1 Clean flux density= 9.994 Jy 653704 comps IMAGR2: Total Cleaned flux density = 9.803 Jy 810552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -174.5 MilliJy,max = 182.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 77.19 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -89.856 MilliJy iter= 657099 IMAGR2: Field 1 Clean flux density= 8.055 Jy 657099 comps IMAGR2: Total Cleaned flux density = 7.864 Jy 813947 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -458.6 MilliJy,max = 441.5 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 193.04 MilliJy IMAGR2: 17630 Residual map points loaded IMAGR2: Field 1 min allowed flux = -229.258 MilliJy iter= 657506 IMAGR2: Field 1 Clean flux density= 8.450 Jy 657506 comps IMAGR2: Total Cleaned flux density = 8.260 Jy 814354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -176.7 MilliJy,max = 197.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 92.49 MilliJy IMAGR2: 11161 Residual map points loaded IMAGR2: Field 1 min allowed flux = 98.957 MilliJy iter= 657950 IMAGR2: Field 1 Clean flux density= 8.096 Jy 657950 comps IMAGR2: Total Cleaned flux density = 7.906 Jy 814798 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -96.5 MilliJy,max = 88.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 43.35 MilliJy IMAGR2: 16963 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -44.297 MilliJy iter= 658949 IMAGR2: Field 1 Clean flux density= 8.534 Jy 658949 comps IMAGR2: Total Cleaned flux density = 8.344 Jy 815797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -43.1 MilliJy,max = 47.8 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 17.87 MilliJy IMAGR2: 11439 Residual map points loaded IMAGR2: Field 1 min allowed flux = -19.243 MilliJy iter= 659610 IMAGR2: Field 1 Clean flux density= 8.580 Jy 659610 comps IMAGR2: Total Cleaned flux density = 8.389 Jy 816458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -32.3 MilliJy,max = 38.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 10.38 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -11.179 MilliJy iter= 664784 IMAGR2: Field 1 Clean flux density= 8.737 Jy 664784 comps IMAGR2: Total Cleaned flux density = 8.547 Jy 821632 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -44.7 MilliJy,max = 49.2 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 21.57 MilliJy IMAGR2: 17524 Residual map points loaded IMAGR2: Field 1 min allowed flux = 24.618 MilliJy iter= 665437 IMAGR2: Field 1 Clean flux density= 8.810 Jy 665437 comps IMAGR2: Total Cleaned flux density = 8.619 Jy 822285 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.9 MilliJy,max = 28.0 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 9.93 MilliJy IMAGR2: 17730 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.911 MilliJy iter= 666284 IMAGR2: Field 1 Clean flux density= 8.816 Jy 666284 comps IMAGR2: Total Cleaned flux density = 8.626 Jy 823132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.4 MilliJy,max = 21.5 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 6.41 MilliJy IMAGR2: 17198 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.299 MilliJy iter= 667399 IMAGR2: Field 1 Clean flux density= 8.849 Jy 667399 comps IMAGR2: Total Cleaned flux density = 8.658 Jy 824247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.0 MilliJy,max = 21.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.50 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.714 MilliJy iter= 673261 IMAGR2: Field 1 Clean flux density= 8.915 Jy 673261 comps IMAGR2: Total Cleaned flux density = 8.725 Jy 830109 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -32.6 MilliJy,max = 31.2 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 13.72 MilliJy IMAGR2: 15809 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.297 MilliJy iter= 673698 IMAGR2: Field 1 Clean flux density= 8.784 Jy 673698 comps IMAGR2: Total Cleaned flux density = 8.594 Jy 830546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.0 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 7.14 MilliJy IMAGR2: 16410 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.497 MilliJy iter= 674884 IMAGR2: Field 1 Clean flux density= 8.721 Jy 674884 comps IMAGR2: Total Cleaned flux density = 8.530 Jy 831732 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.1 MilliJy,max = 20.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.85 MilliJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.328 MilliJy iter= 679049 IMAGR2: Field 1 Clean flux density= 8.821 Jy 679049 comps IMAGR2: Total Cleaned flux density = 8.631 Jy 835897 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -25.2 MilliJy,max = 24.6 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 11.03 MilliJy IMAGR2: 18799 Residual map points loaded IMAGR2: Field 1 min allowed flux = -12.585 MilliJy iter= 679758 IMAGR2: Field 1 Clean flux density= 8.687 Jy 679758 comps IMAGR2: Total Cleaned flux density = 8.497 Jy 836606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.8 MilliJy,max = 20.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 5.30 MilliJy IMAGR2: 16299 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.155 MilliJy iter= 680480 IMAGR2: Field 1 Clean flux density= 8.740 Jy 680480 comps IMAGR2: Total Cleaned flux density = 8.550 Jy 837328 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.3 MilliJy,max = 18.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.88 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min allowed flux = -4.203 MilliJy iter= 685197 IMAGR2: Field 1 Clean flux density= 8.806 Jy 685197 comps IMAGR2: Total Cleaned flux density = 8.615 Jy 842045 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -18.8 MilliJy,max = 20.7 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 6.73 MilliJy IMAGR2: 16709 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.655 MilliJy iter= 686017 IMAGR2: Field 1 Clean flux density= 8.746 Jy 686017 comps IMAGR2: Total Cleaned flux density = 8.555 Jy 842865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.6 MilliJy,max = 15.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 4.02 MilliJy IMAGR2: 16403 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.974 MilliJy iter= 686662 IMAGR2: Field 1 Clean flux density= 8.768 Jy 686662 comps IMAGR2: Total Cleaned flux density = 8.578 Jy 843510 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.7 MilliJy,max = 15.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.505 MilliJy iter= 692459 IMAGR2: Field 1 Clean flux density= 8.693 Jy 692459 comps IMAGR2: Total Cleaned flux density = 8.502 Jy 849307 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -19.7 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 6.50 MilliJy IMAGR2: 14357 Residual map points loaded IMAGR2: Field 1 min allowed flux = -9.866 MilliJy iter= 692560 IMAGR2: Field 1 Clean flux density= 8.671 Jy 692560 comps IMAGR2: Total Cleaned flux density = 8.480 Jy 849408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.5 MilliJy,max = 19.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.38 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.513 MilliJy iter= 699363 IMAGR2: Field 1 Clean flux density= 8.719 Jy 699363 comps IMAGR2: Total Cleaned flux density = 8.528 Jy 856211 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -57.2 MilliJy,max = 63.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 25.44 MilliJy IMAGR2: 19250 Residual map points loaded IMAGR2: Field 1 min allowed flux = -31.471 MilliJy iter= 699705 IMAGR2: Field 1 Clean flux density= 8.857 Jy 699705 comps IMAGR2: Total Cleaned flux density = 8.666 Jy 856553 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.2 MilliJy,max = 26.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 12.60 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -12.960 MilliJy iter= 706956 IMAGR2: Field 1 Clean flux density= 8.353 Jy 706956 comps IMAGR2: Total Cleaned flux density = 8.163 Jy 863804 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -153.7 MilliJy,max = 155.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 72.01 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = 77.820 MilliJy iter= 712932 IMAGR2: Field 1 Clean flux density= 9.262 Jy 712932 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 9.072 Jy 869780 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.0 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 431.18 MilliJy IMAGR2: 16821 Residual map points loaded IMAGR2: Field 1 min allowed flux = 534.231 MilliJy iter= 713221 IMAGR2: Field 1 Clean flux density= 9.627 Jy 713221 comps IMAGR2: Total Cleaned flux density = 9.436 Jy 870069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -442.7 MilliJy,max = 421.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 215.53 MilliJy IMAGR2: 19407 Residual map points loaded IMAGR2: Field 1 min allowed flux = -220.962 MilliJy iter= 713837 IMAGR2: Field 1 Clean flux density= 8.313 Jy 713837 comps IMAGR2: Total Cleaned flux density = 8.122 Jy 870685 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -147.9 MilliJy,max = 144.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 69.36 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min allowed flux = -73.947 MilliJy iter= 719635 IMAGR2: Field 1 Clean flux density= 7.546 Jy 719635 comps IMAGR2: Total Cleaned flux density = 7.355 Jy 876483 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -797.8 MilliJy,max = 781.8 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 349.52 MilliJy IMAGR2: 16706 Residual map points loaded IMAGR2: Field 1 min allowed flux = 398.794 MilliJy iter= 720163 IMAGR2: Field 1 Clean flux density= 8.933 Jy 720163 comps IMAGR2: Total Cleaned flux density = 8.742 Jy 877011 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -256.4 MilliJy,max = 280.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 119.40 MilliJy IMAGR2: 19992 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -177.816 MilliJy iter= 720744 IMAGR2: Field 1 Clean flux density= 7.142 Jy 720744 comps IMAGR2: Total Cleaned flux density = 6.952 Jy 877592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -121.6 MilliJy,max = 197.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 71.74 MilliJy IMAGR2: 7176 Residual map points loaded IMAGR2: Field 1 min allowed flux = -98.382 MilliJy iter= 720830 IMAGR2: Field 1 Clean flux density= 7.712 Jy 720830 comps IMAGR2: Total Cleaned flux density = 7.521 Jy 877678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -103.1 MilliJy,max = 121.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.15 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 52.417 MilliJy iter= 727297 IMAGR2: Field 1 Clean flux density= 6.629 Jy 727297 comps IMAGR2: Total Cleaned flux density = 6.438 Jy 884145 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -508.7 MilliJy,max = 497.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 236.16 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -400.515 MilliJy iter= 727477 IMAGR2: Field 1 Clean flux density= 5.300 Jy 727477 comps IMAGR2: Total Cleaned flux density = 5.110 Jy 884325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -393.5 MilliJy,max = 358.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 161.58 MilliJy IMAGR2: 19477 Residual map points loaded IMAGR2: Field 1 min allowed flux = 165.709 MilliJy iter= 728196 IMAGR2: Field 1 Clean flux density= 6.594 Jy 728196 comps IMAGR2: Total Cleaned flux density = 6.403 Jy 885044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -121.7 MilliJy,max = 117.3 MilliJy IMAGR2: BGC Clean: using 481 cell beam + residuals > 53.28 MilliJy IMAGR2: 19273 Residual map points loaded IMAGR2: Field 1 min allowed flux = -60.767 MilliJy iter= 728915 IMAGR2: Field 1 Clean flux density= 6.245 Jy 728915 comps IMAGR2: Total Cleaned flux density = 6.055 Jy 885763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -58.5 MilliJy,max = 51.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 23.51 MilliJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 24.144 MilliJy iter= 735888 IMAGR2: Field 1 Clean flux density= 5.736 Jy 735888 comps IMAGR2: Total Cleaned flux density = 5.545 Jy 892736 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -240.6 MilliJy,max = 250.6 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 105.49 MilliJy IMAGR2: 19411 Residual map points loaded IMAGR2: Field 1 min allowed flux = -125.314 MilliJy iter= 736295 IMAGR2: Field 1 Clean flux density= 6.201 Jy 736295 comps IMAGR2: Total Cleaned flux density = 6.010 Jy 893143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -100.0 MilliJy,max = 104.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 50.56 MilliJy IMAGR2: 19441 Residual map points loaded IMAGR2: Field 1 min allowed flux = 52.231 MilliJy iter= 737034 IMAGR2: Field 1 Clean flux density= 6.247 Jy 737034 comps IMAGR2: Total Cleaned flux density = 6.057 Jy 893882 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -52.2 MilliJy,max = 45.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 19.94 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min allowed flux = -20.663 MilliJy iter= 743955 IMAGR2: Field 1 Clean flux density= 5.962 Jy 743955 comps IMAGR2: Total Cleaned flux density = 5.772 Jy 900803 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -202.5 MilliJy,max = 244.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 98.46 MilliJy IMAGR2: 13475 Residual map points loaded IMAGR2: Field 1 min allowed flux = -122.019 MilliJy iter= 744216 IMAGR2: Field 1 Clean flux density= 6.621 Jy 744216 comps IMAGR2: Total Cleaned flux density = 6.431 Jy 901064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -106.3 MilliJy,max = 113.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 55.13 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -58.699 MilliJy iter= 750443 IMAGR2: Field 1 Clean flux density= 5.452 Jy 750443 comps IMAGR2: Total Cleaned flux density = 5.261 Jy 907291 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -589.9 MilliJy,max = 540.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 265.21 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -506.664 MilliJy iter= 750486 IMAGR2: Field 1 Clean flux density= 4.329 Jy 750486 comps IMAGR2: Total Cleaned flux density = 4.138 Jy 907334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -465.7 MilliJy,max = 484.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.02 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 247.831 MilliJy iter= 757789 IMAGR2: Field 1 Clean flux density= 23.770 Jy 757789 comps IMAGR2: Total Cleaned flux density = 23.579 Jy 914637 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -3.7 Jy,max = 3.3 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 1.62 Jy IMAGR2: 17979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.114 Jy iter= 757810 IMAGR2: Field 1 Clean flux density= 18.794 Jy 757810 comps IMAGR2: Total Cleaned flux density = 18.604 Jy 914658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 Jy,max = 3.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 Jy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.756 Jy iter= 757899 IMAGR2: Field 1 Clean flux density= 15.685 Jy 757899 comps IMAGR2: Total Cleaned flux density = 15.495 Jy 914747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 Jy IMAGR2: 19995 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.205 Jy iter= 757942 IMAGR2: Field 1 Clean flux density= 12.715 Jy 757942 comps IMAGR2: Total Cleaned flux density = 12.525 Jy 914790 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 Jy,max = 2.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 Jy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.871 Jy iter= 758097 IMAGR2: Field 1 Clean flux density= 10.591 Jy 758097 comps IMAGR2: Total Cleaned flux density = 10.400 Jy 914945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.83 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.056 Jy iter= 760438 IMAGR2: Field 1 Clean flux density= 13.411 Jy 760438 comps IMAGR2: Total Cleaned flux density = 13.220 Jy 917286 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -4.2 Jy,max = 4.5 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.82 Jy IMAGR2: 18669 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.323 Jy iter= 760490 IMAGR2: Field 1 Clean flux density= 12.237 Jy 760490 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 12.047 Jy 917338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 Jy,max = 3.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 Jy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.887 Jy iter= 760567 IMAGR2: Field 1 Clean flux density= 10.186 Jy 760567 comps IMAGR2: Total Cleaned flux density = 9.996 Jy 917415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 Jy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.402 Jy iter= 760595 IMAGR2: Field 1 Clean flux density= 8.263 Jy 760595 comps IMAGR2: Total Cleaned flux density = 8.073 Jy 917443 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 Jy,max = 2.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 Jy IMAGR2: 19984 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.149 Jy iter= 760675 IMAGR2: Field 1 Clean flux density= 7.357 Jy 760675 comps IMAGR2: Total Cleaned flux density = 7.166 Jy 917523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 Jy,max = 2.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.753 Jy iter= 760816 IMAGR2: Field 1 Clean flux density= 6.880 Jy 760816 comps IMAGR2: Total Cleaned flux density = 6.689 Jy 917664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.67 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.408 Jy iter= 760843 IMAGR2: Field 1 Clean flux density= 6.185 Jy 760843 comps IMAGR2: Total Cleaned flux density = 5.994 Jy 917691 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 Jy,max = 1.3 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.16 MilliJy IMAGR2: 19993 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.209 Jy iter= 761021 IMAGR2: Field 1 Clean flux density= 6.762 Jy 761021 comps IMAGR2: Total Cleaned flux density = 6.572 Jy 917869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 Jy,max = 1.0 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 529.60 MilliJy IMAGR2: 18344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 539.053 MilliJy iter= 761933 IMAGR2: Field 1 Clean flux density= 7.809 Jy 761933 comps IMAGR2: Total Cleaned flux density = 7.618 Jy 918781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -370.9 MilliJy,max = 500.5 MilliJy IMAGR2: BGC Clean: using 1109 cell beam + residuals > 177.53 MilliJy IMAGR2: 19060 Residual map points loaded IMAGR2: Field 1 min allowed flux = 248.120 MilliJy iter= 762057 IMAGR2: Field 1 Clean flux density= 8.646 Jy 762057 comps IMAGR2: Total Cleaned flux density = 8.456 Jy 918905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -294.0 MilliJy,max = 290.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 137.63 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -160.586 MilliJy iter= 765189 IMAGR2: Field 1 Clean flux density= 7.099 Jy 765189 comps IMAGR2: Total Cleaned flux density = 6.908 Jy 922037 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -799.6 MilliJy,max = 881.0 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 370.80 MilliJy IMAGR2: 17075 Residual map points loaded IMAGR2: Field 1 min allowed flux = 440.444 MilliJy iter= 765537 IMAGR2: Field 1 Clean flux density= 11.398 Jy 765537 comps IMAGR2: Total Cleaned flux density = 11.208 Jy 922385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -339.3 MilliJy,max = 338.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 161.50 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -218.712 MilliJy iter= 766701 IMAGR2: Field 1 Clean flux density= 9.322 Jy 766701 comps IMAGR2: Total Cleaned flux density = 9.131 Jy 923549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -405.5 MilliJy,max = 415.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 167.81 MilliJy IMAGR2: 11732 Residual map points loaded IMAGR2: Field 1 min allowed flux = -207.878 MilliJy iter= 766914 IMAGR2: Field 1 Clean flux density= 9.538 Jy 766914 comps IMAGR2: Total Cleaned flux density = 9.347 Jy 923762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -186.3 MilliJy,max = 188.6 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 87.49 MilliJy IMAGR2: 16313 Residual map points loaded IMAGR2: Field 1 min allowed flux = 94.221 MilliJy iter= 767406 IMAGR2: Field 1 Clean flux density= 9.949 Jy 767406 comps IMAGR2: Total Cleaned flux density = 9.759 Jy 924254 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -81.8 MilliJy,max = 87.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 38.01 MilliJy IMAGR2: 14154 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -38.794 MilliJy iter= 768179 IMAGR2: Field 1 Clean flux density= 9.784 Jy 768179 comps IMAGR2: Total Cleaned flux density = 9.594 Jy 925027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -62.4 MilliJy,max = 57.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 18.96 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = -21.600 MilliJy iter= 772024 IMAGR2: Field 1 Clean flux density= 9.647 Jy 772024 comps IMAGR2: Total Cleaned flux density = 9.456 Jy 928872 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -71.5 MilliJy,max = 72.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 32.94 MilliJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.403 MilliJy iter= 776417 IMAGR2: Field 1 Clean flux density= 8.937 Jy 776417 comps IMAGR2: Total Cleaned flux density = 8.747 Jy 933265 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -335.1 MilliJy,max = 361.3 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 145.77 MilliJy IMAGR2: 16275 Residual map points loaded IMAGR2: Field 1 min allowed flux = -180.598 MilliJy iter= 776701 IMAGR2: Field 1 Clean flux density= 9.269 Jy 776701 comps IMAGR2: Total Cleaned flux density = 9.079 Jy 933549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -131.0 MilliJy,max = 146.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 72.86 MilliJy IMAGR2: 10309 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -74.229 MilliJy iter= 777182 IMAGR2: Field 1 Clean flux density= 9.127 Jy 777182 comps IMAGR2: Total Cleaned flux density = 8.937 Jy 934030 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -57.1 MilliJy,max = 56.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 26.91 MilliJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min allowed flux = -28.525 MilliJy iter= 783107 IMAGR2: Field 1 Clean flux density= 8.659 Jy 783107 comps IMAGR2: Total Cleaned flux density = 8.468 Jy 939955 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -260.8 MilliJy,max = 315.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 127.28 MilliJy IMAGR2: 14796 Residual map points loaded IMAGR2: Field 1 min allowed flux = -157.698 MilliJy iter= 783379 IMAGR2: Field 1 Clean flux density= 9.279 Jy 783379 comps IMAGR2: Total Cleaned flux density = 9.089 Jy 940227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -136.2 MilliJy,max = 134.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 70.31 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -89.543 MilliJy iter= 785428 IMAGR2: Field 1 Clean flux density= 7.508 Jy 785428 comps IMAGR2: Total Cleaned flux density = 7.318 Jy 942276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -264.8 MilliJy,max = 274.8 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 115.64 MilliJy IMAGR2: 18902 Residual map points loaded IMAGR2: Field 1 min allowed flux = 137.144 MilliJy iter= 785774 IMAGR2: Field 1 Clean flux density= 8.670 Jy 785774 comps IMAGR2: Total Cleaned flux density = 8.479 Jy 942622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -118.1 MilliJy,max = 105.2 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 55.33 MilliJy IMAGR2: 14821 Residual map points loaded IMAGR2: Field 1 min allowed flux = -59.023 MilliJy iter= 786235 IMAGR2: Field 1 Clean flux density= 9.079 Jy 786235 comps IMAGR2: Total Cleaned flux density = 8.889 Jy 943083 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -48.9 MilliJy,max = 48.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 23.81 MilliJy IMAGR2: 16461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 24.310 MilliJy iter= 786900 IMAGR2: Field 1 Clean flux density= 9.053 Jy 786900 comps IMAGR2: Total Cleaned flux density = 8.862 Jy 943748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.8 MilliJy,max = 29.6 MilliJy IMAGR2: BGC Clean: using 627 cell beam + residuals > 10.23 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 19029 Residual map points loaded IMAGR2: Field 1 min allowed flux = -10.650 MilliJy iter= 787870 IMAGR2: Field 1 Clean flux density= 9.060 Jy 787870 comps IMAGR2: Total Cleaned flux density = 8.869 Jy 944718 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.3 MilliJy,max = 23.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.00 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.165 MilliJy iter= 794611 IMAGR2: Field 1 Clean flux density= 9.191 Jy 794611 comps IMAGR2: Total Cleaned flux density = 9.000 Jy 951459 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -35.7 MilliJy,max = 33.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 15.54 MilliJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.055 MilliJy iter= 799519 IMAGR2: Field 1 Clean flux density= 8.718 Jy 799519 comps IMAGR2: Total Cleaned flux density = 8.527 Jy 956367 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -165.7 MilliJy,max = 183.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 74.02 MilliJy IMAGR2: 12931 Residual map points loaded IMAGR2: Field 1 min allowed flux = -91.635 MilliJy iter= 799786 IMAGR2: Field 1 Clean flux density= 9.179 Jy 799786 comps IMAGR2: Total Cleaned flux density = 8.989 Jy 956634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -70.2 MilliJy,max = 70.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 35.72 MilliJy IMAGR2: 19985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 36.656 MilliJy iter= 806575 IMAGR2: Field 1 Clean flux density= 8.829 Jy 806575 comps IMAGR2: Total Cleaned flux density = 8.638 Jy 963423 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -499.9 MilliJy,max = 458.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 224.14 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min allowed flux = 249.880 MilliJy iter= 811162 IMAGR2: Field 1 Clean flux density= 12.812 Jy 811162 comps IMAGR2: Total Cleaned flux density = 12.622 Jy 968010 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.7 Jy,max = 3.0 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.20 Jy IMAGR2: 15655 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.712 Jy iter= 811317 IMAGR2: Field 1 Clean flux density= 11.540 Jy 811317 comps IMAGR2: Total Cleaned flux density = 11.350 Jy 968165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 Jy,max = 1.4 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 749.92 MilliJy IMAGR2: 19804 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.031 Jy iter= 811599 IMAGR2: Field 1 Clean flux density= 9.281 Jy 811599 comps IMAGR2: Total Cleaned flux density = 9.091 Jy 968447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -770.0 MilliJy,max = 754.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.77 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -564.144 MilliJy iter= 812349 IMAGR2: Field 1 Clean flux density= 7.453 Jy 812349 comps IMAGR2: Total Cleaned flux density = 7.263 Jy 969197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -600.0 MilliJy,max = 697.0 MilliJy IMAGR2: BGC Clean: using 1579 cell beam + residuals > 204.28 MilliJy IMAGR2: 17632 Residual map points loaded IMAGR2: Field 1 min allowed flux = -347.741 MilliJy iter= 812408 IMAGR2: Field 1 Clean flux density= 8.050 Jy 812408 comps IMAGR2: Total Cleaned flux density = 7.859 Jy 969256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -345.9 MilliJy,max = 345.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 159.16 MilliJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min allowed flux = 172.946 MilliJy iter= 817108 IMAGR2: Field 1 Clean flux density= 19.500 Jy 817108 comps IMAGR2: Total Cleaned flux density = 19.310 Jy 973956 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -2.4 Jy,max = 2.4 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 963.49 MilliJy IMAGR2: 12212 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.600 Jy iter= 817184 IMAGR2: Field 1 Clean flux density= 15.739 Jy 817184 comps IMAGR2: Total Cleaned flux density = 15.548 Jy 974032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 Jy,max = 1.5 Jy IMAGR2: BGC Clean: using 629 cell beam + residuals > 645.56 MilliJy IMAGR2: 18555 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -901.125 MilliJy iter= 817392 IMAGR2: Field 1 Clean flux density= 13.872 Jy 817392 comps IMAGR2: Total Cleaned flux density = 13.681 Jy 974240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -748.8 MilliJy,max = 714.4 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 363.55 MilliJy IMAGR2: 16262 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -391.907 MilliJy iter= 817857 IMAGR2: Field 1 Clean flux density= 11.235 Jy 817857 comps IMAGR2: Total Cleaned flux density = 11.044 Jy 974705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -260.4 MilliJy,max = 277.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.79 MilliJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min allowed flux = -138.594 MilliJy iter= 824198 IMAGR2: Field 1 Clean flux density= 15.310 Jy 824198 comps IMAGR2: Total Cleaned flux density = 15.119 Jy 981046 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -1.7 Jy,max = 1.6 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 705.32 MilliJy IMAGR2: 19099 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -930.428 MilliJy iter= 824430 IMAGR2: Field 1 Clean flux density= 12.199 Jy 824430 comps IMAGR2: Total Cleaned flux density = 12.009 Jy 981278 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -792.0 MilliJy,max = 838.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 426.37 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -466.764 MilliJy iter= 829756 IMAGR2: Field 1 Clean flux density= 13.135 Jy 829756 comps IMAGR2: Total Cleaned flux density = 12.945 Jy 986604 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -4.9 Jy,max = 4.4 Jy IMAGR2: BGC Clean: using 481 cell beam + residuals > 2.15 Jy IMAGR2: 17648 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.828 Jy iter= 829789 IMAGR2: Field 1 Clean flux density= 10.179 Jy 829789 comps IMAGR2: Total Cleaned flux density = 9.988 Jy 986637 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 Jy,max = 3.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 Jy IMAGR2: 19985 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -3.411 Jy iter= 829879 IMAGR2: Field 1 Clean flux density= 11.721 Jy 829879 comps IMAGR2: Total Cleaned flux density = 11.530 Jy 986727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 Jy,max = 3.0 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 Jy IMAGR2: 19977 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.812 Jy iter= 829916 IMAGR2: Field 1 Clean flux density= 10.326 Jy 829916 comps IMAGR2: Total Cleaned flux density = 10.135 Jy 986764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 Jy,max = 2.7 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 Jy IMAGR2: 19994 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.597 Jy iter= 829932 IMAGR2: Field 1 Clean flux density= 8.778 Jy 829932 comps IMAGR2: Total Cleaned flux density = 8.588 Jy 986780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 Jy IMAGR2: 19986 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.502 Jy iter= 829947 IMAGR2: Field 1 Clean flux density= 7.008 Jy 829947 comps IMAGR2: Total Cleaned flux density = 6.817 Jy 986795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 Jy,max = 2.6 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 Jy IMAGR2: 19987 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -2.241 Jy iter= 830170 IMAGR2: Field 1 Clean flux density= 11.576 Jy 830170 comps IMAGR2: Total Cleaned flux density = 11.385 Jy 987018 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 943.22 MilliJy IMAGR2: 15884 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -1.222 Jy iter= 830414 IMAGR2: Field 1 Clean flux density= 9.737 Jy 830414 comps IMAGR2: Total Cleaned flux density = 9.546 Jy 987262 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 Jy,max = 1.1 Jy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.59 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -790.759 MilliJy iter= 832028 IMAGR2: Field 1 Clean flux density= 12.600 Jy 832028 comps IMAGR2: Total Cleaned flux density = 12.410 Jy 988876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 Jy,max = 1.7 Jy IMAGR2: BGC Clean: using 627 cell beam + residuals > 708.51 MilliJy IMAGR2: 19115 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -862.432 MilliJy iter= 832346 IMAGR2: Field 1 Clean flux density= 10.907 Jy 832346 comps IMAGR2: Total Cleaned flux density = 10.716 Jy 989194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -686.3 MilliJy,max = 685.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.92 MilliJy IMAGR2: 19991 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -555.089 MilliJy iter= 832699 IMAGR2: Field 1 Clean flux density= 8.680 Jy 832699 comps IMAGR2: Total Cleaned flux density = 8.489 Jy 989547 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -357.9 MilliJy,max = 335.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 163.48 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -245.768 MilliJy iter= 833208 IMAGR2: Field 1 Clean flux density= 6.922 Jy 833208 comps IMAGR2: Total Cleaned flux density = 6.731 Jy 990056 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -188.7 MilliJy,max = 194.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 83.78 MilliJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 92.556 MilliJy iter= 837691 IMAGR2: Field 1 Clean flux density= 11.658 Jy 837691 comps IMAGR2: Total Cleaned flux density = 11.468 Jy 994539 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Field 1 min = -987.7 MilliJy,max = 648.4 MilliJy IMAGR2: BGC Clean: using 1579 cell beam + residuals > 289.46 MilliJy IMAGR2: 16931 Residual map points loaded IMAGR2: Field 1 min allowed flux = -491.496 MilliJy iter= 837735 IMAGR2: Field 1 Clean flux density= 10.281 Jy 837735 comps IMAGR2: Total Cleaned flux density = 10.090 Jy 994583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -491.8 MilliJy,max = 489.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 244.49 MilliJy IMAGR2: 19983 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -446.498 MilliJy iter= 837824 IMAGR2: Field 1 Clean flux density= 8.301 Jy 837824 comps IMAGR2: Total Cleaned flux density = 8.110 Jy 994672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -399.0 MilliJy,max = 387.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 199.27 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 Iter limit, Max resid=-215.265 MilliJy iter= 843152 IMAGR2: Field 1 Clean flux density= 12.037 Jy 843152 comps IMAGR2: Total Cleaned flux density = 11.847 Jy 1000000 comps IMAGR2: ALGSTB: All 557 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 546- 0 Cells, with 2380 Pts IMAGR2: Total Clean components 1000000 reaches limit 1000000 IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 843152 to 296854 components IMAGR2: Field 2 compressed from 16370 to 10286 components IMAGR2: Field 3 compressed from 44744 to 21615 components IMAGR2: Field 4 compressed from 19131 to 11804 components IMAGR2: Field 5 compressed from 12296 to 7582 components IMAGR2: Field 6 compressed from 48950 to 24357 components IMAGR2: Field 7 compressed from 15357 to 9412 components IMAGR2: Field 1 min = -2.2 Jy,max = 2.0 Jy IMAGR2: Field 2 min = -2.1 Jy,max = 1.9 Jy IMAGR2: Field 3 min = -2.0 Jy,max = 2.1 Jy IMAGR2: Field 4 min = -2.2 Jy,max = 1.8 Jy IMAGR2: Field 5 min = -1.8 Jy,max = 1.9 Jy IMAGR2: Field 6 min = -2.2 Jy,max = 1.9 Jy IMAGR2: Field 7 min = -2.0 Jy,max = 2.0 Jy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 3.520 Jy ( 34919 CCs) from field 1 to field 2 IMAGR2: Restore -3.138 Jy ( 44052 CCs) from field 1 to field 3 IMAGR2: Restore 606.264 MilliJy ( 44207 CCs) from field 1 to field 4 IMAGR2: Restore -8.562 Jy ( 43885 CCs) from field 1 to field 5 IMAGR2: Restore 15.996 Jy ( 45055 CCs) from field 1 to field 6 IMAGR2: Restore-642.014 MilliJy ( 34667 CCs) from field 1 to field 7 IMAGR2: Restore 49.329 MilliJy ( 699 CCs) from field 2 to field 1 IMAGR2: Restore 110.439 MilliJy ( 1310 CCs) from field 2 to field 3 IMAGR2: Restore 87.863 MilliJy ( 996 CCs) from field 2 to field 4 IMAGR2: Restore 46.012 MilliJy ( 2363 CCs) from field 3 to field 1 IMAGR2: Restore 40.153 MilliJy ( 1984 CCs) from field 3 to field 2 IMAGR2: Restore -33.683 MilliJy ( 2201 CCs) from field 3 to field 5 IMAGR2: Restore 4.298 MilliJy ( 897 CCs) from field 4 to field 1 IMAGR2: Restore 11.624 MilliJy ( 1158 CCs) from field 4 to field 2 IMAGR2: Restore -49.586 MilliJy ( 1106 CCs) from field 4 to field 6 IMAGR2: Restore -69.553 MilliJy ( 593 CCs) from field 5 to field 1 IMAGR2: Restore -11.755 MilliJy ( 611 CCs) from field 5 to field 3 IMAGR2: Restore -5.450 MilliJy ( 675 CCs) from field 5 to field 7 IMAGR2: Restore -62.664 MilliJy ( 3204 CCs) from field 6 to field 1 IMAGR2: Restore -60.680 MilliJy ( 2329 CCs) from field 6 to field 4 IMAGR2: Restore -18.710 MilliJy ( 3134 CCs) from field 6 to field 7 IMAGR2: Restore 3.318 MilliJy ( 781 CCs) from field 7 to field 1 IMAGR2: Restore -21.260 MilliJy ( 1155 CCs) from field 7 to field 5 IMAGR2: Restore -34.375 MilliJy ( 1125 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 12.008 Jy IMAGR2: Field 2 final Clean flux 3.849 Jy IMAGR2: Field 3 final Clean flux -2.847 Jy IMAGR2: Field 4 final Clean flux 203.741 MilliJy IMAGR2: Field 5 final Clean flux -8.713 Jy IMAGR2: Field 6 final Clean flux 15.825 Jy IMAGR2: Field 7 final Clean flux -712.708 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 17 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 1121.7 Real= 4272 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991107.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1465 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found X1859+226 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1355 CELLSIZE 0.23621 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23621 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@X1859+226_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 72.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 5 C 1 1012 1012 18 58 41.49 22 39 29.8 00001 -1 507 512 513 C 2 1012 1012 18 58 41.49 22 36 08.7 00002 -1 507 512 513 C 3 1012 1012 18 58 28.91 22 37 49.2 00003 -1 507 512 513 C 4 1012 1012 18 58 54.07 22 37 49.2 00004 -1 507 512 513 C 5 1012 1012 18 58 28.91 22 41 10.3 00005 -1 507 512 513 C 6 1012 1012 18 58 54.07 22 41 10.3 00006 -1 507 512 513 C 7 1012 1012 18 58 41.49 22 42 50.9 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1859+226_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =X1859+226' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1859+226_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.3842E-02 1.2790E-11 0 IMAGR2: Field 2 1012 1012 -1.3842E-02 -2.0110E+02 0 IMAGR2: Field 3 1012 1012 -1.7415E+02 -1.0060E+02 0 IMAGR2: Field 4 1012 1012 1.7412E+02 -1.0060E+02 0 IMAGR2: Field 5 1012 1012 -1.7415E+02 1.0050E+02 0 IMAGR2: Field 6 1012 1012 1.7412E+02 1.0050E+02 0 IMAGR2: Field 7 1012 1012 -1.3842E-02 2.0110E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1859+226_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create X1859+226 .IMAGR . 1 (UV) on disk 1 cno 24 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.228E+04 IMAGR2: UVWAIT: Adding temperance S 1.846E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.653E+07 and out 9.026E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR2: UVWAIT: Average summed weight 9.228E+04 over 14040 vis IMAGR2: Create X1859+226 .IBM001. 1 (MA) on disk 1 cno 25 IMAGR2: Create X1859+226 .IBM002. 1 (MA) on disk 1 cno 26 IMAGR2: Create X1859+226 .IBM003. 1 (MA) on disk 1 cno 27 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create X1859+226 .IBM004. 1 (MA) on disk 1 cno 28 IMAGR2: Create X1859+226 .IBM005. 1 (MA) on disk 1 cno 29 IMAGR2: Create X1859+226 .IBM006. 1 (MA) on disk 1 cno 30 IMAGR2: Create X1859+226 .IBM007. 1 (MA) on disk 1 cno 31 IMAGR2: Create X1859+226 .ICL001. 1 (MA) on disk 1 cno 32 IMAGR2: Create X1859+226 .ICL002. 1 (MA) on disk 1 cno 33 IMAGR2: Create X1859+226 .ICL003. 1 (MA) on disk 1 cno 34 IMAGR2: Create X1859+226 .ICL004. 1 (MA) on disk 1 cno 35 IMAGR2: Create X1859+226 .ICL005. 1 (MA) on disk 1 cno 36 IMAGR2: Create X1859+226 .ICL006. 1 (MA) on disk 1 cno 37 IMAGR2: Create X1859+226 .ICL007. 1 (MA) on disk 1 cno 38 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 9.58196E+08 IMAGR2: Field 1 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 763.834 x 729.866 Milliarcsec, PA= -76.9 IMAGR2: Field 2 Sum of gridding weights = 9.58196E+08 IMAGR2: Field 2 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 763.958 x 729.985 Milliarcsec, PA= -76.4 IMAGR2: Field 3 Sum of gridding weights = 9.58195E+08 IMAGR2: Field 3 Beam min = -146.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 763.480 x 729.943 Milliarcsec, PA= -76.7 IMAGR2: Field 4 Sum of gridding weights = 9.58196E+08 IMAGR2: Field 4 Beam min = -175.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 764.311 x 729.908 Milliarcsec, PA= -76.6 IMAGR2: Field 5 Sum of gridding weights = 9.58195E+08 IMAGR2: Field 5 Beam min = -146.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 763.359 x 729.822 Milliarcsec, PA= -77.1 IMAGR2: Field 6 Sum of gridding weights = 9.58196E+08 IMAGR2: Field 6 Beam min = -175.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 764.189 x 729.786 Milliarcsec, PA= -77.0 IMAGR2: Field 7 Sum of gridding weights = 9.58196E+08 IMAGR2: Field 7 Beam min = -173.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 763.714 x 729.742 Milliarcsec, PA= -77.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -501.7 MicroJy,max = 2.3 MilliJy IMAGR2: Field 2 min = -436.7 MicroJy,max = 591.4 MicroJy IMAGR2: Field 3 min = -449.1 MicroJy,max = 670.7 MicroJy IMAGR2: Field 4 min = -425.5 MicroJy,max = 694.3 MicroJy IMAGR2: Field 5 min = -459.2 MicroJy,max = 664.0 MicroJy IMAGR2: Field 6 min = -473.0 MicroJy,max = 686.5 MicroJy IMAGR2: Field 7 min = -502.4 MicroJy,max = 577.9 MicroJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 311.56 MicroJy IMAGR2: 5948 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.079 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 1.284 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 1.284 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -446.5 MicroJy,max = 970.8 MicroJy IMAGR2: BGC Clean: using 669 cell beam + residuals > 293.53 MicroJy IMAGR2: 1645 Residual map points loaded IMAGR2: Field 1 min Clean flux = 485.405 MicroJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.842 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 1.842 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -433.1 MicroJy,max = 440.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.099E-04 < Second best 5.529E-04 IMAGR2: Field 7 min = -515.0 MicroJy,max = 448.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.293E-04 < Second best 5.290E-04 IMAGR2: Field 5 min = -433.5 MicroJy,max = 465.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.091E-04 < Second best 5.179E-04 IMAGR2: Field 4 min = -385.9 MicroJy,max = 414.5 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 16 to 2 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -423.0 MicroJy,max = 461.0 MicroJy IMAGR2: Field 2 min = -433.1 MicroJy,max = 440.7 MicroJy IMAGR2: Field 3 min = -415.9 MicroJy,max = 421.1 MicroJy IMAGR2: Field 4 min = -385.9 MicroJy,max = 414.5 MicroJy IMAGR2: Field 5 min = -433.5 MicroJy,max = 465.3 MicroJy IMAGR2: Field 6 min = -425.5 MicroJy,max = 488.9 MicroJy IMAGR2: Field 7 min = -515.0 MicroJy,max = 448.2 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.842 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 24 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.2 Real= 57 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1859+226_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =X1859+226' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1850+284_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1850+284 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1343 CELLSIZE 0.23831 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23831 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1850+284_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 73.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 6 C 1 1012 1012 18 50 27.59 28 25 13.1 00001 -1 507 512 513 C 2 1012 1012 18 50 27.59 28 21 50.2 00002 -1 507 512 513 C 3 1012 1012 18 50 14.28 28 23 31.6 00003 -1 507 512 513 C 4 1012 1012 18 50 40.90 28 23 31.6 00004 -1 507 512 513 C 5 1012 1012 18 50 14.27 28 26 54.5 00005 -1 507 512 513 C 6 1012 1012 18 50 40.91 28 26 54.5 00006 -1 507 512 513 C 7 1012 1012 18 50 27.59 28 28 36.0 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1859+226_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =X1859+226' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1850+284_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1850+284_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1850+284' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1850+284_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.3192E-03 -2.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.3192E-03 -2.0292E+02 0 IMAGR2: Field 3 1012 1012 -1.7559E+02 -1.0152E+02 0 IMAGR2: Field 4 1012 1012 1.7559E+02 -1.0152E+02 0 IMAGR2: Field 5 1012 1012 -1.7572E+02 1.0138E+02 0 IMAGR2: Field 6 1012 1012 1.7572E+02 1.0138E+02 0 IMAGR2: Field 7 1012 1012 -1.3192E-03 2.0288E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1850+284_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1850+284 .IMAGR . 1 (UV) on disk 1 cno 31 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 2457 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.990E+04 IMAGR2: UVWAIT: Adding temperance S 7.979E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.314E+07 and out 2.776E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.122 due to weighting IMAGR2: UVWAIT: Average summed weight 3.990E+04 over 4914 vis IMAGR2: Create 1850+284 .IBM001. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1850+284 .IBM002. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1850+284 .IBM003. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1850+284 .IBM004. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1850+284 .IBM005. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1850+284 .IBM006. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1850+284 .IBM007. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1850+284 .ICL001. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1850+284 .ICL002. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1850+284 .ICL003. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1850+284 .ICL004. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1850+284 .ICL005. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1850+284 .ICL006. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1850+284 .ICL007. 1 (MA) on disk 1 cno 45 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 1 Beam min = -130.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 774.395 x 751.314 Milliarcsec, PA= -74.0 IMAGR2: Field 2 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 2 Beam min = -109.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 774.516 x 751.339 Milliarcsec, PA= -73.5 IMAGR2: Field 3 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 3 Beam min = -101.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 774.096 x 751.332 Milliarcsec, PA= -73.7 IMAGR2: Field 4 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 4 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 774.815 x 751.320 Milliarcsec, PA= -73.9 IMAGR2: Field 5 Sum of gridding weights = 2.94714E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Beam min = -121.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 773.975 x 751.306 Milliarcsec, PA= -74.2 IMAGR2: Field 6 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 6 Beam min = -139.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 774.696 x 751.293 Milliarcsec, PA= -74.4 IMAGR2: Field 7 Sum of gridding weights = 2.94714E+08 IMAGR2: Field 7 Beam min = -139.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 774.276 x 751.285 Milliarcsec, PA= -74.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -134.2 MilliJy,max = 1.5 Jy IMAGR2: Field 2 min = -141.0 MilliJy,max = 408.8 MilliJy IMAGR2: Field 3 min = -125.9 MilliJy,max = 603.0 MilliJy IMAGR2: Field 4 min = -135.4 MilliJy,max = 612.1 MilliJy IMAGR2: Field 5 min = -143.5 MilliJy,max = 627.5 MilliJy IMAGR2: Field 6 min = -124.1 MilliJy,max = 599.8 MilliJy IMAGR2: Field 7 min = -133.5 MilliJy,max = 413.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 323.15 MilliJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.009 Jy iter= 5 IMAGR2: Field 1 Clean flux density= 629.772 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 629.772 MilliJy 5 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -80.1 MilliJy,max = 908.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 212.02 MilliJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 1 min allowed flux = 434.342 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 1.147 Jy 13 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -33.4 MilliJy,max = 156.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.144E-01 < Second best 4.214E-01 IMAGR2: Field 4 min = -36.2 MilliJy,max = 162.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.061E-01 < Second best 4.173E-01 IMAGR2: Field 5 min = -37.4 MilliJy,max = 162.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.073E-01 < Second best 4.162E-01 IMAGR2: Field 3 min = -33.8 MilliJy,max = 158.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.095E-01 < Second best 4.131E-01 IMAGR2: Field 1 min = -37.0 MilliJy,max = 390.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.718E-01 < Second best 3.946E-01 IMAGR2: Field 7 min = -36.0 MilliJy,max = 112.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.023E-01 < Second best 3.899E-01 IMAGR2: Field 2 min = -35.8 MilliJy,max = 105.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.765E-02 < Second best 3.718E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 82.14 MilliJy IMAGR2: 530 Residual map points loaded IMAGR2: Field 1 min allowed flux = 192.424 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 1.371 Jy 21 comps IMAGR2: Total Cleaned flux density = 1.371 Jy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -22.0 MilliJy,max = 177.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 40.43 MilliJy IMAGR2: 417 Residual map points loaded IMAGR2: Field 1 min allowed flux = 84.484 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 1.484 Jy 30 comps IMAGR2: Total Cleaned flux density = 1.484 Jy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.1 MilliJy,max = 33.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.391E-02 < Second best 1.095E-01 IMAGR2: Field 3 min = -11.8 MilliJy,max = 34.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.302E-02 < Second best 1.073E-01 IMAGR2: Field 5 min = -11.7 MilliJy,max = 33.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.217E-02 < Second best 1.061E-01 IMAGR2: Field 4 min = -10.1 MilliJy,max = 33.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.068E-02 < Second best 1.023E-01 IMAGR2: Field 7 min = -11.3 MilliJy,max = 26.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.332E-02 < Second best 9.765E-02 IMAGR2: Field 2 min = -12.0 MilliJy,max = 21.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.030E-02 < Second best 8.036E-02 IMAGR2: Field 1 min = -15.9 MilliJy,max = 76.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 17.75 MilliJy IMAGR2: 482 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.203 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 1.532 Jy 39 comps IMAGR2: Total Cleaned flux density = 1.532 Jy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.1 MilliJy,max = 33.4 MilliJy IMAGR2: BGC Clean: using 1619 cell beam + residuals > 9.51 MilliJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min allowed flux = -16.546 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 1.547 Jy 52 comps IMAGR2: Total Cleaned flux density = 1.547 Jy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.9 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.490E-03 < Second best 2.332E-02 IMAGR2: Field 7 min = -8.6 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.088E-02 < Second best 2.302E-02 IMAGR2: Field 3 min = -10.6 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.015E-02 < Second best 2.217E-02 IMAGR2: Field 5 min = -9.5 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.003E-03 < Second best 2.068E-02 IMAGR2: Field 4 min = -7.2 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.249E-03 < Second best 2.030E-02 IMAGR2: Field 2 min = -9.4 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.951E-03 < Second best 1.575E-02 IMAGR2: Field 1 min = -15.0 MilliJy,max = 16.3 MilliJy IMAGR2: BGC Clean: using 1617 cell beam + residuals > 4.80 MilliJy IMAGR2: 3542 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.906 MilliJy iter= 83 IMAGR2: Field 1 Clean flux density= 1.541 Jy 83 comps IMAGR2: Total Cleaned flux density = 1.541 Jy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.8 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.726E-03 < Second best 1.015E-02 IMAGR2: Field 3 min = -8.7 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.280E-03 < Second best 9.003E-03 IMAGR2: Field 5 min = -7.8 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.531E-03 < Second best 8.951E-03 IMAGR2: Field 2 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.586E-03 < Second best 8.726E-03 IMAGR2: BGC Clean: using 1619 cell beam + residuals > 4.29 MilliJy IMAGR2: 2245 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.727 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 18.593 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 1.560 Jy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.1 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.888E-03 < Second best 8.280E-03 IMAGR2: Field 3 min = -8.8 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 1619 cell beam + residuals > 4.29 MilliJy IMAGR2: 865 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.285 MilliJy iter= 32 IMAGR2: Field 3 Clean flux density= -8.153 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 1.552 Jy 149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.9 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.147E-03 < Second best 7.535E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.445E-03 < Second best 7.147E-03 IMAGR2: BGC Clean: using 149 cell beam + residuals > 3.80 MilliJy IMAGR2: 1892 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.185 MilliJy iter= 64 IMAGR2: Field 2 Clean flux density= 13.706 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 1.565 Jy 213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 3.80 MilliJy IMAGR2: 1300 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.969 MilliJy iter= 76 IMAGR2: Field 6 Clean flux density= 15.595 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 1.581 Jy 289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.1 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.852E-03 < Second best 6.445E-03 IMAGR2: Field 1 min = -6.2 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 3.80 MilliJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.386 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 1.538 Jy 129 comps IMAGR2: Total Cleaned flux density = 1.578 Jy 335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.787E-03 < Second best 5.852E-03 IMAGR2: Field 5 min = -6.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 493 cell beam + residuals > 3.51 MilliJy IMAGR2: 483 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.008 MilliJy iter= 47 IMAGR2: Field 5 Clean flux density= -8.942 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 1.569 Jy 382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.0 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 641 cell beam + residuals > 3.34 MilliJy IMAGR2: 691 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.806 MilliJy iter= 88 IMAGR2: Field 7 Clean flux density= 25.132 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 1.576 Jy 436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.3 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 3.12 MilliJy IMAGR2: 1206 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.815 MilliJy iter= 136 IMAGR2: Field 3 Clean flux density= -14.113 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 1.570 Jy 540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.132E-03 < Second best 4.787E-03 IMAGR2: Field 4 min = -4.6 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 3.12 MilliJy IMAGR2: 569 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.584 MilliJy iter= 83 IMAGR2: Field 4 Clean flux density= 13.789 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 1.583 Jy 623 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 1017 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.210 MilliJy iter= 195 IMAGR2: Field 6 Clean flux density= 23.385 MilliJy 195 comps IMAGR2: Total Cleaned flux density = 1.591 Jy 742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.798E-03 < Second best 4.132E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -4.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR2: 1222 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.128 MilliJy iter= 212 IMAGR2: Field 2 Clean flux density= 19.743 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 1.597 Jy 890 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 742 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.886 MilliJy iter= 167 IMAGR2: Field 5 Clean flux density= -18.815 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 1.587 Jy 1010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.318E-03 < Second best 3.649E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.208E-03 < Second best 3.642E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 1533 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.672 MilliJy iter= 272 IMAGR2: Field 7 Clean flux density= 10.280 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 1.573 Jy 1194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR2: 664 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.430 MilliJy iter= 224 IMAGR2: Field 4 Clean flux density= 15.034 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 1.574 Jy 1335 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.789E-03 < Second best 3.208E-03 IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.500 MilliJy iter= 339 IMAGR2: Field 3 Clean flux density= -5.239 MilliJy 339 comps IMAGR2: Total Cleaned flux density = 1.583 Jy 1538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 665 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.271 MilliJy iter= 335 IMAGR2: Field 6 Clean flux density= 24.636 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 1.584 Jy 1678 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.128 MilliJy iter= 381 IMAGR2: Field 2 Clean flux density= 33.629 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 1.598 Jy 1847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 161 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.011 MilliJy iter= 201 IMAGR2: Field 1 Clean flux density= 1.546 Jy 201 comps IMAGR2: Total Cleaned flux density = 1.606 Jy 1919 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.412E-03 < Second best 2.559E-03 IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.250E-03 < Second best 2.412E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 894 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.899 MilliJy iter= 376 IMAGR2: Field 5 Clean flux density= -25.574 MilliJy 376 comps IMAGR2: Total Cleaned flux density = 1.599 Jy 2128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.205E-03 < Second best 2.326E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1729 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.761 MilliJy iter= 511 IMAGR2: Field 4 Clean flux density= 4.749 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 1.589 Jy 2415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1097 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.704 MilliJy iter= 529 IMAGR2: Field 7 Clean flux density= 11.648 MilliJy 529 comps IMAGR2: Total Cleaned flux density = 1.590 Jy 2672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 1243 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.716 MilliJy iter= 615 IMAGR2: Field 3 Clean flux density= -11.055 MilliJy 615 comps IMAGR2: Total Cleaned flux density = 1.584 Jy 2948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.624 MilliJy iter= 600 IMAGR2: Field 6 Clean flux density= 22.347 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 1.582 Jy 3213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1125 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.543 MilliJy iter= 680 IMAGR2: Field 2 Clean flux density= 39.782 MilliJy 680 comps IMAGR2: Total Cleaned flux density = 1.588 Jy 3512 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 314 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.447 MilliJy iter= 325 IMAGR2: Field 1 Clean flux density= 1.556 Jy 325 comps IMAGR2: Total Cleaned flux density = 1.598 Jy 3636 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 777 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.422 MilliJy iter= 616 IMAGR2: Field 5 Clean flux density= -28.286 MilliJy 616 comps IMAGR2: Total Cleaned flux density = 1.596 Jy 3876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 614 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.347 MilliJy iter= 713 IMAGR2: Field 4 Clean flux density= -213.997 MicroJy 713 comps IMAGR2: Total Cleaned flux density = 1.591 Jy 4078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.302 MilliJy iter= 817 IMAGR2: Field 3 Clean flux density= -12.196 MilliJy 817 comps IMAGR2: Total Cleaned flux density = 1.590 Jy 4280 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 840 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.242 MilliJy iter= 814 IMAGR2: Field 7 Clean flux density= 7.579 MilliJy 814 comps IMAGR2: Total Cleaned flux density = 1.585 Jy 4565 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1258 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.205 MilliJy iter= 933 IMAGR2: Field 6 Clean flux density= 19.958 MilliJy 933 comps IMAGR2: Total Cleaned flux density = 1.583 Jy 4898 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.146 MilliJy iter= 1051 IMAGR2: Field 2 Clean flux density= 40.498 MilliJy 1051 comps IMAGR2: Total Cleaned flux density = 1.584 Jy 5269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 795 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.107 MilliJy iter= 605 IMAGR2: Field 1 Clean flux density= 1.570 Jy 605 comps IMAGR2: Total Cleaned flux density = 1.598 Jy 5549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 2640 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.127 MilliJy iter= 1180 IMAGR2: Field 5 Clean flux density= -33.746 MilliJy 1180 comps IMAGR2: Total Cleaned flux density = 1.592 Jy 6113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 3063 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.110 MilliJy iter= 1330 IMAGR2: Field 4 Clean flux density= -11.479 MilliJy 1330 comps IMAGR2: Total Cleaned flux density = 1.581 Jy 6730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 990.79 MicroJy IMAGR2: 2598 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.093 MilliJy iter= 1417 IMAGR2: Field 3 Clean flux density= -8.223 MilliJy 1417 comps IMAGR2: Total Cleaned flux density = 1.585 Jy 7330 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 974.78 MicroJy IMAGR2: 1691 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.053 MilliJy iter= 1304 IMAGR2: Field 7 Clean flux density= 10.121 MilliJy 1304 comps IMAGR2: Total Cleaned flux density = 1.588 Jy 7820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 958.19 MicroJy IMAGR2: 1499 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.020 MilliJy iter= 1373 IMAGR2: Field 6 Clean flux density= 18.590 MilliJy 1373 comps IMAGR2: Total Cleaned flux density = 1.586 Jy 8260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.80 MicroJy IMAGR2: 1208 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.002 MilliJy iter= 1492 IMAGR2: Field 2 Clean flux density= 43.349 MilliJy 1492 comps IMAGR2: Total Cleaned flux density = 1.589 Jy 8701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 925.35 MicroJy IMAGR2: 1949 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 996.008 MicroJy iter= 1724 IMAGR2: Field 5 Clean flux density= -25.202 MilliJy 1724 comps IMAGR2: Total Cleaned flux density = 1.598 Jy 9245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 891.47 MicroJy IMAGR2: 461 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -915.059 MicroJy iter= 1536 IMAGR2: Field 4 Clean flux density= -14.939 MilliJy 1536 comps IMAGR2: Total Cleaned flux density = 1.594 Jy 9451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.51 MicroJy IMAGR2: 753 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -917.923 MicroJy iter= 918 IMAGR2: Field 1 Clean flux density= 1.572 Jy 918 comps IMAGR2: Total Cleaned flux density = 1.596 Jy 9764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.01 MicroJy IMAGR2: 1537 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 900.090 MicroJy iter= 1851 IMAGR2: Field 3 Clean flux density= 2.970 MilliJy 1851 comps IMAGR2: Total Cleaned flux density = 1.607 Jy 10198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 819.35 MicroJy IMAGR2: 1135 Residual map points loaded IMAGR2: Field 7 min Clean flux = -865.072 MicroJy iter= 1715 IMAGR2: Field 7 Clean flux density= 7.536 MilliJy 1715 comps IMAGR2: Total Cleaned flux density = 1.604 Jy 10609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 788.20 MicroJy IMAGR2: 1511 Residual map points loaded IMAGR2: Field 6 min Clean flux = -865.027 MicroJy iter= 1695 IMAGR2: Field 6 Clean flux density= 14.847 MilliJy 1695 comps IMAGR2: Total Cleaned flux density = 1.601 Jy 10931 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.27 MicroJy IMAGR2: 1598 Residual map points loaded IMAGR2: Field 2 min Clean flux = -864.769 MicroJy iter= 1712 IMAGR2: Field 2 Clean flux density= 43.409 MilliJy 1712 comps IMAGR2: Total Cleaned flux density = 1.601 Jy 11151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 697.52 MicroJy IMAGR2: 2087 Residual map points loaded IMAGR2: Field 5 min Clean flux = 864.805 MicroJy iter= 1846 IMAGR2: Field 5 Clean flux density= -24.393 MilliJy 1846 comps IMAGR2: Total Cleaned flux density = 1.601 Jy 11273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 697.52 MicroJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 1 min Clean flux = -864.901 MicroJy iter= 988 IMAGR2: Field 1 Clean flux density= 1.570 Jy 988 comps IMAGR2: Total Cleaned flux density = 1.599 Jy 11343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 641 cell beam + residuals > 634.92 MicroJy IMAGR2: 4509 Residual map points loaded IMAGR2: Field 4 min Clean flux = -864.765 MicroJy iter= 1614 IMAGR2: Field 4 Clean flux density= -15.309 MilliJy 1614 comps IMAGR2: Total Cleaned flux density = 1.599 Jy 11421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.11 MicroJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 3 min Clean flux = -853.471 MicroJy iter= 1859 IMAGR2: Field 3 Clean flux density= 2.623 MilliJy 1859 comps IMAGR2: Total Cleaned flux density = 1.598 Jy 11429 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 865.072 less than limit 865.387 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 988 to 536 components IMAGR2: Field 2 compressed from 1712 to 1024 components IMAGR2: Field 3 compressed from 1859 to 1163 components IMAGR2: Field 4 compressed from 1614 to 963 components IMAGR2: Field 5 compressed from 1846 to 1094 components IMAGR2: Field 6 compressed from 1695 to 1016 components IMAGR2: Field 7 compressed from 1715 to 1114 components IMAGR2: Field 1 min = -896.6 MicroJy,max = 848.5 MicroJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.243 MilliJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 2.593 MilliJy ( 43 CCs) from field 1 to field 3 IMAGR2: Restore 182.761 MicroJy ( 28 CCs) from field 1 to field 4 IMAGR2: Restore 2.546 MilliJy ( 60 CCs) from field 1 to field 5 IMAGR2: Restore-854.810 MicroJy ( 25 CCs) from field 1 to field 6 IMAGR2: Restore 1.250 MilliJy ( 22 CCs) from field 1 to field 7 IMAGR2: Restore -3.384 MilliJy ( 38 CCs) from field 2 to field 1 IMAGR2: Restore -5.117 MilliJy ( 53 CCs) from field 2 to field 3 IMAGR2: Restore 868.010 MicroJy ( 76 CCs) from field 2 to field 4 IMAGR2: Restore-183.851 MicroJy ( 15 CCs) from field 3 to field 1 IMAGR2: Restore -1.016 MilliJy ( 40 CCs) from field 3 to field 2 IMAGR2: Restore 167.465 MicroJy ( 23 CCs) from field 3 to field 5 IMAGR2: Restore 632.766 MicroJy ( 18 CCs) from field 4 to field 1 IMAGR2: Restore 1.323 MilliJy ( 21 CCs) from field 4 to field 2 IMAGR2: Restore -5.508 MilliJy ( 56 CCs) from field 4 to field 6 IMAGR2: Restore -1.460 MilliJy ( 25 CCs) from field 5 to field 1 IMAGR2: Restore -2.144 MilliJy ( 62 CCs) from field 5 to field 3 IMAGR2: Restore-680.551 MicroJy ( 33 CCs) from field 5 to field 7 IMAGR2: Restore-209.950 MicroJy ( 3 CCs) from field 6 to field 1 IMAGR2: Restore 648.559 MicroJy ( 47 CCs) from field 6 to field 4 IMAGR2: Restore -45.493 MicroJy ( 6 CCs) from field 6 to field 7 IMAGR2: Restore 196.361 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore 1.305 MilliJy ( 47 CCs) from field 7 to field 5 IMAGR2: Restore 2.683 MilliJy ( 68 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.565 Jy IMAGR2: Field 2 final Clean flux 42.474 MilliJy IMAGR2: Field 3 final Clean flux -2.045 MilliJy IMAGR2: Field 4 final Clean flux -13.609 MilliJy IMAGR2: Field 5 final Clean flux -20.375 MilliJy IMAGR2: Field 6 final Clean flux 11.167 MilliJy IMAGR2: Field 7 final Clean flux 8.061 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 31 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 72.6 Real= 292 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1859+226_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =X1859+226' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1859+226_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1850+284_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1850+284_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1850+284' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1850+284_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1744-312 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.21961 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1744-312_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC2: 2 17:44:23.57 -31:16:36.6 0.425 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 42.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 17 44 23.58 -31 16 36.0 00001 -1 1019 1024 1025 C 2 246 246 17 44 23.57 -31 16 36.6 00002 -1 100 128 129 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1744-312_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -3.7178E-02 -2.6000E-02 0 IMAGR2: Field 2 246 246 -1.6538E-01 -6.2600E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1744-312_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1744-312 .IMAGR . 1 (UV) on disk 1 cno 38 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4212 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.312E+04 IMAGR2: UVWAIT: Adding temperance S 4.623E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.072E+07 and out 3.844E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.131 due to weighting IMAGR2: UVWAIT: Average summed weight 2.312E+04 over 8424 vis IMAGR2: Create 1744-312 .IBM001. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1744-312 .IBM002. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1744-312 .ICL001. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1744-312 .ICL002. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 4.08125E+08 IMAGR2: Field 1 Beam min = -69.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.827 x 0.679 arcsec, PA= -7.9 IMAGR2: Field 2 Sum of gridding weights = 4.08132E+08 IMAGR2: Field 2 Beam min = -69.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.827 x 0.679 arcsec, PA= -7.9 IMAGR2: CLBHIS: minimum component 0.472 of current peak IMAGR2: Field 1 min = -42.7 MilliJy,max = 608.1 MilliJy IMAGR2: Field 2 min = -42.5 MilliJy,max = 601.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 45.86 MilliJy IMAGR2: 16487 Residual map points loaded IMAGR2: Field 1 min allowed flux = 262.946 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 372.648 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 372.648 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.9 MilliJy,max = 250.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.378E-01 < Second best 2.500E-01 IMAGR2: Field 1 min = -17.9 MilliJy,max = 237.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.253E-01 < Second best 2.378E-01 IMAGR2: BGC Clean: using 509 cell beam + residuals > 18.86 MilliJy IMAGR2: 981 Residual map points loaded IMAGR2: Field 2 min allowed flux = 107.637 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 153.174 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 525.822 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.3 MilliJy,max = 92.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.775E-02 < Second best 1.024E-01 IMAGR2: Field 2 min = -8.2 MilliJy,max = 96.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 8.12 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 2 min allowed flux = 41.701 MilliJy iter= 18 IMAGR2: Field 2 Clean flux density= 212.516 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 585.164 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 36.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.457E-02 < Second best 3.966E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 37.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.14 MilliJy IMAGR2: 831 Residual map points loaded IMAGR2: Field 2 min allowed flux = 16.503 MilliJy iter= 27 IMAGR2: Field 2 Clean flux density= 235.739 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 608.387 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.368E-02 < Second best 1.570E-02 IMAGR2: Field 2 min = -4.0 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.70 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 2 min allowed flux = 6.512 MilliJy iter= 36 IMAGR2: Field 2 Clean flux density= 244.919 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 617.566 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.9 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.472E-03 < Second best 6.197E-03 IMAGR2: Field 2 min = -4.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.27 MilliJy IMAGR2: 602 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.686 MilliJy iter= 63 IMAGR2: Field 2 Clean flux density= 244.096 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 616.744 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 1147 cell beam + residuals > 1.18 MilliJy IMAGR2: 15032 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.918 MilliJy iter= 70 IMAGR2: Field 1 Clean flux density= 376.178 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 620.273 MilliJy 133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 259 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.405 MilliJy iter= 99 IMAGR2: Field 2 Clean flux density= 246.216 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 622.394 MilliJy 169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 19636 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.657 MilliJy iter= 196 IMAGR2: Field 1 Clean flux density= 380.976 MilliJy 196 comps IMAGR2: Total Cleaned flux density = 627.192 MilliJy 295 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 19558 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.478 MilliJy iter= 369 IMAGR2: Field 1 Clean flux density= 380.718 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 626.933 MilliJy 468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.77 MicroJy IMAGR2: 19420 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.330 MilliJy iter= 597 IMAGR2: Field 1 Clean flux density= 382.367 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 628.583 MilliJy 696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.083E-03 < Second best 1.275E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.97 MicroJy IMAGR2: 19814 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.202 MilliJy iter= 888 IMAGR2: Field 1 Clean flux density= 384.994 MilliJy 888 comps IMAGR2: Total Cleaned flux density = 631.210 MilliJy 987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 823.96 MicroJy IMAGR2: 19706 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.090 MilliJy iter= 1259 IMAGR2: Field 1 Clean flux density= 386.489 MilliJy 1259 comps IMAGR2: Total Cleaned flux density = 632.705 MilliJy 1358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.253E-04 < Second best 1.046E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.95 MicroJy IMAGR2: 19851 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -984.056 MicroJy iter= 1700 IMAGR2: Field 1 Clean flux density= 388.231 MilliJy 1700 comps IMAGR2: Total Cleaned flux density = 634.446 MilliJy 1799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 702.26 MicroJy IMAGR2: 19689 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 890.913 MicroJy iter= 2227 IMAGR2: Field 1 Clean flux density= 388.352 MilliJy 2227 comps IMAGR2: Total Cleaned flux density = 634.568 MilliJy 2326 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -876.5 MicroJy,max = 936.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.991E-04 < Second best 8.539E-04 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.17 MicroJy IMAGR2: 19887 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -807.541 MicroJy iter= 2855 IMAGR2: Field 1 Clean flux density= 387.678 MilliJy 2855 comps IMAGR2: Total Cleaned flux density = 633.894 MilliJy 2954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -812.8 MicroJy,max = 764.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.337E-04 < Second best 7.743E-04 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.53 MicroJy IMAGR2: 19874 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -737.120 MicroJy iter= 3616 IMAGR2: Field 1 Clean flux density= 390.757 MilliJy 3616 comps IMAGR2: Total Cleaned flux density = 636.974 MilliJy 3715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -767.6 MicroJy,max = 797.9 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.39 MicroJy IMAGR2: 62 Residual map points loaded IMAGR2: Field 2 min Clean flux = 644.984 MicroJy iter= 111 IMAGR2: Field 2 Clean flux density= 246.503 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 637.261 MilliJy 3727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 550.65 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 676.676 MicroJy iter= 4522 IMAGR2: Field 1 Clean flux density= 386.926 MilliJy 4522 comps IMAGR2: Total Cleaned flux density = 633.430 MilliJy 4633 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 511.67 MicroJy IMAGR2: 19973 Residual map points loaded IMAGR2: Field 1 min Clean flux = 660.941 MicroJy iter= 5004 IMAGR2: Field 1 Clean flux density= 390.601 MilliJy 5004 comps IMAGR2: Total Cleaned flux density = 637.106 MilliJy 5115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 660.941 less than limit 660.951 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 5004 to 2878 components IMAGR2: Field 2 compressed from 111 to 30 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -712.2 MicroJy,max = 725.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 372.506 MilliJy ( 22 CCs) from field 1 to field 2 IMAGR2: Restore 246.503 MilliJy ( 30 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 637.105 MilliJy IMAGR2: Field 2 final Clean flux 619.010 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 38 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 39.7 Real= 159 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found X1630-472 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1446 CELLSIZE 0.22133 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22133 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@X1630-472_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 37.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 C 1 2036 2036 16 34 00.30 -47 23 39.0 00001 -1 1019 1024 1025 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1630-472_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 6.9264E-11 -2.5580E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1630-472_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create X1630-472 .IMAGR . 1 (UV) on disk 1 cno 40 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5616 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.502E+04 IMAGR2: UVWAIT: Adding temperance S 5.003E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.213E+07 and out 3.335E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 2.502E+04 over 11232 vis IMAGR2: Create X1630-472 .IBM001. 1 (MA) on disk 1 cno 41 IMAGR2: Create X1630-472 .ICL001. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.54079E+08 IMAGR2: Field 1 Beam min = -146.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 5.215 x 0.615 arcsec, PA= 3.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -808.4 MicroJy,max = 986.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 495.67 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 823.145 MicroJy iter= 2 IMAGR2: Total Cleaned flux density = 164.769 MicroJy 2 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -808.4 MicroJy,max = 988.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.83 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -792.387 MicroJy iter= 6 IMAGR2: Total Cleaned flux density = 165.526 MicroJy 6 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -801.4 MicroJy,max = 985.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.59 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -758.685 MicroJy iter= 12 IMAGR2: Total Cleaned flux density = 165.913 MicroJy 12 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -798.4 MicroJy,max = 986.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.02 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 724.796 MicroJy iter= 21 IMAGR2: Total Cleaned flux density = 87.984 MicroJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -797.0 MicroJy,max = 983.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.27 MicroJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -703.310 MicroJy iter= 34 IMAGR2: Total Cleaned flux density = 19.835 MicroJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -794.1 MicroJy,max = 981.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.30 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 677.070 MicroJy iter= 53 IMAGR2: Total Cleaned flux density = 500.143 MicroJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -790.5 MicroJy,max = 962.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 474.42 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 653.714 MicroJy iter= 79 IMAGR2: Total Cleaned flux density = 760.950 MicroJy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -775.9 MicroJy,max = 940.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.47 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 629.909 MicroJy iter= 113 IMAGR2: Total Cleaned flux density = 1.271 MilliJy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -762.8 MicroJy,max = 925.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.83 MicroJy IMAGR2: 19969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 600.961 MicroJy iter= 156 IMAGR2: Total Cleaned flux density = 1.327 MilliJy 156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -744.1 MicroJy,max = 894.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.64 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 574.454 MicroJy iter= 210 IMAGR2: Total Cleaned flux density = 1.791 MilliJy 210 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -736.7 MicroJy,max = 873.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.48 MicroJy IMAGR2: 19974 Residual map points loaded IMAGR2: Field 1 min Clean flux = -569.162 MicroJy iter= 212 IMAGR2: Total Cleaned flux density = 1.791 MilliJy 212 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 569.162 less than limit 572.400 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 212 to 170 components IMAGR2: Field 1 min = -737.4 MicroJy,max = 871.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.791 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 40 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 20.2 Real= 82 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found GRJ1655 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1454 CELLSIZE 0.22021 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22021 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@GRJ1655_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 35.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 C 1 2036 2036 16 54 00.16 -39 50 44.7 00001 -1 1019 1024 1025 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRJ1655_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 4.6066E-02 -2.5580E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRJ1655_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create GRJ1655 .IMAGR . 1 (UV) on disk 1 cno 41 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10530 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.061E+04 IMAGR2: UVWAIT: Adding temperance S 1.012E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.475E+07 and out 1.008E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR2: UVWAIT: Average summed weight 5.061E+04 over 21060 vis IMAGR2: Create GRJ1655 .IBM001. 1 (MA) on disk 1 cno 42 IMAGR2: Create GRJ1655 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.07061E+09 IMAGR2: Field 1 Beam min = -126.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.663 x 0.611 arcsec, PA= 0.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -453.2 MicroJy,max = 469.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.86 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -449.522 MicroJy iter= 2 IMAGR2: Total Cleaned flux density = 1.293 MicroJy 2 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -453.5 MicroJy,max = 469.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.54 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 434.065 MicroJy iter= 6 IMAGR2: Total Cleaned flux density = -88.034 MicroJy 6 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -454.4 MicroJy,max = 468.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 251.08 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min Clean flux = 416.408 MicroJy iter= 8 IMAGR2: Total Cleaned flux density = -3.795 MicroJy 8 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 416.408 less than limit 418.022 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 8 to 7 components IMAGR2: Field 1 min = -453.8 MicroJy,max = 468.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux -3.795 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 41 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 8.8 Real= 35 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found GRS1739 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22038 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22038 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@GRS1739_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 41.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 17 42 40.03 -27 44 52.7 00001 -1 1019 1024 1025 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRS1739_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =GRS1739' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRS1739_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.8110E-10 -2.5580E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRS1739_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create GRS1739 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7020 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.343E+04 IMAGR2: UVWAIT: Adding temperance S 1.069E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.377E+07 and out 7.648E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 5.343E+04 over 14040 vis IMAGR2: Create GRS1739 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR2: Create GRS1739 .ICL001. 1 (MA) on disk 1 cno 44 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.11943E+08 IMAGR2: Field 1 Beam min = -103.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.541 x 0.645 arcsec, PA= -8.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -476.6 MicroJy,max = 505.9 MicroJy IMAGR2: Peak residual in window 505.912 less than limit 511.970 MicroJy IMAGR2: Field 1 min = -476.6 MicroJy,max = 505.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 3.6 Real= 14 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRS1739_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =GRS1739' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 42 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1719_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found GRJ1719 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.21961 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@GRJ1719_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 17:19:29.84 -25:04:07.2 0.034 0.274 0.058 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 35.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 C 1 2036 2036 17 19 36.93 -25 01 03.4 00001 -1 1019 1024 1025 C 2 246 246 17 19 29.84 -25 04 07.2 00002 -1 100 128 129 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRS1739_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =GRS1739' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 42 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1719_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1719_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =GRJ1719' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRJ1719_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 0.0000E+00 -1.2790E-11 0 IMAGR2: Field 2 246 246 -9.6372E+01 -1.8380E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@GRJ1719_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create GRJ1719 .IMAGR . 1 (UV) on disk 1 cno 43 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5616 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.827E+04 IMAGR2: UVWAIT: Adding temperance S 9.654E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.486E+07 and out 6.105E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 4.827E+04 over 11232 vis IMAGR2: Create GRJ1719 .IBM001. 1 (MA) on disk 1 cno 44 IMAGR2: Create GRJ1719 .IBM002. 1 (MA) on disk 1 cno 45 IMAGR2: Create GRJ1719 .ICL001. 1 (MA) on disk 1 cno 46 IMAGR2: Create GRJ1719 .ICL002. 1 (MA) on disk 1 cno 47 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.48160E+08 IMAGR2: Field 1 Beam min = -98.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.396 x 0.658 arcsec, PA= -3.8 IMAGR2: Field 2 Sum of gridding weights = 6.48167E+08 IMAGR2: Field 2 Beam min = -98.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.398 x 0.658 arcsec, PA= -3.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -547.0 MicroJy,max = 535.4 MicroJy IMAGR2: Field 2 min = -480.6 MicroJy,max = 545.6 MicroJy IMAGR2: Peak residual in window 547.006 less than limit 572.400 MicroJy IMAGR2: Field 1 min = -547.0 MicroJy,max = 535.4 MicroJy IMAGR2: Field 2 min = -480.6 MicroJy,max = 545.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 43 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 3.8 Real= 16 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1102 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1744-312_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1744-312' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1744-312_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1630-472_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =X1630-472' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1630-472_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 40 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06967 MILLI JANSKY' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1655_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =GRJ1655' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1655_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRS1739_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =GRS1739' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRS1739_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 42 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0954 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1719_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@GRJ1719_X,BAND.0-1 >> /home/auto/run/AH669_1999NO AIPS 2: V07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =GRJ1719' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@GRJ1719_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found X1806-246 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1439 CELLSIZE 0.22239 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22239 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@X1806-246_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 46.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 5 C 1 2036 2036 18 06 50.72 -24 35 28.6 00001 -1 1019 1024 1025 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1806-246_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.8608E-10 -1.2790E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1806-246_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create X1806-246 .IMAGR . 1 (UV) on disk 1 cno 45 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5265 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.473E+04 IMAGR2: UVWAIT: Adding temperance S 8.946E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.148E+07 and out 5.573E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 4.473E+04 over 10530 vis IMAGR2: Create X1806-246 .IBM001. 1 (MA) on disk 1 cno 46 IMAGR2: Create X1806-246 .ICL001. 1 (MA) on disk 1 cno 47 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.91608E+08 IMAGR2: Field 1 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.438 x 0.660 arcsec, PA= -11.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -584.5 MicroJy,max = 624.5 MicroJy IMAGR2: Peak residual in window 530.326 less than limit 591.172 MicroJy IMAGR2: Field 1 min = -584.5 MicroJy,max = 624.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 45 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 3.6 Real= 15 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found V4641SGR X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1433 CELLSIZE 0.22344 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22344 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@V4641SGR_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 49.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 5 C 1 2036 2036 18 19 21.64 -25 24 25.6 00001 -1 1019 1024 1025 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@V4641SGR_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 4.0648E-02 -1.2790E-11 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@V4641SGR_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create V4641SGR .IMAGR . 1 (UV) on disk 1 cno 46 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 8775 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.218E+04 IMAGR2: UVWAIT: Adding temperance S 1.244E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.826E+07 and out 1.011E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 6.218E+04 over 17550 vis IMAGR2: Create V4641SGR .IBM001. 1 (MA) on disk 1 cno 47 IMAGR2: Create V4641SGR .ICL001. 1 (MA) on disk 1 cno 48 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.07381E+09 IMAGR2: Field 1 Beam min = -105.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.471 x 0.644 arcsec, PA= -13.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -446.1 MicroJy,max = 502.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.88 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 1 min Clean flux = 452.242 MicroJy iter= 2 IMAGR2: Total Cleaned flux density = 95.473 MicroJy 2 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 452.242 less than limit 457.920 MicroJy IMAGR2: Merging the Clean components files LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 compressed from 2 to 1 components IMAGR2: Field 1 min = -443.9 MicroJy,max = 503.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 95.473 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 46 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 5.5 Real= 23 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found X1748-28 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21974 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21974 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@X1748-28_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 17:48:04.23 -28:25:09.4 2.749 0.297 0.056 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 42.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 17 48 05.06 -28 28 30.8 00001 -1 1019 1024 1025 C 2 246 246 17 48 04.23 -28 25 09.4 00002 -1 100 128 129 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1748-28_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =X1748-28' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1748-28_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.7988E-10 -1.2790E-11 0 IMAGR2: Field 2 246 246 -1.0944E+01 2.0140E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X1748-28_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create X1748-28 .IMAGR . 1 (UV) on disk 1 cno 47 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10881 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.540E+04 IMAGR2: UVWAIT: Adding temperance S 1.308E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 8.145E+07 and out 1.236E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR2: UVWAIT: Average summed weight 6.540E+04 over 21762 vis IMAGR2: Create X1748-28 .IBM001. 1 (MA) on disk 1 cno 48 IMAGR2: Create X1748-28 .IBM002. 1 (MA) on disk 1 cno 49 IMAGR2: Create X1748-28 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR2: Create X1748-28 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.31179E+09 IMAGR2: Field 1 Beam min = -107.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.555 x 0.635 arcsec, PA= -6.4 IMAGR2: Field 2 Sum of gridding weights = 1.31180E+09 IMAGR2: Field 2 Beam min = -107.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.552 x 0.635 arcsec, PA= -6.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -460.8 MicroJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -418.2 MicroJy,max = 450.0 MicroJy IMAGR2: BGC Clean: using 941 cell beam + residuals > 274.73 MicroJy IMAGR2: 15744 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 915.472 MicroJy iter= 6 IMAGR2: Field 1 Clean flux density= 715.388 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 715.388 MicroJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -432.0 MicroJy,max = 858.5 MicroJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 290.66 MicroJy IMAGR2: 6068 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 588.675 MicroJy iter= 19 IMAGR2: Field 1 Clean flux density= 1.625 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 1.625 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -422.8 MicroJy,max = 551.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.66 MicroJy IMAGR2: 19774 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 427.791 MicroJy iter= 42 IMAGR2: Field 1 Clean flux density= 2.720 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 2.720 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -403.5 MicroJy,max = 329.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.207E-04 < Second best 4.091E-04 IMAGR2: Field 1 min = -418.5 MicroJy,max = 469.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 234.71 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = -406.560 MicroJy iter= 44 IMAGR2: Field 1 Clean flux density= 2.638 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 2.638 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 406.560 less than limit 411.224 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 44 to 23 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 1 min = -405.5 MicroJy,max = 469.0 MicroJy IMAGR2: Field 2 min = -400.5 MicroJy,max = 330.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.638 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 47 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 10.1 Real= 41 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1748-28_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =X1748-28' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2007+404 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1371 CELLSIZE 0.23352 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23352 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 6 C 1 1012 1012 20 07 44.94 40 29 48.6 00001 -1 507 512 513 C 2 1012 1012 20 07 44.94 40 26 29.8 00002 -1 507 512 513 C 3 1012 1012 20 07 29.86 40 28 09.1 00003 -1 507 512 513 C 4 1012 1012 20 08 00.03 40 28 09.1 00004 -1 507 512 513 C 5 1012 1012 20 07 29.85 40 31 27.9 00005 -1 507 512 513 C 6 1012 1012 20 08 00.04 40 31 27.9 00006 -1 507 512 513 C 7 1012 1012 20 07 44.94 40 33 07.4 00007 -1 507 512 513 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1748-28_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =X1748-28' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =2007+404' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.4752E-02 -4.0000E-03 0 IMAGR2: Field 2 1012 1012 -5.4752E-02 -1.9880E+02 0 IMAGR2: Field 3 1012 1012 -1.7207E+02 -9.9504E+01 0 IMAGR2: Field 4 1012 1012 1.7207E+02 -9.9504E+01 0 IMAGR2: Field 5 1012 1012 -1.7218E+02 9.9296E+01 0 IMAGR2: Field 6 1012 1012 1.7219E+02 9.9296E+01 0 IMAGR2: Field 7 1012 1012 -5.4752E-02 1.9880E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2007+404_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2007+404 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 2600 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.289E+04 IMAGR2: UVWAIT: Adding temperance S 8.578E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.338E+07 and out 2.904E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 4.289E+04 over 5200 vis IMAGR2: Create 2007+404 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 2007+404 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 2007+404 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 2007+404 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 2007+404 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 2007+404 .IBM006. 1 (MA) on disk 1 cno 55 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 2007+404 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 2007+404 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 2007+404 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 2007+404 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 2007+404 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 2007+404 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 2007+404 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 2007+404 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 1 Beam min = -158.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 881.959 x 685.435 Milliarcsec, PA= 67.5 IMAGR2: Field 2 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 2 Beam min = -158.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 881.803 x 685.561 Milliarcsec, PA= 67.5 IMAGR2: Field 3 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 3 Beam min = -112.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 881.582 x 685.441 Milliarcsec, PA= 67.4 IMAGR2: Field 4 Sum of gridding weights = 3.08284E+08 IMAGR2: Field 4 Beam min = -175.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 882.180 x 685.554 Milliarcsec, PA= 67.6 IMAGR2: Field 5 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 5 Beam min = -112.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 881.737 x 685.315 Milliarcsec, PA= 67.4 IMAGR2: Field 6 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 6 Beam min = -175.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 882.338 x 685.426 Milliarcsec, PA= 67.5 IMAGR2: Field 7 Sum of gridding weights = 3.08283E+08 IMAGR2: Field 7 Beam min = -158.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 882.116 x 685.309 Milliarcsec, PA= 67.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -219.9 MilliJy,max = 2.2 Jy IMAGR2: Field 2 min = -196.2 MilliJy,max = 582.4 MilliJy IMAGR2: Field 3 min = -195.3 MilliJy,max = 926.4 MilliJy IMAGR2: Field 4 min = -240.0 MilliJy,max = 902.3 MilliJy IMAGR2: Field 5 min = -214.3 MilliJy,max = 903.8 MilliJy IMAGR2: Field 6 min = -197.8 MilliJy,max = 891.4 MilliJy IMAGR2: Field 7 min = -192.7 MilliJy,max = 563.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 295.04 MilliJy IMAGR2: 4642 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.059 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 1.261 Jy 8 comps IMAGR2: Total Cleaned flux density = 1.261 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -102.3 MilliJy,max = 957.1 MilliJy IMAGR2: BGC Clean: using 1937 cell beam + residuals > 225.24 MilliJy IMAGR2: 428 Residual map points loaded IMAGR2: Field 1 min allowed flux = 446.306 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 1.870 Jy 17 comps IMAGR2: Total Cleaned flux density = 1.870 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -45.1 MilliJy,max = 165.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.103E-01 < Second best 5.866E-01 IMAGR2: Field 5 min = -41.6 MilliJy,max = 162.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-01 < Second best 5.787E-01 IMAGR2: Field 6 min = -40.1 MilliJy,max = 166.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.060E-01 < Second best 5.641E-01 IMAGR2: Field 3 min = -42.7 MilliJy,max = 177.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-01 < Second best 5.237E-01 IMAGR2: Field 7 min = -41.7 MilliJy,max = 105.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.881E-02 < Second best 5.063E-01 IMAGR2: Field 2 min = -46.8 MilliJy,max = 113.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.009E-01 < Second best 4.245E-01 IMAGR2: Field 1 min = -55.1 MilliJy,max = 409.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 59.46 MilliJy IMAGR2: 4103 Residual map points loaded IMAGR2: Field 1 min allowed flux = 191.224 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 2.128 Jy 26 comps IMAGR2: Total Cleaned flux density = 2.128 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -37.0 MilliJy,max = 172.1 MilliJy IMAGR2: BGC Clean: using 1887 cell beam + residuals > 41.71 MilliJy IMAGR2: 592 Residual map points loaded IMAGR2: Field 1 min allowed flux = 80.357 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 2.238 Jy 35 comps IMAGR2: Total Cleaned flux density = 2.238 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -23.4 MilliJy,max = 31.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.998E-02 < Second best 1.098E-01 IMAGR2: Field 5 min = -23.8 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.991E-02 < Second best 1.060E-01 IMAGR2: Field 6 min = -21.1 MilliJy,max = 30.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.200E-02 < Second best 1.027E-01 IMAGR2: Field 3 min = -23.2 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.533E-02 < Second best 1.009E-01 IMAGR2: Field 2 min = -25.2 MilliJy,max = 31.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.911E-02 < Second best 9.881E-02 IMAGR2: Field 7 min = -22.8 MilliJy,max = 33.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.645E-02 < Second best 7.646E-02 IMAGR2: Field 1 min = -43.0 MilliJy,max = 74.8 MilliJy IMAGR2: BGC Clean: using 1963 cell beam + residuals > 14.62 MilliJy IMAGR2: 7816 Residual map points loaded IMAGR2: Field 1 min allowed flux = -36.758 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 2.257 Jy 55 comps IMAGR2: Total Cleaned flux density = 2.257 Jy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -36.6 MilliJy,max = 36.9 MilliJy IMAGR2: BGC Clean: using 643 cell beam + residuals > 14.17 MilliJy IMAGR2: 1562 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -20.405 MilliJy iter= 87 IMAGR2: Field 1 Clean flux density= 2.242 Jy 87 comps IMAGR2: Total Cleaned flux density = 2.242 Jy 87 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -16.1 MilliJy,max = 17.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.642E-02 < Second best 2.991E-02 IMAGR2: Field 5 min = -15.2 MilliJy,max = 19.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.894E-02 < Second best 2.911E-02 IMAGR2: Field 2 min = -14.4 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.371E-02 < Second best 2.645E-02 IMAGR2: Field 7 min = -14.1 MilliJy,max = 17.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.493E-02 < Second best 2.533E-02 IMAGR2: Field 3 min = -15.8 MilliJy,max = 19.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.854E-02 < Second best 2.200E-02 IMAGR2: Field 6 min = -16.5 MilliJy,max = 15.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.580E-02 < Second best 1.946E-02 IMAGR2: Field 1 min = -19.8 MilliJy,max = 20.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.63 MilliJy IMAGR2: 4832 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.424 MilliJy iter= 168 IMAGR2: Field 1 Clean flux density= 2.262 Jy 168 comps IMAGR2: Total Cleaned flux density = 2.262 Jy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -15.1 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.445E-02 < Second best 1.854E-02 IMAGR2: Field 3 min = -15.7 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 8.28 MilliJy IMAGR2: 1825 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 11.632 MilliJy iter= 80 IMAGR2: Field 3 Clean flux density= 94.495 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -16.0 MilliJy,max = 14.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.369E-02 < Second best 1.580E-02 IMAGR2: Field 6 min = -17.6 MilliJy,max = 15.1 MilliJy IMAGR2: BGC Clean: using 641 cell beam + residuals > 8.28 MilliJy IMAGR2: 1589 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -10.245 MilliJy iter= 62 IMAGR2: Field 6 Clean flux density= -43.808 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 2.313 Jy 310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.9 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.044E-02 < Second best 1.445E-02 IMAGR2: Field 5 min = -12.5 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.299E-02 < Second best 1.378E-02 IMAGR2: Field 1 min = -11.9 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.136E-02 < Second best 1.371E-02 IMAGR2: Field 2 min = -11.6 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.095E-03 < Second best 1.369E-02 IMAGR2: Field 4 min = -13.7 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.149E-02 < Second best 1.299E-02 IMAGR2: BGC Clean: using 643 cell beam + residuals > 6.95 MilliJy IMAGR2: 2993 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.730 MilliJy iter= 84 IMAGR2: Field 5 Clean flux density= 8.957 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 2.322 Jy 394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.1 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 643 cell beam + residuals > 6.95 MilliJy IMAGR2: 1677 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.310 MilliJy iter= 80 IMAGR2: Field 4 Clean flux density= -12.598 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 2.309 Jy 474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 9.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.696E-03 < Second best 1.111E-02 IMAGR2: Field 3 min = -12.2 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.159E-03 < Second best 1.044E-02 IMAGR2: Field 7 min = -9.4 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.998E-03 < Second best 9.785E-03 IMAGR2: Field 6 min = -10.2 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.832E-03 < Second best 9.696E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR2: 1057 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.250 MilliJy iter= 274 IMAGR2: Field 1 Clean flux density= 2.225 Jy 274 comps IMAGR2: Total Cleaned flux density = 2.272 Jy 580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.6 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.454E-03 < Second best 9.095E-03 IMAGR2: Field 2 min = -9.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.630E-03 < Second best 8.998E-03 IMAGR2: Field 7 min = -8.1 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.92 MilliJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.661 MilliJy iter= 74 IMAGR2: Field 7 Clean flux density= 32.752 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 2.304 Jy 654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.7 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.88 MilliJy IMAGR2: 892 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.981 MilliJy iter= 188 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 Clean flux density= -9.250 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 2.339 Jy 780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -12.0 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.88 MilliJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.845 MilliJy iter= 211 IMAGR2: Field 3 Clean flux density= 73.822 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 2.318 Jy 911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.8 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.381E-03 < Second best 7.951E-03 IMAGR2: Field 4 min = -9.2 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.771E-03 < Second best 7.630E-03 IMAGR2: Field 2 min = -8.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.84 MilliJy IMAGR2: 853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.658 MilliJy iter= 156 IMAGR2: Field 2 Clean flux density= -10.105 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 2.308 Jy 1067 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.0 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.82 MilliJy IMAGR2: 1074 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.548 MilliJy iter= 255 IMAGR2: Field 5 Clean flux density= 48.025 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 2.347 Jy 1238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.311E-03 < Second best 6.771E-03 IMAGR2: Field 4 min = -8.3 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.336E-03 < Second best 6.674E-03 IMAGR2: Field 6 min = -7.7 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.37 MilliJy IMAGR2: 943 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.948 MilliJy iter= 350 IMAGR2: Field 6 Clean flux density= -29.755 MilliJy 350 comps IMAGR2: Total Cleaned flux density = 2.327 Jy 1400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.0 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.486E-03 < Second best 6.369E-03 IMAGR2: Field 7 min = -6.1 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.222E-03 < Second best 6.336E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.780E-03 < Second best 6.311E-03 IMAGR2: Field 1 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.443E-03 < Second best 5.780E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR2: 1686 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.478 MilliJy iter= 319 IMAGR2: Field 4 Clean flux density= 7.606 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 2.347 Jy 1639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.3 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.84 MilliJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.392 MilliJy iter= 448 IMAGR2: Field 3 Clean flux density= 95.330 MilliJy 448 comps IMAGR2: Total Cleaned flux density = 2.368 Jy 1876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.147E-03 < Second best 5.413E-03 IMAGR2: Field 2 min = -5.4 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.307E-03 < Second best 5.315E-03 IMAGR2: Field 5 min = -5.2 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.442E-03 < Second best 5.222E-03 IMAGR2: Field 7 min = -6.4 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 863 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.732 MilliJy iter= 290 IMAGR2: Field 7 Clean flux density= 2.672 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 2.338 Jy 2092 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.337E-03 < Second best 4.736E-03 IMAGR2: Field 6 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 907 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.455 MilliJy iter= 574 IMAGR2: Field 6 Clean flux density= -7.019 MilliJy 574 comps IMAGR2: Total Cleaned flux density = 2.361 Jy 2316 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.0 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR2: 1200 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.448 MilliJy iter= 510 IMAGR2: Field 5 Clean flux density= 48.690 MilliJy 510 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 2571 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 214 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.211 MilliJy iter= 377 IMAGR2: Field 1 Clean flux density= 2.233 Jy 377 comps IMAGR2: Total Cleaned flux density = 2.370 Jy 2674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.988E-03 < Second best 4.289E-03 IMAGR2: Field 4 min = -5.8 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.690E-03 < Second best 4.205E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.781E-03 < Second best 3.988E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.60 MilliJy IMAGR2: 850 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.837 MilliJy iter= 381 IMAGR2: Field 2 Clean flux density= -21.510 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 2.359 Jy 2899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 656 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.790 MilliJy iter= 645 IMAGR2: Field 3 Clean flux density= 94.335 MilliJy 645 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 3096 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 878 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.821 MilliJy iter= 560 IMAGR2: Field 4 Clean flux density= 4.987 MilliJy 560 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 3337 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.577 MilliJy iter= 434 IMAGR2: Field 7 Clean flux density= 17.981 MilliJy 434 comps IMAGR2: Total Cleaned flux density = 2.371 Jy 3481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.0 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.486 MilliJy iter= 740 IMAGR2: Field 6 Clean flux density= -20.066 MilliJy 740 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 3647 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1076 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.351 MilliJy iter= 793 IMAGR2: Field 5 Clean flux density= 46.267 MilliJy 793 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 3930 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 510 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.223 MilliJy iter= 565 IMAGR2: Field 1 Clean flux density= 2.254 Jy 565 comps IMAGR2: Total Cleaned flux density = 2.376 Jy 4118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.089 MilliJy iter= 532 IMAGR2: Field 2 Clean flux density= -33.644 MilliJy 532 comps IMAGR2: Total Cleaned flux density = 2.364 Jy 4269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 1000 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.049 MilliJy iter= 829 IMAGR2: Field 4 Clean flux density= -9.055 MilliJy 829 comps IMAGR2: Total Cleaned flux density = 2.350 Jy 4538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 2008 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.026 MilliJy iter= 1089 IMAGR2: Field 3 Clean flux density= 97.679 MilliJy 1089 comps IMAGR2: Total Cleaned flux density = 2.353 Jy 4982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 1438 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.941 MilliJy iter= 829 IMAGR2: Field 7 Clean flux density= 3.519 MilliJy 829 comps IMAGR2: Total Cleaned flux density = 2.338 Jy 5377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 2131 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.922 MilliJy iter= 1226 IMAGR2: Field 6 Clean flux density= -17.989 MilliJy 1226 comps IMAGR2: Total Cleaned flux density = 2.340 Jy 5863 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 2444 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.861 MilliJy iter= 1340 IMAGR2: Field 5 Clean flux density= 65.597 MilliJy 1340 comps IMAGR2: Total Cleaned flux density = 2.360 Jy 6410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1252 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.773 MilliJy iter= 925 IMAGR2: Field 1 Clean flux density= 2.245 Jy 925 comps IMAGR2: Total Cleaned flux density = 2.351 Jy 6770 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1009 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.743 MilliJy iter= 865 IMAGR2: Field 2 Clean flux density= -12.104 MilliJy 865 comps IMAGR2: Total Cleaned flux density = 2.372 Jy 7103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.701 MilliJy iter= 1126 IMAGR2: Field 4 Clean flux density= -7.785 MilliJy 1126 comps IMAGR2: Total Cleaned flux density = 2.373 Jy 7400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1583 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.674 MilliJy iter= 1523 IMAGR2: Field 3 Clean flux density= 82.941 MilliJy 1523 comps IMAGR2: Total Cleaned flux density = 2.359 Jy 7834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.602 MilliJy iter= 1132 IMAGR2: Field 7 Clean flux density= 5.570 MilliJy 1132 comps IMAGR2: Total Cleaned flux density = 2.361 Jy 8137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 422 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.509 MilliJy iter= 1427 IMAGR2: Field 6 Clean flux density= -27.019 MilliJy 1427 comps IMAGR2: Total Cleaned flux density = 2.352 Jy 8338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 847 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.465 MilliJy iter= 1626 IMAGR2: Field 5 Clean flux density= 63.685 MilliJy 1626 comps IMAGR2: Total Cleaned flux density = 2.350 Jy 8624 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.384 MilliJy iter= 1096 IMAGR2: Field 1 Clean flux density= 2.254 Jy 1096 comps IMAGR2: Total Cleaned flux density = 2.359 Jy 8795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 488 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.337 MilliJy iter= 1080 IMAGR2: Field 2 Clean flux density= -11.526 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 2.360 Jy 9010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1256 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.316 MilliJy iter= 1472 IMAGR2: Field 4 Clean flux density= -5.900 MilliJy 1472 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 9356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.233 MilliJy iter= 1881 IMAGR2: Field 3 Clean flux density= 82.815 MilliJy 1881 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 9714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1440 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.198 MilliJy iter= 1577 IMAGR2: Field 7 Clean flux density= -4.038 MilliJy 1577 comps IMAGR2: Total Cleaned flux density = 2.352 Jy 10159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.179 MilliJy iter= 1958 IMAGR2: Field 6 Clean flux density= -27.330 MilliJy 1958 comps IMAGR2: Total Cleaned flux density = 2.352 Jy 10690 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 3025 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.166 MilliJy iter= 2323 IMAGR2: Field 5 Clean flux density= 70.197 MilliJy 2323 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 11387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 3288 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.173 MilliJy iter= 1858 IMAGR2: Field 1 Clean flux density= 2.261 Jy 1858 comps IMAGR2: Total Cleaned flux density = 2.365 Jy 12149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 6378 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 1.741 MilliJy iter= 1193 IMAGR2: Field 2 Clean flux density= -11.224 MilliJy 1193 comps IMAGR2: Total Cleaned flux density = 2.366 Jy 12262 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1316 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.123 MilliJy iter= 1658 IMAGR2: Field 2 Clean flux density= -13.981 MilliJy 1658 comps IMAGR2: Total Cleaned flux density = 2.363 Jy 12727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 3080 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 4 min algorithm flux= 1.782 MilliJy iter= 1481 IMAGR2: Field 4 Clean flux density= -4.585 MilliJy 1481 comps IMAGR2: Total Cleaned flux density = 2.364 Jy 12736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2659 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.129 MilliJy iter= 2191 IMAGR2: Field 4 Clean flux density= -13.780 MilliJy 2191 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 13446 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 3705 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.149 MilliJy iter= 2777 IMAGR2: Field 3 Clean flux density= 85.246 MilliJy 2777 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 14342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 3713 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 1.676 MilliJy iter= 1597 IMAGR2: Field 7 Clean flux density= -3.379 MilliJy 1597 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 14362 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 2769 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.135 MilliJy iter= 2397 IMAGR2: Field 7 Clean flux density= -6.981 MilliJy 2397 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 15162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 2587 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.135 MilliJy iter= 2679 IMAGR2: Field 6 Clean flux density= -45.633 MilliJy 2679 comps IMAGR2: Total Cleaned flux density = 2.336 Jy 15883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2508 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.124 MilliJy iter= 2538 IMAGR2: Field 1 Clean flux density= 2.270 Jy 2538 comps IMAGR2: Total Cleaned flux density = 2.346 Jy 16563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 4090 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.146 MilliJy iter= 3342 IMAGR2: Field 5 Clean flux density= 71.155 MilliJy 3342 comps IMAGR2: Total Cleaned flux density = 2.346 Jy 17582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 5072 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.169 MilliJy iter= 4071 IMAGR2: Field 3 Clean flux density= 104.244 MilliJy 4071 comps IMAGR2: Total Cleaned flux density = 2.365 Jy 18876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 645 cell beam + residuals > 1.38 MilliJy IMAGR2: 7876 Residual map points loaded IMAGR2: Field 3 min allowed flux = -2.080 MilliJy iter= 4156 IMAGR2: Field 3 Clean flux density= 100.369 MilliJy 4156 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 18961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 4125 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.146 MilliJy iter= 5386 IMAGR2: Field 3 Clean flux density= 90.099 MilliJy 5386 comps IMAGR2: Total Cleaned flux density = 2.351 Jy 20191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 647 cell beam + residuals > 1.45 MilliJy IMAGR2: 18902 Residual map points loaded IMAGR2: Field 3 min allowed flux = 2.555 MilliJy iter= 5488 IMAGR2: Field 3 Clean flux density= 97.002 MilliJy 5488 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 20293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 6823 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.204 MilliJy iter= 7263 IMAGR2: Field 3 Clean flux density= 118.803 MilliJy 7263 comps IMAGR2: Total Cleaned flux density = 2.380 Jy 22068 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.6 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 645 cell beam + residuals > 2.92 MilliJy IMAGR2: 16918 Residual map points loaded IMAGR2: Field 3 min allowed flux = 4.401 MilliJy iter= 7423 IMAGR2: Field 3 Clean flux density= 105.814 MilliJy 7423 comps IMAGR2: Total Cleaned flux density = 2.367 Jy 22228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 643 cell beam + residuals > 1.34 MilliJy IMAGR2: 16572 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.743 MilliJy iter= 7643 IMAGR2: Field 3 Clean flux density= 100.476 MilliJy 7643 comps IMAGR2: Total Cleaned flux density = 2.362 Jy 22448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.055 MilliJy iter= 7966 IMAGR2: Field 3 Clean flux density= 102.552 MilliJy 7966 comps IMAGR2: Total Cleaned flux density = 2.364 Jy 22771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.016 MilliJy iter= 3437 IMAGR2: Field 5 Clean flux density= 66.620 MilliJy 3437 comps IMAGR2: Total Cleaned flux density = 2.359 Jy 22866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 984.59 MicroJy IMAGR2: 2386 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 7 min algorithm flux= 1.507 MilliJy iter= 2414 IMAGR2: Field 7 Clean flux density= -5.524 MilliJy 2414 comps IMAGR2: Total Cleaned flux density = 2.361 Jy 22883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 979.74 MicroJy IMAGR2: 1717 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.011 MilliJy iter= 3059 IMAGR2: Field 7 Clean flux density= -11.493 MilliJy 3059 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 23528 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.35 MicroJy IMAGR2: 1895 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 993.736 MicroJy iter= 3312 IMAGR2: Field 6 Clean flux density= -43.868 MilliJy 3312 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 24161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 932.30 MicroJy IMAGR2: 2466 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 976.705 MicroJy iter= 2965 IMAGR2: Field 4 Clean flux density= -13.782 MilliJy 2965 comps IMAGR2: Total Cleaned flux density = 2.357 Jy 24935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 493 cell beam + residuals > 916.67 MicroJy IMAGR2: 1034 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 936.196 MicroJy iter= 1858 IMAGR2: Field 2 Clean flux density= -12.158 MilliJy 1858 comps IMAGR2: Total Cleaned flux density = 2.358 Jy 25135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 866.38 MicroJy IMAGR2: 1716 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 899.961 MicroJy iter= 3157 IMAGR2: Field 1 Clean flux density= 2.268 Jy 3157 comps IMAGR2: Total Cleaned flux density = 2.355 Jy 25754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 858.53 MicroJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -890.350 MicroJy iter= 8452 IMAGR2: Field 3 Clean flux density= 121.696 MilliJy 8452 comps IMAGR2: Total Cleaned flux density = 2.375 Jy 26240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 856.46 MicroJy IMAGR2: 580 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 874.652 MicroJy iter= 3683 IMAGR2: Field 5 Clean flux density= 67.613 MilliJy 3683 comps IMAGR2: Total Cleaned flux density = 2.376 Jy 26486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 827.65 MicroJy IMAGR2: 536 Residual map points loaded IMAGR2: Field 7 min Clean flux = 840.234 MicroJy iter= 3298 IMAGR2: Field 7 Clean flux density= -9.169 MilliJy 3298 comps IMAGR2: Total Cleaned flux density = 2.378 Jy 26725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.77 MicroJy IMAGR2: 1542 Residual map points loaded IMAGR2: Field 6 min Clean flux = -840.412 MicroJy iter= 3721 IMAGR2: Field 6 Clean flux density= -49.110 MilliJy 3721 comps IMAGR2: Total Cleaned flux density = 2.373 Jy 27134 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.67 MicroJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 4 min Clean flux = -841.165 MicroJy iter= 3174 IMAGR2: Field 4 Clean flux density= -9.043 MilliJy 3174 comps IMAGR2: Total Cleaned flux density = 2.377 Jy 27343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.51 MicroJy IMAGR2: 1936 Residual map points loaded IMAGR2: Field 2 min Clean flux = -841.032 MicroJy iter= 2058 IMAGR2: Field 2 Clean flux density= -12.308 MilliJy 2058 comps IMAGR2: Total Cleaned flux density = 2.377 Jy 27543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 966.6 MicroJy IMAGR2: BGC Clean: using 643 cell beam + residuals > 642.85 MicroJy IMAGR2: 1381 Residual map points loaded IMAGR2: Field 1 min Clean flux = 840.871 MicroJy iter= 3183 IMAGR2: Field 1 Clean flux density= 2.268 Jy 3183 comps IMAGR2: Total Cleaned flux density = 2.377 Jy 27569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 641 cell beam + residuals > 571.93 MicroJy IMAGR2: 2575 Residual map points loaded IMAGR2: Field 3 min Clean flux = -839.527 MicroJy iter= 8466 IMAGR2: Field 3 Clean flux density= 121.694 MilliJy 8466 comps IMAGR2: Total Cleaned flux density = 2.377 Jy 27583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 469.29 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 5 min Clean flux = 839.452 MicroJy iter= 3711 IMAGR2: Field 5 Clean flux density= 67.073 MilliJy 3711 comps IMAGR2: Total Cleaned flux density = 2.377 Jy 27611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 841.165 less than limit 841.253 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3183 to 1943 components IMAGR2: Field 2 compressed from 2058 to 1332 components IMAGR2: Field 3 compressed from 8466 to 4212 components IMAGR2: Field 4 compressed from 3174 to 1957 components IMAGR2: Field 5 compressed from 3711 to 2333 components IMAGR2: Field 6 compressed from 3721 to 2161 components IMAGR2: Field 7 compressed from 3298 to 1925 components IMAGR2: Field 1 min = -918.2 MicroJy,max = 880.9 MicroJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 863.258 MicroJy ( 122 CCs) from field 1 to field 2 IMAGR2: Restore 10.435 MilliJy ( 284 CCs) from field 1 to field 3 IMAGR2: Restore -3.869 MilliJy ( 233 CCs) from field 1 to field 4 IMAGR2: Restore 951.285 MicroJy ( 294 CCs) from field 1 to field 5 IMAGR2: Restore -11.060 MilliJy ( 176 CCs) from field 1 to field 6 IMAGR2: Restore 1.256 MilliJy ( 90 CCs) from field 1 to field 7 IMAGR2: Restore -4.485 MilliJy ( 38 CCs) from field 2 to field 1 IMAGR2: Restore -3.494 MilliJy ( 98 CCs) from field 2 to field 3 IMAGR2: Restore -1.713 MilliJy ( 113 CCs) from field 2 to field 4 IMAGR2: Restore -1.702 MilliJy ( 169 CCs) from field 3 to field 1 IMAGR2: Restore 5.069 MilliJy ( 294 CCs) from field 3 to field 2 IMAGR2: Restore 6.324 MilliJy ( 289 CCs) from field 3 to field 5 IMAGR2: Restore 1.043 MilliJy ( 69 CCs) from field 4 to field 1 IMAGR2: Restore 2.740 MilliJy ( 86 CCs) from field 4 to field 2 IMAGR2: Restore -6.296 MilliJy ( 111 CCs) from field 4 to field 6 IMAGR2: Restore 9.975 MilliJy ( 146 CCs) from field 5 to field 1 IMAGR2: Restore 10.283 MilliJy ( 151 CCs) from field 5 to field 3 IMAGR2: Restore 23.906 MilliJy ( 157 CCs) from field 5 to field 7 IMAGR2: Restore -2.316 MilliJy ( 44 CCs) from field 6 to field 1 IMAGR2: Restore 194.366 MicroJy ( 118 CCs) from field 6 to field 4 IMAGR2: Restore -7.398 MilliJy ( 33 CCs) from field 6 to field 7 IMAGR2: Restore -1.725 MilliJy ( 40 CCs) from field 7 to field 1 IMAGR2: Restore -4.876 MilliJy ( 104 CCs) from field 7 to field 5 IMAGR2: Restore 11.071 MilliJy ( 198 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 2.268 Jy IMAGR2: Field 2 final Clean flux -3.637 MilliJy IMAGR2: Field 3 final Clean flux 138.918 MilliJy IMAGR2: Field 4 final Clean flux -14.431 MilliJy IMAGR2: Field 5 final Clean flux 69.472 MilliJy IMAGR2: Field 6 final Clean flux -55.395 MilliJy IMAGR2: Field 7 final Clean flux 8.595 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 114.1 Real= 466 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1748-28_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =X1748-28' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =2007+404' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09255 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X2012+38_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found X2012+38 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1363 CELLSIZE 0.23479 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23479 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@X2012+38_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 92.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 5 TIMATED RMS:' '0.09853 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1806-246_X,BAND.0-1 >> /home/auto/run/AH669_1999 AIPS 2: NOV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =X1806-246' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1806-246_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 45 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@V4641SGR_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =V4641SGR' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@V4641SGR_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 46 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06854 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@X1748-28_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =X1748-28' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X1748-28_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2007+404_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =2007+404' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2007+404_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09255 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X2012+38_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETC 1 1012 1012 20 12 37.70 38 11 01.2 00001 -1 507 512 513 C 2 1012 1012 20 12 37.70 38 07 41.3 00002 -1 507 512 513 C 3 1012 1012 20 12 23.02 38 09 21.2 00003 -1 507 512 513 C 4 1012 1012 20 12 52.38 38 09 21.2 00004 -1 507 512 513 C 5 1012 1012 20 12 23.01 38 12 41.1 00005 -1 507 512 513 C 6 1012 1012 20 12 52.39 38 12 41.1 00006 -1 507 512 513 C 7 1012 1012 20 12 37.70 38 14 21.1 00007 -1 507 512 513 FC@X2012+38_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =X2012+38' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X2012+38_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.6085E-10 0.0000E+00 0 IMAGR2: Field 2 1012 1012 1.6085E-10 -1.9990E+02 0 IMAGR2: Field 3 1012 1012 -1.7308E+02 -1.0000E+02 0 IMAGR2: Field 4 1012 1012 1.7308E+02 -1.0000E+02 0 IMAGR2: Field 5 1012 1012 -1.7320E+02 9.9900E+01 0 IMAGR2: Field 6 1012 1012 1.7320E+02 9.9900E+01 0 IMAGR2: Field 7 1012 1012 1.6085E-10 1.9990E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@X2012+38_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create X2012+38 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 7.799E+04 IMAGR2: UVWAIT: Adding temperance S 1.560E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.638E+07 and out 7.717E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.173 due to weighting IMAGR2: UVWAIT: Average summed weight 7.799E+04 over 11934 vis IMAGR2: Create X2012+38 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create X2012+38 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create X2012+38 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create X2012+38 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create X2012+38 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create X2012+38 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create X2012+38 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create X2012+38 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create X2012+38 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create X2012+38 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create X2012+38 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create X2012+38 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create X2012+38 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create X2012+38 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 8.19220E+08 IMAGR2: Field 1 Beam min = -158.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 781.423 x 679.699 Milliarcsec, PA= 59.4 IMAGR2: Field 2 Sum of gridding weights = 8.19219E+08 IMAGR2: Field 2 Beam min = -152.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 781.233 x 679.892 Milliarcsec, PA= 59.4 IMAGR2: Field 3 Sum of gridding weights = 8.19219E+08 IMAGR2: Field 3 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 781.058 x 679.691 Milliarcsec, PA= 59.2 IMAGR2: Field 4 Sum of gridding weights = 8.19220E+08 IMAGR2: Field 4 Beam min = -159.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 781.599 x 679.900 Milliarcsec, PA= 59.5 IMAGR2: Field 5 Sum of gridding weights = 8.19219E+08 IMAGR2: Field 5 Beam min = -154.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 781.250 x 679.499 Milliarcsec, PA= 59.2 IMAGR2: Field 6 Sum of gridding weights = 8.19219E+08 IMAGR2: Field 6 Beam min = -159.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 781.789 x 679.707 Milliarcsec, PA= 59.5 IMAGR2: Field 7 Sum of gridding weights = 8.19219E+08 IMAGR2: Field 7 Beam min = -150.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 781.615 x 679.508 Milliarcsec, PA= 59.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -438.2 MicroJy,max = 497.1 MicroJy IMAGR2: Field 2 min = -522.7 MicroJy,max = 525.0 MicroJy IMAGR2: Field 3 min = -513.1 MicroJy,max = 482.9 MicroJy IMAGR2: Field 4 min = -524.6 MicroJy,max = 470.8 MicroJy IMAGR2: Field 5 min = -487.8 MicroJy,max = 564.3 MicroJy IMAGR2: Field 6 min = -475.3 MicroJy,max = 492.9 MicroJy IMAGR2: Field 7 min = -454.8 MicroJy,max = 550.7 MicroJy IMAGR2: Peak residual in window 500.859 less than limit 555.310 MicroJy IMAGR2: Field 1 min = -438.2 MicroJy,max = 497.1 MicroJy IMAGR2: Field 2 min = -522.7 MicroJy,max = 525.0 MicroJy IMAGR2: Field 3 min = -513.1 MicroJy,max = 482.9 MicroJy IMAGR2: Field 4 min = -524.6 MicroJy,max = 470.8 MicroJy IMAGR2: Field 5 min = -487.8 MicroJy,max = 564.3 MicroJy IMAGR2: Field 6 min = -475.3 MicroJy,max = 492.9 MicroJy IMAGR2: Field 7 min = -454.8 MicroJy,max = 550.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 0.000 Jy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 56 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 11.7 Real= 47 FC@X2012+38_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =X2012+38' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X2012+38_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@CYGX-1_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found CYGX-1 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1355 CELLSIZE 0.23628 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23628 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@CYGX-1_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 89.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 6 C 1 1012 1012 19 58 21.69 35 12 06.2 00001 -1 507 512 513 C 2 1012 1012 19 58 21.69 35 08 45.1 00002 -1 507 512 513 C 3 1012 1012 19 58 07.48 35 10 25.6 00003 -1 507 512 513 C 4 1012 1012 19 58 35.89 35 10 25.6 00004 -1 507 512 513 C 5 1012 1012 19 58 07.47 35 13 46.8 00005 -1 507 512 513 C 6 1012 1012 19 58 35.90 35 13 46.8 00006 -1 507 512 513 C 7 1012 1012 19 58 21.69 35 15 27.4 00007 -1 507 512 513 FC@X2012+38_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =X2012+38' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X2012+38_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@CYGX-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@CYGX-1_X,BAND.0-1 >> /home/auto/run/AH669_1999NOV AIPS 2: 07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =CYGX-1' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@CYGX-1_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.2979E-02 -3.4700E-02 0 IMAGR2: Field 2 1012 1012 5.2979E-02 -2.0113E+02 0 IMAGR2: Field 3 1012 1012 -1.7412E+02 -1.0063E+02 0 IMAGR2: Field 4 1012 1012 1.7410E+02 -1.0063E+02 0 IMAGR2: Field 5 1012 1012 -1.7424E+02 1.0057E+02 0 IMAGR2: Field 6 1012 1012 1.7422E+02 1.0057E+02 0 IMAGR2: Field 7 1012 1012 5.2979E-02 2.0117E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@CYGX-1_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create CYGX-1 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 2457 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.869E+04 IMAGR2: UVWAIT: Adding temperance S 7.738E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.323E+07 and out 2.792E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.135 due to weighting IMAGR2: UVWAIT: Average summed weight 3.869E+04 over 4914 vis IMAGR2: Create CYGX-1 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create CYGX-1 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create CYGX-1 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create CYGX-1 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create CYGX-1 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create CYGX-1 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create CYGX-1 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create CYGX-1 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create CYGX-1 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create CYGX-1 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create CYGX-1 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create CYGX-1 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create CYGX-1 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create CYGX-1 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.96386E+08 IMAGR2: Field 1 Beam min = -115.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 780.314 x 732.834 Milliarcsec, PA= 57.2 IMAGR2: Field 2 Sum of gridding weights = 2.96386E+08 IMAGR2: Field 2 Beam min = -114.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 780.153 x 733.031 Milliarcsec, PA= 57.3 IMAGR2: Field 3 Sum of gridding weights = 2.96385E+08 IMAGR2: Field 3 Beam min = -97.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 780.020 x 732.821 Milliarcsec, PA= 57.0 IMAGR2: Field 4 Sum of gridding weights = 2.96387E+08 IMAGR2: Field 4 Beam min = -121.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 780.450 x 733.043 Milliarcsec, PA= 57.4 IMAGR2: Field 5 Sum of gridding weights = 2.96386E+08 IMAGR2: Field 5 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 780.181 x 732.624 Milliarcsec, PA= 57.0 IMAGR2: Field 6 Sum of gridding weights = 2.96387E+08 IMAGR2: Field 6 Beam min = -121.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 780.611 x 732.845 Milliarcsec, PA= 57.4 IMAGR2: Field 7 Sum of gridding weights = 2.96386E+08 IMAGR2: Field 7 Beam min = -114.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 780.476 x 732.638 Milliarcsec, PA= 57.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -1.2 MilliJy,max = 10.3 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 3.0 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 4.8 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 4.1 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 4.7 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 3.9 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.69 MilliJy IMAGR2: 2346 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.483 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 5.383 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 5.383 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -870.7 MicroJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 1.35 MilliJy IMAGR2: 441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.353 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 8.898 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 8.898 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -813.2 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.105E-03 < Second best 3.057E-03 IMAGR2: Field 7 min = -853.2 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.117E-03 < Second best 3.033E-03 IMAGR2: Field 6 min = -814.4 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.016E-03 < Second best 2.967E-03 IMAGR2: Field 3 min = -973.0 MicroJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.644E-04 < Second best 2.818E-03 IMAGR2: Field 4 min = -955.6 MicroJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.047E-03 < Second best 2.750E-03 IMAGR2: Field 2 min = -845.5 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.023E-03 < Second best 2.240E-03 IMAGR2: Field 1 min = -853.8 MicroJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 580.46 MicroJy IMAGR2: 4816 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.052 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 10.639 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 10.639 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -876.5 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.679E-04 < Second best 1.105E-03 IMAGR2: Field 5 min = -803.1 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.647E-04 < Second best 1.047E-03 IMAGR2: Field 4 min = -896.4 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.145E-04 < Second best 1.023E-03 IMAGR2: Field 2 min = -862.3 MicroJy,max = 890.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.529E-04 < Second best 1.016E-03 IMAGR2: Field 6 min = -827.2 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.048E-04 < Second best 1.003E-03 IMAGR2: Field 1 min = -889.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.98 MicroJy IMAGR2: 4936 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 883.011 MicroJy iter= 61 IMAGR2: Field 1 Clean flux density= 13.459 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 13.459 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -784.3 MicroJy,max = 819.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.849E-04 < Second best 9.647E-04 IMAGR2: Field 5 min = -794.7 MicroJy,max = 875.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.379E-04 < Second best 9.644E-04 IMAGR2: Field 3 min = -898.0 MicroJy,max = 819.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.281E-04 < Second best 9.145E-04 IMAGR2: Field 4 min = -847.4 MicroJy,max = 837.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.019E-04 < Second best 9.048E-04 IMAGR2: Field 6 min = -800.1 MicroJy,max = 807.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.737E-04 < Second best 8.529E-04 IMAGR2: Field 2 min = -864.1 MicroJy,max = 779.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.466E-04 < Second best 8.448E-04 IMAGR2: Field 1 min = -866.3 MicroJy,max = 769.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 408.74 MicroJy IMAGR2: 11227 Residual map points loaded IMAGR2: Field 1 min Clean flux = -826.850 MicroJy iter= 63 IMAGR2: Field 1 Clean flux density= 13.290 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 13.290 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -796.2 MicroJy,max = 870.8 MicroJy IMAGR2: BGC Clean: using 147 cell beam + residuals > 371.80 MicroJy IMAGR2: 15819 Residual map points loaded IMAGR2: Field 5 min Clean flux = 804.671 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= 167.547 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 13.457 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 837.471 less than limit 865.387 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 63 to 31 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 2 to 2 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -809.5 MicroJy,max = 762.1 MicroJy IMAGR2: Field 2 min = -770.2 MicroJy,max = 774.3 MicroJy IMAGR2: Field 3 min = -895.3 MicroJy,max = 809.8 MicroJy IMAGR2: Field 4 min = -838.0 MicroJy,max = 832.2 MicroJy IMAGR2: Field 5 min = -794.4 MicroJy,max = 816.6 MicroJy IMAGR2: Field 6 min = -773.5 MicroJy,max = 794.7 MicroJy IMAGR2: Field 7 min = -779.0 MicroJy,max = 805.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.964 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore 390.160 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 399.747 MicroJy ( 2 CCs) from field 1 to field 4 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 390.160 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 317.062 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 1.149 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 13.290 MilliJy IMAGR2: Field 2 final Clean flux 2.964 MicroJy IMAGR2: Field 3 final Clean flux 390.160 MicroJy IMAGR2: Field 4 final Clean flux 399.747 MicroJy IMAGR2: Field 5 final Clean flux 557.707 MicroJy IMAGR2: Field 6 final Clean flux 317.062 MicroJy IMAGR2: Field 7 final Clean flux 1.149 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 19.8 Real= 83 FC@X2012+38_X,BAND.0-1 >> /home/auto/run/AH669_1999N AIPS 2: OV07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =X2012+38' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@X2012+38_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1442 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@CYGX-1_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@CYGX-1_X,BAND.0-1 >> /home/auto/run/AH669_1999NOV AIPS 2: 07_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =CYGX-1' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@CYGX-1_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 69 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18413: 11182 messages, oldest written 17-SEP-2006 17:54:02 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 1.6 Real= 5697 /home/auto/run/AH669_1999NOV07_1.run.1 finished on Tue Sep 19 11:38:41 MDT 2006