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: 'AB922_2000FEB10_1' >>AIPS 2: 'AB922_2000FEB10_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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 30 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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.810E-01 +- 9.055E-03 source= 1331+305 FLAGR2: Overall average rms= 2.528E-03 +- 1.793E-04 source= 1331+305 FLAGR2: Overall average amp= 4.898E-02 +- 9.833E-04 source= 1244+408 FLAGR2: Overall average rms= 2.396E-03 +- 2.234E-04 source= 1244+408 FLAGR2: Overall average amp= 8.525E-02 +- 2.444E-03 source= 1035+564 FLAGR2: Overall average rms= 2.702E-03 +- 3.078E-04 source= 1035+564 FLAGR2: Overall average amp= 4.825E-02 +- 1.673E-03 source= 1148+594 FLAGR2: Overall average rms= 2.385E-03 +- 2.573E-04 source= 1148+594 FLAGR2: Overall average amp= 1.221E-01 +- 3.137E-03 source= 1400+621 FLAGR2: Overall average rms= 2.211E-03 +- 2.272E-04 source= 1400+621 FLAGR2: Overall average amp= 1.039E-01 +- 1.839E-03 source= 1549+506 FLAGR2: Overall average rms= 2.212E-03 +- 2.147E-04 source= 1549+506 FLAGR2: Overall average amp= 4.225E-03 +- 4.863E-04 source= 1600+434 FLAGR2: Overall average rms= 1.729E-03 +- 1.603E-04 source= 1600+434 FLAGR2: Overall average amp= 1.040E-02 +- 2.088E-03 source= 1559+437 FLAGR2: Overall average rms= 2.123E-03 +- 2.583E-04 source= 1559+437 FLAGR2: Overall average amp= 3.562E-02 +- 7.669E-04 source= 1545+478 FLAGR2: Overall average rms= 2.182E-03 +- 2.588E-04 source= 1545+478 FLAGR2: Overall average amp= 8.959E-02 +- 1.808E-03 source= 1634+627 FLAGR2: Overall average rms= 2.189E-03 +- 1.999E-04 source= 1634+627 FLAGR2: Overall average amp= 9.028E-02 +- 2.785E-03 source= 1642+689 FLAGR2: Overall average rms= 2.201E-03 +- 1.760E-04 source= 1642+689 FLAGR2: Overall average amp= 4.849E-03 +- 7.901E-04 source= 1608+656 FLAGR2: Overall average rms= 1.855E-03 +- 1.486E-04 source= 1608+656 FLAGR2: Overall average amp= 5.724E-02 +- 2.433E-03 source= 1823+796 FLAGR2: Overall average rms= 2.226E-03 +- 3.094E-04 source= 1823+796 FLAGR2: Overall average amp= 4.754E-02 +- 1.993E-03 source= 1945+709 FLAGR2: Overall average rms= 2.207E-03 +- 2.576E-04 source= 1945+709 FLAGR2: Overall average amp= 3.236E-02 +- 2.108E-03 source= 1815+614 FLAGR2: Overall average rms= 2.099E-03 +- 2.001E-04 source= 1815+614 FLAGR2: Overall average amp= 9.321E-02 +- 5.380E-03 source= 2355+498 FLAGR2: Overall average rms= 2.346E-03 +- 2.289E-04 source= 2355+498 FLAGR2: Overall average amp= 1.091E-01 +- 4.097E-03 source= 2320+052 FLAGR2: Overall average rms= 2.388E-03 +- 1.985E-04 source= 2320+052 FLAGR2: Overall average amp= 4.067E-03 +- 2.996E-04 source= 2319+051 FLAGR2: Overall average rms= 1.781E-03 +- 1.249E-04 source= 2319+051 FLAGR2: Found 1 bad times, 169 total flags FLAGR2: Wrote 1 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 168 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 7.1 Real= 26 SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210 . 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 3236 good solutions CALIB2: Average closure rms = 0.0098 +- 0.0066 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.09677 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.35484 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.26613 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.19355 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.04839 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.03226 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.00806 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.1 Real= 6 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 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: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete 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 189 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 756 good solutions CALIB2: Average closure rms = 0.0032 +- 0.0007 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.14286 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.07143 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.28571 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.14286 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: 0.03571 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: 0.07143 of the times had 14 - 16 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 3.7 Real= 16 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 809 merged records from 809 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.7 Real= 4 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 3591 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 809 merged records from 809 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.8 Real= 7 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210 . 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.560E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.555E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.534E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.540E+00 CALIB2: Found 2372 good solutions CALIB2: Average closure rms = 0.0014 +- 0.0010 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.45545 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.14851 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.11881 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.05941 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02970 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.00990 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 2.0 Real= 10 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 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: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete 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.005E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 2.995E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.014E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.013E+00 CALIB2: Found 108 good solutions CALIB2: Average closure rms = 0.0005 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.75000 of the times had 2 - 4 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= 3.6 Real= 14 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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: 1244+408 : 0 C 1 0.43709 +/- 0.00125 GETJY2: 2 0.43482 +/- 0.00135 GETJY2: 1035+564 : 0 A 1 0.75706 +/- 0.00342 GETJY2: 2 0.75249 +/- 0.00334 GETJY2: 1148+594 : 0 B 1 0.42942 +/- 0.00196 GETJY2: 2 0.42733 +/- 0.00189 GETJY2: 1400+621 : 0 C 1 1.09148 +/- 0.00438 GETJY2: 2 1.08541 +/- 0.00428 GETJY2: 1549+506 : 0 A 1 0.92898 +/- 0.00271 GETJY2: 2 0.92886 +/- 0.00273 GETJY2: 1545+478 : 0 B 1 0.31848 +/- 0.00116 GETJY2: 2 0.31764 +/- 0.00106 GETJY2: 1634+627 : 0 C 1 0.79227 +/- 0.00500 GETJY2: 2 0.78531 +/- 0.00508 GETJY2: 1642+689 : 0 A 1 0.81128 +/- 0.00608 GETJY2: 2 0.81065 +/- 0.00613 GETJY2: 1823+796 : 0 A 1 0.50774 +/- 0.00309 GETJY2: 2 0.50680 +/- 0.00302 GETJY2: 1945+709 : 0 B 1 0.42259 +/- 0.00239 GETJY2: 2 0.42111 +/- 0.00236 GETJY2: 2355+498 : 0 A 1 0.81951 +/- 0.01000 GETJY2: 2 0.81400 +/- 0.01004 GETJY2: 2320+052 : 0 A 1 0.94614 +/- 0.01501 GETJY2: 2 0.94369 +/- 0.01494 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 593 merged records from 593 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.8 Real= 4 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 3591 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 593 merged records from 593 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.8 Real= 7 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 20000210 .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.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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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 2800 0 2800 SPLIT2: Fully 0 0 40404 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 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 345 0 345 SPLIT2: Fully 0 0 6453 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 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 6162 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 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 6513 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 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 364 0 364 SPLIT2: Fully 0 0 6656 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 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 135 0 135 SPLIT2: Fully 0 0 10204 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 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 16650 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 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 5125 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 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 261 0 261 SPLIT2: Fully 0 0 4215 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 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 879 0 879 SPLIT2: Fully 0 0 16396 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 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 834 0 834 SPLIT2: Fully 0 0 21607 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 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 768 0 768 SPLIT2: Fully 0 0 54450 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 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 72 0 72 SPLIT2: Fully 0 0 5928 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 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 72 0 72 SPLIT2: Fully 0 0 4728 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: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 72 0 72 SPLIT2: Fully 0 0 5604 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Create 2355+498 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 582 0 582 SPLIT2: Fully 0 0 12468 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Create 2320+052 .X BAND. 1 (UV) on disk 1 cno 19 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1928 0 1928 SPLIT2: Fully 0 0 32300 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Create 2319+051 .X BAND. 1 (UV) on disk 1 cno 20 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 636 0 636 SPLIT2: Fully 0 0 55257 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.7 Real= 7 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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.05438 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 1359 CELLSIZE 0.23547 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23547 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 123.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 5 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.5 00002 -1 507 512 513 C 3 1012 1012 13 30 54.86 30 28 52.7 00003 -1 507 512 513 C 4 1012 1012 13 31 21.72 30 28 52.7 00004 -1 507 512 513 C 5 1012 1012 13 30 54.85 30 32 13.1 00005 -1 507 512 513 C 6 1012 1012 13 31 21.73 30 32 13.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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.05438 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/AB922_2000F AIPS 2: EB10_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.3262E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.3262E-02 -2.0046E+02 0 IMAGR2: Field 3 1012 1012 -1.7354E+02 -1.0026E+02 0 IMAGR2: Field 4 1012 1012 1.7358E+02 -1.0026E+02 0 IMAGR2: Field 5 1012 1012 -1.7366E+02 1.0014E+02 0 IMAGR2: Field 6 1012 1012 1.7371E+02 1.0014E+02 0 IMAGR2: Field 7 1012 1012 2.3262E-02 2.0044E+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 21 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 43204 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.136E+05 IMAGR2: UVWAIT: Adding temperance S 2.271E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.138E+08 and out 1.757E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.181 due to weighting IMAGR2: UVWAIT: Average summed weight 1.136E+05 over 85322 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 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.86498E+09 IMAGR2: Field 1 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.233 x 0.676 arcsec, PA= 76.5 IMAGR2: Field 2 Sum of gridding weights = 1.86497E+09 IMAGR2: Field 2 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.234 x 0.676 arcsec, PA= 76.4 IMAGR2: Field 3 Sum of gridding weights = 1.86498E+09 IMAGR2: Field 3 Beam min = -103.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.235 x 0.676 arcsec, PA= 76.4 IMAGR2: Field 4 Sum of gridding weights = 1.86498E+09 IMAGR2: Field 4 Beam min = -104.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.232 x 0.676 arcsec, PA= 76.5 IMAGR2: Field 5 Sum of gridding weights = 1.86498E+09 IMAGR2: Field 5 Beam min = -104.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.235 x 0.676 arcsec, PA= 76.5 IMAGR2: Field 6 Sum of gridding weights = 1.86498E+09 IMAGR2: Field 6 Beam min = -104.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.231 x 0.676 arcsec, PA= 76.6 IMAGR2: Field 7 Sum of gridding weights = 1.86498E+09 IMAGR2: Field 7 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.233 x 0.676 arcsec, PA= 76.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -557.3 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -378.2 MilliJy,max = 845.5 MilliJy IMAGR2: Field 3 min = -293.2 MilliJy,max = 862.5 MilliJy IMAGR2: Field 4 min = -293.1 MilliJy,max = 495.8 MilliJy IMAGR2: Field 5 min = -315.7 MilliJy,max = 489.4 MilliJy IMAGR2: Field 6 min = -298.4 MilliJy,max = 880.8 MilliJy IMAGR2: Field 7 min = -348.2 MilliJy,max = 832.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 360.35 MilliJy IMAGR2: 8763 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.910 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 = -280.9 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 264.53 MilliJy IMAGR2: 1867 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.053 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -151.8 MilliJy,max = 965.2 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 252.65 MilliJy IMAGR2: 78 Residual map points loaded IMAGR2: Field 1 min allowed flux = 472.352 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -27.4 MilliJy,max = 72.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.890E-02 < Second best 8.213E-01 IMAGR2: Field 3 min = -26.3 MilliJy,max = 67.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.459E-02 < Second best 8.061E-01 IMAGR2: Field 2 min = -52.1 MilliJy,max = 69.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.141E-02 < Second best 7.936E-01 IMAGR2: Field 7 min = -49.6 MilliJy,max = 65.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.218E-02 < Second best 4.491E-01 IMAGR2: Field 1 min = -98.7 MilliJy,max = 433.2 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 145.64 MilliJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 1 min allowed flux = 210.224 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.213 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.213 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -29.7 MilliJy,max = 36.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.705E-02 < Second best 3.562E-01 IMAGR2: Field 5 min = -34.1 MilliJy,max = 36.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.683E-02 < Second best 1.999E-01 IMAGR2: Field 1 min = -119.7 MilliJy,max = 195.1 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 27.94 MilliJy IMAGR2: 2962 Residual map points loaded IMAGR2: Field 1 min allowed flux = -96.555 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.288 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.288 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -88.9 MilliJy,max = 97.0 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 26.02 MilliJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 1 min allowed flux = 47.305 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 5.273 Jy 79 comps IMAGR2: Total Cleaned flux density = 5.273 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.3 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.400E-02 < Second best 6.459E-02 IMAGR2: Field 3 min = -13.1 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.286E-02 < Second best 6.218E-02 IMAGR2: Field 7 min = -21.8 MilliJy,max = 22.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.150E-02 < Second best 6.141E-02 IMAGR2: Field 2 min = -21.7 MilliJy,max = 21.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.073E-02 < Second best 4.501E-02 IMAGR2: Field 1 min = -47.5 MilliJy,max = 45.8 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 11.64 MilliJy IMAGR2: 7063 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.695 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 5.282 Jy 155 comps IMAGR2: Total Cleaned flux density = 5.282 Jy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -12.6 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.078E-02 < Second best 2.683E-02 IMAGR2: Field 5 min = -12.1 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.079E-02 < Second best 2.257E-02 IMAGR2: Field 1 min = -23.5 MilliJy,max = 23.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.99 MilliJy IMAGR2: 2264 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.894 MilliJy iter= 275 IMAGR2: Field 1 Clean flux density= 5.338 Jy 275 comps IMAGR2: Total Cleaned flux density = 5.338 Jy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.1 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.344E-02 < Second best 2.073E-02 IMAGR2: Field 2 min = -12.6 MilliJy,max = 13.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.251E-02 < Second best 1.516E-02 IMAGR2: Field 1 min = -15.0 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.65 MilliJy IMAGR2: 2802 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.324 MilliJy iter= 402 IMAGR2: Field 1 Clean flux density= 5.321 Jy 402 comps IMAGR2: Total Cleaned flux density = 5.321 Jy 402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.7 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.063E-02 < Second best 1.344E-02 IMAGR2: Field 7 min = -12.8 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.48 MilliJy IMAGR2: 1821 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 8.301 MilliJy iter= 121 IMAGR2: Field 7 Clean flux density= 4.431 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 5.325 Jy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.2 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-02 < Second best 1.251E-02 IMAGR2: Field 2 min = -11.7 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.23 MilliJy IMAGR2: 1947 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -7.945 MilliJy iter= 154 IMAGR2: Field 2 Clean flux density= 63.345 MilliJy 154 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 677 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -11.4 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.012E-02 < Second best 1.078E-02 IMAGR2: Field 4 min = -11.0 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.13 MilliJy IMAGR2: 2586 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 7.684 MilliJy iter= 184 IMAGR2: Field 4 Clean flux density= 2.023 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 861 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -10.9 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.12 MilliJy IMAGR2: 2070 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.379 MilliJy iter= 184 IMAGR2: Field 3 Clean flux density= 16.973 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 5.407 Jy 1045 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -9.3 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.05 MilliJy IMAGR2: 1247 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.977 MilliJy iter= 159 IMAGR2: Field 6 Clean flux density= 8.439 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 5.416 Jy 1204 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -9.6 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.98 MilliJy IMAGR2: 1836 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.015 MilliJy iter= 210 IMAGR2: Field 5 Clean flux density= 2.082 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 5.418 Jy 1414 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.78 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.268 MilliJy iter= 524 IMAGR2: Field 1 Clean flux density= 5.323 Jy 524 comps IMAGR2: Total Cleaned flux density = 5.421 Jy 1536 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.219E-03 < Second best 7.594E-03 IMAGR2: Field 2 min = -8.3 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.799E-03 < Second best 7.355E-03 IMAGR2: Field 4 min = -9.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.31 MilliJy IMAGR2: 1969 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 6.048 MilliJy iter= 408 IMAGR2: Field 4 Clean flux density= 8.674 MilliJy 408 comps IMAGR2: Total Cleaned flux density = 5.427 Jy 1760 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -9.4 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.31 MilliJy IMAGR2: 702 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.760 MilliJy iter= 272 IMAGR2: Field 7 Clean flux density= 8.241 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 5.431 Jy 1911 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -7.8 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.12 MilliJy IMAGR2: 1558 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.703 MilliJy iter= 408 IMAGR2: Field 3 Clean flux density= 9.676 MilliJy 408 comps IMAGR2: Total Cleaned flux density = 5.424 Jy 2135 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -7.7 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.11 MilliJy IMAGR2: 568 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -5.472 MilliJy iter= 306 IMAGR2: Field 2 Clean flux density= 54.013 MilliJy 306 comps IMAGR2: Total Cleaned flux density = 5.414 Jy 2287 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -8.6 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.92 MilliJy IMAGR2: 1621 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -5.445 MilliJy iter= 460 IMAGR2: Field 5 Clean flux density= 11.504 MilliJy 460 comps IMAGR2: Total Cleaned flux density = 5.424 Jy 2537 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -7.6 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.74 MilliJy IMAGR2: 1963 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.296 MilliJy iter= 464 IMAGR2: Field 6 Clean flux density= 29.354 MilliJy 464 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 2842 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.449E-03 < Second best 5.803E-03 IMAGR2: Field 4 min = -8.0 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.50 MilliJy IMAGR2: 1442 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.884 MilliJy iter= 656 IMAGR2: Field 4 Clean flux density= -7.774 MilliJy 656 comps IMAGR2: Total Cleaned flux density = 5.428 Jy 3090 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -8.6 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.43 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.677 MilliJy iter= 444 IMAGR2: Field 7 Clean flux density= 12.937 MilliJy 444 comps IMAGR2: Total Cleaned flux density = 5.433 Jy 3262 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -7.3 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.29 MilliJy IMAGR2: 1476 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.642 MilliJy iter= 672 IMAGR2: Field 3 Clean flux density= 6.785 MilliJy 672 comps IMAGR2: Total Cleaned flux density = 5.430 Jy 3526 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.28 MilliJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.465 MilliJy iter= 671 IMAGR2: Field 1 Clean flux density= 5.333 Jy 671 comps IMAGR2: Total Cleaned flux density = 5.440 Jy 3673 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -6.5 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.754E-03 < Second best 5.222E-03 IMAGR2: Field 5 min = -7.6 MilliJy,max = 7.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.06 MilliJy IMAGR2: 2096 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.436 MilliJy iter= 804 IMAGR2: Field 5 Clean flux density= 7.835 MilliJy 804 comps IMAGR2: Total Cleaned flux density = 5.436 Jy 4017 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -6.5 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR2: 1848 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.228 MilliJy iter= 787 IMAGR2: Field 6 Clean flux density= 27.949 MilliJy 787 comps IMAGR2: Total Cleaned flux density = 5.435 Jy 4340 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -6.1 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR2: 768 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.113 MilliJy iter= 530 IMAGR2: Field 2 Clean flux density= 61.707 MilliJy 530 comps IMAGR2: Total Cleaned flux density = 5.443 Jy 4564 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -7.2 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.79 MilliJy IMAGR2: 1383 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.033 MilliJy iter= 947 IMAGR2: Field 4 Clean flux density= -5.742 MilliJy 947 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 4855 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -6.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.73 MilliJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.841 MilliJy iter= 584 IMAGR2: Field 7 Clean flux density= 8.624 MilliJy 584 comps IMAGR2: Total Cleaned flux density = 5.440 Jy 4995 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.62 MilliJy IMAGR2: 1304 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.831 MilliJy iter= 959 IMAGR2: Field 3 Clean flux density= 7.314 MilliJy 959 comps IMAGR2: Total Cleaned flux density = 5.441 Jy 5282 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.57 MilliJy IMAGR2: 322 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.657 MilliJy iter= 795 IMAGR2: Field 1 Clean flux density= 5.335 Jy 795 comps IMAGR2: Total Cleaned flux density = 5.442 Jy 5406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.3 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.44 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.655 MilliJy iter= 1146 IMAGR2: Field 5 Clean flux density= 16.378 MilliJy 1146 comps IMAGR2: Total Cleaned flux density = 5.451 Jy 5748 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -6.0 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 1479 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.517 MilliJy iter= 1113 IMAGR2: Field 6 Clean flux density= 33.053 MilliJy 1113 comps IMAGR2: Total Cleaned flux density = 5.456 Jy 6074 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -5.3 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.27 MilliJy IMAGR2: 679 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.396 MilliJy iter= 763 IMAGR2: Field 2 Clean flux density= 58.491 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 6307 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -6.7 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 1604 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.351 MilliJy iter= 1305 IMAGR2: Field 4 Clean flux density= -3.545 MilliJy 1305 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 6665 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -6.2 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.13 MilliJy IMAGR2: 498 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.223 MilliJy iter= 776 IMAGR2: Field 7 Clean flux density= 13.333 MilliJy 776 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 6857 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.04 MilliJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.208 MilliJy iter= 1317 IMAGR2: Field 3 Clean flux density= 4.445 MilliJy 1317 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 7215 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -6.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.098 MilliJy iter= 1477 IMAGR2: Field 5 Clean flux density= 16.229 MilliJy 1477 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 7546 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.984 MilliJy iter= 964 IMAGR2: Field 1 Clean flux density= 5.344 Jy 964 comps IMAGR2: Total Cleaned flux density = 5.466 Jy 7715 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 1345 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.962 MilliJy iter= 1459 IMAGR2: Field 6 Clean flux density= 38.939 MilliJy 1459 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 8061 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -4.8 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.845 MilliJy iter= 939 IMAGR2: Field 2 Clean flux density= 63.120 MilliJy 939 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 8237 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -6.2 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR2: 1699 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.833 MilliJy iter= 1710 IMAGR2: Field 4 Clean flux density= -6.959 MilliJy 1710 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 8642 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -5.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.728 MilliJy iter= 974 IMAGR2: Field 7 Clean flux density= 8.827 MilliJy 974 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 8840 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.710 MilliJy iter= 1732 IMAGR2: Field 3 Clean flux density= -380.662 MicroJy 1732 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 9255 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 1713 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.634 MilliJy iter= 1906 IMAGR2: Field 5 Clean flux density= 21.255 MilliJy 1906 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 9684 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 386 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.530 MilliJy iter= 1130 IMAGR2: Field 1 Clean flux density= 5.347 Jy 1130 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 9850 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 1351 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.514 MilliJy iter= 1834 IMAGR2: Field 6 Clean flux density= 41.230 MilliJy 1834 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 10225 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 504 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.443 MilliJy iter= 1157 IMAGR2: Field 2 Clean flux density= 63.105 MilliJy 1157 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 10443 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.413 MilliJy iter= 2125 IMAGR2: Field 4 Clean flux density= -517.393 MicroJy 2125 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 10858 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.334 MilliJy iter= 1186 IMAGR2: Field 7 Clean flux density= 7.875 MilliJy 1186 comps IMAGR2: Total Cleaned flux density = 5.480 Jy 11070 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -4.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 1589 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.313 MilliJy iter= 2165 IMAGR2: Field 3 Clean flux density= -3.488 MilliJy 2165 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 11503 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.253 MilliJy iter= 2394 IMAGR2: Field 5 Clean flux density= 19.634 MilliJy 2394 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 11991 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR2: 346 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.162 MilliJy iter= 1281 IMAGR2: Field 1 Clean flux density= 5.351 Jy 1281 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 12142 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 1534 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.163 MilliJy iter= 2286 IMAGR2: Field 6 Clean flux density= 38.949 MilliJy 2286 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 12594 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 626 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.100 MilliJy iter= 1415 IMAGR2: Field 2 Clean flux density= 64.699 MilliJy 1415 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 12852 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 1558 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.073 MilliJy iter= 2580 IMAGR2: Field 4 Clean flux density= -2.745 MilliJy 2580 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 13307 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 622 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.014 MilliJy iter= 1448 IMAGR2: Field 7 Clean flux density= 8.780 MilliJy 1448 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 13569 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 1466 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.989 MilliJy iter= 2610 IMAGR2: Field 3 Clean flux density= -874.631 MicroJy 2610 comps IMAGR2: Total Cleaned flux density = 5.480 Jy 14014 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1683 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.937 MilliJy iter= 2893 IMAGR2: Field 5 Clean flux density= 13.773 MilliJy 2893 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 14513 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1242 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.879 MilliJy iter= 2698 IMAGR2: Field 6 Clean flux density= 42.119 MilliJy 2698 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 14925 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.827 MilliJy iter= 1474 IMAGR2: Field 1 Clean flux density= 5.351 Jy 1474 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 15118 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 509 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.802 MilliJy iter= 1634 IMAGR2: Field 2 Clean flux density= 66.388 MilliJy 1634 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 15337 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1889 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.795 MilliJy iter= 3135 IMAGR2: Field 4 Clean flux density= 11.320 MilliJy 3135 comps IMAGR2: Total Cleaned flux density = 5.493 Jy 15892 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.739 MilliJy iter= 1755 IMAGR2: Field 7 Clean flux density= 2.751 MilliJy 1755 comps IMAGR2: Total Cleaned flux density = 5.487 Jy 16199 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1598 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.716 MilliJy iter= 3100 IMAGR2: Field 3 Clean flux density= -5.228 MilliJy 3100 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 16689 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 1899 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.680 MilliJy iter= 3452 IMAGR2: Field 5 Clean flux density= 15.572 MilliJy 3452 comps IMAGR2: Total Cleaned flux density = 5.484 Jy 17248 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.638 MilliJy iter= 3216 IMAGR2: Field 6 Clean flux density= 31.023 MilliJy 3216 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 17766 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 369 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.588 MilliJy iter= 1649 IMAGR2: Field 1 Clean flux density= 5.351 Jy 1649 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 17941 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 652 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.580 MilliJy iter= 1925 IMAGR2: Field 2 Clean flux density= 70.598 MilliJy 1925 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 18232 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1764 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.561 MilliJy iter= 3702 IMAGR2: Field 4 Clean flux density= 13.386 MilliJy 3702 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 18799 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 546 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.511 MilliJy iter= 2008 IMAGR2: Field 7 Clean flux density= -840.401 MicroJy 2008 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 19052 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -3.6 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 1629 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.498 MilliJy iter= 3617 IMAGR2: Field 3 Clean flux density= -10.488 MilliJy 3617 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 19569 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -4.7 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1906 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.466 MilliJy iter= 4055 IMAGR2: Field 5 Clean flux density= 4.081 MilliJy 4055 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 20172 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1628 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.427 MilliJy iter= 3761 IMAGR2: Field 6 Clean flux density= 32.861 MilliJy 3761 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 20717 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.388 MilliJy iter= 1845 IMAGR2: Field 1 Clean flux density= 5.350 Jy 1845 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 20913 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 676 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.376 MilliJy iter= 2235 IMAGR2: Field 2 Clean flux density= 75.727 MilliJy 2235 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 21223 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 1863 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.363 MilliJy iter= 4303 IMAGR2: Field 4 Clean flux density= 15.217 MilliJy 4303 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 21824 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 806 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.329 MilliJy iter= 2365 IMAGR2: Field 7 Clean flux density= -6.018 MilliJy 2365 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 22181 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1678 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.313 MilliJy iter= 4192 IMAGR2: Field 3 Clean flux density= -10.157 MilliJy 4192 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 22756 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.286 MilliJy iter= 4703 IMAGR2: Field 5 Clean flux density= 2.646 MilliJy 4703 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 23404 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1697 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.255 MilliJy iter= 4357 IMAGR2: Field 6 Clean flux density= 32.179 MilliJy 4357 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 24000 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.220 MilliJy iter= 2030 IMAGR2: Field 1 Clean flux density= 5.350 Jy 2030 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 24185 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.214 MilliJy iter= 2587 IMAGR2: Field 2 Clean flux density= 78.485 MilliJy 2587 comps IMAGR2: Total Cleaned flux density = 5.463 Jy 24537 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 1955 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.203 MilliJy iter= 4971 IMAGR2: Field 4 Clean flux density= 22.706 MilliJy 4971 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 25205 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.168 MilliJy iter= 2699 IMAGR2: Field 7 Clean flux density= -10.974 MilliJy 2699 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 25539 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1764 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.158 MilliJy iter= 4803 IMAGR2: Field 3 Clean flux density= -17.572 MilliJy 4803 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 26150 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 2177 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.137 MilliJy iter= 5426 IMAGR2: Field 5 Clean flux density= -8.013 MilliJy 5426 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 26873 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1711 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.108 MilliJy iter= 4961 IMAGR2: Field 6 Clean flux density= 27.935 MilliJy 4961 comps IMAGR2: Total Cleaned flux density = 5.443 Jy 27477 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.082 MilliJy iter= 2228 IMAGR2: Field 1 Clean flux density= 5.352 Jy 2228 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 27675 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.075 MilliJy iter= 2961 IMAGR2: Field 2 Clean flux density= 78.728 MilliJy 2961 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 28049 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 2117 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.065 MilliJy iter= 5688 IMAGR2: Field 4 Clean flux density= 27.997 MilliJy 5688 comps IMAGR2: Total Cleaned flux density = 5.450 Jy 28766 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 972 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.040 MilliJy iter= 3116 IMAGR2: Field 7 Clean flux density= -11.904 MilliJy 3116 comps IMAGR2: Total Cleaned flux density = 5.449 Jy 29183 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 1767 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.029 MilliJy iter= 5449 IMAGR2: Field 3 Clean flux density= -18.980 MilliJy 5449 comps IMAGR2: Total Cleaned flux density = 5.448 Jy 29829 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.86 MicroJy IMAGR2: 2258 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.011 MilliJy iter= 6214 IMAGR2: Field 5 Clean flux density= -10.201 MilliJy 6214 comps IMAGR2: Total Cleaned flux density = 5.446 Jy 30617 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 964.71 MicroJy IMAGR2: 1887 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 989.199 MicroJy iter= 5637 IMAGR2: Field 6 Clean flux density= 29.384 MilliJy 5637 comps IMAGR2: Total Cleaned flux density = 5.447 Jy 31293 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 956.95 MicroJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -964.475 MicroJy iter= 2412 IMAGR2: Field 1 Clean flux density= 5.352 Jy 2412 comps IMAGR2: Total Cleaned flux density = 5.448 Jy 31477 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.46 MicroJy IMAGR2: 952 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 960.324 MicroJy iter= 3393 IMAGR2: Field 2 Clean flux density= 85.001 MilliJy 3393 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 31909 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.38 MicroJy IMAGR2: 2273 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 953.274 MicroJy iter= 6474 IMAGR2: Field 4 Clean flux density= 32.474 MilliJy 6474 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 32695 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.92 MicroJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 929.059 MicroJy iter= 3530 IMAGR2: Field 7 Clean flux density= -15.608 MilliJy 3530 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 33109 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.78 MicroJy IMAGR2: 1824 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 920.483 MicroJy iter= 6138 IMAGR2: Field 3 Clean flux density= -19.848 MilliJy 6138 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 33798 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.12 MicroJy IMAGR2: 2431 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -905.591 MicroJy iter= 7047 IMAGR2: Field 5 Clean flux density= -18.764 MilliJy 7047 comps IMAGR2: Total Cleaned flux density = 5.445 Jy 34631 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.96 MicroJy IMAGR2: 2130 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -887.578 MicroJy iter= 6376 IMAGR2: Field 6 Clean flux density= 33.027 MilliJy 6376 comps IMAGR2: Total Cleaned flux density = 5.449 Jy 35370 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.76 MicroJy IMAGR2: 417 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -867.958 MicroJy iter= 2629 IMAGR2: Field 1 Clean flux density= 5.354 Jy 2629 comps IMAGR2: Total Cleaned flux density = 5.450 Jy 35587 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 850.18 MicroJy IMAGR2: 874 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 861.490 MicroJy iter= 3781 IMAGR2: Field 2 Clean flux density= 84.980 MilliJy 3781 comps IMAGR2: Total Cleaned flux density = 5.450 Jy 35975 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 833.99 MicroJy IMAGR2: 2405 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 856.531 MicroJy iter= 7311 IMAGR2: Field 4 Clean flux density= 39.738 MilliJy 7311 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 36812 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.26 MicroJy IMAGR2: 1113 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -836.887 MicroJy iter= 4017 IMAGR2: Field 7 Clean flux density= -20.119 MilliJy 4017 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 37299 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 811.76 MicroJy IMAGR2: 1942 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 830.522 MicroJy iter= 6868 IMAGR2: Field 3 Clean flux density= -18.876 MilliJy 6868 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 38029 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.86 MicroJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -818.817 MicroJy iter= 7918 IMAGR2: Field 5 Clean flux density= -19.246 MilliJy 7918 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 38900 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 783.43 MicroJy IMAGR2: 2118 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -801.864 MicroJy iter= 7140 IMAGR2: Field 6 Clean flux density= 34.325 MilliJy 7140 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 39664 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 778.48 MicroJy IMAGR2: 468 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 785.936 MicroJy iter= 2869 IMAGR2: Field 1 Clean flux density= 5.356 Jy 2869 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 39904 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 770.48 MicroJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -780.432 MicroJy iter= 4223 IMAGR2: Field 2 Clean flux density= 86.720 MilliJy 4223 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 40346 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 756.79 MicroJy IMAGR2: 2734 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 777.615 MicroJy iter= 8265 IMAGR2: Field 4 Clean flux density= 43.673 MilliJy 8265 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 41300 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 747.91 MicroJy IMAGR2: 1072 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -759.028 MicroJy iter= 4487 IMAGR2: Field 7 Clean flux density= -22.852 MilliJy 4487 comps IMAGR2: Total Cleaned flux density = 5.459 Jy 41770 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 736.71 MicroJy IMAGR2: 2148 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 753.015 MicroJy iter= 7667 IMAGR2: Field 3 Clean flux density= -19.842 MilliJy 7667 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 42569 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.33 MicroJy IMAGR2: 3242 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 751.880 MicroJy iter= 8936 IMAGR2: Field 5 Clean flux density= -30.077 MilliJy 8936 comps IMAGR2: Total Cleaned flux density = 5.448 Jy 43587 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 716.07 MicroJy IMAGR2: 2106 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 732.131 MicroJy iter= 7950 IMAGR2: Field 6 Clean flux density= 38.390 MilliJy 7950 comps IMAGR2: Total Cleaned flux density = 5.452 Jy 44397 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 712.30 MicroJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -717.470 MicroJy iter= 3103 IMAGR2: Field 1 Clean flux density= 5.355 Jy 3103 comps IMAGR2: Total Cleaned flux density = 5.452 Jy 44631 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.99 MicroJy IMAGR2: 1143 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 716.051 MicroJy iter= 4749 IMAGR2: Field 2 Clean flux density= 91.704 MilliJy 4749 comps IMAGR2: Total Cleaned flux density = 5.456 Jy 45157 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 695.84 MicroJy IMAGR2: 2994 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 717.891 MicroJy iter= 9246 IMAGR2: Field 4 Clean flux density= 46.550 MilliJy 9246 comps IMAGR2: Total Cleaned flux density = 5.459 Jy 46138 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.46 MicroJy IMAGR2: 1029 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 698.437 MicroJy iter= 4960 IMAGR2: Field 7 Clean flux density= -25.470 MilliJy 4960 comps IMAGR2: Total Cleaned flux density = 5.457 Jy 46611 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.71 MicroJy IMAGR2: 1857 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -692.756 MicroJy iter= 8407 IMAGR2: Field 3 Clean flux density= -22.410 MilliJy 8407 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 47351 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.60 MicroJy IMAGR2: 2884 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -687.055 MicroJy iter= 9912 IMAGR2: Field 5 Clean flux density= -29.827 MilliJy 9912 comps IMAGR2: Total Cleaned flux density = 5.454 Jy 48327 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.58 MicroJy IMAGR2: 2413 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 673.795 MicroJy iter= 8846 IMAGR2: Field 6 Clean flux density= 37.153 MilliJy 8846 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 49223 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.48 MicroJy IMAGR2: 2637 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -668.393 MicroJy iter= 10167 IMAGR2: Field 4 Clean flux density= 52.981 MilliJy 10167 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 50144 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.50 MicroJy IMAGR2: 521 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -650.695 MicroJy iter= 3370 IMAGR2: Field 1 Clean flux density= 5.354 Jy 3370 comps IMAGR2: Total Cleaned flux density = 5.459 Jy 50411 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 637.15 MicroJy IMAGR2: 1103 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -645.432 MicroJy iter= 5257 IMAGR2: Field 2 Clean flux density= 91.919 MilliJy 5257 comps IMAGR2: Total Cleaned flux density = 5.459 Jy 50919 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.24 MicroJy IMAGR2: 1035 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 637.848 MicroJy iter= 5427 IMAGR2: Field 7 Clean flux density= -24.611 MilliJy 5427 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 51386 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.64 MicroJy IMAGR2: 2222 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 634.913 MicroJy iter= 9239 IMAGR2: Field 3 Clean flux density= -23.541 MilliJy 9239 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 52218 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.10 MicroJy IMAGR2: 3495 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -631.663 MicroJy iter= 11084 IMAGR2: Field 5 Clean flux density= -35.299 MilliJy 11084 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 53390 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.09 MicroJy IMAGR2: 2316 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -618.718 MicroJy iter= 9716 IMAGR2: Field 6 Clean flux density= 36.632 MilliJy 9716 comps IMAGR2: Total Cleaned flux density = 5.453 Jy 54260 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.12 MicroJy IMAGR2: 3657 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 619.190 MicroJy iter= 11352 IMAGR2: Field 4 Clean flux density= 61.095 MilliJy 11352 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 55445 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -965.9 MicroJy,max = 923.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 597.68 MicroJy IMAGR2: 674 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -603.029 MicroJy iter= 3707 IMAGR2: Field 1 Clean flux density= 5.355 Jy 3707 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 55782 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 592.81 MicroJy IMAGR2: 1016 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -599.907 MicroJy iter= 5708 IMAGR2: Field 2 Clean flux density= 92.386 MilliJy 5708 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 56233 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.60 MicroJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 595.029 MicroJy iter= 5887 IMAGR2: Field 7 Clean flux density= -25.394 MilliJy 5887 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 56693 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 582.28 MicroJy IMAGR2: 2159 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 593.325 MicroJy iter= 10066 IMAGR2: Field 3 Clean flux density= -24.212 MilliJy 10066 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 57520 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.00 MicroJy IMAGR2: 3137 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -590.510 MicroJy iter= 12152 IMAGR2: Field 5 Clean flux density= -38.049 MilliJy 12152 comps IMAGR2: Total Cleaned flux density = 5.458 Jy 58588 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 563.07 MicroJy IMAGR2: 2719 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 579.216 MicroJy iter= 12322 IMAGR2: Field 4 Clean flux density= 63.044 MilliJy 12322 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 59558 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.67 MicroJy IMAGR2: 2682 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -570.368 MicroJy iter= 10683 IMAGR2: Field 6 Clean flux density= 37.177 MilliJy 10683 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 60525 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -870.5 MicroJy,max = 826.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.28 MicroJy IMAGR2: 506 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 555.888 MicroJy iter= 3958 IMAGR2: Field 1 Clean flux density= 5.357 Jy 3958 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 60776 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 547.65 MicroJy IMAGR2: 1305 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 553.912 MicroJy iter= 6257 IMAGR2: Field 2 Clean flux density= 94.980 MilliJy 6257 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 61325 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 543.31 MicroJy IMAGR2: 1167 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 550.128 MicroJy iter= 6410 IMAGR2: Field 7 Clean flux density= -27.883 MilliJy 6410 comps IMAGR2: Total Cleaned flux density = 5.462 Jy 61848 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.27 MicroJy IMAGR2: 2341 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 547.628 MicroJy iter= 10970 IMAGR2: Field 3 Clean flux density= -25.480 MilliJy 10970 comps IMAGR2: Total Cleaned flux density = 5.461 Jy 62752 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.47 MicroJy IMAGR2: 4062 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -550.297 MicroJy iter= 13459 IMAGR2: Field 5 Clean flux density= -43.736 MilliJy 13459 comps IMAGR2: Total Cleaned flux density = 5.455 Jy 64059 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.96 MicroJy IMAGR2: 4910 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -552.839 MicroJy iter= 13858 IMAGR2: Field 4 Clean flux density= 73.388 MilliJy 13858 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 65595 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 529.34 MicroJy IMAGR2: 2854 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -543.963 MicroJy iter= 11705 IMAGR2: Field 6 Clean flux density= 32.056 MilliJy 11705 comps IMAGR2: Total Cleaned flux density = 5.460 Jy 66617 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -908.9 MicroJy,max = 836.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.19 MicroJy IMAGR2: 628 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -532.477 MicroJy iter= 4257 IMAGR2: Field 1 Clean flux density= 5.359 Jy 4257 comps IMAGR2: Total Cleaned flux density = 5.463 Jy 66916 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 525.72 MicroJy IMAGR2: 1252 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 531.680 MicroJy iter= 6791 IMAGR2: Field 2 Clean flux density= 95.268 MilliJy 6791 comps IMAGR2: Total Cleaned flux density = 5.463 Jy 67450 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 516.88 MicroJy IMAGR2: 2485 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -530.689 MicroJy iter= 14781 IMAGR2: Field 4 Clean flux density= 73.896 MilliJy 14781 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 68373 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.61 MicroJy IMAGR2: 1345 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -519.833 MicroJy iter= 6997 IMAGR2: Field 7 Clean flux density= -26.682 MilliJy 6997 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 68960 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.50 MicroJy IMAGR2: 3125 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -520.701 MicroJy iter= 14644 IMAGR2: Field 5 Clean flux density= -44.583 MilliJy 14644 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 70145 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 500.52 MicroJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 513.636 MicroJy iter= 11989 IMAGR2: Field 3 Clean flux density= -22.695 MilliJy 11989 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 71164 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.04 MicroJy IMAGR2: 2366 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -501.888 MicroJy iter= 12658 IMAGR2: Field 6 Clean flux density= 35.459 MilliJy 12658 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 72117 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -796.3 MicroJy,max = 748.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.61 MicroJy IMAGR2: 539 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 494.347 MicroJy iter= 4514 IMAGR2: Field 1 Clean flux density= 5.359 Jy 4514 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 72374 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 485.47 MicroJy IMAGR2: 1242 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 490.453 MicroJy iter= 7318 IMAGR2: Field 2 Clean flux density= 97.212 MilliJy 7318 comps IMAGR2: Total Cleaned flux density = 5.471 Jy 72901 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.32 MicroJy IMAGR2: 3424 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -496.695 MicroJy iter= 15897 IMAGR2: Field 4 Clean flux density= 78.359 MilliJy 15897 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 74017 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.58 MicroJy IMAGR2: 5090 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -502.356 MicroJy iter= 16221 IMAGR2: Field 5 Clean flux density= -54.148 MilliJy 16221 comps IMAGR2: Total Cleaned flux density = 5.466 Jy 75594 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.93 MicroJy IMAGR2: 1578 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 487.464 MicroJy iter= 7660 IMAGR2: Field 7 Clean flux density= -28.768 MilliJy 7660 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 76257 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 477.65 MicroJy IMAGR2: 2996 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -489.943 MicroJy iter= 13042 IMAGR2: Field 3 Clean flux density= -20.222 MilliJy 13042 comps IMAGR2: Total Cleaned flux density = 5.466 Jy 77310 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.78 MicroJy IMAGR2: 1925 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -483.303 MicroJy iter= 13418 IMAGR2: Field 6 Clean flux density= 34.475 MilliJy 13418 comps IMAGR2: Total Cleaned flux density = 5.466 Jy 78070 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.17 MicroJy IMAGR2: 3169 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 478.466 MicroJy iter= 17401 IMAGR2: Field 5 Clean flux density= -55.945 MilliJy 17401 comps IMAGR2: Total Cleaned flux density = 5.464 Jy 79250 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.31 MicroJy IMAGR2: 3442 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 473.488 MicroJy iter= 17107 IMAGR2: Field 4 Clean flux density= 81.917 MilliJy 17107 comps IMAGR2: Total Cleaned flux density = 5.467 Jy 80460 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -709.5 MicroJy,max = 740.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.86 MicroJy IMAGR2: 691 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 464.002 MicroJy iter= 4856 IMAGR2: Field 1 Clean flux density= 5.356 Jy 4856 comps IMAGR2: Total Cleaned flux density = 5.465 Jy 80802 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.62 MicroJy IMAGR2: 1339 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -463.922 MicroJy iter= 7838 IMAGR2: Field 2 Clean flux density= 101.389 MilliJy 7838 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 81322 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.90 MicroJy IMAGR2: 1766 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -458.143 MicroJy iter= 13705 IMAGR2: Field 3 Clean flux density= -17.888 MilliJy 13705 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 81985 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.03 MicroJy IMAGR2: 1728 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -449.515 MicroJy iter= 8369 IMAGR2: Field 7 Clean flux density= -31.413 MilliJy 8369 comps IMAGR2: Total Cleaned flux density = 5.469 Jy 82694 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 440.65 MicroJy IMAGR2: 2480 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 447.749 MicroJy iter= 14413 IMAGR2: Field 6 Clean flux density= 37.510 MilliJy 14413 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 83689 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.30 MicroJy IMAGR2: 4005 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -450.644 MicroJy iter= 18759 IMAGR2: Field 5 Clean flux density= -54.680 MilliJy 18759 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 85047 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 435.80 MicroJy IMAGR2: 4548 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -447.908 MicroJy iter= 18631 IMAGR2: Field 4 Clean flux density= 83.508 MilliJy 18631 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 86571 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 434.90 MicroJy IMAGR2: 2067 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -440.687 MicroJy iter= 8693 IMAGR2: Field 2 Clean flux density= 102.408 MilliJy 8693 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 87426 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -654.2 MicroJy,max = 674.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.85 MicroJy IMAGR2: 473 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 435.648 MicroJy iter= 5088 IMAGR2: Field 1 Clean flux density= 5.356 Jy 5088 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 87658 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 432.22 MicroJy IMAGR2: 2393 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -441.211 MicroJy iter= 14588 IMAGR2: Field 3 Clean flux density= -17.751 MilliJy 14588 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 88541 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 427.68 MicroJy IMAGR2: 2761 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 439.086 MicroJy iter= 19804 IMAGR2: Field 5 Clean flux density= -59.294 MilliJy 19804 comps IMAGR2: Total Cleaned flux density = 5.471 Jy 89586 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.88 MicroJy IMAGR2: 1526 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 429.106 MicroJy iter= 9015 IMAGR2: Field 7 Clean flux density= -30.585 MilliJy 9015 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 90232 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.77 MicroJy IMAGR2: 3399 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -430.823 MicroJy iter= 19891 IMAGR2: Field 4 Clean flux density= 85.768 MilliJy 19891 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 91492 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 415.97 MicroJy IMAGR2: 3044 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 426.894 MicroJy iter= 15482 IMAGR2: Field 6 Clean flux density= 35.424 MilliJy 15482 comps IMAGR2: Total Cleaned flux density = 5.472 Jy 92561 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.91 MicroJy IMAGR2: 1389 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -415.172 MicroJy iter= 9287 IMAGR2: Field 2 Clean flux density= 105.915 MilliJy 9287 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 93155 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.10 MicroJy IMAGR2: 2466 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 416.731 MicroJy iter= 15465 IMAGR2: Field 3 Clean flux density= -17.244 MilliJy 15465 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 94032 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.41 MicroJy IMAGR2: 3562 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -414.733 MicroJy iter= 21014 IMAGR2: Field 5 Clean flux density= -60.725 MilliJy 21014 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 95242 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -647.9 MicroJy,max = 713.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.51 MicroJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -409.870 MicroJy iter= 5373 IMAGR2: Field 1 Clean flux density= 5.356 Jy 5373 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 95527 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.73 MicroJy IMAGR2: 5124 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -418.012 MicroJy iter= 21521 IMAGR2: Field 4 Clean flux density= 89.820 MilliJy 21521 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 97157 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.05 MicroJy IMAGR2: 1525 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 407.141 MicroJy iter= 9644 IMAGR2: Field 7 Clean flux density= -31.197 MilliJy 9644 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 97786 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 400.46 MicroJy IMAGR2: 3016 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -409.494 MicroJy iter= 16576 IMAGR2: Field 6 Clean flux density= 34.375 MilliJy 16576 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 98880 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.31 MicroJy IMAGR2: 3153 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -405.687 MicroJy iter= 22737 IMAGR2: Field 4 Clean flux density= 91.873 MilliJy 22737 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 100096 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 393.41 MicroJy IMAGR2: 3116 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 402.362 MicroJy iter= 16578 IMAGR2: Field 3 Clean flux density= -13.725 MilliJy 16578 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 101209 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -979.8 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.81 MicroJy IMAGR2: 1743 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -396.211 MicroJy iter= 10033 IMAGR2: Field 2 Clean flux density= 104.599 MilliJy 10033 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 101955 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 390.07 MicroJy IMAGR2: 4128 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -400.028 MicroJy iter= 22456 IMAGR2: Field 5 Clean flux density= -66.402 MilliJy 22456 comps IMAGR2: Total Cleaned flux density = 5.475 Jy 103397 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -612.0 MicroJy,max = 682.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 389.36 MicroJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -392.236 MicroJy iter= 5678 IMAGR2: Field 1 Clean flux density= 5.357 Jy 5678 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 103702 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 385.43 MicroJy IMAGR2: 2192 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 395.061 MicroJy iter= 17380 IMAGR2: Field 6 Clean flux density= 32.215 MilliJy 17380 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 104506 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.67 MicroJy IMAGR2: 1316 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 385.743 MicroJy iter= 10210 IMAGR2: Field 7 Clean flux density= -31.499 MilliJy 10210 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 105072 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.20 MicroJy IMAGR2: 3844 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -391.839 MicroJy iter= 24016 IMAGR2: Field 4 Clean flux density= 95.760 MilliJy 24016 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 106351 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 378.43 MicroJy IMAGR2: 2537 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -387.233 MicroJy iter= 17497 IMAGR2: Field 3 Clean flux density= -14.357 MilliJy 17497 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 107270 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 375.45 MicroJy IMAGR2: 4108 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -384.890 MicroJy iter= 23850 IMAGR2: Field 5 Clean flux density= -73.013 MilliJy 23850 comps IMAGR2: Total Cleaned flux density = 5.470 Jy 108664 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -941.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.73 MicroJy IMAGR2: 1682 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 376.741 MicroJy iter= 10744 IMAGR2: Field 2 Clean flux density= 107.701 MilliJy 10744 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 109375 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 371.90 MicroJy IMAGR2: 2753 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -379.380 MicroJy iter= 18376 IMAGR2: Field 6 Clean flux density= 35.128 MilliJy 18376 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 110371 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -631.0 MicroJy,max = 679.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.89 MicroJy IMAGR2: 634 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -373.534 MicroJy iter= 5967 IMAGR2: Field 1 Clean flux density= 5.356 Jy 5967 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 110660 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.74 MicroJy IMAGR2: 3188 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 375.370 MicroJy iter= 25206 IMAGR2: Field 4 Clean flux density= 97.957 MilliJy 25206 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 111850 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 364.41 MicroJy IMAGR2: 2491 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -370.996 MicroJy iter= 18427 IMAGR2: Field 3 Clean flux density= -14.915 MilliJy 18427 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 112780 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 932.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.53 MicroJy IMAGR2: 1592 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -368.289 MicroJy iter= 10823 IMAGR2: Field 7 Clean flux density= -31.592 MilliJy 10823 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 113393 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 359.58 MicroJy IMAGR2: 4157 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -369.783 MicroJy iter= 25330 IMAGR2: Field 5 Clean flux density= -76.011 MilliJy 25330 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 114873 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.72 MicroJy IMAGR2: 2068 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 362.863 MicroJy iter= 19163 IMAGR2: Field 6 Clean flux density= 33.402 MilliJy 19163 comps IMAGR2: Total Cleaned flux density = 5.473 Jy 115660 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -910.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 353.26 MicroJy IMAGR2: 1705 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 358.807 MicroJy iter= 11381 IMAGR2: Field 2 Clean flux density= 109.417 MilliJy 11381 comps IMAGR2: Total Cleaned flux density = 5.474 Jy 116297 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 352.28 MicroJy IMAGR2: 4003 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -361.027 MicroJy iter= 26553 IMAGR2: Field 4 Clean flux density= 101.826 MilliJy 26553 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 117644 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -583.0 MicroJy,max = 647.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 351.46 MicroJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 356.416 MicroJy iter= 6305 IMAGR2: Field 1 Clean flux density= 5.356 Jy 6305 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 117982 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.31 MicroJy IMAGR2: 2625 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -356.289 MicroJy iter= 19411 IMAGR2: Field 3 Clean flux density= -14.049 MilliJy 19411 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 118966 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 348.33 MicroJy IMAGR2: 4781 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -358.002 MicroJy iter= 26930 IMAGR2: Field 5 Clean flux density= -77.672 MilliJy 26930 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 120566 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 930.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.26 MicroJy IMAGR2: 1980 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -351.202 MicroJy iter= 11649 IMAGR2: Field 7 Clean flux density= -32.537 MilliJy 11649 comps IMAGR2: Total Cleaned flux density = 5.476 Jy 121392 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.33 MicroJy IMAGR2: 2775 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -352.092 MicroJy iter= 20253 IMAGR2: Field 6 Clean flux density= 34.593 MilliJy 20253 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 122482 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.53 MicroJy IMAGR2: 3664 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -354.991 MicroJy iter= 27842 IMAGR2: Field 4 Clean flux density= 107.000 MilliJy 27842 comps IMAGR2: Total Cleaned flux density = 5.483 Jy 123771 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -924.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 344.83 MicroJy IMAGR2: 1883 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -348.200 MicroJy iter= 12157 IMAGR2: Field 2 Clean flux density= 107.766 MilliJy 12157 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 124547 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 342.74 MicroJy IMAGR2: 4174 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -353.014 MicroJy iter= 28492 IMAGR2: Field 5 Clean flux density= -77.426 MilliJy 28492 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 126109 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.76 MicroJy IMAGR2: 2637 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -347.900 MicroJy iter= 20397 IMAGR2: Field 3 Clean flux density= -14.358 MilliJy 20397 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 127095 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -557.4 MicroJy,max = 594.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.70 MicroJy IMAGR2: 627 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 343.062 MicroJy iter= 6601 IMAGR2: Field 1 Clean flux density= 5.357 Jy 6601 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 127391 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.48 MicroJy IMAGR2: 3555 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -347.094 MicroJy iter= 29111 IMAGR2: Field 4 Clean flux density= 106.546 MilliJy 29111 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 128660 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.21 MicroJy IMAGR2: 4397 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 348.419 MicroJy iter= 29971 IMAGR2: Field 5 Clean flux density= -81.304 MilliJy 29971 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 130139 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.28 MicroJy IMAGR2: 2650 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 344.913 MicroJy iter= 21208 IMAGR2: Field 6 Clean flux density= 34.452 MilliJy 21208 comps IMAGR2: Total Cleaned flux density = 5.477 Jy 131094 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 902.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.94 MicroJy IMAGR2: 1687 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 339.953 MicroJy iter= 12296 IMAGR2: Field 7 Clean flux density= -31.404 MilliJy 12296 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 131741 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -866.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.75 MicroJy IMAGR2: 1519 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -335.675 MicroJy iter= 12811 IMAGR2: Field 2 Clean flux density= 107.351 MilliJy 12811 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 132395 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.15 MicroJy IMAGR2: 3863 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 339.872 MicroJy iter= 31400 IMAGR2: Field 5 Clean flux density= -81.221 MilliJy 31400 comps IMAGR2: Total Cleaned flux density = 5.478 Jy 133824 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 327.89 MicroJy IMAGR2: 2634 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 334.422 MicroJy iter= 21350 IMAGR2: Field 3 Clean flux density= -12.665 MilliJy 21350 comps IMAGR2: Total Cleaned flux density = 5.480 Jy 134777 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.79 MicroJy IMAGR2: 4239 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -335.155 MicroJy iter= 30641 IMAGR2: Field 4 Clean flux density= 108.606 MilliJy 30641 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 136307 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.66 MicroJy IMAGR2: 3069 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -331.584 MicroJy iter= 22327 IMAGR2: Field 6 Clean flux density= 34.469 MilliJy 22327 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 137426 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -631.6 MicroJy,max = 588.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 325.34 MicroJy IMAGR2: 935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -329.485 MicroJy iter= 6991 IMAGR2: Field 1 Clean flux density= 5.357 Jy 6991 comps IMAGR2: Total Cleaned flux density = 5.482 Jy 137816 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 906.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 323.47 MicroJy IMAGR2: 1361 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 326.353 MicroJy iter= 12857 IMAGR2: Field 7 Clean flux density= -32.900 MilliJy 12857 comps IMAGR2: Total Cleaned flux density = 5.480 Jy 138377 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.84 MicroJy IMAGR2: 4235 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -330.479 MicroJy iter= 32830 IMAGR2: Field 5 Clean flux density= -82.882 MilliJy 32830 comps IMAGR2: Total Cleaned flux density = 5.479 Jy 139807 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 2 min = -858.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 321.81 MicroJy IMAGR2: 1652 Residual map points loaded IMAGR2: Field 2 min Clean flux = 325.894 MicroJy iter= 13437 IMAGR2: Field 2 Clean flux density= 110.093 MilliJy 13437 comps IMAGR2: Total Cleaned flux density = 5.481 Jy 140433 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 317.72 MicroJy IMAGR2: 4732 Residual map points loaded IMAGR2: Field 4 min Clean flux = -326.268 MicroJy iter= 32197 IMAGR2: Field 4 Clean flux density= 112.884 MilliJy 32197 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 141989 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 308.59 MicroJy IMAGR2: 4809 Residual map points loaded IMAGR2: Field 3 min Clean flux = 326.250 MicroJy iter= 22633 IMAGR2: Field 3 Clean flux density= -11.754 MilliJy 22633 comps IMAGR2: Total Cleaned flux density = 5.487 Jy 143272 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 295.57 MicroJy IMAGR2: 5659 Residual map points loaded IMAGR2: Field 6 min Clean flux = -326.302 MicroJy iter= 23330 IMAGR2: Field 6 Clean flux density= 33.724 MilliJy 23330 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 144275 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 278.17 MicroJy IMAGR2: 9075 Residual map points loaded IMAGR2: Field 5 min Clean flux = 326.194 MicroJy iter= 34000 IMAGR2: Field 5 Clean flux density= -83.202 MilliJy 34000 comps IMAGR2: Total Cleaned flux density = 5.485 Jy 145445 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 1 min = -596.3 MicroJy,max = 495.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 254.71 MicroJy IMAGR2: 7737 Residual map points loaded IMAGR2: Field 1 min Clean flux = -326.263 MicroJy iter= 7320 IMAGR2: Field 1 Clean flux density= 5.357 Jy 7320 comps IMAGR2: Total Cleaned flux density = 5.486 Jy 145774 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 903.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 230.95 MicroJy IMAGR2: 19989 Residual map points loaded IMAGR2: Field 7 min Clean flux = -326.275 MicroJy iter= 13237 IMAGR2: Field 7 Clean flux density= -33.206 MilliJy 13237 comps IMAGR2: Total Cleaned flux density = 5.485 Jy 146154 comps IMAGR2: ALGSTB: All 453 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 442- 0 Cells, with 43204 Pts IMAGR2: Peak residual in window 326.302 less than limit 326.303 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 7320 to 2822 components IMAGR2: Field 2 compressed from 13437 to 4856 components IMAGR2: Field 3 compressed from 22633 to 7008 components IMAGR2: Field 4 compressed from 32197 to 8638 components IMAGR2: Field 5 compressed from 34000 to 9062 components IMAGR2: Field 6 compressed from 23330 to 7114 components IMAGR2: Field 7 compressed from 13237 to 4889 components IMAGR2: Field 1 min = -558.4 MicroJy,max = 511.8 MicroJy IMAGR2: Field 2 min = -798.3 MicroJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: Field 4 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 917.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.403 MilliJy ( 225 CCs) from field 1 to field 2 IMAGR2: Restore -2.434 MilliJy ( 446 CCs) from field 1 to field 3 IMAGR2: Restore 4.709 MilliJy ( 442 CCs) from field 1 to field 4 IMAGR2: Restore-813.503 MicroJy ( 428 CCs) from field 1 to field 5 IMAGR2: Restore -2.785 MilliJy ( 429 CCs) from field 1 to field 6 IMAGR2: Restore 5.273 MilliJy ( 224 CCs) from field 1 to field 7 IMAGR2: Restore -2.894 MilliJy ( 196 CCs) from field 2 to field 1 IMAGR2: Restore -5.916 MilliJy ( 465 CCs) from field 2 to field 3 IMAGR2: Restore 16.669 MilliJy ( 433 CCs) from field 2 to field 4 IMAGR2: Restore 4.113 MilliJy ( 400 CCs) from field 3 to field 1 IMAGR2: Restore 1.732 MilliJy ( 373 CCs) from field 3 to field 2 IMAGR2: Restore 10.840 MilliJy ( 570 CCs) from field 3 to field 5 IMAGR2: Restore 6.871 MilliJy ( 371 CCs) from field 4 to field 1 IMAGR2: Restore 11.651 MilliJy ( 393 CCs) from field 4 to field 2 IMAGR2: Restore -15.527 MilliJy ( 467 CCs) from field 4 to field 6 IMAGR2: Restore -10.762 MilliJy ( 417 CCs) from field 5 to field 1 IMAGR2: Restore 2.333 MilliJy ( 391 CCs) from field 5 to field 3 IMAGR2: Restore -10.473 MilliJy ( 415 CCs) from field 5 to field 7 IMAGR2: Restore 507.404 MicroJy ( 441 CCs) from field 6 to field 1 IMAGR2: Restore -5.673 MilliJy ( 535 CCs) from field 6 to field 4 IMAGR2: Restore -5.445 MilliJy ( 501 CCs) from field 6 to field 7 IMAGR2: Restore 510.348 MicroJy ( 172 CCs) from field 7 to field 1 IMAGR2: Restore -2.937 MilliJy ( 466 CCs) from field 7 to field 5 IMAGR2: Restore -8.893 MilliJy ( 487 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.355 Jy IMAGR2: Field 2 final Clean flux 122.072 MilliJy IMAGR2: Field 3 final Clean flux -17.771 MilliJy IMAGR2: Field 4 final Clean flux 128.589 MilliJy IMAGR2: Field 5 final Clean flux -76.113 MilliJy IMAGR2: Field 6 final Clean flux 6.519 MilliJy IMAGR2: Field 7 final Clean flux -43.852 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 331.0 Real= 1368 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 20000210.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000210.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.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.05438 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/AB922_2000F AIPS 2: EB10_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= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1371 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23423 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23423 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1244+408_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 131.1 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 12 44 49.20 40 48 06.2 00001 -1 507 512 513 C 2 1012 1012 12 44 49.20 40 44 46.8 00002 -1 507 512 513 C 3 1012 1012 12 44 33.99 40 46 26.5 00003 -1 507 512 513 C 4 1012 1012 12 45 04.40 40 46 26.5 00004 -1 507 512 513 C 5 1012 1012 12 44 33.98 40 49 45.9 00005 -1 507 512 513 C 6 1012 1012 12 45 04.41 40 49 45.9 00006 -1 507 512 513 C 7 1012 1012 12 44 49.20 40 51 25.6 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= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1371 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_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@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.1096E-02 -1.9000E-02 0 IMAGR2: Field 2 1012 1012 5.1096E-02 -1.9942E+02 0 IMAGR2: Field 3 1012 1012 -1.7265E+02 -9.9719E+01 0 IMAGR2: Field 4 1012 1012 1.7264E+02 -9.9719E+01 0 IMAGR2: Field 5 1012 1012 -1.7277E+02 9.9681E+01 0 IMAGR2: Field 6 1012 1012 1.7276E+02 9.9681E+01 0 IMAGR2: Field 7 1012 1012 5.1096E-02 1.9938E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_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 1244+408 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6798 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.363E+04 IMAGR2: UVWAIT: Adding temperance S 6.725E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.712E+07 and out 2.123E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR2: UVWAIT: Average summed weight 3.363E+04 over 13251 vis IMAGR2: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1244+408 .ICL007. 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 = 2.25336E+08 IMAGR2: Field 1 Beam min = -177.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.614 x 0.672 arcsec, PA= 71.9 IMAGR2: Field 2 Sum of gridding weights = 2.25336E+08 IMAGR2: Field 2 Beam min = -177.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.615 x 0.672 arcsec, PA= 71.9 IMAGR2: Field 3 Sum of gridding weights = 2.25335E+08 IMAGR2: Field 3 Beam min = -133.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.617 x 0.672 arcsec, PA= 71.8 IMAGR2: Field 4 Sum of gridding weights = 2.25336E+08 IMAGR2: Field 4 Beam min = -117.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.612 x 0.672 arcsec, PA= 71.9 IMAGR2: Field 5 Sum of gridding weights = 2.25335E+08 IMAGR2: Field 5 Beam min = -143.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.616 x 0.672 arcsec, PA= 71.8 IMAGR2: Field 6 Sum of gridding weights = 2.25336E+08 IMAGR2: Field 6 Beam min = -149.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.611 x 0.672 arcsec, PA= 71.9 IMAGR2: Field 7 Sum of gridding weights = 2.25336E+08 IMAGR2: Field 7 Beam min = -177.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.613 x 0.672 arcsec, PA= 71.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -47.3 MilliJy,max = 431.5 MilliJy IMAGR2: Field 2 min = -38.9 MilliJy,max = 162.2 MilliJy IMAGR2: Field 3 min = -44.4 MilliJy,max = 178.5 MilliJy IMAGR2: Field 4 min = -41.3 MilliJy,max = 117.0 MilliJy IMAGR2: Field 5 min = -43.0 MilliJy,max = 129.7 MilliJy IMAGR2: Field 6 min = -39.6 MilliJy,max = 183.6 MilliJy IMAGR2: Field 7 min = -40.8 MilliJy,max = 163.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 62.83 MilliJy IMAGR2: 3797 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 230.361 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 225.222 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 225.222 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 = -24.0 MilliJy,max = 208.1 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 43.98 MilliJy IMAGR2: 778 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.599 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 345.282 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 345.282 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.2 MilliJy,max = 41.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.983E-02 < Second best 1.700E-01 IMAGR2: Field 3 min = -10.9 MilliJy,max = 36.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.516E-02 < Second best 1.236E-01 IMAGR2: Field 5 min = -11.1 MilliJy,max = 32.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.133E-02 < Second best 1.116E-01 IMAGR2: Field 4 min = -9.9 MilliJy,max = 25.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.346E-02 < Second best 9.760E-02 IMAGR2: Field 1 min = -11.9 MilliJy,max = 92.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.816E-02 < Second best 9.661E-02 IMAGR2: Field 7 min = -10.8 MilliJy,max = 37.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.289E-02 < Second best 8.941E-02 IMAGR2: Field 2 min = -9.6 MilliJy,max = 33.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.914E-02 < Second best 8.816E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.49 MilliJy IMAGR2: 4671 Residual map points loaded IMAGR2: Field 1 min allowed flux = 43.717 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 404.042 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 404.042 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.0 MilliJy,max = 40.4 MilliJy IMAGR2: BGC Clean: using 1457 cell beam + residuals > 10.18 MilliJy IMAGR2: 488 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.508 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 429.855 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 429.855 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.6 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.303E-03 < Second best 3.516E-02 IMAGR2: Field 3 min = -5.7 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.880E-03 < Second best 3.133E-02 IMAGR2: Field 5 min = -7.5 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.904E-03 < Second best 2.346E-02 IMAGR2: Field 4 min = -5.1 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.327E-03 < Second best 2.289E-02 IMAGR2: Field 7 min = -5.6 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.342E-03 < Second best 1.914E-02 IMAGR2: Field 2 min = -5.0 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.208E-03 < Second best 1.856E-02 IMAGR2: Field 1 min = -5.7 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 3.63 MilliJy IMAGR2: 4313 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.476 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 441.202 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 441.202 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.8 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 3.70 MilliJy IMAGR2: 2210 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.401 MilliJy iter= 26 IMAGR2: Field 5 Clean flux density= 3.178 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 444.381 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.7 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.473E-03 < Second best 8.303E-03 IMAGR2: Field 6 min = -7.1 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.282E-03 < Second best 8.070E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.531E-03 < Second best 7.342E-03 IMAGR2: Field 7 min = -4.9 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.826E-03 < Second best 7.327E-03 IMAGR2: Field 4 min = -6.4 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.617E-03 < Second best 7.208E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.664E-03 < Second best 6.617E-03 IMAGR2: BGC Clean: using 821 cell beam + residuals > 3.34 MilliJy IMAGR2: 1429 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.522 MilliJy iter= 29 IMAGR2: Field 4 Clean flux density= 5.062 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 449.443 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 3.34 MilliJy IMAGR2: 1113 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.326 MilliJy iter= 74 IMAGR2: Field 1 Clean flux density= 444.145 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 452.385 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.121E-03 < Second best 5.664E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.754E-03 < Second best 5.473E-03 IMAGR2: Field 3 min = -5.5 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 3.03 MilliJy IMAGR2: 1913 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.916 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= -1.624 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 450.761 MilliJy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.5 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 823 cell beam + residuals > 3.03 MilliJy IMAGR2: 1316 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.755 MilliJy iter= 45 IMAGR2: Field 6 Clean flux density= 1.198 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 451.959 MilliJy 217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.414E-03 < Second best 5.121E-03 IMAGR2: Field 7 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.85 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.462 MilliJy iter= 51 IMAGR2: Field 7 Clean flux density= 8.871 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 460.830 MilliJy 268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.85 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.229 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= -33.687 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 460.797 MilliJy 305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.85 MilliJy IMAGR2: 727 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.286 MilliJy iter= 76 IMAGR2: Field 5 Clean flux density= -1.444 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 456.175 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 2.85 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.150 MilliJy iter= 66 IMAGR2: Field 4 Clean flux density= 4.033 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 455.146 MilliJy 392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.392E-03 < Second best 3.745E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 1420 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.898 MilliJy iter= 132 IMAGR2: Field 3 Clean flux density= 2.750 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 459.520 MilliJy 481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 2008 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.805 MilliJy iter= 165 IMAGR2: Field 6 Clean flux density= -5.714 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 452.607 MilliJy 601 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.052E-03 < Second best 3.311E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.711E-03 < Second best 3.142E-03 IMAGR2: Field 5 min = -3.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.859E-03 < Second best 3.087E-03 IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.785E-03 < Second best 3.052E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.358 MilliJy iter= 178 IMAGR2: Field 1 Clean flux density= 452.895 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 461.358 MilliJy 705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.95 MilliJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.256 MilliJy iter= 178 IMAGR2: Field 4 Clean flux density= 2.717 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 460.041 MilliJy 817 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 807 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.207 MilliJy iter= 192 IMAGR2: Field 5 Clean flux density= -5.024 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 456.461 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.359E-03 < Second best 2.774E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.354E-03 < Second best 2.711E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.330E-03 < Second best 2.685E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.178E-03 < Second best 2.359E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1131 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.821 MilliJy iter= 180 IMAGR2: Field 2 Clean flux density= -2.726 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 453.769 MilliJy 1076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.122E-03 < Second best 2.330E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1398 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.815 MilliJy iter= 227 IMAGR2: Field 7 Clean flux density= 18.918 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 463.816 MilliJy 1252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.756E-03 < Second best 2.178E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.984E-03 < Second best 2.158E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.015E-03 < Second best 2.122E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2002 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.640 MilliJy iter= 341 IMAGR2: Field 3 Clean flux density= 1.570 MilliJy 341 comps IMAGR2: Total Cleaned flux density = 462.636 MilliJy 1461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.878E-03 < Second best 2.015E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.862E-03 < Second best 1.984E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 3423 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.570 MilliJy iter= 454 IMAGR2: Field 6 Clean flux density= -5.192 MilliJy 454 comps IMAGR2: Total Cleaned flux density = 463.158 MilliJy 1750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.748E-03 < Second best 1.862E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.609E-03 < Second best 1.756E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.340 MilliJy iter= 211 IMAGR2: Field 1 Clean flux density= 450.894 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 461.157 MilliJy 1783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 129 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.342 MilliJy iter= 241 IMAGR2: Field 5 Clean flux density= -3.482 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 462.699 MilliJy 1832 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.595E-03 < Second best 1.738E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.447E-03 < Second best 1.609E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 437 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.227 MilliJy iter= 291 IMAGR2: Field 4 Clean flux density= -72.910 MicroJy 291 comps IMAGR2: Total Cleaned flux density = 459.910 MilliJy 1945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.404E-03 < Second best 1.570E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1025 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.165 MilliJy iter= 524 IMAGR2: Field 3 Clean flux density= -233.655 MicroJy 524 comps IMAGR2: Total Cleaned flux density = 458.106 MilliJy 2128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 947.37 MicroJy IMAGR2: 1617 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.067 MilliJy iter= 700 IMAGR2: Field 6 Clean flux density= 504.168 MicroJy 700 comps IMAGR2: Total Cleaned flux density = 463.802 MilliJy 2374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.404E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 926.47 MicroJy IMAGR2: 1396 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.025 MilliJy iter= 417 IMAGR2: Field 2 Clean flux density= -10.657 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 455.871 MilliJy 2611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 901.35 MicroJy IMAGR2: 760 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 967.676 MicroJy iter= 413 IMAGR2: Field 5 Clean flux density= -918.055 MicroJy 413 comps IMAGR2: Total Cleaned flux density = 458.434 MilliJy 2783 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-03 < Second best 1.281E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.071E-03 < Second best 1.175E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.49 MicroJy IMAGR2: 655 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -889.389 MicroJy iter= 447 IMAGR2: Field 4 Clean flux density= -2.375 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 456.132 MilliJy 2939 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.954E-04 < Second best 1.071E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.65 MicroJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 838.664 MicroJy iter= 437 IMAGR2: Field 7 Clean flux density= 13.942 MilliJy 437 comps IMAGR2: Total Cleaned flux density = 451.157 MilliJy 3149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -979.1 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.723E-04 < Second best 1.020E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 997.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.82 MicroJy IMAGR2: 222 Residual map points loaded IMAGR2: Field 6 min Clean flux = 820.179 MicroJy iter= 720 IMAGR2: Field 6 Clean flux density= -38.697 MicroJy 720 comps IMAGR2: Total Cleaned flux density = 450.614 MilliJy 3169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 735.82 MicroJy IMAGR2: 1886 Residual map points loaded IMAGR2: Field 3 min Clean flux = -822.262 MicroJy iter= 770 IMAGR2: Field 3 Clean flux density= 1.962 MilliJy 770 comps IMAGR2: Total Cleaned flux density = 452.810 MilliJy 3415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 988.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.146E-04 < Second best 9.265E-04 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 610.82 MicroJy IMAGR2: 846 Residual map points loaded IMAGR2: Field 5 min Clean flux = 805.895 MicroJy iter= 417 IMAGR2: Field 5 Clean flux density= -574.737 MicroJy 417 comps IMAGR2: Total Cleaned flux density = 453.154 MilliJy 3419 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -905.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.01 MicroJy IMAGR2: 577 Residual map points loaded IMAGR2: Field 1 min Clean flux = -822.280 MicroJy iter= 215 IMAGR2: Field 1 Clean flux density= 450.895 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 453.155 MilliJy 3423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.31 MicroJy IMAGR2: 3612 Residual map points loaded IMAGR2: Field 4 min Clean flux = -821.215 MicroJy iter= 452 IMAGR2: Field 4 Clean flux density= -2.462 MilliJy 452 comps IMAGR2: Total Cleaned flux density = 453.067 MilliJy 3428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 983.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 539.91 MicroJy IMAGR2: 2536 Residual map points loaded IMAGR2: Field 2 min Clean flux = -819.174 MicroJy iter= 419 IMAGR2: Field 2 Clean flux density= -10.821 MilliJy 419 comps IMAGR2: Total Cleaned flux density = 452.903 MilliJy 3430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 429.83 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 7 min Clean flux = 818.735 MicroJy iter= 444 IMAGR2: Field 7 Clean flux density= 14.214 MilliJy 444 comps IMAGR2: Total Cleaned flux density = 453.174 MilliJy 3437 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 822.280 less than limit 822.607 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 215 to 124 components IMAGR2: Field 2 compressed from 419 to 315 components IMAGR2: Field 3 compressed from 770 to 552 components IMAGR2: Field 4 compressed from 452 to 315 components IMAGR2: Field 5 compressed from 417 to 296 components IMAGR2: Field 6 compressed from 720 to 511 components IMAGR2: Field 7 compressed from 444 to 328 components IMAGR2: Field 1 min = -896.9 MicroJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 981.0 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-363.512 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 6.027 MilliJy ( 52 CCs) from field 1 to field 3 IMAGR2: Restore 708.935 MicroJy ( 11 CCs) from field 1 to field 4 IMAGR2: Restore 5.104 MilliJy ( 33 CCs) from field 1 to field 5 IMAGR2: Restore -1.374 MilliJy ( 17 CCs) from field 1 to field 6 IMAGR2: Restore-538.239 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore -4.299 MilliJy ( 67 CCs) from field 2 to field 3 IMAGR2: Restore 438.850 MicroJy ( 20 CCs) from field 2 to field 4 IMAGR2: Restore -4.196 MilliJy ( 37 CCs) from field 3 to field 1 IMAGR2: Restore -3.118 MilliJy ( 41 CCs) from field 3 to field 2 IMAGR2: Restore 967.392 MicroJy ( 18 CCs) from field 3 to field 5 IMAGR2: Restore-197.137 MicroJy ( 16 CCs) from field 4 to field 1 IMAGR2: Restore-135.310 MicroJy ( 21 CCs) from field 4 to field 2 IMAGR2: Restore -3.030 MilliJy ( 17 CCs) from field 4 to field 6 IMAGR2: Restore -1.381 MilliJy ( 9 CCs) from field 5 to field 1 IMAGR2: Restore-221.936 MicroJy ( 10 CCs) from field 5 to field 3 IMAGR2: Restore -2.054 MilliJy ( 17 CCs) from field 5 to field 7 IMAGR2: Restore 3.333 MilliJy ( 31 CCs) from field 6 to field 1 IMAGR2: Restore 1.594 MilliJy ( 13 CCs) from field 6 to field 4 IMAGR2: Restore 1.370 MilliJy ( 41 CCs) from field 6 to field 7 IMAGR2: Restore 3.545 MilliJy ( 33 CCs) from field 7 to field 5 IMAGR2: Restore 2.974 MilliJy ( 38 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 447.916 MilliJy IMAGR2: Field 2 final Clean flux -14.438 MilliJy IMAGR2: Field 3 final Clean flux 3.468 MilliJy IMAGR2: Field 4 final Clean flux 279.864 MicroJy IMAGR2: Field 5 final Clean flux 9.042 MilliJy IMAGR2: Field 6 final Clean flux -1.469 MilliJy IMAGR2: Field 7 final Clean flux 13.530 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= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 61.1 Real= 246 -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= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1371 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_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@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24279 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24279 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 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 136.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 3 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 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= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1371 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_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@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_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@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_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 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6318 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.439E+04 IMAGR2: UVWAIT: Adding temperance S 4.878E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.294E+07 and out 1.623E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR2: UVWAIT: Average summed weight 2.439E+04 over 12558 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 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.72299E+08 IMAGR2: Field 1 Beam min = -217.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.923 x 0.656 arcsec, PA= 51.7 IMAGR2: Field 2 Sum of gridding weights = 1.72298E+08 IMAGR2: Field 2 Beam min = -217.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.930 x 0.656 arcsec, PA= 51.7 IMAGR2: Field 3 Sum of gridding weights = 1.72299E+08 IMAGR2: Field 3 Beam min = -138.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.934 x 0.656 arcsec, PA= 51.7 IMAGR2: Field 4 Sum of gridding weights = 1.72298E+08 IMAGR2: Field 4 Beam min = -193.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.919 x 0.656 arcsec, PA= 51.8 IMAGR2: Field 5 Sum of gridding weights = 1.72298E+08 IMAGR2: Field 5 Beam min = -119.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.927 x 0.656 arcsec, PA= 51.7 IMAGR2: Field 6 Sum of gridding weights = 1.72298E+08 IMAGR2: Field 6 Beam min = -193.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.913 x 0.656 arcsec, PA= 51.8 IMAGR2: Field 7 Sum of gridding weights = 1.72298E+08 IMAGR2: Field 7 Beam min = -217.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.916 x 0.656 arcsec, PA= 51.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -70.0 MilliJy,max = 753.9 MilliJy IMAGR2: Field 2 min = -64.8 MilliJy,max = 312.8 MilliJy IMAGR2: Field 3 min = -93.3 MilliJy,max = 229.1 MilliJy IMAGR2: Field 4 min = -95.4 MilliJy,max = 171.8 MilliJy IMAGR2: Field 5 min = -90.7 MilliJy,max = 171.2 MilliJy IMAGR2: Field 6 min = -95.1 MilliJy,max = 233.6 MilliJy IMAGR2: Field 7 min = -65.9 MilliJy,max = 315.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 112.54 MilliJy IMAGR2: 3051 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 400.665 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 393.323 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 393.323 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 = -34.6 MilliJy,max = 360.6 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 84.41 MilliJy IMAGR2: 417 Residual map points loaded IMAGR2: Field 1 min allowed flux = 172.478 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 598.702 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 598.702 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -15.5 MilliJy,max = 67.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.449E-02 < Second best 2.978E-01 IMAGR2: Field 2 min = -14.1 MilliJy,max = 62.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.931E-02 < Second best 2.226E-01 IMAGR2: Field 6 min = -20.7 MilliJy,max = 51.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.848E-02 < Second best 2.183E-01 IMAGR2: Field 3 min = -18.6 MilliJy,max = 45.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.358E-02 < Second best 1.641E-01 IMAGR2: Field 1 min = -16.4 MilliJy,max = 155.2 MilliJy IMAGR2: BGC Clean: using 997 cell beam + residuals > 53.70 MilliJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 74.980 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 687.311 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 687.311 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.8 MilliJy,max = 18.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.714E-02 < Second best 1.365E-01 IMAGR2: Field 4 min = -9.7 MilliJy,max = 18.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.417E-02 < Second best 7.133E-02 IMAGR2: Field 1 min = -11.8 MilliJy,max = 67.6 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 15.80 MilliJy IMAGR2: 633 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.873 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 729.640 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 729.640 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.0 MilliJy,max = 16.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.580E-02 < Second best 5.931E-02 IMAGR2: Field 2 min = -8.2 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.076E-03 < Second best 4.848E-02 IMAGR2: Field 6 min = -10.4 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.680E-02 < Second best 4.358E-02 IMAGR2: Field 3 min = -8.8 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.246E-02 < Second best 2.937E-02 IMAGR2: Field 1 min = -10.2 MilliJy,max = 28.0 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 7.16 MilliJy IMAGR2: 1326 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.896 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 747.304 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 747.304 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.4 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.833E-03 < Second best 1.680E-02 IMAGR2: Field 6 min = -11.2 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.373E-02 < Second best 1.580E-02 IMAGR2: Field 7 min = -9.6 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.054E-02 < Second best 1.417E-02 IMAGR2: Field 4 min = -8.2 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.491E-03 < Second best 1.373E-02 IMAGR2: BGC Clean: using 1767 cell beam + residuals > 5.91 MilliJy IMAGR2: 4859 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 8.952 MilliJy iter= 28 IMAGR2: Field 6 Clean flux density= 15.435 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 762.739 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.1 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.130E-02 < Second best 1.228E-02 IMAGR2: Field 1 min = -8.9 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.349E-03 < Second best 1.130E-02 IMAGR2: BGC Clean: using 759 cell beam + residuals > 6.03 MilliJy IMAGR2: 2300 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -8.247 MilliJy iter= 31 IMAGR2: Field 3 Clean flux density= 10.327 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 773.066 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.8 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 761 cell beam + residuals > 5.66 MilliJy IMAGR2: 2532 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 7.439 MilliJy iter= 37 IMAGR2: Field 7 Clean flux density= 27.266 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 800.332 MilliJy 137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.8 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.209E-03 < Second best 9.491E-03 IMAGR2: Field 4 min = -8.4 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.493E-03 < Second best 9.349E-03 IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.761E-03 < Second best 9.076E-03 IMAGR2: Field 2 min = -9.5 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.667E-03 < Second best 8.550E-03 IMAGR2: Field 6 min = -8.6 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.21 MilliJy IMAGR2: 3876 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -7.331 MilliJy iter= 96 IMAGR2: Field 6 Clean flux density= 18.522 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 803.419 MilliJy 205 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 > 5.18 MilliJy IMAGR2: 755 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 6.306 MilliJy iter= 48 IMAGR2: Field 4 Clean flux density= 23.712 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 827.131 MilliJy 253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.9 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.17 MilliJy IMAGR2: 1211 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.267 MilliJy iter= 61 IMAGR2: Field 5 Clean flux density= 8.829 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 835.959 MilliJy 314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.5 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.96 MilliJy IMAGR2: 2325 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.323 MilliJy iter= 125 IMAGR2: Field 3 Clean flux density= -5.787 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 819.845 MilliJy 408 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.871E-03 < Second best 7.667E-03 IMAGR2: Field 2 min = -7.6 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.147E-03 < Second best 7.115E-03 IMAGR2: Field 7 min = -7.1 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.382E-03 < Second best 7.020E-03 IMAGR2: Field 6 min = -6.6 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.38 MilliJy IMAGR2: 2827 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.462 MilliJy iter= 206 IMAGR2: Field 6 Clean flux density= 48.696 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 850.019 MilliJy 518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.786E-03 < Second best 6.147E-03 IMAGR2: Field 2 min = -8.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.33 MilliJy IMAGR2: 948 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.038 MilliJy iter= 92 IMAGR2: Field 2 Clean flux density= -9.334 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 840.685 MilliJy 610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.655E-03 < Second best 6.031E-03 IMAGR2: Field 4 min = -6.7 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.293E-03 < Second best 5.999E-03 IMAGR2: Field 5 min = -6.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.528E-03 < Second best 5.871E-03 IMAGR2: Field 1 min = -5.9 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.74 MilliJy IMAGR2: 531 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.170 MilliJy iter= 110 IMAGR2: Field 1 Clean flux density= 760.909 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 854.291 MilliJy 679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.70 MilliJy IMAGR2: 1614 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -4.410 MilliJy iter= 172 IMAGR2: Field 7 Clean flux density= 8.139 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 835.164 MilliJy 814 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.68 MilliJy IMAGR2: 1591 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.274 MilliJy iter= 259 IMAGR2: Field 3 Clean flux density= -10.383 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 830.568 MilliJy 948 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.501E-03 < Second best 5.293E-03 IMAGR2: Field 4 min = -6.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.886E-03 < Second best 5.231E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1636 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.781 MilliJy iter= 337 IMAGR2: Field 6 Clean flux density= 47.514 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 829.387 MilliJy 1079 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.577E-03 < Second best 4.821E-03 IMAGR2: Field 2 min = -6.2 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.12 MilliJy IMAGR2: 1010 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.470 MilliJy iter= 209 IMAGR2: Field 2 Clean flux density= -10.740 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 827.981 MilliJy 1196 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 255 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.280 MilliJy iter= 110 IMAGR2: Field 4 Clean flux density= 20.039 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 824.307 MilliJy 1258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.1 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 1157 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.459 MilliJy iter= 205 IMAGR2: Field 5 Clean flux density= 22.382 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 837.860 MilliJy 1402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.98 MilliJy IMAGR2: 379 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.147 MilliJy iter= 249 IMAGR2: Field 7 Clean flux density= 18.985 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 848.707 MilliJy 1479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.521E-03 < Second best 3.985E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.930E-03 < Second best 3.621E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.086E-03 < Second best 3.521E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 1607 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.816 MilliJy iter= 431 IMAGR2: Field 3 Clean flux density= -20.021 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 839.068 MilliJy 1651 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.101E-03 < Second best 3.313E-03 IMAGR2: Field 5 min = -4.2 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.838E-03 < Second best 3.139E-03 IMAGR2: Field 4 min = -4.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR2: 2794 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.555 MilliJy iter= 351 IMAGR2: Field 4 Clean flux density= 5.897 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 824.926 MilliJy 1892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.912E-03 < Second best 3.086E-03 IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 2399 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.471 MilliJy iter= 568 IMAGR2: Field 6 Clean flux density= 52.326 MilliJy 568 comps IMAGR2: Total Cleaned flux density = 829.738 MilliJy 2123 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 1312 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.290 MilliJy iter= 425 IMAGR2: Field 7 Clean flux density= 17.267 MilliJy 425 comps IMAGR2: Total Cleaned flux density = 828.021 MilliJy 2299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 301 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.179 MilliJy iter= 178 IMAGR2: Field 1 Clean flux density= 759.916 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 827.028 MilliJy 2367 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.11 MilliJy IMAGR2: 1653 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.309 MilliJy iter= 417 IMAGR2: Field 2 Clean flux density= 2.448 MilliJy 417 comps IMAGR2: Total Cleaned flux density = 840.215 MilliJy 2575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.213 MilliJy iter= 344 IMAGR2: Field 5 Clean flux density= 27.093 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 844.926 MilliJy 2714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 307 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.039 MilliJy iter= 504 IMAGR2: Field 3 Clean flux density= -16.167 MilliJy 504 comps IMAGR2: Total Cleaned flux density = 848.781 MilliJy 2787 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.207E-03 < Second best 2.366E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.879 MilliJy iter= 728 IMAGR2: Field 6 Clean flux density= 46.865 MilliJy 728 comps IMAGR2: Total Cleaned flux density = 843.319 MilliJy 2947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.042E-03 < Second best 2.207E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.029E-03 < Second best 2.193E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 2538 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.790 MilliJy iter= 714 IMAGR2: Field 7 Clean flux density= 16.376 MilliJy 714 comps IMAGR2: Total Cleaned flux density = 842.428 MilliJy 3236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1096 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.632 MilliJy iter= 529 IMAGR2: Field 5 Clean flux density= 30.253 MilliJy 529 comps IMAGR2: Total Cleaned flux density = 845.588 MilliJy 3421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 700 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.591 MilliJy iter= 313 IMAGR2: Field 1 Clean flux density= 752.481 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 838.152 MilliJy 3556 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.874E-03 < Second best 2.029E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 850 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.575 MilliJy iter= 516 IMAGR2: Field 4 Clean flux density= 10.504 MilliJy 516 comps IMAGR2: Total Cleaned flux density = 842.759 MilliJy 3721 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 1887 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.564 MilliJy iter= 763 IMAGR2: Field 3 Clean flux density= -2.352 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 856.574 MilliJy 3980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 668 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.518 MilliJy iter= 556 IMAGR2: Field 2 Clean flux density= 588.426 MicroJy 556 comps IMAGR2: Total Cleaned flux density = 854.715 MilliJy 4119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1617 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.478 MilliJy iter= 965 IMAGR2: Field 6 Clean flux density= 52.756 MilliJy 965 comps IMAGR2: Total Cleaned flux density = 860.606 MilliJy 4356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 1576 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.415 MilliJy iter= 952 IMAGR2: Field 7 Clean flux density= 22.030 MilliJy 952 comps IMAGR2: Total Cleaned flux density = 866.260 MilliJy 4594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 412 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.322 MilliJy iter= 627 IMAGR2: Field 5 Clean flux density= 29.912 MilliJy 627 comps IMAGR2: Total Cleaned flux density = 865.919 MilliJy 4692 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 232 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.291 MilliJy iter= 370 IMAGR2: Field 1 Clean flux density= 747.496 MilliJy 370 comps IMAGR2: Total Cleaned flux density = 860.935 MilliJy 4749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.276 MilliJy iter= 633 IMAGR2: Field 4 Clean flux density= 6.537 MilliJy 633 comps IMAGR2: Total Cleaned flux density = 856.967 MilliJy 4866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1342 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.239 MilliJy iter= 970 IMAGR2: Field 3 Clean flux density= 3.219 MilliJy 970 comps IMAGR2: Total Cleaned flux density = 862.539 MilliJy 5073 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.214 MilliJy iter= 788 IMAGR2: Field 2 Clean flux density= 5.852 MilliJy 788 comps IMAGR2: Total Cleaned flux density = 867.802 MilliJy 5305 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 2427 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.175 MilliJy iter= 1277 IMAGR2: Field 6 Clean flux density= 52.575 MilliJy 1277 comps IMAGR2: Total Cleaned flux density = 867.621 MilliJy 5617 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 2141 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.136 MilliJy iter= 1244 IMAGR2: Field 7 Clean flux density= 24.641 MilliJy 1244 comps IMAGR2: Total Cleaned flux density = 870.231 MilliJy 5909 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 635 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.077 MilliJy iter= 770 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Clean flux density= 27.767 MilliJy 770 comps IMAGR2: Total Cleaned flux density = 868.086 MilliJy 6052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.072 MilliJy iter= 446 IMAGR2: Field 1 Clean flux density= 743.809 MilliJy 446 comps IMAGR2: Total Cleaned flux density = 864.399 MilliJy 6128 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.049 MilliJy iter= 763 IMAGR2: Field 4 Clean flux density= 9.089 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 866.951 MilliJy 6258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 996.75 MicroJy IMAGR2: 1267 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.032 MilliJy iter= 1176 IMAGR2: Field 3 Clean flux density= 2.024 MilliJy 1176 comps IMAGR2: Total Cleaned flux density = 865.755 MilliJy 6464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 970.23 MicroJy IMAGR2: 1311 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.008 MilliJy iter= 1020 IMAGR2: Field 2 Clean flux density= 6.964 MilliJy 1020 comps IMAGR2: Total Cleaned flux density = 866.868 MilliJy 6696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 926.96 MicroJy IMAGR2: 1563 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 962.295 MicroJy iter= 1516 IMAGR2: Field 6 Clean flux density= 54.921 MilliJy 1516 comps IMAGR2: Total Cleaned flux density = 869.215 MilliJy 6935 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 894.37 MicroJy IMAGR2: 1913 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 938.615 MicroJy iter= 1517 IMAGR2: Field 7 Clean flux density= 30.025 MilliJy 1517 comps IMAGR2: Total Cleaned flux density = 874.599 MilliJy 7208 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.66 MicroJy IMAGR2: 1001 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -906.674 MicroJy iter= 964 IMAGR2: Field 5 Clean flux density= 24.681 MilliJy 964 comps IMAGR2: Total Cleaned flux density = 871.513 MilliJy 7402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 873.73 MicroJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -892.465 MicroJy iter= 531 IMAGR2: Field 1 Clean flux density= 740.057 MilliJy 531 comps IMAGR2: Total Cleaned flux density = 867.761 MilliJy 7487 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 > 858.48 MicroJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -878.305 MicroJy iter= 920 IMAGR2: Field 4 Clean flux density= 7.698 MilliJy 920 comps IMAGR2: Total Cleaned flux density = 866.370 MilliJy 7644 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.81 MicroJy IMAGR2: 1875 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -868.005 MicroJy iter= 1448 IMAGR2: Field 3 Clean flux density= 2.627 MilliJy 1448 comps IMAGR2: Total Cleaned flux density = 866.973 MilliJy 7916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 810.73 MicroJy IMAGR2: 924 Residual map points loaded IMAGR2: Field 2 min Clean flux = -853.278 MicroJy iter= 1145 IMAGR2: Field 2 Clean flux density= 6.078 MilliJy 1145 comps IMAGR2: Total Cleaned flux density = 866.087 MilliJy 8041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 781.69 MicroJy IMAGR2: 2292 Residual map points loaded IMAGR2: Field 6 min Clean flux = 853.212 MicroJy iter= 1682 IMAGR2: Field 6 Clean flux density= 56.193 MilliJy 1682 comps IMAGR2: Total Cleaned flux density = 867.358 MilliJy 8207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.98 MicroJy IMAGR2: 3175 Residual map points loaded IMAGR2: Field 7 min Clean flux = 853.031 MicroJy iter= 1670 IMAGR2: Field 7 Clean flux density= 34.305 MilliJy 1670 comps IMAGR2: Total Cleaned flux density = 871.638 MilliJy 8360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 706.90 MicroJy IMAGR2: 2245 Residual map points loaded IMAGR2: Field 5 min Clean flux = -852.529 MicroJy iter= 1000 IMAGR2: Field 5 Clean flux density= 24.854 MilliJy 1000 comps IMAGR2: Total Cleaned flux density = 871.811 MilliJy 8396 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 681.47 MicroJy IMAGR2: 669 Residual map points loaded IMAGR2: Field 1 min Clean flux = 841.831 MicroJy iter= 539 IMAGR2: Field 1 Clean flux density= 740.038 MilliJy 539 comps IMAGR2: Total Cleaned flux density = 871.791 MilliJy 8404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.06 MicroJy IMAGR2: 3941 Residual map points loaded IMAGR2: Field 4 min Clean flux = -849.031 MicroJy iter= 936 IMAGR2: Field 4 Clean flux density= 7.005 MilliJy 936 comps IMAGR2: Total Cleaned flux density = 871.099 MilliJy 8420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 552.52 MicroJy IMAGR2: 19991 Residual map points loaded IMAGR2: Field 3 min Clean flux = 851.496 MicroJy iter= 1470 IMAGR2: Field 3 Clean flux density= 2.962 MilliJy 1470 comps IMAGR2: Total Cleaned flux density = 871.434 MilliJy 8442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 853.278 less than limit 853.284 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 539 to 292 components IMAGR2: Field 2 compressed from 1145 to 711 components IMAGR2: Field 3 compressed from 1470 to 959 components IMAGR2: Field 4 compressed from 936 to 625 components IMAGR2: Field 5 compressed from 1000 to 691 components IMAGR2: Field 6 compressed from 1682 to 1136 components IMAGR2: Field 7 compressed from 1670 to 984 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -6.350 MilliJy ( 83 CCs) from field 1 to field 2 IMAGR2: Restore -2.395 MilliJy ( 64 CCs) from field 1 to field 3 IMAGR2: Restore-105.033 MicroJy ( 62 CCs) from field 1 to field 4 IMAGR2: Restore -1.596 MilliJy ( 21 CCs) from field 1 to field 5 IMAGR2: Restore -3.681 MilliJy ( 45 CCs) from field 1 to field 6 IMAGR2: Restore 3.545 MilliJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore -9.119 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Restore 2.971 MilliJy ( 63 CCs) from field 2 to field 3 IMAGR2: Restore-443.393 MicroJy ( 50 CCs) from field 2 to field 4 IMAGR2: Restore 11.533 MilliJy ( 66 CCs) from field 3 to field 1 IMAGR2: Restore -6.858 MilliJy ( 84 CCs) from field 3 to field 2 IMAGR2: Restore -2.373 MilliJy ( 24 CCs) from field 3 to field 5 IMAGR2: Restore 9.198 MilliJy ( 29 CCs) from field 4 to field 1 IMAGR2: Restore 6.816 MilliJy ( 61 CCs) from field 4 to field 2 IMAGR2: Restore-234.269 MicroJy ( 44 CCs) from field 4 to field 6 IMAGR2: Restore -6.040 MilliJy ( 21 CCs) from field 5 to field 1 IMAGR2: Restore -2.142 MilliJy ( 72 CCs) from field 5 to field 3 IMAGR2: Restore -2.869 MilliJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore 12.118 MilliJy ( 82 CCs) from field 6 to field 1 IMAGR2: Restore 5.404 MilliJy ( 37 CCs) from field 6 to field 4 IMAGR2: Restore 16.034 MilliJy ( 130 CCs) from field 6 to field 7 IMAGR2: Restore 5.612 MilliJy ( 17 CCs) from field 7 to field 1 IMAGR2: Restore 5.837 MilliJy ( 98 CCs) from field 7 to field 5 IMAGR2: Restore 8.161 MilliJy ( 87 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 772.450 MilliJy IMAGR2: Field 2 final Clean flux -314.793 MicroJy IMAGR2: Field 3 final Clean flux 1.396 MilliJy IMAGR2: Field 4 final Clean flux 11.861 MilliJy IMAGR2: Field 5 final Clean flux 26.722 MilliJy IMAGR2: Field 6 final Clean flux 60.439 MilliJy IMAGR2: Field 7 final Clean flux 51.015 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= 35 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 89.8 Real= 360 -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= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1371 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_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@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: 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: 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: 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: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_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@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 128.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= 0.9 Real= 3 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 28.1 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_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 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6669 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.160E+04 IMAGR2: UVWAIT: Adding temperance S 6.321E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.699E+07 and out 2.124E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR2: UVWAIT: Average summed weight 3.160E+04 over 13338 vis IMAGR2: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1148+594 .ICL007. 1 (MA) on disk 1 cno 56 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.25501E+08 IMAGR2: Field 1 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.781 x 0.650 arcsec, PA= 67.7 IMAGR2: Field 2 Sum of gridding weights = 2.25500E+08 IMAGR2: Field 2 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.783 x 0.650 arcsec, PA= 67.7 IMAGR2: Field 3 Sum of gridding weights = 2.25501E+08 IMAGR2: Field 3 Beam min = -95.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.785 x 0.650 arcsec, PA= 67.6 IMAGR2: Field 4 Sum of gridding weights = 2.25500E+08 IMAGR2: Field 4 Beam min = -94.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.779 x 0.650 arcsec, PA= 67.8 IMAGR2: Field 5 Sum of gridding weights = 2.25500E+08 IMAGR2: Field 5 Beam min = -96.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.783 x 0.650 arcsec, PA= 67.7 IMAGR2: Field 6 Sum of gridding weights = 2.25501E+08 IMAGR2: Field 6 Beam min = -93.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.777 x 0.650 arcsec, PA= 67.8 IMAGR2: Field 7 Sum of gridding weights = 2.25501E+08 IMAGR2: Field 7 Beam min = -152.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.780 x 0.650 arcsec, PA= 67.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.5 MilliJy,max = 424.6 MilliJy IMAGR2: Field 2 min = -36.0 MilliJy,max = 172.0 MilliJy IMAGR2: Field 3 min = -39.0 MilliJy,max = 144.4 MilliJy IMAGR2: Field 4 min = -41.1 MilliJy,max = 156.1 MilliJy IMAGR2: Field 5 min = -36.7 MilliJy,max = 149.1 MilliJy IMAGR2: Field 6 min = -39.9 MilliJy,max = 156.4 MilliJy IMAGR2: Field 7 min = -38.6 MilliJy,max = 176.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 52.68 MilliJy IMAGR2: 5726 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 203.095 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 241.836 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 241.836 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 = -19.2 MilliJy,max = 182.8 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 42.87 MilliJy IMAGR2: 404 Residual map points loaded IMAGR2: Field 1 min allowed flux = 83.529 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 355.701 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 355.701 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.3 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.512E-02 < Second best 1.328E-01 IMAGR2: Field 7 min = -9.7 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.503E-02 < Second best 1.307E-01 IMAGR2: Field 3 min = -8.0 MilliJy,max = 25.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.163E-02 < Second best 1.305E-01 IMAGR2: Field 2 min = -8.0 MilliJy,max = 28.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.167E-02 < Second best 9.248E-02 IMAGR2: Field 4 min = -10.7 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.978E-02 < Second best 8.703E-02 IMAGR2: Field 5 min = -8.9 MilliJy,max = 25.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.708E-02 < Second best 7.945E-02 IMAGR2: Field 1 min = -11.0 MilliJy,max = 77.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.36 MilliJy IMAGR2: 5471 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.413 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 404.690 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 404.690 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.4 MilliJy,max = 33.3 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 8.86 MilliJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.869 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 425.948 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 425.948 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.2 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.032E-03 < Second best 2.503E-02 IMAGR2: Field 7 min = -5.2 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.947E-03 < Second best 2.167E-02 IMAGR2: Field 2 min = -4.8 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.747E-03 < Second best 2.163E-02 IMAGR2: Field 3 min = -4.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.240E-03 < Second best 1.978E-02 IMAGR2: Field 4 min = -5.7 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.929E-03 < Second best 1.708E-02 IMAGR2: Field 5 min = -4.6 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.528E-03 < Second best 1.510E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 3.35 MilliJy IMAGR2: 4165 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.080 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 435.200 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 435.200 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.492E-03 < Second best 6.947E-03 IMAGR2: Field 7 min = -5.1 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.543E-03 < Second best 6.929E-03 IMAGR2: Field 4 min = -5.3 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.879E-03 < Second best 6.743E-03 IMAGR2: Field 1 min = -5.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 3.05 MilliJy IMAGR2: 2775 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.800 MilliJy iter= 78 IMAGR2: Field 1 Clean flux density= 444.605 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 444.605 MilliJy 78 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.012E-03 < Second best 5.879E-03 IMAGR2: Field 4 min = -4.8 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.075E-03 < Second best 5.747E-03 IMAGR2: Field 2 min = -5.2 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.943E-03 < Second best 5.543E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.995E-03 < Second best 5.528E-03 IMAGR2: Field 5 min = -5.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.668E-03 < Second best 5.240E-03 IMAGR2: Field 3 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.83 MilliJy IMAGR2: 2564 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.935 MilliJy iter= 37 IMAGR2: Field 3 Clean flux density= 181.982 MicroJy 37 comps IMAGR2: Total Cleaned flux density = 444.787 MilliJy 115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.83 MilliJy IMAGR2: 1319 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.643 MilliJy iter= 37 IMAGR2: Field 4 Clean flux density= 3.068 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 447.854 MilliJy 152 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.9 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.740E-03 < Second best 4.995E-03 IMAGR2: Field 7 min = -4.5 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.675E-03 < Second best 4.943E-03 IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.752E-03 < Second best 4.740E-03 IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.83 MilliJy IMAGR2: 2345 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.687 MilliJy iter= 52 IMAGR2: Field 6 Clean flux density= 767.561 MicroJy 52 comps IMAGR2: Total Cleaned flux density = 448.622 MilliJy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.9 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.216E-03 < Second best 4.668E-03 IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 2.83 MilliJy IMAGR2: 265 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.172 MilliJy iter= 25 IMAGR2: Field 5 Clean flux density= -1.451 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 447.171 MilliJy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 1050 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.202 MilliJy iter= 150 IMAGR2: Field 1 Clean flux density= 447.631 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 450.197 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.044 MilliJy iter= 77 IMAGR2: Field 7 Clean flux density= 18.253 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 468.449 MilliJy 378 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 1585 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.928 MilliJy iter= 134 IMAGR2: Field 3 Clean flux density= -16.785 MilliJy 134 comps IMAGR2: Total Cleaned flux density = 451.483 MilliJy 475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.835E-03 < Second best 3.527E-03 IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.077E-03 < Second best 3.482E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.917E-03 < Second best 3.077E-03 IMAGR2: BGC Clean: using 553 cell beam + residuals > 2.05 MilliJy IMAGR2: 2296 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.434 MilliJy iter= 147 IMAGR2: Field 6 Clean flux density= 10.453 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 461.168 MilliJy 570 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.518E-03 < Second best 3.031E-03 IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.656E-03 < Second best 2.917E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.551E-03 < Second best 2.911E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.528E-03 < Second best 2.835E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.142 MilliJy iter= 107 IMAGR2: Field 2 Clean flux density= 4.943 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 466.111 MilliJy 677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.303E-03 < Second best 2.656E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.400E-03 < Second best 2.551E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1314 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.926 MilliJy iter= 155 IMAGR2: Field 4 Clean flux density= 2.959 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 466.002 MilliJy 795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 830 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.870 MilliJy iter= 191 IMAGR2: Field 7 Clean flux density= 22.737 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 470.487 MilliJy 909 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.251E-03 < Second best 2.400E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 932 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.838 MilliJy iter= 149 IMAGR2: Field 5 Clean flux density= -1.560 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 470.378 MilliJy 1033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.057E-03 < Second best 2.303E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1786 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.656 MilliJy iter= 301 IMAGR2: Field 3 Clean flux density= -17.435 MilliJy 301 comps IMAGR2: Total Cleaned flux density = 469.727 MilliJy 1200 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.827E-03 < Second best 2.057E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 2175 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.658 MilliJy iter= 347 IMAGR2: Field 6 Clean flux density= 13.064 MilliJy 347 comps IMAGR2: Total Cleaned flux density = 472.338 MilliJy 1400 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.671E-03 < Second best 1.843E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.550E-03 < Second best 1.827E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 190 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.366 MilliJy iter= 213 IMAGR2: Field 1 Clean flux density= 445.775 MilliJy 213 comps IMAGR2: Total Cleaned flux density = 470.483 MilliJy 1463 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.505E-03 < Second best 1.759E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.490E-03 < Second best 1.671E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.258 MilliJy iter= 212 IMAGR2: Field 2 Clean flux density= 6.493 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 472.033 MilliJy 1568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1305 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.213 MilliJy iter= 521 IMAGR2: Field 6 Clean flux density= 18.942 MilliJy 521 comps IMAGR2: Total Cleaned flux density = 477.911 MilliJy 1742 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 987.56 MicroJy IMAGR2: 3391 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.150 MilliJy iter= 590 IMAGR2: Field 3 Clean flux density= -19.779 MilliJy 590 comps IMAGR2: Total Cleaned flux density = 475.566 MilliJy 2031 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.286E-03 < Second best 1.505E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.347E-03 < Second best 1.490E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 949.62 MicroJy IMAGR2: 545 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.016 MilliJy iter= 289 IMAGR2: Field 5 Clean flux density= -1.182 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 475.944 MilliJy 2171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.89 MicroJy IMAGR2: 590 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.012 MilliJy iter= 337 IMAGR2: Field 7 Clean flux density= 22.191 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 475.399 MilliJy 2317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.179E-03 < Second best 1.286E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 920.38 MicroJy IMAGR2: 976 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -998.474 MicroJy iter= 352 IMAGR2: Field 4 Clean flux density= 7.201 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 479.641 MilliJy 2514 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.20 MicroJy IMAGR2: 136 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 911.573 MicroJy iter= 267 IMAGR2: Field 2 Clean flux density= 4.618 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 477.765 MilliJy 2569 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 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.007E-03 < Second best 1.162E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 835.21 MicroJy IMAGR2: 1004 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 898.747 MicroJy iter= 700 IMAGR2: Field 6 Clean flux density= 23.126 MilliJy 700 comps IMAGR2: Total Cleaned flux density = 481.949 MilliJy 2748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.44 MicroJy IMAGR2: 1626 Residual map points loaded IMAGR2: Field 3 min Clean flux = -830.468 MicroJy iter= 813 IMAGR2: Field 3 Clean flux density= -23.040 MilliJy 813 comps IMAGR2: Total Cleaned flux density = 478.689 MilliJy 2971 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 103 cell beam + residuals > 750.67 MicroJy IMAGR2: 230 Residual map points loaded IMAGR2: Field 1 min Clean flux = -829.519 MicroJy iter= 250 IMAGR2: Field 1 Clean flux density= 447.651 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 480.564 MilliJy 3008 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.093E-04 < Second best 9.694E-04 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.37 MicroJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 7 min Clean flux = 827.894 MicroJy iter= 356 IMAGR2: Field 7 Clean flux density= 21.593 MilliJy 356 comps IMAGR2: Total Cleaned flux density = 479.966 MilliJy 3027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.654E-04 < Second best 9.093E-04 IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.70 MicroJy IMAGR2: 1995 Residual map points loaded IMAGR2: Field 5 min Clean flux = -830.421 MicroJy iter= 319 IMAGR2: Field 5 Clean flux density= -1.324 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 479.825 MilliJy 3057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 598.85 MicroJy IMAGR2: 3194 Residual map points loaded IMAGR2: Field 2 min Clean flux = -829.956 MicroJy iter= 288 IMAGR2: Field 2 Clean flux density= 4.864 MilliJy 288 comps IMAGR2: Total Cleaned flux density = 480.071 MilliJy 3078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.67 MicroJy IMAGR2: 3268 Residual map points loaded IMAGR2: Field 4 min Clean flux = -828.914 MicroJy iter= 359 IMAGR2: Field 4 Clean flux density= 6.940 MilliJy 359 comps IMAGR2: Total Cleaned flux density = 479.810 MilliJy 3085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.32 MicroJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 6 min Clean flux = 830.516 MicroJy iter= 716 IMAGR2: Field 6 Clean flux density= 23.452 MilliJy 716 comps IMAGR2: Total Cleaned flux density = 480.136 MilliJy 3101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 830.516 less than limit 830.525 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 250 to 145 components IMAGR2: Field 2 compressed from 288 to 214 components IMAGR2: Field 3 compressed from 813 to 621 components IMAGR2: Field 4 compressed from 359 to 278 components IMAGR2: Field 5 compressed from 319 to 234 components IMAGR2: Field 6 compressed from 716 to 516 components IMAGR2: Field 7 compressed from 356 to 268 components IMAGR2: Field 1 min = -997.0 MicroJy,max = 963.6 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-477.335 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 433.404 MicroJy ( 23 CCs) from field 1 to field 3 IMAGR2: Restore 2.514 MilliJy ( 16 CCs) from field 1 to field 4 IMAGR2: Restore -2.347 MilliJy ( 11 CCs) from field 1 to field 5 IMAGR2: Restore 8.655 MilliJy ( 50 CCs) from field 1 to field 6 IMAGR2: Restore-283.531 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 407.936 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore-953.808 MicroJy ( 46 CCs) from field 2 to field 3 IMAGR2: Restore 477.129 MicroJy ( 11 CCs) from field 2 to field 4 IMAGR2: Restore -4.892 MilliJy ( 57 CCs) from field 3 to field 1 IMAGR2: Restore -5.393 MilliJy ( 50 CCs) from field 3 to field 2 IMAGR2: Restore 433.308 MicroJy ( 44 CCs) from field 3 to field 5 IMAGR2: Restore 640.979 MicroJy ( 19 CCs) from field 4 to field 1 IMAGR2: Restore 1.506 MilliJy ( 20 CCs) from field 4 to field 2 IMAGR2: Restore 3.020 MilliJy ( 49 CCs) from field 4 to field 6 IMAGR2: Restore -1.122 MilliJy ( 16 CCs) from field 5 to field 1 IMAGR2: Restore -2.494 MilliJy ( 35 CCs) from field 5 to field 3 IMAGR2: Restore-173.029 MicroJy ( 15 CCs) from field 5 to field 7 IMAGR2: Restore 2.604 MilliJy ( 54 CCs) from field 6 to field 1 IMAGR2: Restore 629.746 MicroJy ( 20 CCs) from field 6 to field 4 IMAGR2: Restore 1.841 MilliJy ( 44 CCs) from field 6 to field 7 IMAGR2: Restore -1.258 MilliJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore -14.419 MicroJy ( 9 CCs) from field 7 to field 5 IMAGR2: Restore 2.184 MilliJy ( 51 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 444.032 MilliJy IMAGR2: Field 2 final Clean flux 499.604 MicroJy IMAGR2: Field 3 final Clean flux -26.054 MilliJy IMAGR2: Field 4 final Clean flux 10.561 MilliJy IMAGR2: Field 5 final Clean flux -3.251 MilliJy IMAGR2: Field 6 final Clean flux 37.311 MilliJy IMAGR2: Field 7 final Clean flux 22.978 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= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 57.7 Real= 236 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 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 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23681 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23681 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_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 113.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 4 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 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 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_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 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 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 3.450E+04 IMAGR2: UVWAIT: Adding temperance S 6.900E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.033E+07 and out 2.562E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 3.450E+04 over 13676 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .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 = 2.71992E+08 IMAGR2: Field 1 Beam min = -197.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.135 x 0.665 arcsec, PA= -79.8 IMAGR2: Field 2 Sum of gridding weights = 2.71991E+08 IMAGR2: Field 2 Beam min = -197.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.135 x 0.665 arcsec, PA= -79.8 IMAGR2: Field 3 Sum of gridding weights = 2.71990E+08 IMAGR2: Field 3 Beam min = -132.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.136 x 0.665 arcsec, PA= -79.9 IMAGR2: Field 4 Sum of gridding weights = 2.71990E+08 IMAGR2: Field 4 Beam min = -122.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.134 x 0.665 arcsec, PA= -79.7 IMAGR2: Field 5 Sum of gridding weights = 2.71989E+08 IMAGR2: Field 5 Beam min = -124.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.136 x 0.665 arcsec, PA= -79.9 IMAGR2: Field 6 Sum of gridding weights = 2.71990E+08 IMAGR2: Field 6 Beam min = -150.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.134 x 0.665 arcsec, PA= -79.6 IMAGR2: Field 7 Sum of gridding weights = 2.71991E+08 IMAGR2: Field 7 Beam min = -197.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.135 x 0.665 arcsec, PA= -79.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -107.6 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -98.1 MilliJy,max = 320.4 MilliJy IMAGR2: Field 3 min = -104.6 MilliJy,max = 422.5 MilliJy IMAGR2: Field 4 min = -125.5 MilliJy,max = 349.7 MilliJy IMAGR2: Field 5 min = -108.9 MilliJy,max = 344.4 MilliJy IMAGR2: Field 6 min = -120.9 MilliJy,max = 447.7 MilliJy IMAGR2: Field 7 min = -101.9 MilliJy,max = 330.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 153.19 MilliJy IMAGR2: 3088 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 574.512 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 563.985 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 563.985 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 = -51.6 MilliJy,max = 517.1 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 99.82 MilliJy IMAGR2: 848 Residual map points loaded IMAGR2: Field 1 min allowed flux = 247.316 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 858.476 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 858.476 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -35.3 MilliJy,max = 102.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.242E-02 < Second best 3.204E-01 IMAGR2: Field 3 min = -23.2 MilliJy,max = 86.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.518E-02 < Second best 2.681E-01 IMAGR2: Field 4 min = -33.3 MilliJy,max = 84.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.247E-02 < Second best 2.584E-01 IMAGR2: Field 5 min = -23.7 MilliJy,max = 73.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.059E-02 < Second best 2.352E-01 IMAGR2: Field 1 min = -27.5 MilliJy,max = 228.6 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 79.06 MilliJy IMAGR2: 87 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 112.462 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.006 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.006 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.8 MilliJy,max = 35.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.347E-02 < Second best 2.048E-01 IMAGR2: Field 2 min = -15.1 MilliJy,max = 26.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.297E-02 < Second best 1.070E-01 IMAGR2: Field 1 min = -20.0 MilliJy,max = 104.1 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 21.62 MilliJy IMAGR2: 1082 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.332 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.074 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.074 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -16.5 MilliJy,max = 25.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.332E-02 < Second best 6.518E-02 IMAGR2: Field 3 min = -10.1 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.381E-02 < Second best 6.247E-02 IMAGR2: Field 4 min = -15.6 MilliJy,max = 22.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.655E-02 < Second best 6.059E-02 IMAGR2: Field 5 min = -13.4 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.334E-02 < Second best 4.884E-02 IMAGR2: Field 1 min = -17.5 MilliJy,max = 47.1 MilliJy IMAGR2: BGC Clean: using 1965 cell beam + residuals > 10.66 MilliJy IMAGR2: 2165 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.343 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.104 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.4 MilliJy,max = 18.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.806E-02 < Second best 2.332E-02 IMAGR2: Field 6 min = -16.7 MilliJy,max = 18.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.774E-02 < Second best 2.297E-02 IMAGR2: Field 2 min = -15.6 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.494E-02 < Second best 2.222E-02 IMAGR2: Field 1 min = -20.7 MilliJy,max = 21.4 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 8.08 MilliJy IMAGR2: 2841 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 12.852 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 1.107 Jy 75 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -12.9 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.491E-02 < Second best 1.774E-02 IMAGR2: Field 6 min = -13.8 MilliJy,max = 16.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 7.77 MilliJy IMAGR2: 2232 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 10.922 MilliJy iter= 38 IMAGR2: Field 6 Clean flux density= 20.382 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 1.128 Jy 113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.2 MilliJy,max = 11.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.265E-02 < Second best 1.494E-02 IMAGR2: Field 2 min = -12.4 MilliJy,max = 10.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-02 < Second best 1.491E-02 IMAGR2: Field 7 min = -12.3 MilliJy,max = 14.8 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 6.84 MilliJy IMAGR2: 1703 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -8.835 MilliJy iter= 37 IMAGR2: Field 7 Clean flux density= 11.682 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 150 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -17.5 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 6.84 MilliJy IMAGR2: 1952 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 8.723 MilliJy iter= 44 IMAGR2: Field 3 Clean flux density= -23.951 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 194 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.9 MilliJy,max = 10.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-02 < Second best 1.265E-02 IMAGR2: Field 4 min = -12.1 MilliJy,max = 11.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.152E-02 < Second best 1.225E-02 IMAGR2: Field 1 min = -11.7 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.117E-02 < Second best 1.187E-02 IMAGR2: Field 2 min = -12.5 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 7.33 MilliJy IMAGR2: 251 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 8.248 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= -3.310 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 1.112 Jy 219 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.7 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 7.33 MilliJy IMAGR2: 374 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -8.457 MilliJy iter= 36 IMAGR2: Field 4 Clean flux density= -5.519 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.5 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 7.33 MilliJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 7.987 MilliJy iter= 24 IMAGR2: Field 5 Clean flux density= 1.468 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.790E-03 < Second best 1.043E-02 IMAGR2: Field 6 min = -9.4 MilliJy,max = 10.4 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 6.06 MilliJy IMAGR2: 1371 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.297 MilliJy iter= 99 IMAGR2: Field 6 Clean flux density= 41.594 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.7 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 6.06 MilliJy IMAGR2: 293 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.699 MilliJy iter= 106 IMAGR2: Field 1 Clean flux density= 1.101 Jy 106 comps IMAGR2: Total Cleaned flux density = 1.123 Jy 371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.5 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.031E-03 < Second best 8.321E-03 IMAGR2: Field 3 min = -7.8 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.590E-03 < Second best 8.081E-03 IMAGR2: Field 4 min = -7.4 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 5.31 MilliJy IMAGR2: 560 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.992 MilliJy iter= 85 IMAGR2: Field 4 Clean flux density= 1.650 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 1.130 Jy 420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.555E-03 < Second best 7.627E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.125E-03 < Second best 7.590E-03 IMAGR2: Field 3 min = -7.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 5.31 MilliJy IMAGR2: 1124 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.097 MilliJy iter= 111 IMAGR2: Field 3 Clean flux density= -16.589 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 487 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.4 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.511E-03 < Second best 7.031E-03 IMAGR2: Field 7 min = -6.9 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.487E-03 < Second best 6.976E-03 IMAGR2: Field 6 min = -6.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 4.39 MilliJy IMAGR2: 2750 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.295 MilliJy iter= 204 IMAGR2: Field 6 Clean flux density= 58.195 MilliJy 204 comps IMAGR2: Total Cleaned flux density = 1.154 Jy 592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 4.39 MilliJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.880 MilliJy iter= 96 IMAGR2: Field 2 Clean flux density= -3.456 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 1.154 Jy 663 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.060E-03 < Second best 6.487E-03 IMAGR2: Field 7 min = -6.4 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.011E-03 < Second best 6.390E-03 IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR2: 395 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.555 MilliJy iter= 179 IMAGR2: Field 1 Clean flux density= 1.084 Jy 179 comps IMAGR2: Total Cleaned flux density = 1.137 Jy 736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.09 MilliJy IMAGR2: 871 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.763 MilliJy iter= 155 IMAGR2: Field 5 Clean flux density= 31.783 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 1.168 Jy 867 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.084E-03 < Second best 5.833E-03 IMAGR2: Field 3 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.306E-03 < Second best 5.731E-03 IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.952E-03 < Second best 5.306E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.60 MilliJy IMAGR2: 773 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.072 MilliJy iter= 224 IMAGR2: Field 3 Clean flux density= -38.110 MilliJy 224 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.60 MilliJy IMAGR2: 947 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.109 MilliJy iter= 178 IMAGR2: Field 7 Clean flux density= 32.140 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 1.167 Jy 1121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.726 MilliJy iter= 347 IMAGR2: Field 6 Clean flux density= 78.183 MilliJy 347 comps IMAGR2: Total Cleaned flux density = 1.187 Jy 1264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.0 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.344E-03 < Second best 4.669E-03 IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.027E-03 < Second best 4.557E-03 IMAGR2: Field 5 min = -4.8 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.737E-03 < Second best 4.353E-03 IMAGR2: Field 1 min = -5.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.78 MilliJy IMAGR2: 438 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.062 MilliJy iter= 284 IMAGR2: Field 1 Clean flux density= 1.060 Jy 284 comps IMAGR2: Total Cleaned flux density = 1.162 Jy 1369 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 530 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.030 MilliJy iter= 208 IMAGR2: Field 4 Clean flux density= 16.359 MilliJy 208 comps IMAGR2: Total Cleaned flux density = 1.177 Jy 1492 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.282E-03 < Second best 3.932E-03 IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.674E-03 < Second best 3.896E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.47 MilliJy IMAGR2: 1903 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.703 MilliJy iter= 366 IMAGR2: Field 3 Clean flux density= -34.433 MilliJy 366 comps IMAGR2: Total Cleaned flux density = 1.181 Jy 1634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.427E-03 < Second best 3.674E-03 IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.47 MilliJy IMAGR2: 576 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.614 MilliJy iter= 264 IMAGR2: Field 7 Clean flux density= 21.899 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 1.171 Jy 1720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.47 MilliJy IMAGR2: 352 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.556 MilliJy iter= 408 IMAGR2: Field 6 Clean flux density= 81.748 MilliJy 408 comps IMAGR2: Total Cleaned flux density = 1.174 Jy 1781 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.019E-03 < Second best 3.282E-03 IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.47 MilliJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.535 MilliJy iter= 144 IMAGR2: Field 2 Clean flux density= 6.034 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 1.184 Jy 1829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.47 MilliJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.510 MilliJy iter= 185 IMAGR2: Field 5 Clean flux density= 27.551 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 1.179 Jy 1859 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.675E-03 < Second best 2.899E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.171 MilliJy iter= 362 IMAGR2: Field 4 Clean flux density= 12.186 MilliJy 362 comps IMAGR2: Total Cleaned flux density = 1.175 Jy 2013 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 105 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.058 MilliJy iter= 339 IMAGR2: Field 1 Clean flux density= 1.068 Jy 339 comps IMAGR2: Total Cleaned flux density = 1.183 Jy 2068 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1674 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.085 MilliJy iter= 592 IMAGR2: Field 3 Clean flux density= -56.534 MilliJy 592 comps IMAGR2: Total Cleaned flux density = 1.161 Jy 2294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR2: 1123 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.975 MilliJy iter= 490 IMAGR2: Field 7 Clean flux density= 26.493 MilliJy 490 comps IMAGR2: Total Cleaned flux density = 1.165 Jy 2520 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.73 MilliJy IMAGR2: 1543 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.919 MilliJy iter= 653 IMAGR2: Field 6 Clean flux density= 113.627 MilliJy 653 comps IMAGR2: Total Cleaned flux density = 1.197 Jy 2765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.820 MilliJy iter= 384 IMAGR2: Field 2 Clean flux density= 15.785 MilliJy 384 comps IMAGR2: Total Cleaned flux density = 1.207 Jy 3005 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR2: 713 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.723 MilliJy iter= 370 IMAGR2: Field 5 Clean flux density= 16.493 MilliJy 370 comps IMAGR2: Total Cleaned flux density = 1.196 Jy 3190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.863E-03 < Second best 1.996E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.6 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 485 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.546 MilliJy iter= 712 IMAGR2: Field 3 Clean flux density= -63.216 MilliJy 712 comps IMAGR2: Total Cleaned flux density = 1.189 Jy 3310 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.734E-03 < Second best 1.892E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.46 MilliJy IMAGR2: 112 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.485 MilliJy iter= 532 IMAGR2: Field 7 Clean flux density= 22.111 MilliJy 532 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 3352 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 1.37 MilliJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.420 MilliJy iter= 482 IMAGR2: Field 4 Clean flux density= 11.112 MilliJy 482 comps IMAGR2: Total Cleaned flux density = 1.184 Jy 3472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.655E-03 < Second best 1.743E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.395E-03 < Second best 1.734E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 211 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.225 MilliJy iter= 430 IMAGR2: Field 1 Clean flux density= 1.072 Jy 430 comps IMAGR2: Total Cleaned flux density = 1.187 Jy 3563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1291 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.283 MilliJy iter= 931 IMAGR2: Field 6 Clean flux density= 96.313 MilliJy 931 comps IMAGR2: Total Cleaned flux density = 1.170 Jy 3841 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1807 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.210 MilliJy iter= 692 IMAGR2: Field 5 Clean flux density= 25.440 MilliJy 692 comps IMAGR2: Total Cleaned flux density = 1.179 Jy 4163 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 1491 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.156 MilliJy iter= 1013 IMAGR2: Field 3 Clean flux density= -41.717 MilliJy 1013 comps IMAGR2: Total Cleaned flux density = 1.201 Jy 4464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 1217 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.123 MilliJy iter= 801 IMAGR2: Field 7 Clean flux density= -5.217 MilliJy 801 comps IMAGR2: Total Cleaned flux density = 1.173 Jy 4733 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 976 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.109 MilliJy iter= 634 IMAGR2: Field 2 Clean flux density= 34.430 MilliJy 634 comps IMAGR2: Total Cleaned flux density = 1.192 Jy 4983 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.22 MicroJy IMAGR2: 1400 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.072 MilliJy iter= 801 IMAGR2: Field 4 Clean flux density= 2.482 MilliJy 801 comps IMAGR2: Total Cleaned flux density = 1.183 Jy 5302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 960.59 MicroJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -988.727 MicroJy iter= 1074 IMAGR2: Field 6 Clean flux density= 96.217 MilliJy 1074 comps IMAGR2: Total Cleaned flux density = 1.183 Jy 5445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.053E-03 < Second best 1.160E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.33 MicroJy IMAGR2: 925 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 941.156 MicroJy iter= 935 IMAGR2: Field 5 Clean flux density= 27.100 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 5688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.00 MicroJy IMAGR2: 671 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -891.286 MicroJy iter= 1199 IMAGR2: Field 3 Clean flux density= -39.065 MilliJy 1199 comps IMAGR2: Total Cleaned flux density = 1.187 Jy 5874 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.06 MicroJy IMAGR2: 178 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -838.260 MicroJy iter= 883 IMAGR2: Field 7 Clean flux density= -5.121 MilliJy 883 comps IMAGR2: Total Cleaned flux density = 1.188 Jy 5956 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.515E-04 < Second best 1.053E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 918.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 779.23 MicroJy IMAGR2: 168 Residual map points loaded IMAGR2: Field 1 min Clean flux = -809.301 MicroJy iter= 494 IMAGR2: Field 1 Clean flux density= 1.072 Jy 494 comps IMAGR2: Total Cleaned flux density = 1.188 Jy 6020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 724.13 MicroJy IMAGR2: 1391 Residual map points loaded IMAGR2: Field 4 min Clean flux = -809.090 MicroJy iter= 979 IMAGR2: Field 4 Clean flux density= -907.106 MicroJy 979 comps IMAGR2: Total Cleaned flux density = 1.184 Jy 6198 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 714.64 MicroJy IMAGR2: 397 Residual map points loaded IMAGR2: Field 2 min Clean flux = 807.613 MicroJy iter= 668 IMAGR2: Field 2 Clean flux density= 34.962 MilliJy 668 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 6232 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 685.10 MicroJy IMAGR2: 2266 Residual map points loaded IMAGR2: Field 6 min Clean flux = -809.422 MicroJy iter= 1225 IMAGR2: Field 6 Clean flux density= 96.184 MilliJy 1225 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 6383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 614.67 MicroJy IMAGR2: 3215 Residual map points loaded IMAGR2: Field 5 min Clean flux = 809.154 MicroJy iter= 963 IMAGR2: Field 5 Clean flux density= 27.294 MilliJy 963 comps IMAGR2: Total Cleaned flux density = 1.185 Jy 6411 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.29 MicroJy IMAGR2: 9762 Residual map points loaded IMAGR2: Field 3 min Clean flux = 809.307 MicroJy iter= 1251 IMAGR2: Field 3 Clean flux density= -38.216 MilliJy 1251 comps IMAGR2: Total Cleaned flux density = 1.186 Jy 6463 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.48 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 7 min Clean flux = 797.844 MicroJy iter= 885 IMAGR2: Field 7 Clean flux density= -4.956 MilliJy 885 comps IMAGR2: Total Cleaned flux density = 1.186 Jy 6465 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 809.422 less than limit 809.496 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 494 to 300 components IMAGR2: Field 2 compressed from 668 to 487 components IMAGR2: Field 3 compressed from 1251 to 854 components IMAGR2: Field 4 compressed from 979 to 702 components IMAGR2: Field 5 compressed from 963 to 698 components IMAGR2: Field 6 compressed from 1225 to 848 components IMAGR2: Field 7 compressed from 885 to 631 components IMAGR2: Field 1 min = -857.5 MicroJy,max = 853.6 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-769.487 MicroJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore -9.640 MilliJy ( 37 CCs) from field 1 to field 3 IMAGR2: Restore -3.639 MilliJy ( 101 CCs) from field 1 to field 4 IMAGR2: Restore -3.913 MilliJy ( 46 CCs) from field 1 to field 5 IMAGR2: Restore -4.651 MilliJy ( 89 CCs) from field 1 to field 6 IMAGR2: Restore 659.935 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore -1.421 MilliJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore 11.092 MilliJy ( 92 CCs) from field 2 to field 3 IMAGR2: Restore 1.720 MilliJy ( 30 CCs) from field 2 to field 4 IMAGR2: Restore -2.105 MilliJy ( 26 CCs) from field 3 to field 1 IMAGR2: Restore-404.645 MicroJy ( 33 CCs) from field 3 to field 2 IMAGR2: Restore 1.703 MilliJy ( 45 CCs) from field 3 to field 5 IMAGR2: Restore 4.970 MilliJy ( 25 CCs) from field 4 to field 1 IMAGR2: Restore 2.686 MilliJy ( 24 CCs) from field 4 to field 2 IMAGR2: Restore -3.851 MilliJy ( 85 CCs) from field 4 to field 6 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore -2.902 MilliJy ( 29 CCs) from field 5 to field 1 IMAGR2: Restore 12.522 MilliJy ( 83 CCs) from field 5 to field 3 IMAGR2: Restore -3.701 MilliJy ( 22 CCs) from field 5 to field 7 IMAGR2: Restore 4.232 MilliJy ( 29 CCs) from field 6 to field 1 IMAGR2: Restore -2.629 MilliJy ( 48 CCs) from field 6 to field 4 IMAGR2: Restore 11.899 MilliJy ( 34 CCs) from field 6 to field 7 IMAGR2: Restore 2.026 MilliJy ( 23 CCs) from field 7 to field 1 IMAGR2: Restore -3.432 MilliJy ( 35 CCs) from field 7 to field 5 IMAGR2: Restore -11.832 MilliJy ( 140 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.076 Jy IMAGR2: Field 2 final Clean flux 36.474 MilliJy IMAGR2: Field 3 final Clean flux -24.242 MilliJy IMAGR2: Field 4 final Clean flux -5.456 MilliJy IMAGR2: Field 5 final Clean flux 21.652 MilliJy IMAGR2: Field 6 final Clean flux 75.850 MilliJy IMAGR2: Field 7 final Clean flux 3.902 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= 84.1 Real= 348 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 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 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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.1112 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23554 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23554 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_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 98.8 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.2 Real= 4 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 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 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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.1112 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_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@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR2: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR2: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR2: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR2: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_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 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 10339 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.370E+04 IMAGR2: UVWAIT: Adding temperance S 6.741E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.225E+07 and out 4.151E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR2: UVWAIT: Average summed weight 3.370E+04 over 20609 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .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 = 4.40687E+08 IMAGR2: Field 1 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 863.369 x 665.853 Milliarcsec, PA= -63.8 IMAGR2: Field 2 Sum of gridding weights = 4.40687E+08 IMAGR2: Field 2 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 863.092 x 665.987 Milliarcsec, PA= -63.8 IMAGR2: Field 3 Sum of gridding weights = 4.40687E+08 IMAGR2: Field 3 Beam min = -157.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 863.734 x 665.973 Milliarcsec, PA= -63.9 IMAGR2: Field 4 Sum of gridding weights = 4.40686E+08 IMAGR2: Field 4 Beam min = -109.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 862.727 x 665.867 Milliarcsec, PA= -63.7 IMAGR2: Field 5 Sum of gridding weights = 4.40687E+08 IMAGR2: Field 5 Beam min = -157.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 864.015 x 665.836 Milliarcsec, PA= -63.9 IMAGR2: Field 6 Sum of gridding weights = 4.40686E+08 IMAGR2: Field 6 Beam min = -109.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 863.006 x 665.732 Milliarcsec, PA= -63.6 IMAGR2: Field 7 Sum of gridding weights = 4.40687E+08 IMAGR2: Field 7 Beam min = -157.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 863.649 x 665.717 Milliarcsec, PA= -63.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -93.8 MilliJy,max = 927.3 MilliJy IMAGR2: Field 2 min = -72.4 MilliJy,max = 150.3 MilliJy IMAGR2: Field 3 min = -84.2 MilliJy,max = 200.9 MilliJy IMAGR2: Field 4 min = -83.2 MilliJy,max = 166.2 MilliJy IMAGR2: Field 5 min = -86.0 MilliJy,max = 168.5 MilliJy IMAGR2: Field 6 min = -86.0 MilliJy,max = 206.5 MilliJy IMAGR2: Field 7 min = -73.6 MilliJy,max = 148.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 92.34 MilliJy IMAGR2: 2933 Residual map points loaded IMAGR2: Field 1 min allowed flux = 443.502 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 528.101 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 528.101 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 = -40.4 MilliJy,max = 399.2 MilliJy IMAGR2: BGC Clean: using 1693 cell beam + residuals > 71.91 MilliJy IMAGR2: 221 Residual map points loaded IMAGR2: Field 1 min allowed flux = 190.917 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 755.435 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 755.435 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -15.9 MilliJy,max = 39.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.638E-02 < Second best 1.815E-01 IMAGR2: Field 1 min = -18.9 MilliJy,max = 171.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.634E-01 < Second best 1.772E-01 IMAGR2: Field 3 min = -15.7 MilliJy,max = 38.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.303E-02 < Second best 1.634E-01 IMAGR2: BGC Clean: using 137 cell beam + residuals > 58.59 MilliJy IMAGR2: 21 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 79.311 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 862.425 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 862.425 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.6 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.295E-02 < Second best 1.417E-01 IMAGR2: Field 7 min = -7.8 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.357E-02 < Second best 1.210E-01 IMAGR2: Field 5 min = -7.1 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.114E-02 < Second best 1.191E-01 IMAGR2: Field 4 min = -7.5 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.124E-02 < Second best 7.542E-02 IMAGR2: Field 1 min = -11.6 MilliJy,max = 73.1 MilliJy IMAGR2: BGC Clean: using 2013 cell beam + residuals > 10.48 MilliJy IMAGR2: 862 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.738 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 913.900 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 913.900 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.6 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.908E-03 < Second best 3.303E-02 IMAGR2: Field 3 min = -4.0 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.282E-03 < Second best 3.209E-02 IMAGR2: Field 1 min = -9.2 MilliJy,max = 31.3 MilliJy IMAGR2: BGC Clean: using 1693 cell beam + residuals > 5.47 MilliJy IMAGR2: 452 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.422 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 935.768 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 935.768 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.5 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.261E-02 < Second best 1.357E-02 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.596E-03 < Second best 1.295E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.708E-03 < Second best 1.261E-02 IMAGR2: BGC Clean: using 137 cell beam + residuals > 4.52 MilliJy IMAGR2: 98 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.485 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 937.150 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 937.150 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.688E-03 < Second best 1.114E-02 IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.682E-03 < Second best 7.908E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.132E-03 < Second best 7.282E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.766E-03 < Second best 6.175E-03 IMAGR2: Field 1 min = -6.0 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 2.36 MilliJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.558 MilliJy iter= 106 IMAGR2: Field 1 Clean flux density= 932.121 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 932.121 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.360E-03 < Second best 4.596E-03 IMAGR2: Field 7 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.655E-03 < Second best 4.360E-03 IMAGR2: BGC Clean: using 137 cell beam + residuals > 2.17 MilliJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.018 MilliJy iter= 49 IMAGR2: Field 2 Clean flux density= -3.604 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 928.517 MilliJy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 2.17 MilliJy IMAGR2: 1487 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.912 MilliJy iter= 61 IMAGR2: Field 6 Clean flux density= 9.170 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 937.687 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 2.17 MilliJy IMAGR2: 1169 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.813 MilliJy iter= 72 IMAGR2: Field 3 Clean flux density= 7.272 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 944.959 MilliJy 288 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.308E-03 < Second best 3.682E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.347E-03 < Second best 3.655E-03 IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 2.17 MilliJy IMAGR2: 904 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.668 MilliJy iter= 70 IMAGR2: Field 7 Clean flux density= 6.686 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 951.645 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 389 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.295 MilliJy iter= 169 IMAGR2: Field 1 Clean flux density= 931.172 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 950.696 MilliJy 421 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 2596 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.534 MilliJy iter= 145 IMAGR2: Field 5 Clean flux density= -5.417 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 945.279 MilliJy 566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR2: 3300 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.519 MilliJy iter= 192 IMAGR2: Field 4 Clean flux density= 9.691 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 954.970 MilliJy 758 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.454E-03 < Second best 2.786E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.348E-03 < Second best 2.690E-03 IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.337E-03 < Second best 2.552E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 1228 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.006 MilliJy iter= 209 IMAGR2: Field 7 Clean flux density= 10.727 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 959.011 MilliJy 897 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 1156 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.992 MilliJy iter= 205 IMAGR2: Field 2 Clean flux density= -7.578 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 955.037 MilliJy 1053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.265E-03 < Second best 2.411E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.209E-03 < Second best 2.348E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1725 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.802 MilliJy iter= 268 IMAGR2: Field 6 Clean flux density= 11.155 MilliJy 268 comps IMAGR2: Total Cleaned flux density = 957.023 MilliJy 1260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.785 MilliJy iter= 316 IMAGR2: Field 3 Clean flux density= 14.244 MilliJy 316 comps IMAGR2: Total Cleaned flux density = 963.995 MilliJy 1504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.083E-03 < Second best 2.209E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.054E-03 < Second best 2.193E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.860E-03 < Second best 2.083E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1900 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.656 MilliJy iter= 391 IMAGR2: Field 5 Clean flux density= -9.654 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 959.759 MilliJy 1750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1933 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.647 MilliJy iter= 462 IMAGR2: Field 4 Clean flux density= 12.503 MilliJy 462 comps IMAGR2: Total Cleaned flux density = 962.571 MilliJy 2020 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.697E-03 < Second best 1.907E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.626E-03 < Second best 1.860E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 73 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.345 MilliJy iter= 215 IMAGR2: Field 1 Clean flux density= 932.340 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 963.739 MilliJy 2066 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.587E-03 < Second best 1.710E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.479E-03 < Second best 1.697E-03 IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1359 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.342 MilliJy iter= 457 IMAGR2: Field 7 Clean flux density= 12.961 MilliJy 457 comps IMAGR2: Total Cleaned flux density = 965.973 MilliJy 2314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1041 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.323 MilliJy iter= 445 IMAGR2: Field 2 Clean flux density= -6.914 MilliJy 445 comps IMAGR2: Total Cleaned flux density = 966.636 MilliJy 2554 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 391 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.259 MilliJy iter= 398 IMAGR2: Field 6 Clean flux density= 12.702 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 968.183 MilliJy 2684 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.437E-03 < Second best 1.578E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.371E-03 < Second best 1.479E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1680 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.143 MilliJy iter= 617 IMAGR2: Field 3 Clean flux density= 17.173 MilliJy 617 comps IMAGR2: Total Cleaned flux density = 971.111 MilliJy 2985 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1768 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.116 MilliJy iter= 712 IMAGR2: Field 5 Clean flux density= -10.208 MilliJy 712 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 970.558 MilliJy 3306 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 2758 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.146 MilliJy iter= 894 IMAGR2: Field 4 Clean flux density= 8.467 MilliJy 894 comps IMAGR2: Total Cleaned flux density = 966.522 MilliJy 3738 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.092E-03 < Second best 1.286E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.129E-03 < Second best 1.267E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.067E-03 < Second best 1.206E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 903.56 MicroJy IMAGR2: 1306 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -979.762 MicroJy iter= 714 IMAGR2: Field 6 Clean flux density= 7.414 MilliJy 714 comps IMAGR2: Total Cleaned flux density = 961.234 MilliJy 4054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 900.76 MicroJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -940.570 MicroJy iter= 631 IMAGR2: Field 7 Clean flux density= 12.761 MilliJy 631 comps IMAGR2: Total Cleaned flux density = 961.033 MilliJy 4228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.024E-03 < Second best 1.094E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 812.71 MicroJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -886.175 MicroJy iter= 1001 IMAGR2: Field 3 Clean flux density= 22.479 MilliJy 1001 comps IMAGR2: Total Cleaned flux density = 966.340 MilliJy 4612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.885E-04 < Second best 1.070E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.791E-04 < Second best 1.067E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 750.18 MicroJy IMAGR2: 1885 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -820.318 MicroJy iter= 879 IMAGR2: Field 2 Clean flux density= -2.265 MilliJy 879 comps IMAGR2: Total Cleaned flux density = 970.989 MilliJy 5046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.09 MicroJy IMAGR2: 974 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -787.639 MicroJy iter= 1170 IMAGR2: Field 4 Clean flux density= 9.669 MilliJy 1170 comps IMAGR2: Total Cleaned flux density = 972.191 MilliJy 5322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 751.01 MicroJy IMAGR2: 3336 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -832.968 MicroJy iter= 1301 IMAGR2: Field 5 Clean flux density= -9.690 MilliJy 1301 comps IMAGR2: Total Cleaned flux density = 972.709 MilliJy 5911 comps IMAGR2: ALGSTB: All 530 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 519- 0 Cells, with 10339 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 724.73 MicroJy IMAGR2: 1438 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 776.832 MicroJy iter= 1087 IMAGR2: Field 6 Clean flux density= 5.509 MilliJy 1087 comps IMAGR2: Total Cleaned flux density = 970.804 MilliJy 6284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -977.3 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.19 MicroJy IMAGR2: 277 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -719.369 MicroJy iter= 753 IMAGR2: Field 7 Clean flux density= 11.212 MilliJy 753 comps IMAGR2: Total Cleaned flux density = 969.256 MilliJy 6406 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -956.9 MicroJy,max = 924.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.656E-04 < Second best 8.499E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.71 MicroJy IMAGR2: 725 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -701.899 MicroJy iter= 1248 IMAGR2: Field 3 Clean flux density= 25.509 MilliJy 1248 comps IMAGR2: Total Cleaned flux density = 972.285 MilliJy 6653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.372E-04 < Second best 7.865E-04 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.75 MicroJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 2 min Clean flux = -666.537 MicroJy iter= 1011 IMAGR2: Field 2 Clean flux density= -854.939 MicroJy 1011 comps IMAGR2: Total Cleaned flux density = 973.695 MilliJy 6785 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -968.7 MicroJy,max = 827.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.030E-04 < Second best 7.549E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.92 MicroJy IMAGR2: 2816 Residual map points loaded IMAGR2: Field 4 min Clean flux = -667.025 MicroJy iter= 1442 IMAGR2: Field 4 Clean flux density= 10.690 MilliJy 1442 comps IMAGR2: Total Cleaned flux density = 974.717 MilliJy 7057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 981.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 525.26 MicroJy IMAGR2: 2655 Residual map points loaded IMAGR2: Field 6 min Clean flux = -665.464 MicroJy iter= 1134 IMAGR2: Field 6 Clean flux density= 4.885 MilliJy 1134 comps IMAGR2: Total Cleaned flux density = 974.093 MilliJy 7104 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.25 MicroJy IMAGR2: 4827 Residual map points loaded IMAGR2: Field 5 min Clean flux = 666.887 MicroJy iter= 1399 IMAGR2: Field 5 Clean flux density= -11.306 MilliJy 1399 comps IMAGR2: Total Cleaned flux density = 972.476 MilliJy 7202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -943.9 MicroJy,max = 794.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.78 MicroJy IMAGR2: 548 Residual map points loaded IMAGR2: Field 1 min Clean flux = -663.889 MicroJy iter= 218 IMAGR2: Field 1 Clean flux density= 932.275 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 972.411 MilliJy 7205 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.73 MicroJy IMAGR2: 6622 Residual map points loaded IMAGR2: Field 7 min Clean flux = -666.865 MicroJy iter= 837 IMAGR2: Field 7 Clean flux density= 9.394 MilliJy 837 comps IMAGR2: Total Cleaned flux density = 970.593 MilliJy 7289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 949.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 386.47 MicroJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 3 min Clean flux = -666.262 MicroJy iter= 1256 IMAGR2: Field 3 Clean flux density= 25.641 MilliJy 1256 comps IMAGR2: Total Cleaned flux density = 970.725 MilliJy 7297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 667.025 less than limit 667.028 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 218 to 79 components IMAGR2: Field 2 compressed from 1011 to 690 components IMAGR2: Field 3 compressed from 1256 to 818 components IMAGR2: Field 4 compressed from 1442 to 976 components IMAGR2: Field 5 compressed from 1399 to 944 components IMAGR2: Field 6 compressed from 1134 to 748 components IMAGR2: Field 7 compressed from 837 to 580 components IMAGR2: Field 1 min = -914.1 MicroJy,max = 769.6 MicroJy IMAGR2: Field 2 min = -995.9 MicroJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 946.9 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -999.9 MicroJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 978.0 MicroJy IMAGR2: Field 7 min = -954.2 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-198.987 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore-281.248 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore -2.572 MilliJy ( 23 CCs) from field 1 to field 4 IMAGR2: Restore-403.117 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore-189.517 MicroJy ( 6 CCs) from field 1 to field 6 IMAGR2: Restore 240.247 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 149.556 MicroJy ( 16 CCs) from field 2 to field 1 IMAGR2: Restore 807.813 MicroJy ( 13 CCs) from field 2 to field 3 IMAGR2: Restore -1.377 MilliJy ( 116 CCs) from field 2 to field 4 IMAGR2: Restore-457.312 MicroJy ( 20 CCs) from field 3 to field 1 IMAGR2: Restore 1.837 MilliJy ( 48 CCs) from field 3 to field 2 IMAGR2: Restore 4.162 MilliJy ( 90 CCs) from field 3 to field 5 IMAGR2: Restore -1.406 MilliJy ( 39 CCs) from field 4 to field 1 IMAGR2: Restore-924.072 MicroJy ( 47 CCs) from field 4 to field 2 IMAGR2: Restore-466.791 MicroJy ( 65 CCs) from field 4 to field 6 IMAGR2: Restore-667.084 MicroJy ( 32 CCs) from field 5 to field 1 IMAGR2: Restore-375.550 MicroJy ( 36 CCs) from field 5 to field 3 IMAGR2: Restore -1.682 MilliJy ( 65 CCs) from field 5 to field 7 IMAGR2: Restore 2.465 MilliJy ( 34 CCs) from field 6 to field 1 IMAGR2: Restore 1.311 MilliJy ( 52 CCs) from field 6 to field 4 IMAGR2: Restore 1.993 MilliJy ( 42 CCs) from field 6 to field 7 IMAGR2: Restore 510.636 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore 2.005 MilliJy ( 96 CCs) from field 7 to field 5 IMAGR2: Restore 632.358 MicroJy ( 15 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 932.869 MilliJy IMAGR2: Field 2 final Clean flux -141.350 MicroJy IMAGR2: Field 3 final Clean flux 25.792 MilliJy IMAGR2: Field 4 final Clean flux 8.052 MilliJy IMAGR2: Field 5 final Clean flux -5.542 MilliJy IMAGR2: Field 6 final Clean flux 4.861 MilliJy IMAGR2: Field 7 final Clean flux 9.945 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 82.0 Real= 330 numbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 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 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_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.1112 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_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@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_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 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.08741 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.23321 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23321 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_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 95.0 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.2 Real= 5 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 troyed 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 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.08741 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_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 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 16725 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.607E+04 IMAGR2: UVWAIT: Adding temperance S 1.521E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.271E+07 and out 7.425E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 7.607E+04 over 33450 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .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 = 7.88255E+08 IMAGR2: Field 1 Beam min = -162.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 818.316 x 638.043 Milliarcsec, PA= -61.1 IMAGR2: Field 2 Sum of gridding weights = 7.88255E+08 IMAGR2: Field 2 Beam min = -162.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 818.083 x 638.216 Milliarcsec, PA= -61.1 IMAGR2: Field 3 Sum of gridding weights = 7.88255E+08 IMAGR2: Field 3 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 818.565 x 638.225 Milliarcsec, PA= -61.2 IMAGR2: Field 4 Sum of gridding weights = 7.88254E+08 IMAGR2: Field 4 Beam min = -137.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 817.836 x 638.033 Milliarcsec, PA= -61.0 IMAGR2: Field 5 Sum of gridding weights = 7.88255E+08 IMAGR2: Field 5 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 818.799 x 638.052 Milliarcsec, PA= -61.1 IMAGR2: Field 6 Sum of gridding weights = 7.88254E+08 IMAGR2: Field 6 Beam min = -153.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 818.069 x 637.860 Milliarcsec, PA= -60.9 IMAGR2: Field 7 Sum of gridding weights = 7.88255E+08 IMAGR2: Field 7 Beam min = -162.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 818.550 x 637.869 Milliarcsec, PA= -61.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.7 MilliJy,max = 20.3 MilliJy IMAGR2: Field 2 min = -2.3 MilliJy,max = 5.4 MilliJy IMAGR2: Field 3 min = -2.4 MilliJy,max = 8.3 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.8 MilliJy IMAGR2: Field 5 min = -2.0 MilliJy,max = 7.5 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 7.6 MilliJy IMAGR2: Field 7 min = -2.3 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.42 MilliJy IMAGR2: 8092 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.945 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 18.479 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 18.479 MilliJy 13 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 = -2.2 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 1061 cell beam + residuals > 1.88 MilliJy IMAGR2: 2052 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.724 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 29.962 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 29.962 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.862E-03 < Second best 5.164E-03 IMAGR2: Field 2 min = -930.8 MicroJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.656E-03 < Second best 5.094E-03 IMAGR2: Field 4 min = -818.3 MicroJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.133E-03 < Second best 4.866E-03 IMAGR2: Field 3 min = -938.3 MicroJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.564E-03 < Second best 4.532E-03 IMAGR2: Field 6 min = -989.2 MicroJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.188E-03 < Second best 4.495E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 1.11 MilliJy IMAGR2: 1328 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.187 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 35.699 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 35.699 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -693.8 MicroJy,max = 936.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.239E-04 < Second best 2.082E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 644.21 MicroJy IMAGR2: 2197 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.017 MilliJy iter= 74 IMAGR2: Field 1 Clean flux density= 39.153 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 39.153 MilliJy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -765.5 MicroJy,max = 775.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.425E-04 < Second best 1.656E-03 IMAGR2: Field 2 min = -720.8 MicroJy,max = 842.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.057E-04 < Second best 1.564E-03 IMAGR2: Field 3 min = -667.9 MicroJy,max = 787.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.531E-04 < Second best 1.188E-03 IMAGR2: Field 6 min = -653.8 MicroJy,max = 724.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.935E-04 < Second best 1.133E-03 IMAGR2: Field 4 min = -697.6 MicroJy,max = 709.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.627E-04 < Second best 9.695E-04 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 427.41 MicroJy IMAGR2: 7377 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 749.250 MicroJy iter= 155 IMAGR2: Field 1 Clean flux density= 44.420 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 44.420 MilliJy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -664.7 MicroJy,max = 656.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.366E-04 < Second best 7.531E-04 IMAGR2: Field 3 min = -614.1 MicroJy,max = 648.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.207E-04 < Second best 7.425E-04 IMAGR2: Field 7 min = -666.4 MicroJy,max = 652.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.382E-04 < Second best 7.239E-04 IMAGR2: Field 5 min = -678.0 MicroJy,max = 659.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.848E-04 < Second best 7.162E-04 IMAGR2: Field 1 min = -689.1 MicroJy,max = 697.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.49 MicroJy IMAGR2: 4977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -552.202 MicroJy iter= 240 IMAGR2: Field 1 Clean flux density= 43.849 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 43.849 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 min = -582.0 MicroJy,max = 602.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.576E-04 < Second best 6.627E-04 IMAGR2: Field 4 min = -641.4 MicroJy,max = 658.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.070E-04 < Second best 6.382E-04 IMAGR2: Field 7 min = -612.8 MicroJy,max = 629.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.024E-04 < Second best 6.366E-04 IMAGR2: Field 2 min = -607.1 MicroJy,max = 616.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.900E-04 < Second best 6.207E-04 IMAGR2: Field 3 min = -589.8 MicroJy,max = 601.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.764E-04 < Second best 6.070E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 361.96 MicroJy IMAGR2: 1586 Residual map points loaded IMAGR2: Field 4 min Clean flux = -523.262 MicroJy iter= 8 IMAGR2: Field 4 Clean flux density= 120.219 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 43.970 MilliJy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -608.4 MicroJy,max = 626.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 358.22 MicroJy IMAGR2: 2926 Residual map points loaded IMAGR2: Field 7 min Clean flux = -522.567 MicroJy iter= 26 IMAGR2: Field 7 Clean flux density= 5.609 MicroJy 26 comps IMAGR2: Total Cleaned flux density = 43.975 MilliJy 274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -595.3 MicroJy,max = 615.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.26 MicroJy IMAGR2: 2703 Residual map points loaded IMAGR2: Field 2 min Clean flux = -522.641 MicroJy iter= 13 IMAGR2: Field 2 Clean flux density= 168.560 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 44.144 MilliJy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -563.8 MicroJy,max = 556.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.333E-04 < Second best 5.764E-04 IMAGR2: Field 3 min = -567.2 MicroJy,max = 541.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 338.27 MicroJy IMAGR2: 2641 Residual map points loaded IMAGR2: Field 3 min Clean flux = -523.436 MicroJy iter= 6 IMAGR2: Field 3 Clean flux density= -109.193 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 44.035 MilliJy 293 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -552.5 MicroJy,max = 548.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.42 MicroJy IMAGR2: 3335 Residual map points loaded IMAGR2: Field 6 min Clean flux = 513.912 MicroJy iter= 4 IMAGR2: Field 6 Clean flux density= -1.346 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 44.033 MilliJy 297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -563.1 MicroJy,max = 557.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.81 MicroJy IMAGR2: 3675 Residual map points loaded IMAGR2: Field 5 min Clean flux = 522.552 MicroJy iter= 4 IMAGR2: Field 5 Clean flux density= 108.431 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 44.142 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -595.3 MicroJy,max = 572.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 266.53 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min Clean flux = -508.901 MicroJy iter= 242 IMAGR2: Field 1 Clean flux density= 43.851 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 44.143 MilliJy 303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 523.436 less than limit 524.445 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 242 to 129 components IMAGR2: Field 2 compressed from 13 to 10 components IMAGR2: Field 3 compressed from 6 to 6 components IMAGR2: Field 4 compressed from 8 to 7 components IMAGR2: Field 5 compressed from 4 to 4 components IMAGR2: Field 6 compressed from 4 to 4 components IMAGR2: Field 7 compressed from 26 to 22 components IMAGR2: Field 1 min = -593.7 MicroJy,max = 574.3 MicroJy IMAGR2: Field 2 min = -541.9 MicroJy,max = 573.5 MicroJy IMAGR2: Field 3 min = -560.6 MicroJy,max = 528.6 MicroJy IMAGR2: Field 4 min = -623.7 MicroJy,max = 637.0 MicroJy IMAGR2: Field 5 min = -564.3 MicroJy,max = 522.6 MicroJy IMAGR2: Field 6 min = -548.1 MicroJy,max = 550.6 MicroJy IMAGR2: Field 7 min = -580.5 MicroJy,max = 543.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -57.549 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore -29.852 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore -68.244 MicroJy ( 11 CCs) from field 1 to field 4 IMAGR2: Restore-144.191 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore-124.789 MicroJy ( 13 CCs) from field 1 to field 6 IMAGR2: Restore 57.915 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 165.670 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore 338.624 MicroJy ( 4 CCs) from field 2 to field 3 IMAGR2: Restore-109.192 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore-109.192 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 229.085 MicroJy ( 3 CCs) from field 4 to field 2 IMAGR2: Restore-147.991 Nano Jy ( 2 CCs) from field 4 to field 6 IMAGR2: Restore 55.712 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR2: Restore 54.020 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore 51.391 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR2: Restore 53.711 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 226.020 MicroJy ( 3 CCs) from field 7 to field 5 IMAGR2: Restore -54.906 MicroJy ( 9 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 44.071 MilliJy IMAGR2: Field 2 final Clean flux 230.904 MicroJy IMAGR2: Field 3 final Clean flux 199.579 MicroJy IMAGR2: Field 4 final Clean flux 51.975 MicroJy IMAGR2: Field 5 final Clean flux 190.259 MicroJy IMAGR2: Field 6 final Clean flux -181.190 MicroJy IMAGR2: Field 7 final Clean flux 114.915 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= 29.7 Real= 122 troyed 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 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.08741 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23325 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23325 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_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 95.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.2 Real= 4 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 troyed 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 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.08741 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_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@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_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 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5200 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.039E+04 IMAGR2: UVWAIT: Adding temperance S 6.078E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.649E+07 and out 1.986E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.130 due to weighting IMAGR2: UVWAIT: Average summed weight 3.039E+04 over 10400 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 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.10885E+08 IMAGR2: Field 1 Beam min = -130.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 844.218 x 709.500 Milliarcsec, PA= -63.6 IMAGR2: Field 2 Sum of gridding weights = 2.10885E+08 IMAGR2: Field 2 Beam min = -113.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 843.998 x 709.677 Milliarcsec, PA= -63.7 IMAGR2: Field 3 Sum of gridding weights = 2.10884E+08 IMAGR2: Field 3 Beam min = -123.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 844.504 x 709.666 Milliarcsec, PA= -63.8 IMAGR2: Field 4 Sum of gridding weights = 2.10884E+08 IMAGR2: Field 4 Beam min = -98.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 843.713 x 709.512 Milliarcsec, PA= -63.5 IMAGR2: Field 5 Sum of gridding weights = 2.10883E+08 IMAGR2: Field 5 Beam min = -103.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 844.730 x 709.487 Milliarcsec, PA= -63.7 IMAGR2: Field 6 Sum of gridding weights = 2.10884E+08 IMAGR2: Field 6 Beam min = -120.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 843.936 x 709.334 Milliarcsec, PA= -63.5 IMAGR2: Field 7 Sum of gridding weights = 2.10884E+08 IMAGR2: Field 7 Beam min = -117.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 844.443 x 709.322 Milliarcsec, PA= -63.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.1 MilliJy,max = 76.0 MilliJy IMAGR2: Field 2 min = -7.8 MilliJy,max = 27.7 MilliJy IMAGR2: Field 3 min = -7.9 MilliJy,max = 42.6 MilliJy IMAGR2: Field 4 min = -8.1 MilliJy,max = 25.0 MilliJy IMAGR2: Field 5 min = -7.2 MilliJy,max = 26.4 MilliJy IMAGR2: Field 6 min = -9.5 MilliJy,max = 43.4 MilliJy IMAGR2: Field 7 min = -9.9 MilliJy,max = 28.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.20 MilliJy IMAGR2: 2374 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 43.759 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 40.854 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 40.854 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 = -5.5 MilliJy,max = 39.4 MilliJy IMAGR2: BGC Clean: using 1985 cell beam + residuals > 9.84 MilliJy IMAGR2: 756 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.857 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 74.002 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 74.002 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.266E-02 < Second best 3.272E-02 IMAGR2: Field 3 min = -3.8 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.139E-02 < Second best 2.748E-02 IMAGR2: Field 7 min = -3.9 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.767E-03 < Second best 2.641E-02 IMAGR2: Field 2 min = -3.2 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.867E-03 < Second best 2.212E-02 IMAGR2: Field 4 min = -3.7 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.999E-03 < Second best 2.101E-02 IMAGR2: Field 5 min = -3.5 MilliJy,max = 8.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.494E-03 < Second best 1.890E-02 IMAGR2: Field 1 min = -4.0 MilliJy,max = 19.6 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.85 MilliJy IMAGR2: 5265 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.753 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 96.398 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 96.398 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.892E-03 < Second best 1.139E-02 IMAGR2: Field 3 min = -3.0 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.473E-03 < Second best 9.286E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 3.29 MilliJy IMAGR2: 1107 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.695 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 108.343 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 108.343 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.531E-03 < Second best 7.867E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.122E-03 < Second best 7.767E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.687E-03 < Second best 6.892E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.037E-03 < Second best 6.494E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.502E-03 < Second best 5.473E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.805E-03 < Second best 4.474E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.86 MilliJy IMAGR2: 5441 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.017 MilliJy iter= 97 IMAGR2: Field 1 Clean flux density= 122.104 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 122.104 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.460E-03 < Second best 3.805E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.918E-03 < Second best 3.687E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.691E-03 < Second best 3.531E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.371E-03 < Second best 3.502E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.502E-03 < Second best 3.122E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.425E-03 < Second best 2.918E-03 IMAGR2: BGC Clean: using 1513 cell beam + residuals > 1.59 MilliJy IMAGR2: 842 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.934 MilliJy iter= 23 IMAGR2: Field 3 Clean flux density= 4.763 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 126.867 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 1.49 MilliJy IMAGR2: 3022 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.045 MilliJy iter= 151 IMAGR2: Field 1 Clean flux density= 126.000 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 130.763 MilliJy 174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.967E-03 < Second best 2.502E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.823E-03 < Second best 2.460E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.824E-03 < Second best 2.425E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.811E-03 < Second best 2.371E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.21 MilliJy IMAGR2: 683 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.434 MilliJy iter= 35 IMAGR2: Field 4 Clean flux density= 3.418 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 134.181 MilliJy 209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.817E-03 < Second best 1.956E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 1.12 MilliJy IMAGR2: 3772 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.399 MilliJy iter= 208 IMAGR2: Field 1 Clean flux density= 126.649 MilliJy 208 comps IMAGR2: Total Cleaned flux density = 134.830 MilliJy 266 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.342E-03 < Second best 1.824E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.478E-03 < Second best 1.823E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.537E-03 < Second best 1.817E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.567E-03 < Second best 1.811E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.425E-03 < Second best 1.567E-03 IMAGR2: BGC Clean: using 461 cell beam + residuals > 987.05 MicroJy IMAGR2: 809 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.162 MilliJy iter= 50 IMAGR2: Field 7 Clean flux density= 3.171 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 138.001 MilliJy 316 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.398E-03 < Second best 1.478E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 987.05 MicroJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.109 MilliJy iter= 40 IMAGR2: Field 6 Clean flux density= -442.131 MicroJy 40 comps IMAGR2: Total Cleaned flux density = 137.559 MilliJy 356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.248E-03 < Second best 1.398E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 987.05 MicroJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.055 MilliJy iter= 25 IMAGR2: Field 5 Clean flux density= 607.994 MicroJy 25 comps IMAGR2: Total Cleaned flux density = 138.167 MilliJy 381 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.094E-03 < Second best 1.342E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.165E-03 < Second best 1.340E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-03 < Second best 1.248E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 806.57 MicroJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -947.942 MicroJy iter= 70 IMAGR2: Field 2 Clean flux density= -1.501 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 136.666 MilliJy 451 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.032E-03 < Second best 1.141E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.1 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 1.030E-03 < Second best 1.112E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.217E-04 < Second best 1.094E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.638E-04 < Second best 1.061E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.434E-04 < Second best 1.032E-03 IMAGR2: BGC Clean: using 459 cell beam + residuals > 733.35 MicroJy IMAGR2: 1052 Residual map points loaded IMAGR2: Field 3 min Clean flux = 936.623 MicroJy iter= 44 IMAGR2: Field 3 Clean flux density= 6.042 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 137.945 MilliJy 472 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 733.35 MicroJy IMAGR2: 2133 Residual map points loaded IMAGR2: Field 1 min Clean flux = -940.504 MicroJy iter= 237 IMAGR2: Field 1 Clean flux density= 125.948 MilliJy 237 comps IMAGR2: Total Cleaned flux density = 137.244 MilliJy 501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.866E-04 < Second best 9.638E-04 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 673.08 MicroJy IMAGR2: 1016 Residual map points loaded IMAGR2: Field 4 min Clean flux = 922.173 MicroJy iter= 38 IMAGR2: Field 4 Clean flux density= 3.510 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 137.337 MilliJy 504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.758E-04 < Second best 9.217E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 997.5 MicroJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 620.97 MicroJy IMAGR2: 2123 Residual map points loaded IMAGR2: Field 7 min Clean flux = 928.484 MicroJy iter= 51 IMAGR2: Field 7 Clean flux density= 3.264 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 137.430 MilliJy 505 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 237 to 137 components IMAGR2: Field 2 compressed from 70 to 55 components IMAGR2: Field 3 compressed from 44 to 36 components IMAGR2: Field 4 compressed from 38 to 29 components IMAGR2: Field 5 compressed from 25 to 23 components IMAGR2: Field 6 compressed from 40 to 34 components IMAGR2: Field 7 compressed from 51 to 39 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 990.3 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -48.212 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 4.051 MilliJy ( 12 CCs) from field 1 to field 3 IMAGR2: Restore 3.873 MilliJy ( 16 CCs) from field 1 to field 4 IMAGR2: Restore 2.176 MilliJy ( 13 CCs) from field 1 to field 5 IMAGR2: Restore 5.293 MilliJy ( 15 CCs) from field 1 to field 6 IMAGR2: Restore 902.959 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore 216.521 MicroJy ( 13 CCs) from field 2 to field 1 IMAGR2: Restore-202.376 MicroJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore-100.476 MicroJy ( 3 CCs) from field 2 to field 4 IMAGR2: Restore 1.513 MilliJy ( 7 CCs) from field 3 to field 1 IMAGR2: Restore 1.088 MilliJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 513.351 MicroJy ( 3 CCs) from field 3 to field 5 IMAGR2: Restore 485.231 MicroJy ( 8 CCs) from field 4 to field 1 IMAGR2: Restore 308.692 MicroJy ( 5 CCs) from field 4 to field 2 IMAGR2: Restore 661.075 MicroJy ( 6 CCs) from field 4 to field 6 IMAGR2: Restore 346.739 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore -4.062 MicroJy ( 4 CCs) from field 5 to field 3 IMAGR2: Restore-106.216 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR2: Restore-132.233 MicroJy ( 9 CCs) from field 6 to field 1 IMAGR2: Restore 388.447 Nano Jy ( 2 CCs) from field 6 to field 4 IMAGR2: Restore -9.372 MicroJy ( 6 CCs) from field 6 to field 7 IMAGR2: Restore 418.721 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore 376.226 MicroJy ( 4 CCs) from field 7 to field 5 IMAGR2: Restore 1.364 MilliJy ( 9 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 128.796 MilliJy IMAGR2: Field 2 final Clean flux -152.849 MicroJy IMAGR2: Field 3 final Clean flux 9.887 MilliJy IMAGR2: Field 4 final Clean flux 7.284 MilliJy IMAGR2: Field 5 final Clean flux 3.674 MilliJy IMAGR2: Field 6 final Clean flux 6.875 MilliJy IMAGR2: Field 7 final Clean flux 4.052 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= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 37.2 Real= 155 troyed 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 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.08741 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_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: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_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@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 71 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 72 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 73 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 74 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 75 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 76 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 77 disk= 1 AIPS 2: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 2: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 2: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 2: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_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 98.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.2 Real= 5 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR2: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR2: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR2: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_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 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4476 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.677E+04 IMAGR2: UVWAIT: Adding temperance S 5.354E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.363E+07 and out 1.620E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.126 due to weighting IMAGR2: UVWAIT: Average summed weight 2.677E+04 over 8737 vis IMAGR2: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR2: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 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.71970E+08 IMAGR2: Field 1 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 886.936 x 702.075 Milliarcsec, PA= -71.0 IMAGR2: Field 2 Sum of gridding weights = 1.71970E+08 IMAGR2: Field 2 Beam min = -138.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 886.718 x 702.216 Milliarcsec, PA= -71.1 IMAGR2: Field 3 Sum of gridding weights = 1.71970E+08 IMAGR2: Field 3 Beam min = -128.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 887.392 x 702.173 Milliarcsec, PA= -71.1 IMAGR2: Field 4 Sum of gridding weights = 1.71970E+08 IMAGR2: Field 4 Beam min = -120.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 886.263 x 702.116 Milliarcsec, PA= -70.9 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 Sum of gridding weights = 1.71969E+08 IMAGR2: Field 5 Beam min = -128.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 887.613 x 702.031 Milliarcsec, PA= -71.1 IMAGR2: Field 6 Sum of gridding weights = 1.71970E+08 IMAGR2: Field 6 Beam min = -142.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 886.483 x 701.976 Milliarcsec, PA= -70.9 IMAGR2: Field 7 Sum of gridding weights = 1.71970E+08 IMAGR2: Field 7 Beam min = -117.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 887.155 x 701.934 Milliarcsec, PA= -71.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -28.3 MilliJy,max = 316.3 MilliJy IMAGR2: Field 2 min = -28.4 MilliJy,max = 111.3 MilliJy IMAGR2: Field 3 min = -35.5 MilliJy,max = 146.4 MilliJy IMAGR2: Field 4 min = -33.3 MilliJy,max = 102.2 MilliJy IMAGR2: Field 5 min = -36.1 MilliJy,max = 103.9 MilliJy IMAGR2: Field 6 min = -35.0 MilliJy,max = 133.3 MilliJy IMAGR2: Field 7 min = -27.6 MilliJy,max = 110.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 65.98 MilliJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 207.515 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 129.522 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 129.522 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 = -17.2 MilliJy,max = 186.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.29 MilliJy IMAGR2: 438 Residual map points loaded IMAGR2: Field 1 min allowed flux = 89.330 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 235.892 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 235.892 MilliJy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.9 MilliJy,max = 39.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.164E-02 < Second best 1.146E-01 IMAGR2: Field 6 min = -9.8 MilliJy,max = 35.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.062E-02 < Second best 1.061E-01 IMAGR2: Field 2 min = -7.6 MilliJy,max = 30.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.865E-02 < Second best 1.048E-01 IMAGR2: Field 7 min = -8.0 MilliJy,max = 30.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.901E-02 < Second best 8.544E-02 IMAGR2: Field 5 min = -9.4 MilliJy,max = 27.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.253E-02 < Second best 8.498E-02 IMAGR2: Field 1 min = -8.6 MilliJy,max = 80.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.649E-02 < Second best 8.302E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 27.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.363E-02 < Second best 7.649E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.77 MilliJy IMAGR2: 1015 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.546 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 287.704 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 287.704 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 35.6 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 9.81 MilliJy IMAGR2: 245 Residual map points loaded IMAGR2: Field 1 min allowed flux = 17.060 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 310.390 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 310.390 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.385E-03 < Second best 3.062E-02 IMAGR2: Field 6 min = -3.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.785E-03 < Second best 2.901E-02 IMAGR2: Field 7 min = -3.6 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.023E-03 < Second best 2.865E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.359E-03 < Second best 2.363E-02 IMAGR2: Field 4 min = -3.2 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.296E-03 < Second best 2.253E-02 IMAGR2: Field 5 min = -3.4 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.173E-03 < Second best 1.623E-02 IMAGR2: Field 1 min = -5.9 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.56 MilliJy IMAGR2: 1257 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.539 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 319.698 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 319.698 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 7.2 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.65 MilliJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.831 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 319.061 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 319.061 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.255E-03 < Second best 6.359E-03 IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.231E-03 < Second best 6.023E-03 IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.660E-03 < Second best 5.785E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.574E-03 < Second best 5.296E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.512E-03 < Second best 5.173E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.607E-03 < Second best 3.651E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.58 MilliJy IMAGR2: 3075 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.309 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 319.447 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 319.447 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.382E-03 < Second best 3.231E-03 IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.76 MilliJy IMAGR2: 482 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.150 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 1.739 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 321.186 MilliJy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.400E-03 < Second best 2.607E-03 IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.253E-03 < Second best 2.574E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.012E-03 < Second best 2.512E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.176E-03 < Second best 2.400E-03 IMAGR2: BGC Clean: using 1471 cell beam + residuals > 1.39 MilliJy IMAGR2: 2923 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.785 MilliJy iter= 41 IMAGR2: Field 7 Clean flux density= 3.187 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 324.374 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.880E-03 < Second best 2.253E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.989E-03 < Second best 2.204E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.995E-03 < Second best 2.176E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.42 MilliJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.656 MilliJy iter= 30 IMAGR2: Field 4 Clean flux density= -1.224 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 323.149 MilliJy 197 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.836E-03 < Second best 2.012E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.704E-03 < Second best 1.995E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.31 MilliJy IMAGR2: 831 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.552 MilliJy iter= 141 IMAGR2: Field 1 Clean flux density= 318.362 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 322.064 MilliJy 237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.31 MilliJy IMAGR2: 504 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.518 MilliJy iter= 42 IMAGR2: Field 5 Clean flux density= 673.825 MicroJy 42 comps IMAGR2: Total Cleaned flux density = 322.738 MilliJy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.646E-03 < Second best 1.836E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.31 MilliJy IMAGR2: 681 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.515 MilliJy iter= 73 IMAGR2: Field 2 Clean flux density= 3.783 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 324.782 MilliJy 327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.576E-03 < Second best 1.704E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.22 MilliJy IMAGR2: 75 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.274 MilliJy iter= 20 IMAGR2: Field 6 Clean flux density= -30.001 MicroJy 20 comps IMAGR2: Total Cleaned flux density = 324.752 MilliJy 347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.22 MilliJy IMAGR2: 145 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.303 MilliJy iter= 27 IMAGR2: Field 3 Clean flux density= -2.709 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 322.043 MilliJy 374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.400E-03 < Second best 1.576E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.04 MilliJy IMAGR2: 2314 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.271 MilliJy iter= 131 IMAGR2: Field 7 Clean flux density= 6.655 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 325.511 MilliJy 464 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.254E-03 < Second best 1.453E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.277E-03 < Second best 1.450E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.07 MicroJy IMAGR2: 3538 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.182 MilliJy iter= 238 IMAGR2: Field 2 Clean flux density= 910.374 MicroJy 238 comps IMAGR2: Total Cleaned flux density = 322.638 MilliJy 629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 882.62 MicroJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.012 MilliJy iter= 99 IMAGR2: Field 4 Clean flux density= 248.658 MicroJy 99 comps IMAGR2: Total Cleaned flux density = 324.111 MilliJy 698 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 880.22 MicroJy IMAGR2: 1720 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.062 MilliJy iter= 193 IMAGR2: Field 5 Clean flux density= 1.813 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 325.250 MilliJy 849 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.927E-04 < Second best 1.247E-03 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.011E-03 < Second best 1.218E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.948E-04 < Second best 1.218E-03 IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.023E-03 < Second best 1.132E-03 IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.983E-04 < Second best 1.023E-03 IMAGR2: BGC Clean: using 449 cell beam + residuals > 745.48 MicroJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.007 MilliJy iter= 139 IMAGR2: Field 7 Clean flux density= 7.279 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 325.873 MilliJy 857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.196E-04 < Second best 1.011E-03 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 549.74 MicroJy IMAGR2: 5837 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.011 MilliJy iter= 30 IMAGR2: Field 3 Clean flux density= -3.017 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 325.566 MilliJy 860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 540.81 MicroJy IMAGR2: 7782 Residual map points loaded IMAGR2: Field 6 min Clean flux = 994.934 MicroJy iter= 24 IMAGR2: Field 6 Clean flux density= 375.869 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 325.972 MilliJy 864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 539.83 MicroJy IMAGR2: 5372 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.008 MilliJy iter= 143 IMAGR2: Field 1 Clean flux density= 318.361 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 325.970 MilliJy 866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.012 less than limit 1.014 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 143 to 42 components IMAGR2: Field 2 compressed from 238 to 169 components IMAGR2: Field 3 compressed from 30 to 25 components IMAGR2: Field 4 compressed from 99 to 77 components IMAGR2: Field 5 compressed from 193 to 145 components IMAGR2: Field 6 compressed from 24 to 20 components IMAGR2: Field 7 compressed from 139 to 107 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 979.0 MicroJy IMAGR2: Field 2 min = -991.7 MicroJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-574.287 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore-845.377 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore -65.745 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 1.871 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Restore-181.579 MicroJy ( 5 CCs) from field 2 to field 3 IMAGR2: Restore 1.812 MilliJy ( 14 CCs) from field 2 to field 4 IMAGR2: Restore-140.252 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 329.029 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore 1.426 MilliJy ( 7 CCs) from field 4 to field 2 IMAGR2: Restore 42.716 MicroJy ( 5 CCs) from field 4 to field 6 IMAGR2: Restore-534.888 MicroJy ( 8 CCs) from field 5 to field 1 IMAGR2: Restore -1.147 MilliJy ( 13 CCs) from field 5 to field 3 IMAGR2: Restore 481.773 MicroJy ( 18 CCs) from field 5 to field 7 IMAGR2: Restore-133.494 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 15.450 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore 146.022 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR2: Restore 1.404 MilliJy ( 15 CCs) from field 7 to field 5 IMAGR2: Restore 249.334 MicroJy ( 4 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 318.303 MilliJy IMAGR2: Field 2 final Clean flux 2.196 MilliJy IMAGR2: Field 3 final Clean flux -4.920 MilliJy IMAGR2: Field 4 final Clean flux 1.928 MilliJy IMAGR2: Field 5 final Clean flux 2.371 MilliJy IMAGR2: Field 6 final Clean flux 667.919 MicroJy IMAGR2: Field 7 final Clean flux 7.710 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= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 39.3 Real= 164 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_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 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 96.1 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= 4 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR2: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 84 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 17275 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.444E+04 IMAGR2: UVWAIT: Adding temperance S 4.887E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.252E+07 and out 6.880E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR2: UVWAIT: Average summed weight 2.444E+04 over 33815 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 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 = 7.30404E+08 IMAGR2: Field 1 Beam min = -76.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 906.042 x 644.196 Milliarcsec, PA= -50.9 IMAGR2: Field 2 Sum of gridding weights = 7.30416E+08 IMAGR2: Field 2 Beam min = -76.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 906.042 x 644.199 Milliarcsec, PA= -50.9 IMAGR2: CLBHIS: minimum component 0.455 of current peak IMAGR2: Field 1 min = -60.2 MilliJy,max = 776.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -61.0 MilliJy,max = 767.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 46.92 MilliJy IMAGR2: 11120 Residual map points loaded IMAGR2: Field 1 min allowed flux = 334.372 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 475.830 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 475.830 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 = -23.9 MilliJy,max = 295.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.808E-01 < Second best 3.179E-01 IMAGR2: Field 1 min = -23.8 MilliJy,max = 300.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 20.20 MilliJy IMAGR2: 7612 Residual map points loaded IMAGR2: Field 1 min allowed flux = 131.086 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 660.331 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 660.331 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.6 MilliJy,max = 121.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.155E-01 < Second best 1.246E-01 IMAGR2: Field 1 min = -9.8 MilliJy,max = 119.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.92 MilliJy IMAGR2: 13433 Residual map points loaded IMAGR2: Field 1 min allowed flux = 50.894 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 741.064 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 741.064 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.9 MilliJy,max = 47.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.534E-02 < Second best 4.839E-02 IMAGR2: Field 1 min = -8.6 MilliJy,max = 46.2 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 4.01 MilliJy IMAGR2: 15527 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.371 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 772.551 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 772.551 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 19.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.13 MilliJy IMAGR2: 77 Residual map points loaded IMAGR2: Field 2 min allowed flux = 8.085 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 12.893 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 785.443 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 651 cell beam + residuals > 3.07 MilliJy IMAGR2: 13008 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.632 MilliJy iter= 99 IMAGR2: Field 1 Clean flux density= 751.370 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 764.263 MilliJy 109 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.7 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.776E-03 < Second best 5.374E-03 IMAGR2: Field 1 min = -7.7 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.76 MilliJy IMAGR2: 19868 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.867 MilliJy iter= 220 IMAGR2: Field 1 Clean flux density= 716.918 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 729.811 MilliJy 230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.366E-03 < Second best 4.653E-03 IMAGR2: Field 1 min = -7.5 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 19858 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.250 MilliJy iter= 408 IMAGR2: Field 1 Clean flux density= 696.835 MilliJy 408 comps IMAGR2: Total Cleaned flux density = 709.728 MilliJy 418 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 109 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.939 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= 21.110 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 717.945 MilliJy 465 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -7.4 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 19806 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.736 MilliJy iter= 705 IMAGR2: Field 1 Clean flux density= 648.081 MilliJy 705 comps IMAGR2: Total Cleaned flux density = 669.191 MilliJy 762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 19742 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.309 MilliJy iter= 1094 IMAGR2: Field 1 Clean flux density= 655.295 MilliJy 1094 comps IMAGR2: Total Cleaned flux density = 676.405 MilliJy 1151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 19652 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.962 MilliJy iter= 1595 IMAGR2: Field 1 Clean flux density= 573.718 MilliJy 1595 comps IMAGR2: Total Cleaned flux density = 594.828 MilliJy 1652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 19515 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.681 MilliJy iter= 2215 IMAGR2: Field 1 Clean flux density= 653.335 MilliJy 2215 comps IMAGR2: Total Cleaned flux density = 674.445 MilliJy 2272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 166 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.101 MilliJy iter= 135 IMAGR2: Field 2 Clean flux density= 9.956 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 663.290 MilliJy 2350 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -5.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 19702 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.399 MilliJy iter= 3024 IMAGR2: Field 1 Clean flux density= 526.731 MilliJy 3024 comps IMAGR2: Total Cleaned flux density = 536.687 MilliJy 3159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.70 MilliJy IMAGR2: 19542 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.158 MilliJy iter= 3940 IMAGR2: Field 1 Clean flux density= 636.692 MilliJy 3940 comps IMAGR2: Total Cleaned flux density = 646.647 MilliJy 4075 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 19280 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.965 MilliJy iter= 5120 IMAGR2: Field 1 Clean flux density= 416.737 MilliJy 5120 comps IMAGR2: Total Cleaned flux density = 426.692 MilliJy 5255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.628 MilliJy iter= 188 IMAGR2: Field 2 Clean flux density= 20.255 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 436.992 MilliJy 5308 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 19710 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.850 MilliJy iter= 6550 IMAGR2: Field 1 Clean flux density= 646.080 MilliJy 6550 comps IMAGR2: Total Cleaned flux density = 666.336 MilliJy 6738 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -6.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 1.40 MilliJy IMAGR2: 15965 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.813 MilliJy iter= 6575 IMAGR2: Field 1 Clean flux density= 637.224 MilliJy 6575 comps IMAGR2: Total Cleaned flux density = 657.479 MilliJy 6763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 19547 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.642 MilliJy iter= 8280 IMAGR2: Field 1 Clean flux density= 411.932 MilliJy 8280 comps IMAGR2: Total Cleaned flux density = 432.188 MilliJy 8468 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19398 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.509 MilliJy iter= 10114 IMAGR2: Field 1 Clean flux density= 623.775 MilliJy 10114 comps IMAGR2: Total Cleaned flux density = 644.031 MilliJy 10302 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -6.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 1.41 MilliJy IMAGR2: 271 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -3.074 MilliJy iter= 197 IMAGR2: Field 2 Clean flux density= 16.155 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 639.930 MilliJy 10311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 282 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.352 MilliJy iter= 280 IMAGR2: Field 2 Clean flux density= 4.048 MilliJy 280 comps IMAGR2: Total Cleaned flux density = 627.823 MilliJy 10394 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -4.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19480 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.301 MilliJy iter= 12197 IMAGR2: Field 1 Clean flux density= 453.930 MilliJy 12197 comps IMAGR2: Total Cleaned flux density = 457.979 MilliJy 12477 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 111 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.101 MilliJy iter= 319 IMAGR2: Field 2 Clean flux density= 8.538 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 462.468 MilliJy 12516 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 933.66 MicroJy IMAGR2: 19704 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.107 MilliJy iter= 14482 IMAGR2: Field 1 Clean flux density= 525.301 MilliJy 14482 comps IMAGR2: Total Cleaned flux density = 533.839 MilliJy 14801 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.88 MicroJy IMAGR2: 19489 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.163 MilliJy iter= 14860 IMAGR2: Field 1 Clean flux density= 483.143 MilliJy 14860 comps IMAGR2: Total Cleaned flux density = 491.681 MilliJy 15179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.75 MicroJy IMAGR2: 19381 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 933.477 MicroJy iter= 17377 IMAGR2: Field 1 Clean flux density= 461.357 MilliJy 17377 comps IMAGR2: Total Cleaned flux density = 469.895 MilliJy 17696 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.80 MicroJy IMAGR2: 166 Residual map points loaded IMAGR2: Field 2 min allowed flux = -947.503 MicroJy iter= 360 IMAGR2: Field 2 Clean flux density= 6.053 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 467.410 MilliJy 17737 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.10 MicroJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 800.694 MicroJy iter= 386 IMAGR2: Field 2 Clean flux density= 7.412 MilliJy 386 comps IMAGR2: Total Cleaned flux density = 468.770 MilliJy 17763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.87 MicroJy IMAGR2: 19809 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 818.832 MicroJy iter= 20144 IMAGR2: Field 1 Clean flux density= 442.427 MilliJy 20144 comps IMAGR2: Total Cleaned flux density = 449.840 MilliJy 20530 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.29 MicroJy IMAGR2: 19668 Residual map points loaded IMAGR2: Field 1 min allowed flux = -844.777 MicroJy iter= 21064 IMAGR2: Field 1 Clean flux density= 414.309 MilliJy 21064 comps IMAGR2: Total Cleaned flux density = 421.721 MilliJy 21450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.64 MicroJy IMAGR2: 19561 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 715.929 MicroJy iter= 23952 IMAGR2: Field 1 Clean flux density= 446.396 MilliJy 23952 comps IMAGR2: Total Cleaned flux density = 453.809 MilliJy 24338 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 969.1 MicroJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 642.69 MicroJy IMAGR2: 563 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.649 MilliJy iter= 393 IMAGR2: Field 2 Clean flux density= 5.836 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 452.233 MilliJy 24345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.85 MicroJy IMAGR2: 471 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.210 MilliJy iter= 402 IMAGR2: Field 2 Clean flux density= 4.633 MilliJy 402 comps IMAGR2: Total Cleaned flux density = 451.029 MilliJy 24354 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.75 MicroJy IMAGR2: 443 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -642.339 MicroJy iter= 577 IMAGR2: Field 2 Clean flux density= 2.432 MilliJy 577 comps IMAGR2: Total Cleaned flux density = 448.829 MilliJy 24529 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.52 MicroJy IMAGR2: 19366 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -668.848 MicroJy iter= 27110 IMAGR2: Field 1 Clean flux density= 352.028 MilliJy 27110 comps IMAGR2: Total Cleaned flux density = 354.461 MilliJy 27687 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.90 MicroJy IMAGR2: 19411 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 674.865 MicroJy iter= 30375 IMAGR2: Field 1 Clean flux density= 491.153 MilliJy 30375 comps IMAGR2: Total Cleaned flux density = 493.585 MilliJy 30952 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 425 cell beam + residuals > 728.63 MicroJy IMAGR2: 16223 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.823 MilliJy iter= 30400 IMAGR2: Field 1 Clean flux density= 485.330 MilliJy 30400 comps IMAGR2: Total Cleaned flux density = 487.762 MilliJy 30977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 652.53 MicroJy IMAGR2: 19611 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 1 min algorithm flux= -899.630 MicroJy iter= 31354 IMAGR2: Field 1 Clean flux density= 388.194 MilliJy 31354 comps IMAGR2: Total Cleaned flux density = 390.627 MilliJy 31931 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.30 MicroJy IMAGR2: 19401 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.154 MilliJy iter= 31378 IMAGR2: Field 1 Clean flux density= 391.750 MilliJy 31378 comps IMAGR2: Total Cleaned flux density = 394.182 MilliJy 31955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.00 MicroJy IMAGR2: 19253 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -634.918 MicroJy iter= 35122 IMAGR2: Field 1 Clean flux density= 428.183 MilliJy 35122 comps IMAGR2: Total Cleaned flux density = 430.615 MilliJy 35699 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -3.0 MilliJy,max = 803.4 MicroJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 643.80 MicroJy IMAGR2: 299 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.708 MilliJy iter= 579 IMAGR2: Field 2 Clean flux density= 1.860 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 430.044 MilliJy 35701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 788.3 MicroJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 579.42 MicroJy IMAGR2: 403 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -2.217 MilliJy iter= 581 IMAGR2: Field 2 Clean flux density= 1.395 MilliJy 581 comps IMAGR2: Total Cleaned flux density = 429.578 MilliJy 35703 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 780.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.86 MicroJy IMAGR2: 410 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.835 MilliJy iter= 583 IMAGR2: Field 2 Clean flux density= 1.009 MilliJy 583 comps IMAGR2: Total Cleaned flux density = 429.193 MilliJy 35705 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 774.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.87 MicroJy IMAGR2: 390 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.608 MilliJy iter= 585 IMAGR2: Field 2 Clean flux density= 681.746 MicroJy 585 comps IMAGR2: Total Cleaned flux density = 428.865 MilliJy 35707 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 761.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.81 MicroJy IMAGR2: 373 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.500 MilliJy iter= 586 IMAGR2: Field 2 Clean flux density= 531.739 MicroJy 586 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 428.715 MilliJy 35708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 766.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.70 MicroJy IMAGR2: 367 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.420 MilliJy iter= 587 IMAGR2: Field 2 Clean flux density= 389.700 MicroJy 587 comps IMAGR2: Total Cleaned flux density = 428.573 MilliJy 35709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 768.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.72 MicroJy IMAGR2: 361 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.349 MilliJy iter= 588 IMAGR2: Field 2 Clean flux density= 254.803 MicroJy 588 comps IMAGR2: Total Cleaned flux density = 428.438 MilliJy 35710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 778.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.67 MicroJy IMAGR2: 355 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.284 MilliJy iter= 589 IMAGR2: Field 2 Clean flux density= 126.409 MicroJy 589 comps IMAGR2: Total Cleaned flux density = 428.310 MilliJy 35711 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 784.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.66 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= -1.211 MilliJy iter= 590 IMAGR2: Field 2 Clean flux density= 5.341 MicroJy 590 comps IMAGR2: Total Cleaned flux density = 428.189 MilliJy 35712 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 790.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.70 MicroJy IMAGR2: 341 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -575.090 MicroJy iter= 731 IMAGR2: Field 2 Clean flux density= -4.966 MilliJy 731 comps IMAGR2: Total Cleaned flux density = 423.217 MilliJy 35853 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 509.54 MicroJy IMAGR2: 19453 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -572.651 MicroJy iter= 39097 IMAGR2: Field 1 Clean flux density= 384.286 MilliJy 39097 comps IMAGR2: Total Cleaned flux density = 379.320 MilliJy 39828 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.43 MicroJy IMAGR2: 209 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 520.857 MicroJy iter= 823 IMAGR2: Field 2 Clean flux density= -2.654 MilliJy 823 comps IMAGR2: Total Cleaned flux density = 381.633 MilliJy 39920 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 496.56 MicroJy IMAGR2: 19761 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 558.599 MicroJy iter= 43170 IMAGR2: Field 1 Clean flux density= 444.229 MilliJy 43170 comps IMAGR2: Total Cleaned flux density = 441.576 MilliJy 43993 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 644.64 MicroJy IMAGR2: 9454 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.356 MilliJy iter= 43218 IMAGR2: Field 1 Clean flux density= 436.108 MilliJy 43218 comps IMAGR2: Total Cleaned flux density = 433.455 MilliJy 44041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 524.51 MicroJy IMAGR2: 19780 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -585.623 MicroJy iter= 47494 IMAGR2: Field 1 Clean flux density= 283.745 MilliJy 47494 comps IMAGR2: Total Cleaned flux density = 281.092 MilliJy 48317 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 750.91 MicroJy IMAGR2: 19975 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.305 MilliJy iter= 47832 IMAGR2: Field 1 Clean flux density= 335.412 MilliJy 47832 comps IMAGR2: Total Cleaned flux density = 332.759 MilliJy 48655 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 507.43 MicroJy IMAGR2: 19783 Residual map points loaded IMAGR2: Field 1 min allowed flux = -763.216 MicroJy iter= 48042 IMAGR2: Field 1 Clean flux density= 334.569 MilliJy 48042 comps IMAGR2: Total Cleaned flux density = 331.916 MilliJy 48865 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 482.39 MicroJy IMAGR2: 19723 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 532.103 MicroJy iter= 52618 IMAGR2: Field 1 Clean flux density= 377.070 MilliJy 52618 comps IMAGR2: Total Cleaned flux density = 374.417 MilliJy 53441 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 131 cell beam + residuals > 486.16 MicroJy IMAGR2: 16326 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.025 MilliJy iter= 52648 IMAGR2: Field 1 Clean flux density= 373.286 MilliJy 52648 comps IMAGR2: Total Cleaned flux density = 370.633 MilliJy 53471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.72 MicroJy IMAGR2: 19634 Residual map points loaded IMAGR2: Field 1 min Clean flux = -516.022 MicroJy iter= 56490 IMAGR2: Field 1 Clean flux density= 276.151 MilliJy 56490 comps IMAGR2: Total Cleaned flux density = 273.498 MilliJy 57313 comps IMAGR2: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1107- 0 Cells, with 17275 Pts IMAGR2: Field 2 min = -591.5 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 83.88 MicroJy IMAGR2: 19094 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 1.007 MilliJy iter= 828 IMAGR2: Field 2 Clean flux density= -2.115 MilliJy 828 comps IMAGR2: Total Cleaned flux density = 274.037 MilliJy 57318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -588.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 79.39 MicroJy IMAGR2: 19496 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 918.761 MicroJy iter= 833 IMAGR2: Field 2 Clean flux density= -1.636 MilliJy 833 comps IMAGR2: Total Cleaned flux density = 274.515 MilliJy 57323 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -588.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 79.55 MicroJy IMAGR2: 19332 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 874.896 MicroJy iter= 837 IMAGR2: Field 2 Clean flux density= -1.280 MilliJy 837 comps IMAGR2: Total Cleaned flux density = 274.872 MilliJy 57327 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -584.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 75.75 MicroJy IMAGR2: 19768 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 820.271 MicroJy iter= 841 IMAGR2: Field 2 Clean flux density= -944.106 MicroJy 841 comps IMAGR2: Total Cleaned flux density = 275.208 MilliJy 57331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -582.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 74.93 MicroJy IMAGR2: 19819 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 794.842 MicroJy iter= 844 IMAGR2: Field 2 Clean flux density= -703.015 MicroJy 844 comps IMAGR2: Total Cleaned flux density = 275.449 MilliJy 57334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -584.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 75.61 MicroJy IMAGR2: 19679 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 758.043 MicroJy iter= 846 IMAGR2: Field 2 Clean flux density= -548.168 MicroJy 846 comps IMAGR2: Total Cleaned flux density = 275.604 MilliJy 57336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -585.2 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 79.79 MicroJy IMAGR2: 19054 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 748.637 MicroJy iter= 848 IMAGR2: Field 2 Clean flux density= -397.914 MicroJy 848 comps IMAGR2: Total Cleaned flux density = 275.754 MilliJy 57338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -580.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 78.80 MicroJy IMAGR2: 19155 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 730.983 MicroJy iter= 850 IMAGR2: Field 2 Clean flux density= -250.483 MicroJy 850 comps IMAGR2: Total Cleaned flux density = 275.901 MilliJy 57340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -582.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 76.94 MicroJy IMAGR2: 19359 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min algorithm flux= 728.359 MicroJy iter= 851 IMAGR2: Field 2 Clean flux density= -177.647 MicroJy 851 comps IMAGR2: Total Cleaned flux density = 275.974 MilliJy 57341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -583.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 76.67 MicroJy IMAGR2: 19392 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 720.732 MicroJy iter= 852 IMAGR2: Field 2 Clean flux density= -105.574 MicroJy 852 comps IMAGR2: Total Cleaned flux density = 276.046 MilliJy 57342 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -584.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 75.87 MicroJy IMAGR2: 19492 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 2 min algorithm flux= 711.734 MicroJy iter= 853 IMAGR2: Field 2 Clean flux density= -34.400 MicroJy 853 comps IMAGR2: Total Cleaned flux density = 276.117 MilliJy 57343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -585.5 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 74.92 MicroJy IMAGR2: 19592 Residual map points loaded IMAGR2: Field 2 min Clean flux = 515.693 MicroJy iter= 903 IMAGR2: Field 2 Clean flux density= 2.915 MilliJy 903 comps IMAGR2: Total Cleaned flux density = 279.067 MilliJy 57393 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 17275 Pts IMAGR2: Peak residual in window 516.022 less than limit 516.029 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 56490 to 25653 components IMAGR2: Field 2 compressed from 903 to 325 components IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: Field 2 min = -571.9 MicroJy,max = 971.4 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 718.980 MilliJy ( 540 CCs) from field 1 to field 2 IMAGR2: Restore 2.915 MilliJy ( 325 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 279.066 MilliJy IMAGR2: Field 2 final Clean flux 721.895 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= 84 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 167.1 Real= 692 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07546 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22234 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22234 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_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 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.5 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 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07546 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_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@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR2: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 86 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 22441 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.395E+04 IMAGR2: UVWAIT: Adding temperance S 4.789E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.787E+07 and out 9.006E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR2: UVWAIT: Average summed weight 2.395E+04 over 44450 vis IMAGR2: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 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.56115E+08 IMAGR2: Field 1 Beam min = -85.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 967.674 x 639.719 Milliarcsec, PA= -47.7 IMAGR2: Field 2 Sum of gridding weights = 9.56132E+08 IMAGR2: Field 2 Beam min = -85.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 967.677 x 639.723 Milliarcsec, PA= -47.7 IMAGR2: CLBHIS: minimum component 0.414 of current peak IMAGR2: Field 1 min = -71.6 MilliJy,max = 800.8 MilliJy IMAGR2: Field 2 min = -71.4 MilliJy,max = 803.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 44.15 MilliJy IMAGR2: 1193 Residual map points loaded IMAGR2: Field 2 min allowed flux = 311.195 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 523.172 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 523.172 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -26.8 MilliJy,max = 283.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.699E-01 < Second best 2.959E-01 IMAGR2: Field 2 min = -26.5 MilliJy,max = 280.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 17.10 MilliJy IMAGR2: 1023 Residual map points loaded IMAGR2: Field 2 min allowed flux = 109.121 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 723.103 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 723.103 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.0 MilliJy,max = 103.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.861E-02 < Second best 1.038E-01 IMAGR2: Field 2 min = -10.6 MilliJy,max = 100.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.00 MilliJy IMAGR2: 1312 Residual map points loaded IMAGR2: Field 2 min allowed flux = 40.793 MilliJy iter= 32 IMAGR2: Field 2 Clean flux density= 796.432 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 796.432 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.6 MilliJy,max = 38.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.683E-02 < Second best 3.880E-02 IMAGR2: Field 2 min = -13.7 MilliJy,max = 37.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.01 MilliJy IMAGR2: 1544 Residual map points loaded IMAGR2: Field 2 min allowed flux = 14.957 MilliJy iter= 48 IMAGR2: Field 2 Clean flux density= 825.840 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 825.840 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.6 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 2.67 MilliJy IMAGR2: 6663 Residual map points loaded IMAGR2: Field 1 min allowed flux = -6.316 MilliJy iter= 73 IMAGR2: Field 1 Clean flux density= 13.175 MilliJy 73 comps IMAGR2: Total Cleaned flux density = 839.015 MilliJy 121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 127 cell beam + residuals > 3.01 MilliJy IMAGR2: 121 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.109 MilliJy iter= 102 IMAGR2: Field 2 Clean flux density= 831.900 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 845.075 MilliJy 175 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 22441 Pts IMAGR2: Field 1 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 19148 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.876 MilliJy iter= 229 IMAGR2: Field 1 Clean flux density= 28.566 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 860.465 MilliJy 331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 185 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.079 MilliJy iter= 177 IMAGR2: Field 2 Clean flux density= 834.613 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 863.179 MilliJy 406 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 22441 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 19721 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.409 MilliJy iter= 494 IMAGR2: Field 1 Clean flux density= 36.244 MilliJy 494 comps IMAGR2: Total Cleaned flux density = 870.857 MilliJy 671 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR2: 19629 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.132 MilliJy iter= 840 IMAGR2: Field 1 Clean flux density= 43.348 MilliJy 840 comps IMAGR2: Total Cleaned flux density = 877.960 MilliJy 1017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 19512 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.908 MilliJy iter= 1275 IMAGR2: Field 1 Clean flux density= 48.598 MilliJy 1275 comps IMAGR2: Total Cleaned flux density = 883.211 MilliJy 1452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.720E-03 < Second best 1.830E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 19837 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.713 MilliJy iter= 1816 IMAGR2: Field 1 Clean flux density= 55.459 MilliJy 1816 comps IMAGR2: Total Cleaned flux density = 890.072 MilliJy 1993 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 70 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.320 MilliJy iter= 216 IMAGR2: Field 2 Clean flux density= 836.265 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 891.724 MilliJy 2032 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 22441 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 19850 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.526 MilliJy iter= 2477 IMAGR2: Field 1 Clean flux density= 63.520 MilliJy 2477 comps IMAGR2: Total Cleaned flux density = 899.785 MilliJy 2693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19762 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.369 MilliJy iter= 3255 IMAGR2: Field 1 Clean flux density= 64.000 MilliJy 3255 comps IMAGR2: Total Cleaned flux density = 900.265 MilliJy 3471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 992.92 MicroJy IMAGR2: 19624 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.227 MilliJy iter= 4158 IMAGR2: Field 1 Clean flux density= 73.678 MilliJy 4158 comps IMAGR2: Total Cleaned flux density = 909.943 MilliJy 4374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.104E-03 < Second best 1.177E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.04 MicroJy IMAGR2: 19926 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.098 MilliJy iter= 5218 IMAGR2: Field 1 Clean flux density= 68.302 MilliJy 5218 comps IMAGR2: Total Cleaned flux density = 904.566 MilliJy 5434 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.901E-04 < Second best 1.054E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 810.83 MicroJy IMAGR2: 19921 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 980.642 MicroJy iter= 6457 IMAGR2: Field 1 Clean flux density= 76.575 MilliJy 6457 comps IMAGR2: Total Cleaned flux density = 912.839 MilliJy 6673 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.903E-04 < Second best 9.412E-04 IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.07 MicroJy IMAGR2: 19938 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 870.548 MicroJy iter= 7865 IMAGR2: Field 1 Clean flux density= 79.384 MilliJy 7865 comps IMAGR2: Total Cleaned flux density = 915.647 MilliJy 8081 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -868.6 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.878E-04 < Second best 8.356E-04 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.42 MicroJy IMAGR2: 19950 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -771.270 MicroJy iter= 9488 IMAGR2: Field 1 Clean flux density= 74.062 MilliJy 9488 comps IMAGR2: Total Cleaned flux density = 910.326 MilliJy 9704 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -817.0 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.32 MicroJy IMAGR2: 14 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 650.268 MicroJy iter= 227 IMAGR2: Field 2 Clean flux density= 836.313 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 910.375 MilliJy 9715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 580.68 MicroJy IMAGR2: 19908 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 683.569 MicroJy iter= 11321 IMAGR2: Field 1 Clean flux density= 81.334 MilliJy 11321 comps IMAGR2: Total Cleaned flux density = 917.646 MilliJy 11548 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.99 MicroJy IMAGR2: 19860 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -607.494 MicroJy iter= 13301 IMAGR2: Field 1 Clean flux density= 72.759 MilliJy 13301 comps IMAGR2: Total Cleaned flux density = 909.071 MilliJy 13528 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -666.4 MicroJy,max = 919.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.64 MicroJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -501.877 MicroJy iter= 233 IMAGR2: Field 2 Clean flux density= 836.208 MilliJy 233 comps IMAGR2: Total Cleaned flux density = 908.966 MilliJy 13534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 465.57 MicroJy IMAGR2: 19949 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -539.638 MicroJy iter= 15458 IMAGR2: Field 1 Clean flux density= 79.255 MilliJy 15458 comps IMAGR2: Total Cleaned flux density = 915.463 MilliJy 15691 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.99 MicroJy IMAGR2: 19870 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -483.803 MicroJy iter= 17798 IMAGR2: Field 1 Clean flux density= 72.512 MilliJy 17798 comps IMAGR2: Total Cleaned flux density = 908.719 MilliJy 18031 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Field 2 min = -491.0 MicroJy,max = 728.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.74 MicroJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 2 min Clean flux = -441.874 MicroJy iter= 235 IMAGR2: Field 2 Clean flux density= 836.115 MilliJy 235 comps IMAGR2: Total Cleaned flux density = 908.626 MilliJy 18033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 381.83 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min Clean flux = -452.740 MicroJy iter= 19303 IMAGR2: Field 1 Clean flux density= 76.324 MilliJy 19303 comps IMAGR2: Total Cleaned flux density = 912.438 MilliJy 19538 comps IMAGR2: ALGSTB: All 1112 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1101- 0 Cells, with 22441 Pts IMAGR2: Peak residual in window 452.740 less than limit 452.754 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 19303 to 10522 components IMAGR2: Field 2 compressed from 235 to 58 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 2 min = -476.3 MicroJy,max = 578.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 20.514 MilliJy ( 60 CCs) from field 1 to field 2 IMAGR2: Restore 836.115 MilliJy ( 58 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 912.438 MilliJy IMAGR2: Field 2 final Clean flux 856.629 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= 86 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 95.4 Real= 394 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07546 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_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@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04811 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22608 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22608 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC2: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 99.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 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 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07546 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_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@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04811 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_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@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR2: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR2: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 55218 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.547E+04 IMAGR2: UVWAIT: Adding temperance S 1.109E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.691E+08 and out 2.820E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 5.547E+04 over 110289 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 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.99351E+09 IMAGR2: Field 1 Beam min = -143.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 936.333 x 604.461 Milliarcsec, PA= -56.8 IMAGR2: Field 2 Sum of gridding weights = 2.99354E+09 IMAGR2: Field 2 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 936.338 x 604.462 Milliarcsec, PA= -56.8 IMAGR2: Field 3 Sum of gridding weights = 2.99354E+09 IMAGR2: Field 3 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 936.850 x 604.403 Milliarcsec, PA= -56.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.4 MilliJy,max = 26.8 MilliJy IMAGR2: Field 2 min = -4.3 MilliJy,max = 26.7 MilliJy IMAGR2: Field 3 min = -864.0 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 2001 cell beam + residuals > 1.44 MilliJy IMAGR2: 16629 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.972 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 16.620 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 16.620 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 = -3.0 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.157E-02 < Second best 1.233E-02 IMAGR2: Field 1 min = -3.2 MilliJy,max = 12.1 MilliJy IMAGR2: BGC Clean: using 883 cell beam + residuals > 1.01 MilliJy IMAGR2: 13047 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.832 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 34.405 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 34.405 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 950.10 MicroJy IMAGR2: 822 Residual map points loaded IMAGR2: Field 2 min allowed flux = 2.885 MilliJy iter= 25 IMAGR2: Field 2 Clean flux density= 10.256 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 44.661 MilliJy 55 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 55218 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 663 cell beam + residuals > 505.29 MicroJy IMAGR2: 8939 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.490 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 40.367 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 50.622 MilliJy 84 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 405 cell beam + residuals > 450.25 MicroJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 792.306 MicroJy iter= 106 IMAGR2: Field 2 Clean flux density= 15.092 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 55.458 MilliJy 165 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 55218 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.002E-03 < Second best 1.344E-03 IMAGR2: Field 3 min = -419.6 MicroJy,max = 862.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.235E-04 < Second best 1.002E-03 IMAGR2: BGC Clean: using 123 cell beam + residuals > 399.15 MicroJy IMAGR2: 9565 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -674.393 MicroJy iter= 214 IMAGR2: Field 1 Clean flux density= 46.404 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 61.496 MilliJy 320 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -384.6 MicroJy,max = 604.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.779E-04 < Second best 7.574E-04 IMAGR2: Field 2 min = -745.5 MicroJy,max = 923.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.107E-04 < Second best 6.434E-04 IMAGR2: Field 1 min = -686.5 MicroJy,max = 629.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 319.37 MicroJy IMAGR2: 18124 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 518.461 MicroJy iter= 479 IMAGR2: Field 1 Clean flux density= 46.732 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 61.824 MilliJy 585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -615.0 MicroJy,max = 693.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.053E-04 < Second best 5.779E-04 IMAGR2: Field 3 min = -377.1 MicroJy,max = 480.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.596E-04 < Second best 5.053E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 316.21 MicroJy IMAGR2: 788 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 383.330 MicroJy iter= 240 IMAGR2: Field 2 Clean flux density= 15.918 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 62.650 MilliJy 719 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 55218 Pts IMAGR2: Field 1 min = -483.7 MicroJy,max = 484.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 273.44 MicroJy IMAGR2: 18293 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 393.520 MicroJy iter= 861 IMAGR2: Field 1 Clean flux density= 48.831 MilliJy 861 comps IMAGR2: Total Cleaned flux density = 64.748 MilliJy 1101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -345.8 MicroJy,max = 387.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 273.38 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 3 min Clean flux = 286.886 MicroJy iter= 9 IMAGR2: Field 3 Clean flux density= 297.451 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 65.046 MilliJy 1110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -395.2 MicroJy,max = 441.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 243.83 MicroJy IMAGR2: 17463 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -328.007 MicroJy iter= 1302 IMAGR2: Field 1 Clean flux density= 49.441 MilliJy 1302 comps IMAGR2: Total Cleaned flux density = 65.656 MilliJy 1551 comps IMAGR2: ALGSTB: All 1007 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 996- 0 Cells, with 55218 Pts IMAGR2: Field 2 min = -433.5 MicroJy,max = 470.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.910E-04 < Second best 3.144E-04 IMAGR2: Field 1 min = -376.2 MicroJy,max = 397.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 217.46 MicroJy IMAGR2: 19264 Residual map points loaded IMAGR2: Field 1 min Clean flux = -288.519 MicroJy iter= 1627 IMAGR2: Field 1 Clean flux density= 51.663 MilliJy 1627 comps IMAGR2: Total Cleaned flux density = 67.878 MilliJy 1876 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -385.4 MicroJy,max = 439.9 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 42.11 MicroJy IMAGR2: 19715 Residual map points loaded IMAGR2: Field 2 min Clean flux = -276.767 MicroJy iter= 242 IMAGR2: Field 2 Clean flux density= 15.861 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 67.821 MilliJy 1878 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 288.519 less than limit 288.631 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1627 to 1132 components IMAGR2: Field 2 compressed from 242 to 130 components IMAGR2: Field 3 compressed from 9 to 7 components IMAGR2: Field 1 min = -364.8 MicroJy,max = 382.7 MicroJy IMAGR2: Field 2 min = -384.0 MicroJy,max = 442.2 MicroJy IMAGR2: Field 3 min = -315.2 MicroJy,max = 327.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 43.654 MilliJy ( 242 CCs) from field 1 to field 2 IMAGR2: Restore 449.892 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore 15.861 MilliJy ( 130 CCs) from field 2 to field 1 IMAGR2: Restore 297.451 MicroJy ( 7 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 67.821 MilliJy IMAGR2: Field 2 final Clean flux 59.515 MilliJy IMAGR2: Field 3 final Clean flux 747.343 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= 88 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 49.1 Real= 207 Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.169 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_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@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.086 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_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@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07546 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_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@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04811 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_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@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21964 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21964 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_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 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 97.4 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.4 Real= 5 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR2: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 91 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6000 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.446E+04 IMAGR2: UVWAIT: Adding temperance S 4.893E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.807E+07 and out 2.353E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 2.446E+04 over 12000 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 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.49784E+08 IMAGR2: Field 1 Beam min = -90.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.035 x 0.638 arcsec, PA= -14.8 IMAGR2: Field 2 Sum of gridding weights = 2.49788E+08 IMAGR2: Field 2 Beam min = -103.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.035 x 0.638 arcsec, PA= -14.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -46.2 MilliJy,max = 506.8 MilliJy IMAGR2: Field 2 min = -51.2 MilliJy,max = 484.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 73.46 MilliJy IMAGR2: 4896 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 269.353 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 264.418 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 264.418 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 2 min = -24.3 MilliJy,max = 232.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.208E-01 < Second best 2.562E-01 IMAGR2: Field 1 min = -22.4 MilliJy,max = 242.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 39.04 MilliJy IMAGR2: 3023 Residual map points loaded IMAGR2: Field 1 min allowed flux = 115.948 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 402.483 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 402.483 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.7 MilliJy,max = 101.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.632E-02 < Second best 1.103E-01 IMAGR2: Field 1 min = -10.0 MilliJy,max = 104.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 16.81 MilliJy IMAGR2: 3271 Residual map points loaded IMAGR2: Field 1 min allowed flux = 49.912 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 461.915 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 461.915 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.0 MilliJy,max = 45.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.301E-02 < Second best 4.747E-02 IMAGR2: Field 1 min = -6.0 MilliJy,max = 44.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.23 MilliJy IMAGR2: 4626 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.084 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 487.559 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 487.559 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 21.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.55 MilliJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 2 min allowed flux = 10.157 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 12.095 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 499.654 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.142E-03 < Second best 9.668E-03 IMAGR2: Field 2 min = -2.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.85 MilliJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 2 min allowed flux = 4.476 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 18.008 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 505.567 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 2.69 MilliJy IMAGR2: 12709 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.490 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 497.115 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 515.124 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 1513 cell beam + residuals > 2.56 MilliJy IMAGR2: 10808 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.892 MilliJy iter= 139 IMAGR2: Field 1 Clean flux density= 498.864 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 516.873 MilliJy 156 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.405E-03 < Second best 3.721E-03 IMAGR2: Field 1 min = -5.1 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 19962 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.508 MilliJy iter= 274 IMAGR2: Field 1 Clean flux density= 505.071 MilliJy 274 comps IMAGR2: Total Cleaned flux density = 523.079 MilliJy 291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.850E-03 < Second best 3.355E-03 IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 19960 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.834 MilliJy iter= 471 IMAGR2: Field 1 Clean flux density= 501.037 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 519.046 MilliJy 488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.200E-03 < Second best 2.712E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 19967 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.240 MilliJy iter= 737 IMAGR2: Field 1 Clean flux density= 515.833 MilliJy 737 comps IMAGR2: Total Cleaned flux density = 533.842 MilliJy 754 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.971E-03 < Second best 2.144E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 19935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.805 MilliJy iter= 1085 IMAGR2: Field 1 Clean flux density= 475.483 MilliJy 1085 comps IMAGR2: Total Cleaned flux density = 493.492 MilliJy 1102 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 31 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.313 MilliJy iter= 30 IMAGR2: Field 2 Clean flux density= 20.048 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 495.532 MilliJy 1115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19898 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.487 MilliJy iter= 1564 IMAGR2: Field 1 Clean flux density= 536.246 MilliJy 1564 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 556.295 MilliJy 1594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 1.02 MilliJy IMAGR2: 11919 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.256 MilliJy iter= 1937 IMAGR2: Field 1 Clean flux density= 491.096 MilliJy 1937 comps IMAGR2: Total Cleaned flux density = 511.145 MilliJy 1967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.085E-03 < Second best 1.201E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.46 MicroJy IMAGR2: 19935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.011 MilliJy iter= 2599 IMAGR2: Field 1 Clean flux density= 524.096 MilliJy 2599 comps IMAGR2: Total Cleaned flux density = 544.144 MilliJy 2629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 799.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.76 MicroJy IMAGR2: 110 Residual map points loaded IMAGR2: Field 2 min Clean flux = -862.015 MicroJy iter= 49 IMAGR2: Field 2 Clean flux density= 18.046 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 542.142 MilliJy 2648 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 461 cell beam + residuals > 738.58 MicroJy IMAGR2: 6628 Residual map points loaded IMAGR2: Field 1 min Clean flux = -875.252 MicroJy iter= 2847 IMAGR2: Field 1 Clean flux density= 509.691 MilliJy 2847 comps IMAGR2: Total Cleaned flux density = 527.737 MilliJy 2896 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 875.252 less than limit 875.604 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2847 to 1981 components IMAGR2: Field 2 compressed from 49 to 19 components IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: Field 2 min = -688.4 MicroJy,max = 888.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 487.970 MilliJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore 18.046 MilliJy ( 19 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 527.737 MilliJy IMAGR2: Field 2 final Clean flux 506.016 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= 91 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 34.5 Real= 146 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22054 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22054 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_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 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 87.3 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.5 Real= 6 C 1 2036 2036 19 45 53.52 70 55 48.7 00001 -1 1019 1024 1025 C 2 246 246 19 45 53.64 70 55 48.3 00002 -1 100 128 129 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4800 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.195E+04 IMAGR2: UVWAIT: Adding temperance S 4.389E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.505E+07 and out 1.892E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 2.195E+04 over 9528 vis IMAGR2: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 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.00820E+08 IMAGR2: Field 1 Beam min = -94.4 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 898.739 x 654.330 Milliarcsec, PA= 9.4 IMAGR2: Field 2 Sum of gridding weights = 2.00823E+08 IMAGR2: Field 2 Beam min = -100.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 898.738 x 654.334 Milliarcsec, PA= 9.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.5 MilliJy,max = 421.0 MilliJy IMAGR2: Field 2 min = -51.6 MilliJy,max = 406.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 74.35 MilliJy IMAGR2: 2199 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 248.589 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 197.257 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 197.257 MilliJy 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 2 min = -27.4 MilliJy,max = 217.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.072E-01 < Second best 2.364E-01 IMAGR2: Field 1 min = -21.9 MilliJy,max = 223.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.90 MilliJy IMAGR2: 1303 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.010 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 324.679 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 324.679 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.8 MilliJy,max = 95.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.099E-02 < Second best 1.018E-01 IMAGR2: Field 1 min = -10.7 MilliJy,max = 96.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 18.90 MilliJy IMAGR2: 1505 Residual map points loaded IMAGR2: Field 1 min allowed flux = 44.288 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 385.152 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 385.152 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 39.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.784E-02 < Second best 4.212E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 39.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 7.82 MilliJy IMAGR2: 1640 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.285 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 410.306 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 410.306 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.8 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.577E-02 < Second best 1.739E-02 IMAGR2: Field 1 min = -3.7 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.23 MilliJy IMAGR2: 2715 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.665 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 420.783 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 420.783 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.679E-03 < Second best 7.294E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 1909 cell beam + residuals > 1.53 MilliJy IMAGR2: 19283 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.442 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 423.713 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 423.713 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.87 MilliJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.354 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= -365.266 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 423.348 MilliJy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1585 cell beam + residuals > 1.35 MilliJy IMAGR2: 13366 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.125 MilliJy iter= 105 IMAGR2: Field 1 Clean flux density= 427.212 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 426.847 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 2.031E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 19786 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.918 MilliJy iter= 209 IMAGR2: Field 1 Clean flux density= 431.182 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 430.816 MilliJy 226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.470E-03 < Second best 1.836E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 19855 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.600 MilliJy iter= 363 IMAGR2: Field 1 Clean flux density= 433.045 MilliJy 363 comps IMAGR2: Total Cleaned flux density = 432.680 MilliJy 380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 922.53 MicroJy IMAGR2: 19690 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.350 MilliJy iter= 579 IMAGR2: Field 1 Clean flux density= 428.688 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 428.323 MilliJy 596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 1.293E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.70 MicroJy IMAGR2: 19866 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.130 MilliJy iter= 883 IMAGR2: Field 1 Clean flux density= 437.909 MilliJy 883 comps IMAGR2: Total Cleaned flux density = 437.543 MilliJy 900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.875E-04 < Second best 1.082E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.84 MicroJy IMAGR2: 19814 Residual map points loaded IMAGR2: Field 1 min Clean flux = -978.797 MicroJy iter= 1122 IMAGR2: Field 1 Clean flux density= 432.448 MilliJy 1122 comps IMAGR2: Total Cleaned flux density = 432.082 MilliJy 1139 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 846.6 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 1122 to 770 components IMAGR2: Field 2 compressed from 17 to 6 components IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 846.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 423.163 MilliJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore-365.266 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 432.082 MilliJy IMAGR2: Field 2 final Clean flux 422.798 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= 93 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 24.3 Real= 104 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.15 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22042 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22042 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_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 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 85.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.15 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_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@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR2: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5676 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.471E+04 IMAGR2: UVWAIT: Adding temperance S 4.942E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.822E+07 and out 2.326E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR2: UVWAIT: Average summed weight 2.471E+04 over 11352 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 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.46893E+08 IMAGR2: Field 1 Beam min = -105.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 828.331 x 649.672 Milliarcsec, PA= -24.0 IMAGR2: Field 2 Sum of gridding weights = 2.46896E+08 IMAGR2: Field 2 Beam min = -105.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 828.333 x 649.671 Milliarcsec, PA= -24.0 IMAGR2: Field 3 Sum of gridding weights = 2.46896E+08 IMAGR2: Field 3 Beam min = -105.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 828.647 x 649.661 Milliarcsec, PA= -24.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -30.0 MilliJy,max = 269.8 MilliJy IMAGR2: Field 2 min = -32.7 MilliJy,max = 269.1 MilliJy IMAGR2: Field 3 min = -24.4 MilliJy,max = 59.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 41.36 MilliJy IMAGR2: 4985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 146.236 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 141.165 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 141.165 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 2 min = -19.1 MilliJy,max = 131.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.251E-01 < Second best 1.391E-01 IMAGR2: Field 1 min = -17.9 MilliJy,max = 132.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 22.42 MilliJy IMAGR2: 5432 Residual map points loaded IMAGR2: Field 1 min allowed flux = 61.702 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 225.202 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 225.202 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.6 MilliJy,max = 56.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.395E-02 < Second best 5.870E-02 IMAGR2: Field 1 min = -13.2 MilliJy,max = 56.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.361E-02 < Second best 5.675E-02 IMAGR2: Field 3 min = -9.0 MilliJy,max = 37.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.594E-02 < Second best 5.395E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 10.71 MilliJy IMAGR2: 793 Residual map points loaded IMAGR2: Field 2 min allowed flux = 28.154 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 36.849 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 262.051 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.1 MilliJy,max = 37.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.63 MilliJy IMAGR2: 17480 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.759 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 277.580 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 314.428 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.1 MilliJy,max = 17.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.712E-02 < Second best 2.682E-02 IMAGR2: Field 2 min = -13.8 MilliJy,max = 18.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.702E-02 < Second best 1.787E-02 IMAGR2: Field 1 min = -13.9 MilliJy,max = 18.6 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 7.26 MilliJy IMAGR2: 17990 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 13.402 MilliJy iter= 99 IMAGR2: Field 1 Clean flux density= 368.950 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 405.799 MilliJy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.4 MilliJy,max = 12.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 1.702E-02 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 min = -12.4 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.187E-02 < Second best 1.279E-02 IMAGR2: Field 1 min = -12.7 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 6.59 MilliJy IMAGR2: 5078 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 9.493 MilliJy iter= 157 IMAGR2: Field 1 Clean flux density= 380.359 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 417.208 MilliJy 166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.6 MilliJy,max = 10.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.259E-03 < Second best 1.184E-02 IMAGR2: Field 3 min = -6.3 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.352E-03 < Second best 9.066E-03 IMAGR2: Field 1 min = -8.8 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 4.67 MilliJy IMAGR2: 11935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.958 MilliJy iter= 259 IMAGR2: Field 1 Clean flux density= 407.510 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 444.358 MilliJy 268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.295E-03 < Second best 8.259E-03 IMAGR2: Field 2 min = -6.2 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.899E-03 < Second best 6.652E-03 IMAGR2: Field 1 min = -6.6 MilliJy,max = 6.6 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 3.42 MilliJy IMAGR2: 13395 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.833 MilliJy iter= 390 IMAGR2: Field 1 Clean flux density= 403.417 MilliJy 390 comps IMAGR2: Total Cleaned flux density = 440.265 MilliJy 399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.965E-03 < Second best 5.899E-03 IMAGR2: Field 2 min = -4.5 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.247E-03 < Second best 4.622E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR2: 19041 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.659 MilliJy iter= 625 IMAGR2: Field 1 Clean flux density= 459.618 MilliJy 625 comps IMAGR2: Total Cleaned flux density = 496.466 MilliJy 634 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.200E-03 < Second best 3.965E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.979E-03 < Second best 3.503E-03 IMAGR2: Field 1 min = -4.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 1.80 MilliJy IMAGR2: 17475 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.435 MilliJy iter= 877 IMAGR2: Field 1 Clean flux density= 415.253 MilliJy 877 comps IMAGR2: Total Cleaned flux density = 452.102 MilliJy 886 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.349E-03 < Second best 2.979E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.903E-03 < Second best 2.349E-03 IMAGR2: BGC Clean: using 465 cell beam + residuals > 1.85 MilliJy IMAGR2: 9 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.822 MilliJy iter= 14 IMAGR2: Field 2 Clean flux density= 37.508 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 452.761 MilliJy 891 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 19371 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.809 MilliJy iter= 1256 IMAGR2: Field 1 Clean flux density= 448.062 MilliJy 1256 comps IMAGR2: Total Cleaned flux density = 485.569 MilliJy 1270 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-03 < Second best 1.746E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.415E-03 < Second best 1.733E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.95 MicroJy IMAGR2: 19516 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.286 MilliJy iter= 1734 IMAGR2: Field 1 Clean flux density= 418.995 MilliJy 1734 comps IMAGR2: Total Cleaned flux density = 456.503 MilliJy 1748 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 961.90 MicroJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 971.994 MicroJy iter= 25 IMAGR2: Field 2 Clean flux density= 38.838 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 457.833 MilliJy 1759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.006E-03 < Second best 1.232E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.62 MicroJy IMAGR2: 19585 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 931.235 MicroJy iter= 2349 IMAGR2: Field 1 Clean flux density= 440.162 MilliJy 2349 comps IMAGR2: Total Cleaned flux density = 479.000 MilliJy 2374 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 985.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.708E-04 < Second best 9.298E-04 IMAGR2: Field 2 min = -1.4 MilliJy,max = 873.9 MicroJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 704.74 MicroJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 2 min Clean flux = -872.335 MicroJy iter= 34 IMAGR2: Field 2 Clean flux density= 37.871 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 478.033 MilliJy 2383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 570.89 MicroJy IMAGR2: 16238 Residual map points loaded IMAGR2: Field 1 min Clean flux = -899.797 MicroJy iter= 2388 IMAGR2: Field 1 Clean flux density= 437.137 MilliJy 2388 comps IMAGR2: Total Cleaned flux density = 475.008 MilliJy 2422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 899.797 less than limit 900.248 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2388 to 1813 components IMAGR2: Field 2 compressed from 34 to 11 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -786.4 MicroJy,max = 923.5 MicroJy IMAGR2: Field 3 min = -898.6 MicroJy,max = 908.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 271.314 MilliJy ( 106 CCs) from field 1 to field 2 IMAGR2: Restore 41.440 MilliJy ( 60 CCs) from field 1 to field 3 IMAGR2: Restore 37.871 MilliJy ( 11 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 475.008 MilliJy IMAGR2: Field 2 final Clean flux 309.185 MilliJy IMAGR2: Field 3 final Clean flux 41.440 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= 95 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 32.0 Real= 129 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.15 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_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@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09895 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1379 CELLSIZE 0.23211 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23211 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 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 71.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.8 Real= 8 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.7 00002 -1 507 512 513 C 3 1012 1012 23 54 51.78 49 48 29.5 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 25.9 00007 -1 507 512 513 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.15 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_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@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09895 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9756E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_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 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13050 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Average grid weight 3.556E+04 IMAGR2: UVWAIT: Adding temperance S 7.113E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.762E+07 and out 4.621E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 3.556E+04 over 25656 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 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.90632E+08 IMAGR2: Field 1 Beam min = -156.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.063 x 0.679 arcsec, PA= 89.4 IMAGR2: Field 2 Sum of gridding weights = 4.90631E+08 IMAGR2: Field 2 Beam min = -156.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.063 x 0.679 arcsec, PA= 89.4 IMAGR2: Field 3 Sum of gridding weights = 4.90631E+08 IMAGR2: Field 3 Beam min = -83.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.062 x 0.679 arcsec, PA= 89.3 IMAGR2: Field 4 Sum of gridding weights = 4.90632E+08 IMAGR2: Field 4 Beam min = -165.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.064 x 0.679 arcsec, PA= 89.5 IMAGR2: Field 5 Sum of gridding weights = 4.90632E+08 IMAGR2: Field 5 Beam min = -130.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.062 x 0.678 arcsec, PA= 89.3 IMAGR2: Field 6 Sum of gridding weights = 4.90631E+08 IMAGR2: Field 6 Beam min = -128.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.064 x 0.679 arcsec, PA= 89.4 IMAGR2: Field 7 Sum of gridding weights = 4.90632E+08 IMAGR2: Field 7 Beam min = -156.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.063 x 0.678 arcsec, PA= 89.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -66.1 MilliJy,max = 808.8 MilliJy IMAGR2: Field 2 min = -74.2 MilliJy,max = 122.2 MilliJy IMAGR2: Field 3 min = -67.5 MilliJy,max = 154.4 MilliJy IMAGR2: Field 4 min = -69.7 MilliJy,max = 194.5 MilliJy IMAGR2: Field 5 min = -67.7 MilliJy,max = 201.7 MilliJy IMAGR2: Field 6 min = -68.9 MilliJy,max = 145.3 MilliJy IMAGR2: Field 7 min = -76.6 MilliJy,max = 117.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 96.83 MilliJy IMAGR2: 1039 Residual map points loaded IMAGR2: Field 1 min allowed flux = 386.840 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 460.630 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 460.630 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 = -30.4 MilliJy,max = 348.2 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 55.34 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 1 min allowed flux = 162.770 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 678.282 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 678.282 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.7 MilliJy,max = 146.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.69 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 67.402 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 780.949 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 780.949 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.0 MilliJy,max = 17.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.207E-02 < Second best 1.339E-01 IMAGR2: Field 5 min = -8.1 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.109E-02 < Second best 1.142E-01 IMAGR2: Field 2 min = -8.1 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.196E-02 < Second best 1.126E-01 IMAGR2: Field 7 min = -7.7 MilliJy,max = 13.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.259E-02 < Second best 1.004E-01 IMAGR2: Field 6 min = -8.8 MilliJy,max = 14.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.365E-02 < Second best 9.989E-02 IMAGR2: Field 3 min = -8.0 MilliJy,max = 14.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.112E-02 < Second best 6.410E-02 IMAGR2: Field 1 min = -15.6 MilliJy,max = 62.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.07 MilliJy IMAGR2: 2121 Residual map points loaded IMAGR2: Field 1 min allowed flux = 28.591 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 824.312 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 824.312 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.8 MilliJy,max = 26.1 MilliJy IMAGR2: BGC Clean: using 531 cell beam + residuals > 5.71 MilliJy IMAGR2: 1313 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.802 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 829.713 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 829.713 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.1 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.122E-03 < Second best 1.259E-02 IMAGR2: Field 7 min = -7.0 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.766E-03 < Second best 1.219E-02 IMAGR2: Field 1 min = -12.7 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.13 MilliJy IMAGR2: 570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.367 MilliJy iter= 90 IMAGR2: Field 1 Clean flux density= 829.583 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 829.583 MilliJy 90 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.6 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.656E-03 < Second best 1.196E-02 IMAGR2: Field 2 min = -6.1 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.674E-03 < Second best 1.112E-02 IMAGR2: Field 3 min = -7.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.460E-03 < Second best 1.109E-02 IMAGR2: Field 5 min = -7.3 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.978E-03 < Second best 7.460E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.74 MilliJy IMAGR2: 1645 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.370 MilliJy iter= 48 IMAGR2: Field 3 Clean flux density= -22.107 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 807.476 MilliJy 138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.9 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.612E-03 < Second best 7.024E-03 IMAGR2: Field 1 min = -7.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR2: 2323 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.340 MilliJy iter= 173 IMAGR2: Field 1 Clean flux density= 832.706 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 810.599 MilliJy 221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.8 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.619E-03 < Second best 6.766E-03 IMAGR2: Field 7 min = -6.5 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.194E-03 < Second best 6.674E-03 IMAGR2: Field 2 min = -5.6 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.306E-03 < Second best 6.656E-03 IMAGR2: Field 4 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.42 MilliJy IMAGR2: 3014 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.778 MilliJy iter= 102 IMAGR2: Field 4 Clean flux density= 17.718 MilliJy 102 comps IMAGR2: Total Cleaned flux density = 828.316 MilliJy 323 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.8 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.543E-03 < Second best 6.306E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR2: 1853 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.318 MilliJy iter= 108 IMAGR2: Field 2 Clean flux density= 21.686 MilliJy 108 comps IMAGR2: Total Cleaned flux density = 850.002 MilliJy 431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 1360 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.127 MilliJy iter= 117 IMAGR2: Field 7 Clean flux density= 4.462 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 854.464 MilliJy 548 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.979E-03 < Second best 5.543E-03 IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.23 MilliJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.830 MilliJy iter= 104 IMAGR2: Field 6 Clean flux density= 6.339 MilliJy 104 comps IMAGR2: Total Cleaned flux density = 860.802 MilliJy 652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.458E-03 < Second best 5.099E-03 IMAGR2: Field 1 min = -6.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.02 MilliJy IMAGR2: 733 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.531 MilliJy iter= 280 IMAGR2: Field 1 Clean flux density= 820.650 MilliJy 280 comps IMAGR2: Total Cleaned flux density = 848.747 MilliJy 759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.563 MilliJy iter= 148 IMAGR2: Field 5 Clean flux density= 9.290 MilliJy 148 comps IMAGR2: Total Cleaned flux density = 858.037 MilliJy 907 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.949E-03 < Second best 4.458E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.815E-03 < Second best 4.129E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.709E-03 < Second best 3.949E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 1894 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.191 MilliJy iter= 285 IMAGR2: Field 4 Clean flux density= 27.077 MilliJy 285 comps IMAGR2: Total Cleaned flux density = 867.397 MilliJy 1090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.423E-03 < Second best 3.815E-03 IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.56 MilliJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.949 MilliJy iter= 213 IMAGR2: Field 3 Clean flux density= -23.595 MilliJy 213 comps IMAGR2: Total Cleaned flux density = 865.909 MilliJy 1255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 456 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.765 MilliJy iter= 217 IMAGR2: Field 2 Clean flux density= 28.345 MilliJy 217 comps IMAGR2: Total Cleaned flux density = 872.568 MilliJy 1364 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 > 2.43 MilliJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.705 MilliJy iter= 266 IMAGR2: Field 6 Clean flux density= 14.837 MilliJy 266 comps IMAGR2: Total Cleaned flux density = 881.065 MilliJy 1526 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.148E-03 < Second best 3.410E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.963E-03 < Second best 3.372E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.404 MilliJy iter= 393 IMAGR2: Field 1 Clean flux density= 816.215 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 876.630 MilliJy 1639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 775 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.437 MilliJy iter= 288 IMAGR2: Field 7 Clean flux density= 11.734 MilliJy 288 comps IMAGR2: Total Cleaned flux density = 883.902 MilliJy 1810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.562E-03 < Second best 2.963E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR2: 1414 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.328 MilliJy iter= 380 IMAGR2: Field 5 Clean flux density= 9.365 MilliJy 380 comps IMAGR2: Total Cleaned flux density = 883.977 MilliJy 2042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.512E-03 < Second best 2.648E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 1213 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.122 MilliJy iter= 443 IMAGR2: Field 2 Clean flux density= 40.750 MilliJy 443 comps IMAGR2: Total Cleaned flux density = 896.382 MilliJy 2268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR2: 1738 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.035 MilliJy iter= 544 IMAGR2: Field 6 Clean flux density= 16.190 MilliJy 544 comps IMAGR2: Total Cleaned flux density = 897.736 MilliJy 2546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.244E-03 < Second best 2.512E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 812 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.915 MilliJy iter= 401 IMAGR2: Field 3 Clean flux density= -33.100 MilliJy 401 comps IMAGR2: Total Cleaned flux density = 888.231 MilliJy 2734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.070E-03 < Second best 2.298E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 263 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.726 MilliJy iter= 486 IMAGR2: Field 1 Clean flux density= 813.720 MilliJy 486 comps IMAGR2: Total Cleaned flux density = 885.736 MilliJy 2827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 831 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.792 MilliJy iter= 490 IMAGR2: Field 4 Clean flux density= 34.696 MilliJy 490 comps IMAGR2: Total Cleaned flux density = 893.355 MilliJy 3032 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.713 MilliJy iter= 634 IMAGR2: Field 5 Clean flux density= 775.716 MicroJy 634 comps IMAGR2: Total Cleaned flux density = 884.766 MilliJy 3286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 466 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.650 MilliJy iter= 447 IMAGR2: Field 7 Clean flux density= 15.424 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 888.456 MilliJy 3445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.848E-03 < Second best 1.952E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.690E-03 < Second best 1.848E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.509 MilliJy iter= 673 IMAGR2: Field 2 Clean flux density= 40.775 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 888.481 MilliJy 3675 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.428 MilliJy iter= 603 IMAGR2: Field 3 Clean flux density= -27.869 MilliJy 603 comps IMAGR2: Total Cleaned flux density = 893.712 MilliJy 3877 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1606 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.419 MilliJy iter= 808 IMAGR2: Field 4 Clean flux density= 38.155 MilliJy 808 comps IMAGR2: Total Cleaned flux density = 897.170 MilliJy 4195 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 410 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.353 MilliJy iter= 700 IMAGR2: Field 6 Clean flux density= 15.345 MilliJy 700 comps IMAGR2: Total Cleaned flux density = 896.325 MilliJy 4351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 122 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.290 MilliJy iter= 548 IMAGR2: Field 1 Clean flux density= 812.881 MilliJy 548 comps IMAGR2: Total Cleaned flux density = 895.486 MilliJy 4413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 1401 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.293 MilliJy iter= 937 IMAGR2: Field 5 Clean flux density= 2.344 MilliJy 937 comps IMAGR2: Total Cleaned flux density = 897.054 MilliJy 4716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 742 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.225 MilliJy iter= 685 IMAGR2: Field 7 Clean flux density= 19.805 MilliJy 685 comps IMAGR2: Total Cleaned flux density = 901.435 MilliJy 4954 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 541 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.172 MilliJy iter= 868 IMAGR2: Field 2 Clean flux density= 44.313 MilliJy 868 comps IMAGR2: Total Cleaned flux density = 904.973 MilliJy 5149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.281E-03 < Second best 1.361E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1461 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.109 MilliJy iter= 1135 IMAGR2: Field 4 Clean flux density= 40.384 MilliJy 1135 comps IMAGR2: Total Cleaned flux density = 907.202 MilliJy 5476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.059 MilliJy iter= 950 IMAGR2: Field 6 Clean flux density= 17.256 MilliJy 950 comps IMAGR2: Total Cleaned flux density = 909.113 MilliJy 5726 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 1941 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.091 MilliJy iter= 1034 IMAGR2: Field 3 Clean flux density= -31.415 MilliJy 1034 comps IMAGR2: Total Cleaned flux density = 905.567 MilliJy 6157 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 969.97 MicroJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.010 MilliJy iter= 1176 IMAGR2: Field 5 Clean flux density= 1.394 MilliJy 1176 comps IMAGR2: Total Cleaned flux density = 904.616 MilliJy 6396 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 > 952.84 MicroJy IMAGR2: 232 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 970.484 MicroJy iter= 654 IMAGR2: Field 1 Clean flux density= 812.202 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 903.938 MilliJy 6502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 922.08 MicroJy IMAGR2: 570 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -952.366 MicroJy iter= 893 IMAGR2: Field 7 Clean flux density= 24.439 MilliJy 893 comps IMAGR2: Total Cleaned flux density = 908.572 MilliJy 6710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 894.76 MicroJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 922.275 MicroJy iter= 1054 IMAGR2: Field 2 Clean flux density= 45.399 MilliJy 1054 comps IMAGR2: Total Cleaned flux density = 909.659 MilliJy 6896 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 > 862.29 MicroJy IMAGR2: 1039 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 898.182 MicroJy iter= 1407 IMAGR2: Field 4 Clean flux density= 41.368 MilliJy 1407 comps IMAGR2: Total Cleaned flux density = 910.643 MilliJy 7168 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 > 821.15 MicroJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -850.898 MicroJy iter= 1281 IMAGR2: Field 3 Clean flux density= -28.650 MilliJy 1281 comps IMAGR2: Total Cleaned flux density = 913.409 MilliJy 7415 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.66 MicroJy IMAGR2: 1592 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -838.243 MicroJy iter= 1363 IMAGR2: Field 6 Clean flux density= 15.832 MilliJy 1363 comps IMAGR2: Total Cleaned flux density = 911.986 MilliJy 7828 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.88 MicroJy IMAGR2: 2605 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 826.136 MicroJy iter= 1720 IMAGR2: Field 5 Clean flux density= 2.122 MilliJy 1720 comps IMAGR2: Total Cleaned flux density = 912.714 MilliJy 8372 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 763.20 MicroJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 779.120 MicroJy iter= 807 IMAGR2: Field 1 Clean flux density= 810.661 MilliJy 807 comps IMAGR2: Total Cleaned flux density = 911.173 MilliJy 8525 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 743.47 MicroJy IMAGR2: 403 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 760.539 MicroJy iter= 1065 IMAGR2: Field 7 Clean flux density= 29.254 MilliJy 1065 comps IMAGR2: Total Cleaned flux density = 915.987 MilliJy 8697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.31 MicroJy IMAGR2: 964 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 756.046 MicroJy iter= 1369 IMAGR2: Field 2 Clean flux density= 45.773 MilliJy 1369 comps IMAGR2: Total Cleaned flux density = 916.360 MilliJy 9012 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 707.20 MicroJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 740.276 MicroJy iter= 1799 IMAGR2: Field 4 Clean flux density= 41.589 MilliJy 1799 comps IMAGR2: Total Cleaned flux density = 916.581 MilliJy 9404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.33 MicroJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 715.218 MicroJy iter= 1597 IMAGR2: Field 3 Clean flux density= -27.356 MilliJy 1597 comps IMAGR2: Total Cleaned flux density = 917.875 MilliJy 9720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.64 MicroJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -688.095 MicroJy iter= 1642 IMAGR2: Field 6 Clean flux density= 15.339 MilliJy 1642 comps IMAGR2: Total Cleaned flux density = 917.382 MilliJy 9999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 636.00 MicroJy IMAGR2: 2124 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 668.647 MicroJy iter= 2212 IMAGR2: Field 5 Clean flux density= 3.660 MilliJy 2212 comps IMAGR2: Total Cleaned flux density = 918.920 MilliJy 10491 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 1 min = -921.1 MicroJy,max = 916.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.61 MicroJy IMAGR2: 240 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -637.698 MicroJy iter= 929 IMAGR2: Field 1 Clean flux density= 810.236 MilliJy 929 comps IMAGR2: Total Cleaned flux density = 918.496 MilliJy 10613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 619.07 MicroJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 634.622 MicroJy iter= 1305 IMAGR2: Field 7 Clean flux density= 30.897 MilliJy 1305 comps IMAGR2: Total Cleaned flux density = 920.138 MilliJy 10853 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 603.69 MicroJy IMAGR2: 909 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 621.992 MicroJy iter= 1671 IMAGR2: Field 2 Clean flux density= 46.776 MilliJy 1671 comps IMAGR2: Total Cleaned flux density = 921.141 MilliJy 11155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 584.16 MicroJy IMAGR2: 1825 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 609.687 MicroJy iter= 2260 IMAGR2: Field 4 Clean flux density= 41.932 MilliJy 2260 comps IMAGR2: Total Cleaned flux density = 921.483 MilliJy 11616 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 569.17 MicroJy IMAGR2: 1591 Residual map points loaded IMAGR2: Field 3 min Clean flux = -593.665 MicroJy iter= 2032 IMAGR2: Field 3 Clean flux density= -26.920 MilliJy 2032 comps IMAGR2: Total Cleaned flux density = 921.919 MilliJy 12051 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 13050 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 550.45 MicroJy IMAGR2: 1604 Residual map points loaded IMAGR2: Field 6 min Clean flux = -593.699 MicroJy iter= 1941 IMAGR2: Field 6 Clean flux density= 12.809 MilliJy 1941 comps IMAGR2: Total Cleaned flux density = 919.389 MilliJy 12350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.64 MicroJy IMAGR2: 3467 Residual map points loaded IMAGR2: Field 5 min Clean flux = 593.651 MicroJy iter= 2497 IMAGR2: Field 5 Clean flux density= 4.985 MilliJy 2497 comps IMAGR2: Total Cleaned flux density = 920.714 MilliJy 12635 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -928.0 MicroJy,max = 833.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 502.71 MicroJy IMAGR2: 675 Residual map points loaded IMAGR2: Field 1 min Clean flux = -593.436 MicroJy iter= 960 IMAGR2: Field 1 Clean flux density= 810.180 MilliJy 960 comps IMAGR2: Total Cleaned flux density = 920.658 MilliJy 12666 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -936.9 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.95 MicroJy IMAGR2: 2544 Residual map points loaded IMAGR2: Field 7 min Clean flux = 593.404 MicroJy iter= 1373 IMAGR2: Field 7 Clean flux density= 31.424 MilliJy 1373 comps IMAGR2: Total Cleaned flux density = 921.185 MilliJy 12734 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 951.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 450.47 MicroJy IMAGR2: 4059 Residual map points loaded IMAGR2: Field 2 min Clean flux = 593.099 MicroJy iter= 1706 IMAGR2: Field 2 Clean flux density= 46.942 MilliJy 1706 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 921.351 MilliJy 12769 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 385.82 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 4 min Clean flux = -593.668 MicroJy iter= 2310 IMAGR2: Field 4 Clean flux density= 42.048 MilliJy 2310 comps IMAGR2: Total Cleaned flux density = 921.467 MilliJy 12819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 593.699 less than limit 593.715 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 960 to 492 components IMAGR2: Field 2 compressed from 1706 to 998 components IMAGR2: Field 3 compressed from 2032 to 1262 components IMAGR2: Field 4 compressed from 2310 to 1340 components IMAGR2: Field 5 compressed from 2497 to 1495 components IMAGR2: Field 6 compressed from 1941 to 1204 components IMAGR2: Field 7 compressed from 1373 to 825 components IMAGR2: Field 1 min = -911.1 MicroJy,max = 810.6 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 923.9 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 993.3 MicroJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -895.6 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.082 MilliJy ( 17 CCs) from field 1 to field 2 IMAGR2: Restore -10.815 MilliJy ( 90 CCs) from field 1 to field 3 IMAGR2: Restore 2.106 MilliJy ( 156 CCs) from field 1 to field 4 IMAGR2: Restore -9.052 MilliJy ( 78 CCs) from field 1 to field 5 IMAGR2: Restore 1.681 MilliJy ( 173 CCs) from field 1 to field 6 IMAGR2: Restore 370.480 MicroJy ( 20 CCs) from field 1 to field 7 IMAGR2: Restore-659.143 MicroJy ( 14 CCs) from field 2 to field 1 IMAGR2: Restore 7.481 MilliJy ( 130 CCs) from field 2 to field 3 IMAGR2: Restore 311.869 MicroJy ( 134 CCs) from field 2 to field 4 IMAGR2: Restore -3.061 MilliJy ( 45 CCs) from field 3 to field 1 IMAGR2: Restore 977.158 MicroJy ( 45 CCs) from field 3 to field 2 IMAGR2: Restore -22.766 MilliJy ( 134 CCs) from field 3 to field 5 IMAGR2: Restore -2.392 MilliJy ( 46 CCs) from field 4 to field 1 IMAGR2: Restore 2.156 MilliJy ( 74 CCs) from field 4 to field 2 IMAGR2: Restore 15.090 MilliJy ( 148 CCs) from field 4 to field 6 IMAGR2: Restore 20.320 MicroJy ( 68 CCs) from field 5 to field 1 IMAGR2: Restore -2.584 MilliJy ( 94 CCs) from field 5 to field 3 IMAGR2: Restore -3.112 MilliJy ( 134 CCs) from field 5 to field 7 IMAGR2: Restore -4.020 MilliJy ( 67 CCs) from field 6 to field 1 IMAGR2: Restore 10.545 MilliJy ( 113 CCs) from field 6 to field 4 IMAGR2: Restore -7.053 MilliJy ( 81 CCs) from field 6 to field 7 IMAGR2: Restore 1.064 MilliJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore -1.130 MilliJy ( 47 CCs) from field 7 to field 5 IMAGR2: Restore 7.794 MilliJy ( 106 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 801.132 MilliJy IMAGR2: Field 2 final Clean flux 48.994 MilliJy IMAGR2: Field 3 final Clean flux -32.838 MilliJy IMAGR2: Field 4 final Clean flux 55.011 MilliJy IMAGR2: Field 5 final Clean flux -27.962 MilliJy IMAGR2: Field 6 final Clean flux 37.374 MilliJy IMAGR2: Field 7 final Clean flux 21.630 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= 98 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 121.4 Real= 515 A image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_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@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1632 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_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@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.15 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_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@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09895 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 99 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 100 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0611 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23434 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23434 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_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 32.8 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.8 Real= 6 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.4 00007 -1 507 512 513 ge file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0611 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9945E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_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 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 34228 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.097E+04 IMAGR2: UVWAIT: Adding temperance S 1.219E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.227E+07 and out 1.272E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.164 due to weighting IMAGR2: UVWAIT: Average summed weight 6.097E+04 over 67171 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 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.35021E+09 IMAGR2: Field 1 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.208 x 0.744 arcsec, PA= -52.9 IMAGR2: Field 2 Sum of gridding weights = 1.35021E+09 IMAGR2: Field 2 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.209 x 0.744 arcsec, PA= -52.9 IMAGR2: Field 3 Sum of gridding weights = 1.35021E+09 IMAGR2: Field 3 Beam min = -87.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.207 x 0.744 arcsec, PA= -52.9 IMAGR2: Field 4 Sum of gridding weights = 1.35022E+09 IMAGR2: Field 4 Beam min = -144.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.210 x 0.744 arcsec, PA= -52.9 IMAGR2: Field 5 Sum of gridding weights = 1.35021E+09 IMAGR2: Field 5 Beam min = -87.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.206 x 0.744 arcsec, PA= -52.9 IMAGR2: Field 6 Sum of gridding weights = 1.35022E+09 IMAGR2: Field 6 Beam min = -144.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.208 x 0.744 arcsec, PA= -53.0 IMAGR2: Field 7 Sum of gridding weights = 1.35022E+09 IMAGR2: Field 7 Beam min = -136.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.207 x 0.744 arcsec, PA= -53.0 IMAGR2: CLBHIS: minimum component 0.418 of current peak IMAGR2: Field 1 min = -79.6 MilliJy,max = 923.2 MilliJy IMAGR2: Field 2 min = -55.6 MilliJy,max = 130.8 MilliJy IMAGR2: Field 3 min = -80.3 MilliJy,max = 91.5 MilliJy IMAGR2: Field 4 min = -73.5 MilliJy,max = 104.9 MilliJy IMAGR2: Field 5 min = -79.4 MilliJy,max = 104.7 MilliJy IMAGR2: Field 6 min = -76.3 MilliJy,max = 84.0 MilliJy IMAGR2: Field 7 min = -56.1 MilliJy,max = 128.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.11 MilliJy IMAGR2: 4612 Residual map points loaded IMAGR2: Field 1 min allowed flux = 376.635 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 607.241 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 607.241 MilliJy 10 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 = -32.1 MilliJy,max = 342.8 MilliJy IMAGR2: BGC Clean: using 1337 cell beam + residuals > 44.36 MilliJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 1 min allowed flux = 135.353 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 854.815 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 854.815 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.2 MilliJy,max = 123.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 40.71 MilliJy IMAGR2: 16 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 53.646 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 938.915 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 938.915 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -6.2 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.645E-03 < Second best 1.215E-01 IMAGR2: Field 2 min = -6.6 MilliJy,max = 8.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.893E-03 < Second best 1.001E-01 IMAGR2: Field 4 min = -5.6 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.971E-03 < Second best 9.991E-02 IMAGR2: Field 5 min = -5.6 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.382E-03 < Second best 7.974E-02 IMAGR2: Field 3 min = -6.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.428E-03 < Second best 7.580E-02 IMAGR2: Field 6 min = -5.6 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.391E-03 < Second best 5.100E-02 IMAGR2: Field 1 min = -19.0 MilliJy,max = 48.4 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 4.04 MilliJy IMAGR2: 5869 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.567 MilliJy iter= 43 IMAGR2: Field 1 Clean flux density= 971.934 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 971.934 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.6 MilliJy,max = 17.6 MilliJy IMAGR2: BGC Clean: using 203 cell beam + residuals > 3.57 MilliJy IMAGR2: 2017 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.153 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 954.056 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 954.056 MilliJy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.980E-03 < Second best 7.893E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.022E-03 < Second best 7.761E-03 IMAGR2: Field 1 min = -8.2 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.15 MilliJy IMAGR2: 690 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.091 MilliJy iter= 160 IMAGR2: Field 1 Clean flux density= 954.869 MilliJy 160 comps IMAGR2: Total Cleaned flux density = 954.869 MilliJy 160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.1 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.846E-03 < Second best 6.391E-03 IMAGR2: Field 6 min = -4.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.849E-03 < Second best 6.382E-03 IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.177E-03 < Second best 5.971E-03 IMAGR2: Field 4 min = -4.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.255E-03 < Second best 5.849E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 5939 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.860 MilliJy iter= 99 IMAGR2: Field 6 Clean flux density= 13.150 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 968.019 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.1 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 5728 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.697 MilliJy iter= 134 IMAGR2: Field 3 Clean flux density= 6.392 MilliJy 134 comps IMAGR2: Total Cleaned flux density = 974.411 MilliJy 393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.161 MilliJy iter= 263 IMAGR2: Field 1 Clean flux density= 955.031 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 974.573 MilliJy 496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 1440 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.096 MilliJy iter= 122 IMAGR2: Field 4 Clean flux density= 23.219 MilliJy 122 comps IMAGR2: Total Cleaned flux density = 997.792 MilliJy 618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 1331 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.004 MilliJy iter= 132 IMAGR2: Field 5 Clean flux density= 6.218 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 1.004 Jy 750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.370E-03 < Second best 3.980E-03 IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.041E-03 < Second best 3.690E-03 IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 4190 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.008 MilliJy iter= 323 IMAGR2: Field 6 Clean flux density= 16.626 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 1.007 Jy 974 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 5004 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.862 MilliJy iter= 422 IMAGR2: Field 3 Clean flux density= 11.061 MilliJy 422 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 1262 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 107 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.342 MilliJy iter= 49 IMAGR2: Field 2 Clean flux density= 3.391 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 1311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.708E-03 < Second best 3.020E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.383 MilliJy iter= 361 IMAGR2: Field 1 Clean flux density= 954.463 MilliJy 361 comps IMAGR2: Total Cleaned flux density = 1.015 Jy 1409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 1136 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.440 MilliJy iter= 299 IMAGR2: Field 4 Clean flux density= 37.695 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 1.029 Jy 1586 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.682E-03 < Second best 2.874E-03 IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR2: 1672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.310 MilliJy iter= 369 IMAGR2: Field 5 Clean flux density= -1.200 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 1.022 Jy 1823 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 3793 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.232 MilliJy iter= 759 IMAGR2: Field 3 Clean flux density= 13.007 MilliJy 759 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 2160 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 358 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.020 MilliJy iter= 137 IMAGR2: Field 7 Clean flux density= 9.535 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 1.034 Jy 2297 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 5624 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.269 MilliJy iter= 830 IMAGR2: Field 6 Clean flux density= 26.649 MilliJy 830 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 2804 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.162E-03 < Second best 2.281E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.903 MilliJy iter= 493 IMAGR2: Field 1 Clean flux density= 955.131 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 1.044 Jy 2936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.056E-03 < Second best 2.215E-03 IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR2: 953 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.881 MilliJy iter= 582 IMAGR2: Field 5 Clean flux density= -715.978 MicroJy 582 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 3149 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 3135 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.860 MilliJy iter= 1223 IMAGR2: Field 6 Clean flux density= 29.534 MilliJy 1223 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 3542 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.965E-03 < Second best 2.142E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 4789 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.786 MilliJy iter= 1306 IMAGR2: Field 3 Clean flux density= 12.237 MilliJy 1306 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 4089 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.817E-03 < Second best 1.965E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1635 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.695 MilliJy iter= 671 IMAGR2: Field 4 Clean flux density= 49.811 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 1.059 Jy 4461 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 91 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.556 MilliJy iter= 191 IMAGR2: Field 7 Clean flux density= 10.491 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 4515 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 274 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.565 MilliJy iter= 619 IMAGR2: Field 1 Clean flux density= 955.683 MilliJy 619 comps IMAGR2: Total Cleaned flux density = 1.060 Jy 4641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 153 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.548 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= 1.130 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 1.058 Jy 4722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.545 MilliJy iter= 780 IMAGR2: Field 5 Clean flux density= -2.318 MilliJy 780 comps IMAGR2: Total Cleaned flux density = 1.057 Jy 4920 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 2530 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.534 MilliJy iter= 1652 IMAGR2: Field 6 Clean flux density= 31.190 MilliJy 1652 comps IMAGR2: Total Cleaned flux density = 1.058 Jy 5349 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 2855 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.451 MilliJy iter= 1784 IMAGR2: Field 3 Clean flux density= 10.118 MilliJy 1784 comps IMAGR2: Total Cleaned flux density = 1.056 Jy 5827 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1528 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.373 MilliJy iter= 1051 IMAGR2: Field 4 Clean flux density= 55.218 MilliJy 1051 comps IMAGR2: Total Cleaned flux density = 1.062 Jy 6207 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.313 MilliJy iter= 789 IMAGR2: Field 1 Clean flux density= 955.339 MilliJy 789 comps IMAGR2: Total Cleaned flux density = 1.061 Jy 6377 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.399E-03 < Second best 1.483E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.381E-03 < Second best 1.482E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1404 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.309 MilliJy iter= 1139 IMAGR2: Field 5 Clean flux density= -1.681 MilliJy 1139 comps IMAGR2: Total Cleaned flux density = 1.062 Jy 6736 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 2809 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.278 MilliJy iter= 2178 IMAGR2: Field 6 Clean flux density= 36.629 MilliJy 2178 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 7262 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 157 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.200 MilliJy iter= 288 IMAGR2: Field 7 Clean flux density= 12.050 MilliJy 288 comps IMAGR2: Total Cleaned flux density = 1.069 Jy 7359 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 2778 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.215 MilliJy iter= 2313 IMAGR2: Field 3 Clean flux density= 8.727 MilliJy 2313 comps IMAGR2: Total Cleaned flux density = 1.067 Jy 7888 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 258 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.151 MilliJy iter= 269 IMAGR2: Field 2 Clean flux density= 74.084 MicroJy 269 comps IMAGR2: Total Cleaned flux density = 1.066 Jy 8027 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.10 MilliJy IMAGR2: 1365 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.154 MilliJy iter= 1437 IMAGR2: Field 4 Clean flux density= 61.451 MilliJy 1437 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 8413 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 287 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.105 MilliJy iter= 926 IMAGR2: Field 1 Clean flux density= 955.904 MilliJy 926 comps IMAGR2: Total Cleaned flux density = 1.073 Jy 8550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1401 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.109 MilliJy iter= 1524 IMAGR2: Field 5 Clean flux density= 1.953 MilliJy 1524 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 8935 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 2522 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.079 MilliJy iter= 2715 IMAGR2: Field 6 Clean flux density= 39.241 MilliJy 2715 comps IMAGR2: Total Cleaned flux density = 1.079 Jy 9472 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.59 MicroJy IMAGR2: 2477 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.037 MilliJy iter= 2863 IMAGR2: Field 3 Clean flux density= 6.754 MilliJy 2863 comps IMAGR2: Total Cleaned flux density = 1.077 Jy 10022 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 971.04 MicroJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 990.745 MicroJy iter= 475 IMAGR2: Field 7 Clean flux density= 15.253 MilliJy 475 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 10209 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 948.64 MicroJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -987.895 MicroJy iter= 1841 IMAGR2: Field 4 Clean flux density= 64.072 MilliJy 1841 comps IMAGR2: Total Cleaned flux density = 1.083 Jy 10613 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 940.32 MicroJy IMAGR2: 343 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -956.737 MicroJy iter= 438 IMAGR2: Field 2 Clean flux density= -1.444 MilliJy 438 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 10782 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 920.59 MicroJy IMAGR2: 1464 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 958.431 MicroJy iter= 1948 IMAGR2: Field 5 Clean flux density= 1.565 MilliJy 1948 comps IMAGR2: Total Cleaned flux density = 1.081 Jy 11206 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.62 MicroJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 925.713 MicroJy iter= 1108 IMAGR2: Field 1 Clean flux density= 956.798 MilliJy 1108 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 11388 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.19 MicroJy IMAGR2: 2361 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -924.215 MicroJy iter= 3299 IMAGR2: Field 6 Clean flux density= 41.257 MilliJy 3299 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 11972 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.74 MicroJy IMAGR2: 2624 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -893.548 MicroJy iter= 3510 IMAGR2: Field 3 Clean flux density= 6.807 MilliJy 3510 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 12619 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 839.29 MicroJy IMAGR2: 273 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 850.746 MicroJy iter= 631 IMAGR2: Field 7 Clean flux density= 14.558 MilliJy 631 comps IMAGR2: Total Cleaned flux density = 1.084 Jy 12775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.17 MicroJy IMAGR2: 1834 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -857.987 MicroJy iter= 2375 IMAGR2: Field 4 Clean flux density= 67.927 MilliJy 2375 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 13309 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.48 MicroJy IMAGR2: 1841 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -841.182 MicroJy iter= 2489 IMAGR2: Field 5 Clean flux density= 1.297 MilliJy 2489 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 13850 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.20 MicroJy IMAGR2: 272 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -809.293 MicroJy iter= 591 IMAGR2: Field 2 Clean flux density= -2.655 MilliJy 591 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 14003 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 792.08 MicroJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 802.989 MicroJy iter= 1265 IMAGR2: Field 1 Clean flux density= 958.233 MilliJy 1265 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 14160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 767.02 MicroJy IMAGR2: 2114 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -800.442 MicroJy iter= 3887 IMAGR2: Field 6 Clean flux density= 41.959 MilliJy 3887 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 14748 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 741.95 MicroJy IMAGR2: 2226 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 774.082 MicroJy iter= 4124 IMAGR2: Field 3 Clean flux density= 4.317 MilliJy 4124 comps IMAGR2: Total Cleaned flux density = 1.086 Jy 15362 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.70 MicroJy IMAGR2: 1767 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -753.135 MicroJy iter= 2908 IMAGR2: Field 4 Clean flux density= 70.741 MilliJy 2908 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 15895 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.16 MicroJy IMAGR2: 352 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -728.778 MicroJy iter= 823 IMAGR2: Field 7 Clean flux density= 13.847 MilliJy 823 comps IMAGR2: Total Cleaned flux density = 1.088 Jy 16087 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.72 MicroJy IMAGR2: 2213 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 730.257 MicroJy iter= 3119 IMAGR2: Field 5 Clean flux density= 200.774 MicroJy 3119 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 16717 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.96 MicroJy IMAGR2: 260 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -703.615 MicroJy iter= 736 IMAGR2: Field 2 Clean flux density= -1.835 MilliJy 736 comps IMAGR2: Total Cleaned flux density = 1.087 Jy 16862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 943.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 691.25 MicroJy IMAGR2: 394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -700.415 MicroJy iter= 1456 IMAGR2: Field 1 Clean flux density= 959.618 MilliJy 1456 comps IMAGR2: Total Cleaned flux density = 1.089 Jy 17053 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.26 MicroJy IMAGR2: 2456 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -702.233 MicroJy iter= 4583 IMAGR2: Field 6 Clean flux density= 45.537 MilliJy 4583 comps IMAGR2: Total Cleaned flux density = 1.092 Jy 17749 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 655.41 MicroJy IMAGR2: 2299 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 681.581 MicroJy iter= 4802 IMAGR2: Field 3 Clean flux density= 6.189 MilliJy 4802 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 18427 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 641.96 MicroJy IMAGR2: 2217 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -666.195 MicroJy iter= 3556 IMAGR2: Field 4 Clean flux density= 70.724 MilliJy 3556 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 19075 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.93 MicroJy IMAGR2: 2407 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -654.306 MicroJy iter= 3812 IMAGR2: Field 5 Clean flux density= -1.159 MilliJy 3812 comps IMAGR2: Total Cleaned flux density = 1.093 Jy 19768 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -959.5 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 624.71 MicroJy IMAGR2: 431 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -633.475 MicroJy iter= 1048 IMAGR2: Field 7 Clean flux density= 14.803 MilliJy 1048 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 19993 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 922.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 621.16 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 627.309 MicroJy iter= 923 IMAGR2: Field 2 Clean flux density= -1.888 MilliJy 923 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 20180 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.96 MicroJy IMAGR2: 1767 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -624.851 MicroJy iter= 5180 IMAGR2: Field 6 Clean flux density= 46.203 MilliJy 5180 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 20777 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -921.5 MicroJy,max = 887.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 600.25 MicroJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -609.079 MicroJy iter= 1705 IMAGR2: Field 1 Clean flux density= 959.535 MilliJy 1705 comps IMAGR2: Total Cleaned flux density = 1.094 Jy 21026 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 584.88 MicroJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -603.824 MicroJy iter= 5425 IMAGR2: Field 3 Clean flux density= 8.847 MilliJy 5425 comps IMAGR2: Total Cleaned flux density = 1.097 Jy 21649 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.44 MicroJy IMAGR2: 2719 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 593.832 MicroJy iter= 4313 IMAGR2: Field 4 Clean flux density= 71.521 MilliJy 4313 comps IMAGR2: Total Cleaned flux density = 1.098 Jy 22406 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.46 MicroJy IMAGR2: 2798 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 580.972 MicroJy iter= 4598 IMAGR2: Field 5 Clean flux density= -3.053 MilliJy 4598 comps IMAGR2: Total Cleaned flux density = 1.096 Jy 23192 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -861.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.37 MicroJy IMAGR2: 338 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 560.843 MicroJy iter= 1238 IMAGR2: Field 7 Clean flux density= 15.889 MilliJy 1238 comps IMAGR2: Total Cleaned flux density = 1.097 Jy 23382 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 824.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.49 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -557.045 MicroJy iter= 1119 IMAGR2: Field 2 Clean flux density= 185.497 MicroJy 1119 comps IMAGR2: Total Cleaned flux density = 1.099 Jy 23578 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 541.40 MicroJy IMAGR2: 2391 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -560.229 MicroJy iter= 5945 IMAGR2: Field 6 Clean flux density= 49.207 MilliJy 5945 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 24343 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -813.4 MicroJy,max = 801.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.58 MicroJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 544.599 MicroJy iter= 1954 IMAGR2: Field 1 Clean flux density= 959.697 MilliJy 1954 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 24592 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 528.19 MicroJy IMAGR2: 2162 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -545.086 MicroJy iter= 6143 IMAGR2: Field 3 Clean flux density= 8.064 MilliJy 6143 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 25310 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 517.26 MicroJy IMAGR2: 2832 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 535.553 MicroJy iter= 5111 IMAGR2: Field 4 Clean flux density= 72.724 MilliJy 5111 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 26108 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 506.63 MicroJy IMAGR2: 2884 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 524.531 MicroJy iter= 5411 IMAGR2: Field 5 Clean flux density= -4.561 MilliJy 5411 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 26921 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -795.8 MicroJy,max = 999.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 503.85 MicroJy IMAGR2: 307 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 507.672 MicroJy iter= 1421 IMAGR2: Field 7 Clean flux density= 15.875 MilliJy 1421 comps IMAGR2: Total Cleaned flux density = 1.101 Jy 27104 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.89 MicroJy IMAGR2: 1894 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -507.025 MicroJy iter= 6601 IMAGR2: Field 6 Clean flux density= 51.670 MilliJy 6601 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 27760 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -878.2 MicroJy,max = 785.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 491.06 MicroJy IMAGR2: 675 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 498.233 MicroJy iter= 1458 IMAGR2: Field 2 Clean flux density= 88.676 MicroJy 1458 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 28099 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 481.97 MicroJy IMAGR2: 1660 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 493.498 MicroJy iter= 6748 IMAGR2: Field 3 Clean flux density= 8.932 MilliJy 6748 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 28704 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -712.9 MicroJy,max = 683.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 478.00 MicroJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -484.048 MicroJy iter= 2201 IMAGR2: Field 1 Clean flux density= 961.962 MilliJy 2201 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 28951 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.17 MicroJy IMAGR2: 2281 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -479.308 MicroJy iter= 5832 IMAGR2: Field 4 Clean flux density= 73.388 MilliJy 5832 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 29672 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.64 MicroJy IMAGR2: 3543 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 472.680 MicroJy iter= 6378 IMAGR2: Field 5 Clean flux density= -5.515 MilliJy 6378 comps IMAGR2: Total Cleaned flux density = 1.106 Jy 30639 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -760.4 MicroJy,max = 894.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.25 MicroJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 458.517 MicroJy iter= 1644 IMAGR2: Field 7 Clean flux density= 17.599 MilliJy 1644 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 30862 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 447.59 MicroJy IMAGR2: 2657 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 461.418 MicroJy iter= 7468 IMAGR2: Field 6 Clean flux density= 51.214 MilliJy 7468 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 31729 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -832.0 MicroJy,max = 745.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.24 MicroJy IMAGR2: 647 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 449.813 MicroJy iter= 1806 IMAGR2: Field 2 Clean flux density= 1.448 MilliJy 1806 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 32077 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 438.84 MicroJy IMAGR2: 2431 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -451.469 MicroJy iter= 7572 IMAGR2: Field 3 Clean flux density= 8.701 MilliJy 7572 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 32901 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -670.7 MicroJy,max = 668.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.46 MicroJy IMAGR2: 641 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -442.138 MicroJy iter= 2499 IMAGR2: Field 1 Clean flux density= 964.469 MilliJy 2499 comps IMAGR2: Total Cleaned flux density = 1.111 Jy 33199 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 430.58 MicroJy IMAGR2: 2877 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 442.948 MicroJy iter= 6678 IMAGR2: Field 4 Clean flux density= 75.765 MilliJy 6678 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 34045 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 997.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 423.07 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 3501 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -436.720 MicroJy iter= 7363 IMAGR2: Field 5 Clean flux density= -6.630 MilliJy 7363 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 35030 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 416.65 MicroJy IMAGR2: 2198 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -426.863 MicroJy iter= 8240 IMAGR2: Field 6 Clean flux density= 52.001 MilliJy 8240 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 35802 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -740.3 MicroJy,max = 841.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 414.42 MicroJy IMAGR2: 295 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 417.154 MicroJy iter= 1805 IMAGR2: Field 7 Clean flux density= 18.847 MilliJy 1805 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 35963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 408.38 MicroJy IMAGR2: 1974 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -417.215 MicroJy iter= 8269 IMAGR2: Field 3 Clean flux density= 7.478 MilliJy 8269 comps IMAGR2: Total Cleaned flux density = 1.113 Jy 36660 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -759.6 MicroJy,max = 699.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 405.16 MicroJy IMAGR2: 491 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -408.354 MicroJy iter= 2064 IMAGR2: Field 2 Clean flux density= 1.916 MilliJy 2064 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 36918 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 398.17 MicroJy IMAGR2: 2639 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -407.863 MicroJy iter= 7458 IMAGR2: Field 4 Clean flux density= 78.158 MilliJy 7458 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 37698 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -573.3 MicroJy,max = 585.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 394.87 MicroJy IMAGR2: 500 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 398.423 MicroJy iter= 2740 IMAGR2: Field 1 Clean flux density= 964.825 MilliJy 2740 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 37939 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -943.0 MicroJy,max = 939.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 384.99 MicroJy IMAGR2: 2787 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -395.060 MicroJy iter= 8232 IMAGR2: Field 5 Clean flux density= -8.136 MilliJy 8232 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 38808 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 379.52 MicroJy IMAGR2: 3061 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -390.255 MicroJy iter= 9250 IMAGR2: Field 6 Clean flux density= 53.295 MilliJy 9250 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 39818 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -966.8 MicroJy,max = 995.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 374.82 MicroJy IMAGR2: 2667 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -384.366 MicroJy iter= 9176 IMAGR2: Field 3 Clean flux density= 8.285 MilliJy 9176 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 40725 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -727.7 MicroJy,max = 769.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.93 MicroJy IMAGR2: 887 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -378.787 MicroJy iter= 2230 IMAGR2: Field 7 Clean flux density= 19.888 MilliJy 2230 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 41150 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -718.1 MicroJy,max = 670.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.08 MicroJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -375.457 MicroJy iter= 2350 IMAGR2: Field 2 Clean flux density= 3.494 MilliJy 2350 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 41436 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 980.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.30 MicroJy IMAGR2: 3534 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 377.779 MicroJy iter= 8470 IMAGR2: Field 4 Clean flux density= 78.938 MilliJy 8470 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 42448 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -545.6 MicroJy,max = 565.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.94 MicroJy IMAGR2: 531 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -369.209 MicroJy iter= 2979 IMAGR2: Field 1 Clean flux density= 965.626 MilliJy 2979 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 42687 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 5 min = -916.7 MicroJy,max = 939.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 362.36 MicroJy IMAGR2: 3504 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -372.049 MicroJy iter= 9218 IMAGR2: Field 5 Clean flux density= -9.504 MilliJy 9218 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 43673 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 357.10 MicroJy IMAGR2: 2351 Residual map points loaded IMAGR2: Field 6 min Clean flux = -366.586 MicroJy iter= 10052 IMAGR2: Field 6 Clean flux density= 53.267 MilliJy 10052 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 44475 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 3 min = -923.5 MicroJy,max = 958.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.36 MicroJy IMAGR2: 2519 Residual map points loaded IMAGR2: Field 3 min Clean flux = -366.563 MicroJy iter= 9730 IMAGR2: Field 3 Clean flux density= 7.172 MilliJy 9730 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 45029 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 7 min = -660.0 MicroJy,max = 696.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 339.76 MicroJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 7 min Clean flux = 366.451 MicroJy iter= 2315 IMAGR2: Field 7 Clean flux density= 20.302 MilliJy 2315 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 45114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -976.8 MicroJy,max = 939.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.12 MicroJy IMAGR2: 5307 Residual map points loaded IMAGR2: Field 4 min Clean flux = 366.509 MicroJy iter= 8973 IMAGR2: Field 4 Clean flux density= 79.479 MilliJy 8973 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 45617 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 2 min = -658.0 MicroJy,max = 582.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 313.76 MicroJy IMAGR2: 2068 Residual map points loaded IMAGR2: Field 2 min Clean flux = 366.504 MicroJy iter= 2437 IMAGR2: Field 2 Clean flux density= 3.682 MilliJy 2437 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 45704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -892.1 MicroJy,max = 868.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 290.37 MicroJy IMAGR2: 12360 Residual map points loaded IMAGR2: Field 5 min Clean flux = 366.448 MicroJy iter= 9409 IMAGR2: Field 5 Clean flux density= -8.723 MilliJy 9409 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 45895 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 34228 Pts IMAGR2: Field 1 min = -543.2 MicroJy,max = 509.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.88 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 1 min Clean flux = -365.755 MicroJy iter= 3045 IMAGR2: Field 1 Clean flux density= 965.235 MilliJy 3045 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 45961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 366.586 less than limit 366.600 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3045 to 1384 components IMAGR2: Field 2 compressed from 2437 to 1265 components IMAGR2: Field 3 compressed from 9730 to 4091 components IMAGR2: Field 4 compressed from 8973 to 3785 components IMAGR2: Field 5 compressed from 9409 to 3844 components IMAGR2: Field 6 compressed from 10052 to 4163 components IMAGR2: Field 7 compressed from 2315 to 1199 components IMAGR2: Field 1 min = -535.7 MicroJy,max = 508.8 MicroJy IMAGR2: Field 2 min = -657.1 MicroJy,max = 579.6 MicroJy IMAGR2: Field 3 min = -919.5 MicroJy,max = 937.8 MicroJy IMAGR2: Field 4 min = -962.5 MicroJy,max = 905.4 MicroJy IMAGR2: Field 5 min = -882.0 MicroJy,max = 857.2 MicroJy IMAGR2: Field 6 min = -989.3 MicroJy,max = 992.8 MicroJy IMAGR2: Field 7 min = -659.9 MicroJy,max = 662.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Restore 1.713 MilliJy ( 55 CCs) from field 1 to field 2 IMAGR2: Restore-972.747 MicroJy ( 279 CCs) from field 1 to field 3 IMAGR2: Restore 4.647 MilliJy ( 273 CCs) from field 1 to field 4 IMAGR2: Restore -1.427 MilliJy ( 289 CCs) from field 1 to field 5 IMAGR2: Restore 2.476 MilliJy ( 274 CCs) from field 1 to field 6 IMAGR2: Restore -1.966 MilliJy ( 48 CCs) from field 1 to field 7 IMAGR2: Restore 951.090 MicroJy ( 71 CCs) from field 2 to field 1 IMAGR2: Restore 2.961 MilliJy ( 260 CCs) from field 2 to field 3 IMAGR2: Restore 2.797 MilliJy ( 163 CCs) from field 2 to field 4 IMAGR2: Restore 1.714 MilliJy ( 168 CCs) from field 3 to field 1 IMAGR2: Restore 1.426 MilliJy ( 179 CCs) from field 3 to field 2 IMAGR2: Restore 11.239 MilliJy ( 292 CCs) from field 3 to field 5 IMAGR2: Restore 1.959 MilliJy ( 208 CCs) from field 4 to field 1 IMAGR2: Restore 22.692 MicroJy ( 134 CCs) from field 4 to field 2 IMAGR2: Restore 9.258 MilliJy ( 355 CCs) from field 4 to field 6 IMAGR2: Restore 230.446 MicroJy ( 194 CCs) from field 5 to field 1 IMAGR2: Restore 14.394 MilliJy ( 374 CCs) from field 5 to field 3 IMAGR2: Restore 1.645 MilliJy ( 134 CCs) from field 5 to field 7 IMAGR2: Restore -5.761 MilliJy ( 153 CCs) from field 6 to field 1 IMAGR2: Restore -3.213 MilliJy ( 315 CCs) from field 6 to field 4 IMAGR2: Restore 156.251 MicroJy ( 167 CCs) from field 6 to field 7 IMAGR2: Restore 51.228 MicroJy ( 57 CCs) from field 7 to field 1 IMAGR2: Restore 1.208 MilliJy ( 129 CCs) from field 7 to field 5 IMAGR2: Restore 3.725 MilliJy ( 289 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 964.380 MilliJy IMAGR2: Field 2 final Clean flux 6.843 MilliJy IMAGR2: Field 3 final Clean flux 23.553 MilliJy IMAGR2: Field 4 final Clean flux 83.709 MilliJy IMAGR2: Field 5 final Clean flux 2.297 MilliJy IMAGR2: Field 6 final Clean flux 68.726 MilliJy IMAGR2: Field 7 final Clean flux 20.138 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= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 181.6 Real= 747 ge file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0611 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04781 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1364 CELLSIZE 0.23471 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23471 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2319+051_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 33.1 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.7 Real= 6 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 16.7 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.6 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.6 00004 -1 507 512 513 C 5 1012 1012 23 21 29.21 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 ge file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0611 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04781 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9728E-02 -1.9983E+02 0 IMAGR2: Field 3 1012 1012 -1.7297E+02 -9.9930E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9930E+01 0 IMAGR2: Field 5 1012 1012 -1.7312E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_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 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 55893 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.107E+05 IMAGR2: UVWAIT: Adding temperance S 2.214E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.537E+08 and out 2.124E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.175 due to weighting IMAGR2: UVWAIT: Average summed weight 1.107E+05 over 111665 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 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.25450E+09 IMAGR2: Field 1 Beam min = -109.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.161 x 0.740 arcsec, PA= -57.1 IMAGR2: Field 2 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 2 Beam min = -109.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.162 x 0.740 arcsec, PA= -57.1 IMAGR2: Field 3 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 3 Beam min = -99.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.160 x 0.740 arcsec, PA= -57.1 IMAGR2: Field 4 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 4 Beam min = -103.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.163 x 0.740 arcsec, PA= -57.1 IMAGR2: Field 5 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 5 Beam min = -99.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.159 x 0.740 arcsec, PA= -57.2 IMAGR2: Field 6 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 6 Beam min = -103.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.162 x 0.740 arcsec, PA= -57.2 IMAGR2: Field 7 Sum of gridding weights = 2.25449E+09 IMAGR2: Field 7 Beam min = -109.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.160 x 0.740 arcsec, PA= -57.2 IMAGR2: CLBHIS: minimum component 0.444 of current peak IMAGR2: Field 1 min = -2.3 MilliJy,max = 21.0 MilliJy IMAGR2: Field 2 min = -1.7 MilliJy,max = 3.2 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 2.7 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 2.5 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 2.5 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.65 MilliJy IMAGR2: 3890 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.040 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 12.864 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 12.864 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 1665 cell beam + residuals > 1.16 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.547 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 18.228 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 18.228 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -698.6 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 3.373E-03 IMAGR2: Field 1 min = -852.5 MicroJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 916.67 MicroJy IMAGR2: 253 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.540 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 22.233 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 22.233 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -571.6 MicroJy,max = 863.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.254E-04 < Second best 2.527E-03 IMAGR2: Field 4 min = -518.9 MicroJy,max = 715.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.180E-04 < Second best 2.391E-03 IMAGR2: Field 5 min = -520.9 MicroJy,max = 596.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.703E-04 < Second best 1.695E-03 IMAGR2: Field 6 min = -520.7 MicroJy,max = 738.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.931E-04 < Second best 1.466E-03 IMAGR2: Field 1 min = -770.3 MicroJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 489.44 MicroJy IMAGR2: 2624 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 883.283 MicroJy iter= 74 IMAGR2: Field 1 Clean flux density= 26.211 MilliJy 74 comps IMAGR2: Total Cleaned flux density = 26.211 MilliJy 74 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -507.7 MicroJy,max = 517.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.857E-04 < Second best 1.108E-03 IMAGR2: Field 7 min = -659.6 MicroJy,max = 797.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.250E-04 < Second best 8.422E-04 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -818.8 MicroJy,max = 831.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 355.43 MicroJy IMAGR2: 9237 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 647.325 MicroJy iter= 166 IMAGR2: Field 1 Clean flux density= 31.273 MilliJy 166 comps IMAGR2: Total Cleaned flux density = 31.273 MilliJy 166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -574.6 MicroJy,max = 605.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.794E-04 < Second best 7.250E-04 IMAGR2: Field 7 min = -620.8 MicroJy,max = 729.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.25 MicroJy IMAGR2: 2646 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 462.732 MicroJy iter= 76 IMAGR2: Field 7 Clean flux density= 3.242 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 34.515 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -580.6 MicroJy,max = 571.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.560E-04 < Second best 6.180E-04 IMAGR2: Field 4 min = -468.1 MicroJy,max = 532.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.522E-04 < Second best 5.794E-04 IMAGR2: Field 2 min = -555.4 MicroJy,max = 563.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.391E-04 < Second best 5.703E-04 IMAGR2: Field 5 min = -520.5 MicroJy,max = 501.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.797E-04 < Second best 5.560E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 305.74 MicroJy IMAGR2: 8963 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 470.410 MicroJy iter= 333 IMAGR2: Field 1 Clean flux density= 33.081 MilliJy 333 comps IMAGR2: Total Cleaned flux density = 36.323 MilliJy 409 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 55893 Pts IMAGR2: Field 2 min = -505.5 MicroJy,max = 494.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.54 MicroJy IMAGR2: 1804 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 379.599 MicroJy iter= 118 IMAGR2: Field 2 Clean flux density= 2.577 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 38.900 MilliJy 527 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 55893 Pts IMAGR2: Field 6 min = -429.3 MicroJy,max = 429.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.670E-04 < Second best 4.857E-04 IMAGR2: Field 3 min = -448.0 MicroJy,max = 419.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.937E-04 < Second best 4.797E-04 IMAGR2: Field 5 min = -493.2 MicroJy,max = 435.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.015E-04 < Second best 4.522E-04 IMAGR2: Field 4 min = -417.2 MicroJy,max = 439.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.206E-04 < Second best 4.505E-04 IMAGR2: Field 1 min = -437.5 MicroJy,max = 426.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.195E-04 < Second best 4.427E-04 IMAGR2: Field 7 min = -502.1 MicroJy,max = 501.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.799E-04 < Second best 4.206E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 261.28 MicroJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 308.375 MicroJy iter= 97 IMAGR2: Field 4 Clean flux density= 1.253 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 40.153 MilliJy 624 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -431.9 MicroJy,max = 420.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 259.15 MicroJy IMAGR2: 6660 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -344.311 MicroJy iter= 566 IMAGR2: Field 1 Clean flux density= 32.544 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 39.616 MilliJy 857 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 55893 Pts IMAGR2: Field 5 min = -449.5 MicroJy,max = 404.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.639E-04 < Second best 3.937E-04 IMAGR2: Field 3 min = -388.3 MicroJy,max = 354.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.397E-04 < Second best 3.799E-04 IMAGR2: Field 7 min = -445.7 MicroJy,max = 439.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.485E-04 < Second best 3.670E-04 IMAGR2: Field 6 min = -379.6 MicroJy,max = 366.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-04 < Second best 3.639E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 252.08 MicroJy IMAGR2: 790 Residual map points loaded IMAGR2: Field 5 min Clean flux = 286.721 MicroJy iter= 99 IMAGR2: Field 5 Clean flux density= 1.038 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 40.655 MilliJy 956 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -350.7 MicroJy,max = 408.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.283E-04 < Second best 3.485E-04 IMAGR2: Field 7 min = -442.8 MicroJy,max = 430.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 238.16 MicroJy IMAGR2: 2160 Residual map points loaded IMAGR2: Field 7 min Clean flux = 286.704 MicroJy iter= 215 IMAGR2: Field 7 Clean flux density= 4.476 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 41.888 MilliJy 1095 comps IMAGR2: ALGSTB: All 495 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 484- 0 Cells, with 55893 Pts IMAGR2: Field 3 min = -357.7 MicroJy,max = 337.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.44 MicroJy IMAGR2: 823 Residual map points loaded IMAGR2: Field 3 min Clean flux = 286.421 MicroJy iter= 23 IMAGR2: Field 3 Clean flux density= 148.520 MicroJy 23 comps IMAGR2: Total Cleaned flux density = 42.037 MilliJy 1118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -377.9 MicroJy,max = 337.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 231.26 MicroJy IMAGR2: 875 Residual map points loaded IMAGR2: Field 6 min Clean flux = 286.710 MicroJy iter= 24 IMAGR2: Field 6 Clean flux density= 241.264 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 42.278 MilliJy 1142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -335.1 MicroJy,max = 328.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.125E-04 < Second best 3.283E-04 IMAGR2: Field 2 min = -339.9 MicroJy,max = 387.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 205.97 MicroJy IMAGR2: 4717 Residual map points loaded IMAGR2: Field 2 min Clean flux = -286.650 MicroJy iter= 158 IMAGR2: Field 2 Clean flux density= 2.100 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 41.802 MilliJy 1182 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -333.7 MicroJy,max = 323.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 196.84 MicroJy IMAGR2: 10259 Residual map points loaded IMAGR2: Field 1 min Clean flux = -286.619 MicroJy iter= 606 IMAGR2: Field 1 Clean flux density= 33.262 MilliJy 606 comps IMAGR2: Total Cleaned flux density = 42.520 MilliJy 1222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -362.5 MicroJy,max = 380.9 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 606 to 391 components IMAGR2: Field 2 compressed from 158 to 114 components IMAGR2: Field 3 compressed from 23 to 21 components IMAGR2: Field 4 compressed from 97 to 69 components IMAGR2: Field 5 compressed from 99 to 79 components IMAGR2: Field 6 compressed from 24 to 21 components IMAGR2: Field 7 compressed from 215 to 180 components IMAGR2: Field 1 min = -327.7 MicroJy,max = 321.4 MicroJy IMAGR2: Field 2 min = -326.8 MicroJy,max = 369.8 MicroJy IMAGR2: Field 3 min = -352.7 MicroJy,max = 331.8 MicroJy IMAGR2: Field 4 min = -362.5 MicroJy,max = 380.9 MicroJy IMAGR2: Field 5 min = -425.8 MicroJy,max = 373.0 MicroJy IMAGR2: Field 6 min = -371.0 MicroJy,max = 321.9 MicroJy IMAGR2: Field 7 min = -387.1 MicroJy,max = 357.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-454.588 MicroJy ( 12 CCs) from field 1 to field 2 IMAGR2: Restore 173.992 MicroJy ( 19 CCs) from field 1 to field 3 IMAGR2: Restore 783.632 MicroJy ( 18 CCs) from field 1 to field 4 IMAGR2: Restore 184.443 MicroJy ( 31 CCs) from field 1 to field 5 IMAGR2: Restore 594.968 MicroJy ( 13 CCs) from field 1 to field 6 IMAGR2: Restore 571.384 MicroJy ( 14 CCs) from field 1 to field 7 IMAGR2: Restore-116.684 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Restore 248.283 MicroJy ( 8 CCs) from field 2 to field 3 IMAGR2: Restore -92.775 MicroJy ( 4 CCs) from field 2 to field 4 IMAGR2: Restore 121.396 MicroJy ( 5 CCs) from field 3 to field 1 IMAGR2: Restore 28.482 MicroJy ( 7 CCs) from field 3 to field 2 IMAGR2: Restore 852.609 MicroJy ( 38 CCs) from field 4 to field 1 IMAGR2: Restore 91.529 MicroJy ( 21 CCs) from field 4 to field 2 IMAGR2: Restore -66.519 MicroJy ( 4 CCs) from field 4 to field 6 IMAGR2: Restore 715.099 MicroJy ( 35 CCs) from field 5 to field 1 IMAGR2: Restore 239.179 MicroJy ( 13 CCs) from field 5 to field 3 IMAGR2: Restore 262.449 MicroJy ( 19 CCs) from field 5 to field 7 IMAGR2: Restore 58.513 MicroJy ( 4 CCs) from field 6 to field 1 IMAGR2: Restore 30.303 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 58.237 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore 660.860 MicroJy ( 24 CCs) from field 7 to field 1 IMAGR2: Restore 375.550 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR2: Restore 569.556 MicroJy ( 23 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 35.554 MilliJy IMAGR2: Field 2 final Clean flux 1.766 MilliJy IMAGR2: Field 3 final Clean flux 809.973 MicroJy IMAGR2: Field 4 final Clean flux 1.974 MilliJy IMAGR2: Field 5 final Clean flux 1.598 MilliJy IMAGR2: Field 6 final Clean flux 1.339 MilliJy IMAGR2: Field 7 final Clean flux 5.368 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= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 51.0 Real= 207 ge file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.0611 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04781 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000F AIPS 2: EB10_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 116 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 117 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 118 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 119 disk= 1 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 116 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 2: Disk 1 in-CNO 126 renumbered as CNO 118 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 ?' 118 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18406: 12823 messages, oldest written 17-SEP-2006 17:34:49 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= 2.2 Real= 6669 /home/auto/run/AB922_2000FEB10_1.run.1 finished on Mon Sep 18 15:01:23 MDT 2006