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 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: 'AL494_1999NOV09_2' >>AIPS 2: 'AL494_1999NOV09_2' >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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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 3.33 min. of data in 20 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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= 2.814E-02 +- 1.434E-03 source= 1748-253 FLAGR2: Overall average rms= 2.333E-03 +- 2.071E-04 source= 1748-253 FLAGR2: Overall average amp= 5.284E-03 +- 6.721E-04 source= PISTOL FLAGR2: Overall average rms= 2.215E-03 +- 1.985E-04 source= PISTOL FLAGR2: Overall average amp= 1.759E-01 +- 8.038E-03 source= 2320+506 FLAGR2: Overall average rms= 1.887E-02 +- 9.223E-04 source= 2320+506 FLAGR2: Overall average amp= 2.534E-02 +- 1.175E-03 source= 2302+640 FLAGR2: Overall average rms= 1.888E-03 +- 2.789E-04 source= 2302+640 FLAGR2: Overall average amp= 3.361E-02 +- 1.618E-03 source= 2250+557 FLAGR2: Overall average rms= 1.871E-03 +- 2.790E-04 source= 2250+557 FLAGR2: Overall average amp= 3.109E-01 +- 3.748E-02 source= 0134+329 FLAGR2: Overall average rms= 2.094E-03 +- 2.743E-04 source= 0134+329 FLAGR2: Found 72 bad times, 303 total flags FLAGR2: Wrote 2 antenna & IF independent flags FLAGR2: Wrote 75 antenna independent, IF dependent flags FLAGR2: Wrote 226 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 3.8 Real= 9 SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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 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: '0134+329 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY2: '0134+329 ' IF = 2 FLUX = 3.1449 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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 19991109 . 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 1100 good solutions CALIB2: Average closure rms = 0.0144 +- 0.0082 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.18584 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.29204 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.13274 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.10619 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.03540 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01770 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C48_X.MODEL CALRD2: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991109 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 3.164 Jy CALIB2: FACSET: 3.432352 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.21734E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 3.145 Jy CALIB2: FACSET: 3.432352 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.16240E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 300 CCs CALIB2: Determining solutions CALIB2: Deleted 55 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 220 good solutions CALIB2: Average closure rms = 0.0033 +- 0.0005 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.04167 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.16667 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.08333 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.08333 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.6 Real= 1 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 275 merged records from 275 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 341 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 275 merged records from 275 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.1 Real= 1 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991109 . 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 5.098E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 5.085E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 5.150E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 5.195E+00 CALIB2: Found 484 good solutions CALIB2: Average closure rms = 0.0010 +- 0.0004 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.18750 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.09375 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.01562 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01562 of the times had 12 - 14 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991109 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 3.164 Jy CALIB2: FACSET: 3.432352 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.21734E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 3.145 Jy CALIB2: FACSET: 3.432352 Jy found from 300 components CALIB2: FACSET: scaling factor set to 9.16240E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 300 CCs CALIB2: Determining solutions CALIB2: Deleted 11 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.109E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.097E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.115E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.126E+00 CALIB2: Found 44 good solutions CALIB2: Average closure rms = 0.0005 +- 0.0000 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.20000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.20000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.20000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.6 Real= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1748-253 : 0 C 1 0.26619 +/- 0.00207 GETJY2: 2 0.26421 +/- 0.00212 GETJY2: 2320+506 : 0 A 1 1.62142 +/- 0.01154 GETJY2: 2 1.62391 +/- 0.01160 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 121 merged records from 121 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.1 Real= 1 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 341 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 121 merged records from 121 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991109 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1748-253 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 2168 0 2168 SPLIT2: Fully 0 0 10077 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 PISTOL .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 13247 0 13247 SPLIT2: Fully 0 0 45347 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 2320+506 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 2410 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 2302+640 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 1485 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 2250+557 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 30 0 30 SPLIT2: Fully 0 0 1455 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 0134+329 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 240 0 240 SPLIT2: Fully 0 0 4240 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: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.4 Real= 1 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04044 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1748-253_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1748-253 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 858 CELLSIZE 0.37304 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.37304 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1748-253_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 17:51:51.27 -25:23:59.4 1.224 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 42.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 3 C 1 1012 1012 17 51 51.27 -25 23 59.8 00001 -1 507 512 513 C 2 246 246 17 51 51.27 -25 23 59.4 00002 -1 100 128 129 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04044 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1748-253_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@1748-253_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1748-253' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1748-253_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.6751E-02 3.0233E-03 0 IMAGR2: Field 2 246 246 6.6751E-02 4.0302E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1748-253_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1748-253 .IMAGR . 1 (UV) on disk 1 cno 9 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 12245 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.356E+04 IMAGR2: UVWAIT: Adding temperance S 8.712E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.094E+07 and out 4.241E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR2: UVWAIT: Average summed weight 4.356E+04 over 24457 vis IMAGR2: Create 1748-253 .IBM001. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1748-253 .IBM002. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1748-253 .ICL001. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1748-253 .ICL002. 1 (MA) on disk 1 cno 13 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.50215E+08 IMAGR2: Field 1 Beam min = -165.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.804 x 0.902 arcsec, PA= 28.9 IMAGR2: Field 2 Sum of gridding weights = 4.50214E+08 IMAGR2: Field 2 Beam min = -165.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.804 x 0.902 arcsec, PA= 28.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -44.8 MilliJy,max = 262.2 MilliJy IMAGR2: Field 2 min = -45.0 MilliJy,max = 263.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 23.47 MilliJy IMAGR2: 1030 Residual map points loaded IMAGR2: Field 2 min allowed flux = 125.828 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 149.830 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 149.830 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 = -20.6 MilliJy,max = 112.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.070E-01 < Second best 1.197E-01 IMAGR2: Field 2 min = -20.4 MilliJy,max = 113.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 11.22 MilliJy IMAGR2: 839 Residual map points loaded IMAGR2: Field 2 min allowed flux = 51.527 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 220.524 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 220.524 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.0 MilliJy,max = 47.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.474E-02 < Second best 4.903E-02 IMAGR2: Field 2 min = -10.0 MilliJy,max = 47.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.60 MilliJy IMAGR2: 1002 Residual map points loaded IMAGR2: Field 2 min allowed flux = 22.190 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 250.560 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 250.560 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 20.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.962E-02 < Second best 2.112E-02 IMAGR2: Field 2 min = -5.2 MilliJy,max = 20.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.98 MilliJy IMAGR2: 1574 Residual map points loaded IMAGR2: Field 2 min allowed flux = 9.689 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 263.528 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 263.528 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.6 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.405E-03 < Second best 9.224E-03 IMAGR2: Field 2 min = -3.6 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.49 MilliJy IMAGR2: 843 Residual map points loaded IMAGR2: Field 2 min allowed flux = 4.178 MilliJy iter= 44 IMAGR2: Field 2 Clean flux density= 269.122 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 269.122 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.654E-03 < Second best 3.981E-03 IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 532 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.092 MilliJy iter= 75 IMAGR2: Field 2 Clean flux density= 268.865 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 268.865 MilliJy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR2: 19363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.340 MilliJy iter= 85 IMAGR2: Field 1 Clean flux density= 4.291 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 273.156 MilliJy 160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 19099 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.009 MilliJy iter= 220 IMAGR2: Field 1 Clean flux density= 298.676 MicroJy 220 comps IMAGR2: Total Cleaned flux density = 269.164 MilliJy 295 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.821E-03 < Second best 1.927E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 19709 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.740 MilliJy iter= 421 IMAGR2: Field 1 Clean flux density= 5.592 MilliJy 421 comps IMAGR2: Total Cleaned flux density = 274.457 MilliJy 496 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.222 MilliJy iter= 114 IMAGR2: Field 2 Clean flux density= 269.267 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 274.859 MilliJy 535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 19662 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.476 MilliJy iter= 720 IMAGR2: Field 1 Clean flux density= 2.891 MilliJy 720 comps IMAGR2: Total Cleaned flux density = 272.157 MilliJy 834 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 898.11 MicroJy IMAGR2: 19264 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.256 MilliJy iter= 1113 IMAGR2: Field 1 Clean flux density= 9.019 MilliJy 1113 comps IMAGR2: Total Cleaned flux density = 278.285 MilliJy 1227 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 > 788.44 MicroJy IMAGR2: 18559 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.065 MilliJy iter= 1606 IMAGR2: Field 1 Clean flux density= 12.894 MilliJy 1606 comps IMAGR2: Total Cleaned flux density = 282.161 MilliJy 1720 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 779.55 MicroJy IMAGR2: 114 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 798.311 MicroJy iter= 157 IMAGR2: Field 2 Clean flux density= 270.332 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 283.227 MilliJy 1763 comps IMAGR2: ALGSTB: All 180 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 169- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 678.00 MicroJy IMAGR2: 19609 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 900.135 MicroJy iter= 2248 IMAGR2: Field 1 Clean flux density= 16.419 MilliJy 2248 comps IMAGR2: Total Cleaned flux density = 286.751 MilliJy 2405 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 594.73 MicroJy IMAGR2: 19075 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -776.622 MicroJy iter= 3060 IMAGR2: Field 1 Clean flux density= 19.166 MilliJy 3060 comps IMAGR2: Total Cleaned flux density = 289.498 MilliJy 3217 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -804.3 MicroJy,max = 885.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.667E-04 < Second best 7.455E-04 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.66 MicroJy IMAGR2: 19733 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -661.786 MicroJy iter= 4058 IMAGR2: Field 1 Clean flux density= 16.598 MilliJy 4058 comps IMAGR2: Total Cleaned flux density = 286.930 MilliJy 4215 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -748.0 MicroJy,max = 777.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 514.08 MicroJy IMAGR2: 341 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 527.841 MicroJy iter= 242 IMAGR2: Field 2 Clean flux density= 271.352 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 287.951 MilliJy 4300 comps IMAGR2: ALGSTB: All 180 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 169- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 451.19 MicroJy IMAGR2: 19143 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 567.959 MicroJy iter= 5220 IMAGR2: Field 1 Clean flux density= 17.365 MilliJy 5220 comps IMAGR2: Total Cleaned flux density = 288.717 MilliJy 5462 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.79 MicroJy IMAGR2: 18554 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 500.811 MicroJy iter= 6485 IMAGR2: Field 1 Clean flux density= 24.384 MilliJy 6485 comps IMAGR2: Total Cleaned flux density = 295.737 MilliJy 6727 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -599.7 MicroJy,max = 622.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 403.20 MicroJy IMAGR2: 167 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 407.558 MicroJy iter= 299 IMAGR2: Field 2 Clean flux density= 271.165 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 295.549 MilliJy 6784 comps IMAGR2: ALGSTB: All 180 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 169- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.35 MicroJy IMAGR2: 19517 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -435.568 MicroJy iter= 7975 IMAGR2: Field 1 Clean flux density= 26.044 MilliJy 7975 comps IMAGR2: Total Cleaned flux density = 297.208 MilliJy 8274 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 347.88 MicroJy IMAGR2: 19425 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 417.744 MicroJy iter= 9606 IMAGR2: Field 1 Clean flux density= 28.969 MilliJy 9606 comps IMAGR2: Total Cleaned flux density = 300.134 MilliJy 9905 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 335.98 MicroJy IMAGR2: 19272 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 398.137 MicroJy iter= 11311 IMAGR2: Field 1 Clean flux density= 30.599 MilliJy 11311 comps IMAGR2: Total Cleaned flux density = 301.764 MilliJy 11610 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -666.0 MicroJy,max = 707.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 337.94 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 2 min allowed flux = -353.350 MicroJy iter= 540 IMAGR2: Field 2 Clean flux density= 270.942 MilliJy 540 comps IMAGR2: Total Cleaned flux density = 301.541 MilliJy 11851 comps IMAGR2: ALGSTB: All 180 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 169- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.13 MicroJy IMAGR2: 18625 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -386.992 MicroJy iter= 13000 IMAGR2: Field 1 Clean flux density= 31.599 MilliJy 13000 comps IMAGR2: Total Cleaned flux density = 302.541 MilliJy 13540 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.86 MicroJy IMAGR2: 18895 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 399.150 MicroJy iter= 14750 IMAGR2: Field 1 Clean flux density= 30.434 MilliJy 14750 comps IMAGR2: Total Cleaned flux density = 301.377 MilliJy 15290 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.48 MicroJy IMAGR2: 18451 Residual map points loaded IMAGR2: Field 1 min allowed flux = -427.254 MicroJy iter= 15486 IMAGR2: Field 1 Clean flux density= 31.935 MilliJy 15486 comps IMAGR2: Total Cleaned flux density = 302.878 MilliJy 16026 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.90 MicroJy IMAGR2: 15467 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -279.464 MicroJy iter= 17448 IMAGR2: Field 1 Clean flux density= 27.825 MilliJy 17448 comps IMAGR2: Total Cleaned flux density = 298.768 MilliJy 17988 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 2 min = -352.3 MicroJy,max = 429.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 237.23 MicroJy IMAGR2: 140 Residual map points loaded IMAGR2: Field 2 min Clean flux = -241.620 MicroJy iter= 588 IMAGR2: Field 2 Clean flux density= 271.122 MilliJy 588 comps IMAGR2: Total Cleaned flux density = 298.947 MilliJy 18036 comps IMAGR2: ALGSTB: All 180 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 169- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 225.99 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 320.293 MicroJy iter= 18172 IMAGR2: Field 1 Clean flux density= 29.616 MilliJy 18172 comps IMAGR2: Total Cleaned flux density = 300.738 MilliJy 18760 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 206.01 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 1 min Clean flux = -242.614 MicroJy iter= 20113 IMAGR2: Field 1 Clean flux density= 30.827 MilliJy 20113 comps IMAGR2: Total Cleaned flux density = 301.949 MilliJy 20701 comps IMAGR2: ALGSTB: All 686 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 675- 0 Cells, with 12245 Pts IMAGR2: Peak residual in window 242.614 less than limit 242.623 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 20113 to 9979 components IMAGR2: Field 2 compressed from 588 to 309 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 2 min = -286.1 MicroJy,max = 305.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 4.080 MilliJy ( 746 CCs) from field 1 to field 2 IMAGR2: Restore 271.122 MilliJy ( 309 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 301.949 MilliJy IMAGR2: Field 2 final Clean flux 275.201 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= 9 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 30.9 Real= 65 m(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 19991109.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991109.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: '0134+329 MODEL =' '3C48_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.04044 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1748-253_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@1748-253_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1748-253' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found PISTOL X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 851 CELLSIZE 0.37609 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.37609 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@PISTOL_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 17:46:14.08 -28:47:35.2 3.855 0.535 0.042 SETFC2: 3 17:46:27.53 -28:50:47.4 3.774 0.451 0.046 SETFC2: 4 17:46:28.77 -28:49:22.0 0.403 0.379 0.051 SETFC2: Add NVSS: wrote 3 fields to BOXFILE SETFC2: The Sun is 41.1 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 4 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 2 C 1 1012 1012 17 46 15.24 -28 50 04.0 00001 -1 507 512 513 C 2 246 246 17 46 14.08 -28 47 35.2 00002 -1 100 128 129 C 3 246 246 17 46 27.53 -28 50 47.4 00003 -1 100 128 129 C 4 246 246 17 46 28.77 -28 49 22.0 00004 -1 100 128 129 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@PISTOL_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -6.2525E-02 1.5198E-02 0 IMAGR2: Field 2 246 246 -1.5305E+01 1.4882E+02 0 IMAGR2: Field 3 246 246 1.6143E+02 -4.3385E+01 0 IMAGR2: Field 4 246 246 1.7773E+02 4.2015E+01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@PISTOL_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: Create PISTOL .IMAGR . 1 (UV) on disk 1 cno 11 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 58594 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.804E+04 IMAGR2: UVWAIT: Adding temperance S 1.361E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.021E+08 and out 1.616E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.179 due to weighting IMAGR2: UVWAIT: Average summed weight 6.804E+04 over 116703 vis IMAGR2: Create PISTOL .IBM001. 1 (MA) on disk 1 cno 12 IMAGR2: Create PISTOL .IBM002. 1 (MA) on disk 1 cno 13 IMAGR2: Create PISTOL .IBM003. 1 (MA) on disk 1 cno 14 IMAGR2: Create PISTOL .IBM004. 1 (MA) on disk 1 cno 15 IMAGR2: Create PISTOL .ICL001. 1 (MA) on disk 1 cno 16 IMAGR2: Create PISTOL .ICL002. 1 (MA) on disk 1 cno 17 IMAGR2: Create PISTOL .ICL003. 1 (MA) on disk 1 cno 18 IMAGR2: Create PISTOL .ICL004. 1 (MA) on disk 1 cno 19 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.71555E+09 IMAGR2: Field 1 Beam min = -156.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 3.134 x 0.861 arcsec, PA= 28.8 IMAGR2: Field 2 Sum of gridding weights = 1.71554E+09 IMAGR2: Field 2 Beam min = -157.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 3.127 x 0.861 arcsec, PA= 28.8 IMAGR2: Field 3 Sum of gridding weights = 1.71554E+09 IMAGR2: Field 3 Beam min = -157.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 3.132 x 0.860 arcsec, PA= 28.8 IMAGR2: Field 4 Sum of gridding weights = 1.71554E+09 IMAGR2: Field 4 Beam min = -157.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 3.127 x 0.860 arcsec, PA= 28.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.3 MilliJy,max = 12.1 MilliJy IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.6 MilliJy IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 233 cell beam + residuals > 1.60 MilliJy IMAGR2: 17215 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.788 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 6.892 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 6.892 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 = -3.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 18605 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.241 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 12.982 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 12.982 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 18459 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.800 MilliJy iter= 59 IMAGR2: Field 1 Clean flux density= 19.110 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 19.110 MilliJy 59 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 18241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.465 MilliJy iter= 117 IMAGR2: Field 1 Clean flux density= 26.844 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 26.844 MilliJy 117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.178E-03 < Second best 2.408E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.233E-03 < Second best 2.363E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 18394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.211 MilliJy iter= 204 IMAGR2: Field 1 Clean flux density= 35.819 MilliJy 204 comps IMAGR2: Total Cleaned flux density = 35.819 MilliJy 204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.097E-03 < Second best 2.233E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.928E-03 < Second best 2.178E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.002E-03 < Second best 2.122E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 18581 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.983 MilliJy iter= 321 IMAGR2: Field 1 Clean flux density= 41.014 MilliJy 321 comps IMAGR2: Total Cleaned flux density = 41.014 MilliJy 321 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.858E-03 < Second best 2.002E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.794E-03 < Second best 1.928E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.782E-03 < Second best 1.904E-03 IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 18534 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.803 MilliJy iter= 471 IMAGR2: Field 1 Clean flux density= 47.781 MilliJy 471 comps IMAGR2: Total Cleaned flux density = 47.781 MilliJy 471 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.703E-03 < Second best 1.794E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.661E-03 < Second best 1.782E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.366 MilliJy iter= 30 IMAGR2: Field 4 Clean flux density= 2.048 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 49.829 MilliJy 501 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 18349 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.635 MilliJy iter= 669 IMAGR2: Field 1 Clean flux density= 52.116 MilliJy 669 comps IMAGR2: Total Cleaned flux density = 54.164 MilliJy 699 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 261 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.287 MilliJy iter= 37 IMAGR2: Field 3 Clean flux density= 1.244 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 55.408 MilliJy 736 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 474 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.309 MilliJy iter= 56 IMAGR2: Field 2 Clean flux density= 2.915 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 58.323 MilliJy 792 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 17892 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.443 MilliJy iter= 926 IMAGR2: Field 1 Clean flux density= 57.232 MilliJy 926 comps IMAGR2: Total Cleaned flux density = 63.439 MilliJy 1049 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 16767 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.297 MilliJy iter= 1201 IMAGR2: Field 1 Clean flux density= 61.570 MilliJy 1201 comps IMAGR2: Total Cleaned flux density = 67.777 MilliJy 1324 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.081 MilliJy iter= 76 IMAGR2: Field 4 Clean flux density= 3.673 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 69.402 MilliJy 1370 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.136E-03 < Second best 1.248E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 962.95 MicroJy IMAGR2: 17382 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.169 MilliJy iter= 1525 IMAGR2: Field 1 Clean flux density= 61.631 MilliJy 1525 comps IMAGR2: Total Cleaned flux density = 69.462 MilliJy 1694 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.87 MicroJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 985.672 MicroJy iter= 87 IMAGR2: Field 3 Clean flux density= 777.988 MicroJy 87 comps IMAGR2: Total Cleaned flux density = 68.997 MilliJy 1744 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.126E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.06 MicroJy IMAGR2: 17352 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.051 MilliJy iter= 1898 IMAGR2: Field 1 Clean flux density= 63.486 MilliJy 1898 comps IMAGR2: Total Cleaned flux density = 70.852 MilliJy 2117 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.690E-04 < Second best 1.042E-03 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.82 MicroJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 891.673 MicroJy iter= 125 IMAGR2: Field 4 Clean flux density= 5.695 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 72.875 MilliJy 2166 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 803.76 MicroJy IMAGR2: 17086 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 943.638 MicroJy iter= 2303 IMAGR2: Field 1 Clean flux density= 66.221 MilliJy 2303 comps IMAGR2: Total Cleaned flux density = 75.609 MilliJy 2571 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 802.21 MicroJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 814.246 MicroJy iter= 93 IMAGR2: Field 2 Clean flux density= 3.156 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 75.850 MilliJy 2608 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.55 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -811.915 MicroJy iter= 137 IMAGR2: Field 3 Clean flux density= 959.304 MicroJy 137 comps IMAGR2: Total Cleaned flux density = 76.031 MilliJy 2658 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.59 MicroJy IMAGR2: 16644 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -841.333 MicroJy iter= 2742 IMAGR2: Field 1 Clean flux density= 67.181 MilliJy 2742 comps IMAGR2: Total Cleaned flux density = 76.991 MilliJy 3097 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 723.58 MicroJy IMAGR2: 624 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -741.544 MicroJy iter= 210 IMAGR2: Field 4 Clean flux density= 7.667 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 78.963 MilliJy 3182 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 666.45 MicroJy IMAGR2: 15727 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 760.075 MicroJy iter= 3214 IMAGR2: Field 1 Clean flux density= 68.110 MilliJy 3214 comps IMAGR2: Total Cleaned flux density = 79.892 MilliJy 3654 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.214E-04 < Second best 7.837E-04 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 657.27 MicroJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -667.055 MicroJy iter= 188 IMAGR2: Field 3 Clean flux density= 325.558 MicroJy 188 comps IMAGR2: Total Cleaned flux density = 79.259 MilliJy 3705 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 606.63 MicroJy IMAGR2: 16203 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 687.320 MicroJy iter= 3730 IMAGR2: Field 1 Clean flux density= 65.390 MilliJy 3730 comps IMAGR2: Total Cleaned flux density = 76.539 MilliJy 4221 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.648E-04 < Second best 7.165E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.89 MicroJy IMAGR2: 686 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 613.333 MicroJy iter= 297 IMAGR2: Field 4 Clean flux density= 9.169 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 78.041 MilliJy 4308 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -994.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.82 MicroJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -603.455 MicroJy iter= 121 IMAGR2: Field 2 Clean flux density= 3.922 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 78.807 MilliJy 4336 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.77 MicroJy IMAGR2: 15996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -617.992 MicroJy iter= 4301 IMAGR2: Field 1 Clean flux density= 66.419 MilliJy 4301 comps IMAGR2: Total Cleaned flux density = 79.836 MilliJy 4907 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 544.48 MicroJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -550.773 MicroJy iter= 238 IMAGR2: Field 3 Clean flux density= -56.239 MicroJy 238 comps IMAGR2: Total Cleaned flux density = 79.454 MilliJy 4957 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 501.98 MicroJy IMAGR2: 15055 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 559.167 MicroJy iter= 4887 IMAGR2: Field 1 Clean flux density= 66.150 MilliJy 4887 comps IMAGR2: Total Cleaned flux density = 79.186 MilliJy 5543 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -948.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 496.96 MicroJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 506.303 MicroJy iter= 391 IMAGR2: Field 4 Clean flux density= 10.480 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 80.496 MilliJy 5637 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -773.8 MicroJy,max = 941.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 494.44 MicroJy IMAGR2: 76 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -496.937 MicroJy iter= 147 IMAGR2: Field 2 Clean flux density= 4.327 MilliJy 147 comps IMAGR2: Total Cleaned flux density = 80.901 MilliJy 5663 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 455.15 MicroJy IMAGR2: 15710 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -505.496 MicroJy iter= 5533 IMAGR2: Field 1 Clean flux density= 65.046 MilliJy 5533 comps IMAGR2: Total Cleaned flux density = 79.796 MilliJy 6309 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 451.65 MicroJy IMAGR2: 363 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -455.730 MicroJy iter= 290 IMAGR2: Field 3 Clean flux density= -1.025 MilliJy 290 comps IMAGR2: Total Cleaned flux density = 78.828 MilliJy 6361 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -923.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 448.77 MicroJy IMAGR2: 583 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -455.379 MicroJy iter= 479 IMAGR2: Field 4 Clean flux density= 11.793 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 80.141 MilliJy 6449 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -994.1 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 412.21 MicroJy IMAGR2: 15860 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 455.514 MicroJy iter= 6231 IMAGR2: Field 1 Clean flux density= 64.473 MilliJy 6231 comps IMAGR2: Total Cleaned flux density = 79.568 MilliJy 7147 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -671.4 MicroJy,max = 806.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.20 MicroJy IMAGR2: 34 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -410.717 MicroJy iter= 165 IMAGR2: Field 2 Clean flux density= 4.503 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 79.744 MilliJy 7165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -906.4 MicroJy,max = 984.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 408.00 MicroJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 413.417 MicroJy iter= 566 IMAGR2: Field 4 Clean flux density= 12.954 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 80.905 MilliJy 7252 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -1.1 MilliJy,max = 929.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 406.28 MicroJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 409.433 MicroJy iter= 348 IMAGR2: Field 3 Clean flux density= -1.115 MilliJy 348 comps IMAGR2: Total Cleaned flux density = 80.814 MilliJy 7310 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -954.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 370.70 MicroJy IMAGR2: 16311 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 408.518 MicroJy iter= 6993 IMAGR2: Field 1 Clean flux density= 64.292 MilliJy 6993 comps IMAGR2: Total Cleaned flux density = 80.633 MilliJy 8072 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -893.3 MicroJy,max = 932.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.49 MicroJy IMAGR2: 696 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 373.631 MicroJy iter= 669 IMAGR2: Field 4 Clean flux density= 14.310 MilliJy 669 comps IMAGR2: Total Cleaned flux density = 81.990 MilliJy 8175 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -573.2 MicroJy,max = 740.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.89 MicroJy IMAGR2: 129 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 369.089 MicroJy iter= 201 IMAGR2: Field 2 Clean flux density= 5.200 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 82.687 MilliJy 8211 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -986.3 MicroJy,max = 902.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.26 MicroJy IMAGR2: 228 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 368.412 MicroJy iter= 393 IMAGR2: Field 3 Clean flux density= -1.619 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 82.183 MilliJy 8256 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -909.6 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 334.40 MicroJy IMAGR2: 16105 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 366.532 MicroJy iter= 7802 IMAGR2: Field 1 Clean flux density= 62.024 MilliJy 7802 comps IMAGR2: Total Cleaned flux density = 79.915 MilliJy 9065 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -881.7 MicroJy,max = 903.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 332.39 MicroJy IMAGR2: 771 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 336.538 MicroJy iter= 782 IMAGR2: Field 4 Clean flux density= 15.551 MilliJy 782 comps IMAGR2: Total Cleaned flux density = 81.155 MilliJy 9178 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -914.3 MicroJy,max = 862.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 331.18 MicroJy IMAGR2: 248 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -332.933 MicroJy iter= 442 IMAGR2: Field 3 Clean flux density= -1.931 MilliJy 442 comps IMAGR2: Total Cleaned flux density = 80.843 MilliJy 9227 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -518.4 MicroJy,max = 661.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 330.26 MicroJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 330.920 MicroJy iter= 230 IMAGR2: Field 2 Clean flux density= 5.300 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 80.943 MilliJy 9256 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -896.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.40 MicroJy IMAGR2: 15992 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -330.284 MicroJy iter= 8664 IMAGR2: Field 1 Clean flux density= 62.304 MilliJy 8664 comps IMAGR2: Total Cleaned flux density = 81.223 MilliJy 10118 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -871.3 MicroJy,max = 824.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.50 MicroJy IMAGR2: 828 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 304.323 MicroJy iter= 897 IMAGR2: Field 4 Clean flux density= 16.419 MilliJy 897 comps IMAGR2: Total Cleaned flux density = 82.092 MilliJy 10233 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -858.0 MicroJy,max = 840.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 299.23 MicroJy IMAGR2: 261 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 300.713 MicroJy iter= 500 IMAGR2: Field 3 Clean flux density= -2.312 MilliJy 500 comps IMAGR2: Total Cleaned flux density = 81.711 MilliJy 10291 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -485.3 MicroJy,max = 582.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 298.59 MicroJy IMAGR2: 92 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 298.982 MicroJy iter= 256 IMAGR2: Field 2 Clean flux density= 5.363 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 81.774 MilliJy 10317 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -889.1 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 273.26 MicroJy IMAGR2: 15864 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -297.090 MicroJy iter= 9568 IMAGR2: Field 1 Clean flux density= 61.583 MilliJy 9568 comps IMAGR2: Total Cleaned flux density = 81.053 MilliJy 11221 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -835.9 MicroJy,max = 794.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 271.49 MicroJy IMAGR2: 913 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 274.968 MicroJy iter= 1019 IMAGR2: Field 4 Clean flux density= 17.760 MilliJy 1019 comps IMAGR2: Total Cleaned flux density = 82.394 MilliJy 11343 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -801.7 MicroJy,max = 811.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.50 MicroJy IMAGR2: 341 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -272.001 MicroJy iter= 563 IMAGR2: Field 3 Clean flux density= -3.022 MilliJy 563 comps IMAGR2: Total Cleaned flux density = 81.684 MilliJy 11406 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -462.3 MicroJy,max = 558.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 269.83 MicroJy IMAGR2: 102 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 270.447 MicroJy iter= 296 IMAGR2: Field 2 Clean flux density= 5.637 MilliJy 296 comps IMAGR2: Total Cleaned flux density = 81.959 MilliJy 11446 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -870.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 248.15 MicroJy IMAGR2: 15802 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -269.187 MicroJy iter= 10531 IMAGR2: Field 1 Clean flux density= 63.400 MilliJy 10531 comps IMAGR2: Total Cleaned flux density = 83.775 MilliJy 12409 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -828.4 MicroJy,max = 732.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 246.64 MicroJy IMAGR2: 1025 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 249.610 MicroJy iter= 1154 IMAGR2: Field 4 Clean flux density= 18.784 MilliJy 1154 comps IMAGR2: Total Cleaned flux density = 84.799 MilliJy 12544 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -743.4 MicroJy,max = 778.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 245.63 MicroJy IMAGR2: 302 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -247.054 MicroJy iter= 623 IMAGR2: Field 3 Clean flux density= -3.449 MilliJy 623 comps IMAGR2: Total Cleaned flux density = 84.372 MilliJy 12604 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -427.8 MicroJy,max = 483.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 245.08 MicroJy IMAGR2: 128 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -245.733 MicroJy iter= 338 IMAGR2: Field 2 Clean flux density= 5.992 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 84.727 MilliJy 12646 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -868.4 MicroJy,max = 985.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 224.75 MicroJy IMAGR2: 15624 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -242.930 MicroJy iter= 11550 IMAGR2: Field 1 Clean flux density= 60.694 MilliJy 11550 comps IMAGR2: Total Cleaned flux density = 82.021 MilliJy 13665 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -807.4 MicroJy,max = 706.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 223.28 MicroJy IMAGR2: 1152 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -226.126 MicroJy iter= 1306 IMAGR2: Field 4 Clean flux density= 19.475 MilliJy 1306 comps IMAGR2: Total Cleaned flux density = 82.713 MilliJy 13817 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -710.9 MicroJy,max = 756.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 222.47 MicroJy IMAGR2: 354 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 223.735 MicroJy iter= 692 IMAGR2: Field 3 Clean flux density= -3.676 MilliJy 692 comps IMAGR2: Total Cleaned flux density = 82.486 MilliJy 13886 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -402.0 MicroJy,max = 477.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 221.96 MicroJy IMAGR2: 146 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -222.956 MicroJy iter= 379 IMAGR2: Field 2 Clean flux density= 5.923 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 82.416 MilliJy 13927 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -840.1 MicroJy,max = 972.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.52 MicroJy IMAGR2: 15565 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 220.251 MicroJy iter= 12619 IMAGR2: Field 1 Clean flux density= 61.525 MilliJy 12619 comps IMAGR2: Total Cleaned flux density = 83.247 MilliJy 14996 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -793.8 MicroJy,max = 666.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 203.17 MicroJy IMAGR2: 1128 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 205.720 MicroJy iter= 1460 IMAGR2: Field 4 Clean flux density= 20.479 MilliJy 1460 comps IMAGR2: Total Cleaned flux density = 84.250 MilliJy 15150 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -645.5 MicroJy,max = 745.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 202.44 MicroJy IMAGR2: 370 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -203.602 MicroJy iter= 757 IMAGR2: Field 3 Clean flux density= -4.053 MilliJy 757 comps IMAGR2: Total Cleaned flux density = 83.873 MilliJy 15215 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -373.3 MicroJy,max = 395.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 201.98 MicroJy IMAGR2: 157 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -202.536 MicroJy iter= 420 IMAGR2: Field 2 Clean flux density= 5.907 MilliJy 420 comps IMAGR2: Total Cleaned flux density = 83.858 MilliJy 15256 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -834.8 MicroJy,max = 939.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 186.00 MicroJy IMAGR2: 15533 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -199.786 MicroJy iter= 13741 IMAGR2: Field 1 Clean flux density= 60.303 MilliJy 13741 comps IMAGR2: Total Cleaned flux density = 82.636 MilliJy 16378 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -783.4 MicroJy,max = 653.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 184.86 MicroJy IMAGR2: 1423 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -187.006 MicroJy iter= 1658 IMAGR2: Field 4 Clean flux density= 21.513 MilliJy 1658 comps IMAGR2: Total Cleaned flux density = 83.669 MilliJy 16576 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -623.1 MicroJy,max = 714.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 184.15 MicroJy IMAGR2: 416 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -185.245 MicroJy iter= 826 IMAGR2: Field 3 Clean flux density= -4.515 MilliJy 826 comps IMAGR2: Total Cleaned flux density = 83.207 MilliJy 16645 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -355.9 MicroJy,max = 392.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 183.83 MicroJy IMAGR2: 222 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 184.680 MicroJy iter= 481 IMAGR2: Field 2 Clean flux density= 6.080 MilliJy 481 comps IMAGR2: Total Cleaned flux density = 83.380 MilliJy 16706 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -816.9 MicroJy,max = 923.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 170.29 MicroJy IMAGR2: 15277 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 182.223 MicroJy iter= 14898 IMAGR2: Field 1 Clean flux density= 61.913 MilliJy 14898 comps IMAGR2: Total Cleaned flux density = 84.990 MilliJy 17863 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -776.5 MicroJy,max = 617.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 169.04 MicroJy IMAGR2: 1260 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -170.768 MicroJy iter= 1838 IMAGR2: Field 4 Clean flux density= 22.163 MilliJy 1838 comps IMAGR2: Total Cleaned flux density = 85.640 MilliJy 18043 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -571.9 MicroJy,max = 697.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 168.49 MicroJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 169.291 MicroJy iter= 903 IMAGR2: Field 3 Clean flux density= -4.999 MilliJy 903 comps IMAGR2: Total Cleaned flux density = 85.157 MilliJy 18120 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -322.9 MicroJy,max = 334.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 168.04 MicroJy IMAGR2: 158 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 165.833 MicroJy iter= 525 IMAGR2: Field 2 Clean flux density= 6.192 MilliJy 525 comps IMAGR2: Total Cleaned flux density = 85.269 MilliJy 18164 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -807.3 MicroJy,max = 893.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 155.76 MicroJy IMAGR2: 15578 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -166.434 MicroJy iter= 16116 IMAGR2: Field 1 Clean flux density= 60.327 MilliJy 16116 comps IMAGR2: Total Cleaned flux density = 83.684 MilliJy 19382 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -770.3 MicroJy,max = 602.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 154.80 MicroJy IMAGR2: 1318 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -156.690 MicroJy iter= 2031 IMAGR2: Field 4 Clean flux density= 23.267 MilliJy 2031 comps IMAGR2: Total Cleaned flux density = 84.788 MilliJy 19575 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -536.3 MicroJy,max = 669.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 154.27 MicroJy IMAGR2: 415 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -155.063 MicroJy iter= 977 IMAGR2: Field 3 Clean flux density= -5.357 MilliJy 977 comps IMAGR2: Total Cleaned flux density = 84.429 MilliJy 19649 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -787.2 MicroJy,max = 883.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 144.22 MicroJy IMAGR2: 15109 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 153.610 MicroJy iter= 17362 IMAGR2: Field 1 Clean flux density= 61.489 MilliJy 17362 comps IMAGR2: Total Cleaned flux density = 85.590 MilliJy 20895 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -279.4 MicroJy,max = 293.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 143.48 MicroJy IMAGR2: 108 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 143.875 MicroJy iter= 559 IMAGR2: Field 2 Clean flux density= 6.406 MilliJy 559 comps IMAGR2: Total Cleaned flux density = 85.804 MilliJy 20929 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -757.4 MicroJy,max = 589.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 142.68 MicroJy IMAGR2: 1442 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 144.463 MicroJy iter= 2241 IMAGR2: Field 4 Clean flux density= 24.360 MilliJy 2241 comps IMAGR2: Total Cleaned flux density = 86.897 MilliJy 21139 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -504.1 MicroJy,max = 660.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 142.20 MicroJy IMAGR2: 439 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -142.465 MicroJy iter= 1059 IMAGR2: Field 3 Clean flux density= -5.510 MilliJy 1059 comps IMAGR2: Total Cleaned flux density = 86.745 MilliJy 21221 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -792.1 MicroJy,max = 853.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 132.74 MicroJy IMAGR2: 15822 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -141.372 MicroJy iter= 18705 IMAGR2: Field 1 Clean flux density= 60.688 MilliJy 18705 comps IMAGR2: Total Cleaned flux density = 85.944 MilliJy 22564 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -754.2 MicroJy,max = 554.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 131.84 MicroJy IMAGR2: 1378 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 133.223 MicroJy iter= 2444 IMAGR2: Field 4 Clean flux density= 25.293 MilliJy 2444 comps IMAGR2: Total Cleaned flux density = 86.877 MilliJy 22767 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -269.5 MicroJy,max = 286.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 131.75 MicroJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -132.059 MicroJy iter= 626 IMAGR2: Field 2 Clean flux density= 6.511 MilliJy 626 comps IMAGR2: Total Cleaned flux density = 86.982 MilliJy 22834 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -477.2 MicroJy,max = 637.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 131.32 MicroJy IMAGR2: 484 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -132.169 MicroJy iter= 1149 IMAGR2: Field 3 Clean flux density= -5.743 MilliJy 1149 comps IMAGR2: Total Cleaned flux density = 86.750 MilliJy 22924 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -777.3 MicroJy,max = 845.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 122.43 MicroJy IMAGR2: 15534 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 130.013 MicroJy iter= 20072 IMAGR2: Field 1 Clean flux density= 61.716 MilliJy 20072 comps IMAGR2: Total Cleaned flux density = 87.777 MilliJy 24291 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -739.2 MicroJy,max = 548.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 121.78 MicroJy IMAGR2: 1572 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 123.328 MicroJy iter= 2685 IMAGR2: Field 4 Clean flux density= 26.316 MilliJy 2685 comps IMAGR2: Total Cleaned flux density = 88.800 MilliJy 24532 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -442.1 MicroJy,max = 618.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 121.34 MicroJy IMAGR2: 419 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 121.946 MicroJy iter= 1229 IMAGR2: Field 3 Clean flux density= -5.927 MilliJy 1229 comps IMAGR2: Total Cleaned flux density = 88.616 MilliJy 24612 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -252.8 MicroJy,max = 257.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 121.02 MicroJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 121.014 MicroJy iter= 676 IMAGR2: Field 2 Clean flux density= 6.716 MilliJy 676 comps IMAGR2: Total Cleaned flux density = 88.821 MilliJy 24662 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -774.6 MicroJy,max = 841.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 113.53 MicroJy IMAGR2: 15642 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -120.321 MicroJy iter= 21471 IMAGR2: Field 1 Clean flux density= 60.906 MilliJy 21471 comps IMAGR2: Total Cleaned flux density = 88.011 MilliJy 26061 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -723.0 MicroJy,max = 530.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.86 MicroJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 114.207 MicroJy iter= 2940 IMAGR2: Field 4 Clean flux density= 27.506 MilliJy 2940 comps IMAGR2: Total Cleaned flux density = 89.201 MilliJy 26316 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -423.0 MicroJy,max = 593.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.54 MicroJy IMAGR2: 534 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 112.962 MicroJy iter= 1327 IMAGR2: Field 3 Clean flux density= -6.147 MilliJy 1327 comps IMAGR2: Total Cleaned flux density = 88.981 MilliJy 26414 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -249.1 MicroJy,max = 250.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 112.41 MicroJy IMAGR2: 317 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 112.814 MicroJy iter= 748 IMAGR2: Field 2 Clean flux density= 6.886 MilliJy 748 comps IMAGR2: Total Cleaned flux density = 89.151 MilliJy 26486 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -761.4 MicroJy,max = 837.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 105.78 MicroJy IMAGR2: 15601 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 112.018 MicroJy iter= 22949 IMAGR2: Field 1 Clean flux density= 61.393 MilliJy 22949 comps IMAGR2: Total Cleaned flux density = 89.638 MilliJy 27964 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Field 4 min = -714.9 MicroJy,max = 521.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 105.21 MicroJy IMAGR2: 1597 Residual map points loaded IMAGR2: Field 4 min Clean flux = 110.834 MicroJy iter= 3103 IMAGR2: Field 4 Clean flux density= 28.157 MilliJy 3103 comps IMAGR2: Total Cleaned flux density = 90.289 MilliJy 28127 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 3 min = -410.3 MicroJy,max = 579.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 104.07 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 3 min Clean flux = 110.412 MicroJy iter= 1374 IMAGR2: Field 3 Clean flux density= -6.204 MilliJy 1374 comps IMAGR2: Total Cleaned flux density = 90.232 MilliJy 28174 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 2 min = -220.5 MicroJy,max = 231.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 103.47 MicroJy IMAGR2: 308 Residual map points loaded IMAGR2: Field 2 min Clean flux = -110.402 MicroJy iter= 777 IMAGR2: Field 2 Clean flux density= 6.899 MilliJy 777 comps IMAGR2: Total Cleaned flux density = 90.245 MilliJy 28203 comps IMAGR2: ALGSTB: All 178 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 167- 0 Cells, with 58594 Pts IMAGR2: Field 1 min = -761.3 MicroJy,max = 830.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 96.91 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 1 min Clean flux = -110.902 MicroJy iter= 23648 IMAGR2: Field 1 Clean flux density= 61.380 MilliJy 23648 comps IMAGR2: Total Cleaned flux density = 90.232 MilliJy 28902 comps IMAGR2: ALGSTB: All 677 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 666- 0 Cells, with 58594 Pts IMAGR2: Peak residual in window 110.902 less than limit 110.913 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 23648 to 11567 components IMAGR2: Field 2 compressed from 777 to 383 components IMAGR2: Field 3 compressed from 1374 to 646 components IMAGR2: Field 4 compressed from 3103 to 1195 components IMAGR2: Field 1 min = -757.9 MicroJy,max = 823.9 MicroJy IMAGR2: Field 2 min = -215.7 MicroJy,max = 225.3 MicroJy IMAGR2: Field 3 min = -403.8 MicroJy,max = 579.0 MicroJy IMAGR2: Field 4 min = -705.2 MicroJy,max = 505.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 10.395 MilliJy ( 782 CCs) from field 1 to field 2 IMAGR2: Restore 15.009 MilliJy ( 712 CCs) from field 1 to field 3 IMAGR2: Restore 4.438 MilliJy ( 659 CCs) from field 1 to field 4 IMAGR2: Restore 6.899 MilliJy ( 383 CCs) from field 2 to field 1 IMAGR2: Restore -6.204 MilliJy ( 646 CCs) from field 3 to field 1 IMAGR2: Restore 789.758 MicroJy ( 29 CCs) from field 3 to field 4 IMAGR2: Restore 1.990 MilliJy ( 760 CCs) from field 4 to field 1 IMAGR2: Restore -1.154 MilliJy ( 27 CCs) from field 4 to field 3 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 64.065 MilliJy IMAGR2: Field 2 final Clean flux 17.294 MilliJy IMAGR2: Field 3 final Clean flux 7.652 MilliJy IMAGR2: Field 4 final Clean flux 33.384 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= 11 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 76.0 Real= 158 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09115 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+506_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+506 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1015 CELLSIZE 0.31527 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.31527 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+506_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.075 deg SETFC2: Searching catalog between 0.07 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 125.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.7 Real= 3 C 1 1012 1012 23 22 25.98 50 57 52.0 00001 -1 507 512 513 C 2 1012 1012 23 22 25.98 50 53 23.6 00002 -1 507 512 513 C 3 1012 1012 23 22 01.40 50 55 37.6 00003 -1 507 512 513 C 4 1012 1012 23 22 50.57 50 55 37.6 00004 -1 507 512 513 C 5 1012 1012 23 22 01.36 51 00 06.0 00005 -1 507 512 513 C 6 1012 1012 23 22 50.61 51 00 06.0 00006 -1 507 512 513 C 7 1012 1012 23 22 25.98 51 02 20.4 00007 -1 507 512 513 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09115 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+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@2320+506_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =2320+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+506_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.9058E-02 3.3662E-02 0 IMAGR2: Field 2 1012 1012 -1.9058E-02 -2.6837E+02 0 IMAGR2: Field 3 1012 1012 -2.3223E+02 -1.3437E+02 0 IMAGR2: Field 4 1012 1012 2.3228E+02 -1.3437E+02 0 IMAGR2: Field 5 1012 1012 -2.3261E+02 1.3403E+02 0 IMAGR2: Field 6 1012 1012 2.3266E+02 1.3403E+02 0 IMAGR2: Field 7 1012 1012 -1.9058E-02 2.6843E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+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 2320+506 .IMAGR . 1 (UV) on disk 1 cno 15 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 2410 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.612E+04 IMAGR2: UVWAIT: Adding temperance S 1.522E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.888E+07 and out 2.625E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 7.612E+04 over 4820 vis IMAGR2: Create 2320+506 .IBM001. 1 (MA) on disk 1 cno 16 IMAGR2: Create 2320+506 .IBM002. 1 (MA) on disk 1 cno 17 IMAGR2: Create 2320+506 .IBM003. 1 (MA) on disk 1 cno 18 IMAGR2: Create 2320+506 .IBM004. 1 (MA) on disk 1 cno 19 IMAGR2: Create 2320+506 .IBM005. 1 (MA) on disk 1 cno 20 IMAGR2: Create 2320+506 .IBM006. 1 (MA) on disk 1 cno 21 IMAGR2: Create 2320+506 .IBM007. 1 (MA) on disk 1 cno 22 IMAGR2: Create 2320+506 .ICL001. 1 (MA) on disk 1 cno 23 IMAGR2: Create 2320+506 .ICL002. 1 (MA) on disk 1 cno 24 IMAGR2: Create 2320+506 .ICL003. 1 (MA) on disk 1 cno 25 IMAGR2: Create 2320+506 .ICL004. 1 (MA) on disk 1 cno 26 IMAGR2: Create 2320+506 .ICL005. 1 (MA) on disk 1 cno 27 IMAGR2: Create 2320+506 .ICL006. 1 (MA) on disk 1 cno 28 IMAGR2: Create 2320+506 .ICL007. 1 (MA) on disk 1 cno 29 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.78703E+08 IMAGR2: Field 1 Beam min = -174.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.075 x 0.754 arcsec, PA= 12.4 IMAGR2: Field 2 Sum of gridding weights = 2.78702E+08 IMAGR2: Field 2 Beam min = -174.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.074 x 0.754 arcsec, PA= 12.3 IMAGR2: Field 3 Sum of gridding weights = 2.78702E+08 IMAGR2: Field 3 Beam min = -174.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.074 x 0.754 arcsec, PA= 12.2 IMAGR2: Field 4 Sum of gridding weights = 2.78702E+08 IMAGR2: Field 4 Beam min = -173.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.075 x 0.754 arcsec, PA= 12.5 IMAGR2: Field 5 Sum of gridding weights = 2.78702E+08 IMAGR2: Field 5 Beam min = -173.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.075 x 0.754 arcsec, PA= 12.3 IMAGR2: Field 6 Sum of gridding weights = 2.78702E+08 IMAGR2: Field 6 Beam min = -173.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.075 x 0.754 arcsec, PA= 12.5 IMAGR2: Field 7 Sum of gridding weights = 2.78703E+08 IMAGR2: Field 7 Beam min = -173.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.075 x 0.754 arcsec, PA= 12.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -287.1 MilliJy,max = 1.6 Jy IMAGR2: Field 2 min = -186.4 MilliJy,max = 316.8 MilliJy IMAGR2: Field 3 min = -219.5 MilliJy,max = 501.2 MilliJy IMAGR2: Field 4 min = -215.0 MilliJy,max = 475.2 MilliJy IMAGR2: Field 5 min = -226.9 MilliJy,max = 486.5 MilliJy IMAGR2: Field 6 min = -218.8 MilliJy,max = 451.4 MilliJy IMAGR2: Field 7 min = -186.3 MilliJy,max = 331.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 216.89 MilliJy IMAGR2: 9758 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 771.998 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 919.258 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 919.258 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 = -127.2 MilliJy,max = 694.8 MilliJy IMAGR2: BGC Clean: using 883 cell beam + residuals > 151.76 MilliJy IMAGR2: 1581 Residual map points loaded IMAGR2: Field 1 min allowed flux = 337.345 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.315 Jy 16 comps IMAGR2: Total Cleaned flux density = 1.315 Jy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -46.8 MilliJy,max = 99.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.260E-02 < Second best 3.890E-01 IMAGR2: Field 5 min = -47.1 MilliJy,max = 96.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.149E-02 < Second best 3.211E-01 IMAGR2: Field 1 min = -60.5 MilliJy,max = 305.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.910E-01 < Second best 3.160E-01 IMAGR2: Field 7 min = -41.0 MilliJy,max = 71.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.787E-02 < Second best 3.025E-01 IMAGR2: Field 2 min = -42.2 MilliJy,max = 64.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.062E-02 < Second best 2.910E-01 IMAGR2: BGC Clean: using 393 cell beam + residuals > 110.49 MilliJy IMAGR2: 163 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 150.773 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 1.512 Jy 25 comps IMAGR2: Total Cleaned flux density = 1.512 Jy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -24.6 MilliJy,max = 44.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.771E-02 < Second best 2.579E-01 IMAGR2: Field 3 min = -23.6 MilliJy,max = 42.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.328E-02 < Second best 1.435E-01 IMAGR2: Field 1 min = -35.1 MilliJy,max = 139.9 MilliJy IMAGR2: BGC Clean: using 797 cell beam + residuals > 32.85 MilliJy IMAGR2: 1990 Residual map points loaded IMAGR2: Field 1 min allowed flux = 68.345 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 1.612 Jy 35 comps IMAGR2: Total Cleaned flux density = 1.612 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -18.4 MilliJy,max = 23.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-02 < Second best 8.149E-02 IMAGR2: Field 5 min = -17.3 MilliJy,max = 21.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.978E-02 < Second best 6.787E-02 IMAGR2: Field 7 min = -15.6 MilliJy,max = 21.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.928E-02 < Second best 6.506E-02 IMAGR2: Field 1 min = -26.8 MilliJy,max = 62.3 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 22.23 MilliJy IMAGR2: 486 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.327 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 1.657 Jy 45 comps IMAGR2: Total Cleaned flux density = 1.657 Jy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -18.3 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.755E-02 < Second best 2.888E-02 IMAGR2: Field 1 min = -24.0 MilliJy,max = 28.6 MilliJy IMAGR2: BGC Clean: using 261 cell beam + residuals > 12.81 MilliJy IMAGR2: 1071 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -18.341 MilliJy iter= 69 IMAGR2: Field 1 Clean flux density= 1.691 Jy 69 comps IMAGR2: Total Cleaned flux density = 1.691 Jy 69 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -13.1 MilliJy,max = 17.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.414E-02 < Second best 2.328E-02 IMAGR2: Field 3 min = -18.1 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.334E-02 < Second best 1.978E-02 IMAGR2: Field 5 min = -13.0 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.417E-02 < Second best 1.928E-02 IMAGR2: Field 7 min = -15.4 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.588E-02 < Second best 1.905E-02 IMAGR2: Field 4 min = -14.6 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.356E-02 < Second best 1.755E-02 IMAGR2: Field 2 min = -18.7 MilliJy,max = 15.0 MilliJy IMAGR2: BGC Clean: using 413 cell beam + residuals > 9.31 MilliJy IMAGR2: 1401 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -12.030 MilliJy iter= 24 IMAGR2: Field 2 Clean flux density= -672.726 MicroJy 24 comps IMAGR2: Total Cleaned flux density = 1.691 Jy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.2 MilliJy,max = 16.1 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 9.13 MilliJy IMAGR2: 1027 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.827 MilliJy iter= 102 IMAGR2: Field 1 Clean flux density= 1.710 Jy 102 comps IMAGR2: Total Cleaned flux density = 1.709 Jy 126 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.2 MilliJy,max = 16.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 8.26 MilliJy IMAGR2: 2894 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 11.244 MilliJy iter= 53 IMAGR2: Field 7 Clean flux density= 46.215 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 1.756 Jy 179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.134E-02 < Second best 1.414E-02 IMAGR2: Field 6 min = -11.3 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.204E-02 < Second best 1.356E-02 IMAGR2: Field 4 min = -12.8 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.120E-02 < Second best 1.334E-02 IMAGR2: Field 3 min = -15.3 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 261 cell beam + residuals > 7.91 MilliJy IMAGR2: 1310 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 9.711 MilliJy iter= 45 IMAGR2: Field 3 Clean flux density= -12.094 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 1.743 Jy 224 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.5 MilliJy,max = 12.3 MilliJy IMAGR2: BGC Clean: using 261 cell beam + residuals > 7.91 MilliJy IMAGR2: 945 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -9.351 MilliJy iter= 43 IMAGR2: Field 6 Clean flux density= 5.563 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 1.749 Jy 267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.1 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 8.58 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -9.555 MilliJy iter= 57 IMAGR2: Field 2 Clean flux density= -3.187 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 1.746 Jy 300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -9.9 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 8.58 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 8.919 MilliJy iter= 12 IMAGR2: Field 5 Clean flux density= 9.792 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 1.756 Jy 312 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.3 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 8.16 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.403 MilliJy iter= 112 IMAGR2: Field 1 Clean flux density= 1.704 Jy 112 comps IMAGR2: Total Cleaned flux density = 1.750 Jy 322 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.2 MilliJy,max = 11.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.348E-03 < Second best 1.076E-02 IMAGR2: Field 7 min = -11.5 MilliJy,max = 10.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.63 MilliJy IMAGR2: 1396 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 7.936 MilliJy iter= 123 IMAGR2: Field 7 Clean flux density= 49.107 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 1.753 Jy 392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -10.5 MilliJy,max = 11.0 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 6.76 MilliJy IMAGR2: 593 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -7.689 MilliJy iter= 58 IMAGR2: Field 4 Clean flux density= -18.123 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 1.735 Jy 450 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.0 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.123E-03 < Second best 9.155E-03 IMAGR2: Field 2 min = -9.2 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.171E-03 < Second best 8.956E-03 IMAGR2: Field 6 min = -9.0 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.855E-03 < Second best 8.535E-03 IMAGR2: Field 5 min = -9.3 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 5.98 MilliJy IMAGR2: 640 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -6.811 MilliJy iter= 78 IMAGR2: Field 5 Clean flux density= 30.100 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 1.755 Jy 516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.7 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 5.98 MilliJy IMAGR2: 1354 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.961 MilliJy iter= 149 IMAGR2: Field 2 Clean flux density= 8.059 MilliJy 149 comps IMAGR2: Total Cleaned flux density = 1.767 Jy 608 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.4 MilliJy,max = 9.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.194E-03 < Second best 8.035E-03 IMAGR2: Field 1 min = -7.1 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.831E-03 < Second best 7.855E-03 IMAGR2: Field 6 min = -9.2 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.47 MilliJy IMAGR2: 1833 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 6.464 MilliJy iter= 164 IMAGR2: Field 6 Clean flux density= 8.008 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 1.769 Jy 729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.319E-03 < Second best 7.367E-03 IMAGR2: Field 4 min = -7.7 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.220E-03 < Second best 7.194E-03 IMAGR2: Field 3 min = -9.7 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.95 MilliJy IMAGR2: 1898 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.824 MilliJy iter= 180 IMAGR2: Field 3 Clean flux density= -1.202 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.2 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.94 MilliJy IMAGR2: 321 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.262 MilliJy iter= 168 IMAGR2: Field 1 Clean flux density= 1.688 Jy 168 comps IMAGR2: Total Cleaned flux density = 1.764 Jy 920 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.9 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.743E-03 < Second best 6.528E-03 IMAGR2: Field 5 min = -6.5 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.576E-03 < Second best 6.319E-03 IMAGR2: Field 7 min = -7.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.47 MilliJy IMAGR2: 1903 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.158 MilliJy iter= 267 IMAGR2: Field 7 Clean flux density= 40.795 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 1.755 Jy 1064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.869E-03 < Second best 6.197E-03 IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.572E-03 < Second best 5.869E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.07 MilliJy IMAGR2: 961 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.561 MilliJy iter= 183 IMAGR2: Field 4 Clean flux density= -27.492 MilliJy 183 comps IMAGR2: Total Cleaned flux density = 1.746 Jy 1189 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.2 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.06 MilliJy IMAGR2: 985 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.489 MilliJy iter= 278 IMAGR2: Field 2 Clean flux density= 8.312 MilliJy 278 comps IMAGR2: Total Cleaned flux density = 1.746 Jy 1318 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.0 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.236E-03 < Second best 5.576E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.944E-03 < Second best 5.572E-03 IMAGR2: Field 6 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 3.82 MilliJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.065 MilliJy iter= 249 IMAGR2: Field 6 Clean flux density= 14.806 MilliJy 249 comps IMAGR2: Total Cleaned flux density = 1.753 Jy 1403 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.1 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 3.82 MilliJy IMAGR2: 315 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.027 MilliJy iter= 253 IMAGR2: Field 3 Clean flux density= 5.826 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 1.760 Jy 1476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.396E-03 < Second best 4.944E-03 IMAGR2: Field 7 min = -5.9 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.238E-03 < Second best 4.944E-03 IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR2: 844 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.597 MilliJy iter= 218 IMAGR2: Field 5 Clean flux density= 35.699 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 1.766 Jy 1616 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.704E-03 < Second best 4.371E-03 IMAGR2: Field 4 min = -5.5 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.641E-03 < Second best 4.301E-03 IMAGR2: Field 2 min = -6.3 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.983E-03 < Second best 4.238E-03 IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 2.91 MilliJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.157 MilliJy iter= 402 IMAGR2: Field 7 Clean flux density= 54.628 MilliJy 402 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 1751 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 2.91 MilliJy IMAGR2: 1206 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.190 MilliJy iter= 449 IMAGR2: Field 2 Clean flux density= 3.434 MilliJy 449 comps IMAGR2: Total Cleaned flux density = 1.775 Jy 1922 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.6 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.524E-03 < Second best 3.857E-03 IMAGR2: Field 3 min = -4.6 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 954 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.841 MilliJy iter= 421 IMAGR2: Field 3 Clean flux density= 14.584 MilliJy 421 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 2090 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.302E-03 < Second best 3.641E-03 IMAGR2: Field 4 min = -5.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR2: 819 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.769 MilliJy iter= 338 IMAGR2: Field 4 Clean flux density= -26.011 MilliJy 338 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 2245 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.3 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 762 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.748 MilliJy iter= 403 IMAGR2: Field 6 Clean flux density= 24.835 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 1.795 Jy 2399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.891E-03 < Second best 3.302E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 375 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.530 MilliJy iter= 272 IMAGR2: Field 1 Clean flux density= 1.684 Jy 272 comps IMAGR2: Total Cleaned flux density = 1.791 Jy 2503 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.8 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.422 MilliJy iter= 589 IMAGR2: Field 2 Clean flux density= -855.013 MicroJy 589 comps IMAGR2: Total Cleaned flux density = 1.787 Jy 2643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR2: 1936 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.396 MilliJy iter= 651 IMAGR2: Field 7 Clean flux density= 75.101 MilliJy 651 comps IMAGR2: Total Cleaned flux density = 1.807 Jy 2892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 396 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.248 MilliJy iter= 323 IMAGR2: Field 5 Clean flux density= 41.296 MilliJy 323 comps IMAGR2: Total Cleaned flux density = 1.813 Jy 2997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR2: 409 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.170 MilliJy iter= 541 IMAGR2: Field 3 Clean flux density= 14.944 MilliJy 541 comps IMAGR2: Total Cleaned flux density = 1.813 Jy 3117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 2.05 MilliJy IMAGR2: 218 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.106 MilliJy iter= 411 IMAGR2: Field 4 Clean flux density= -28.696 MilliJy 411 comps IMAGR2: Total Cleaned flux density = 1.810 Jy 3190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 1.93 MilliJy IMAGR2: 576 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.011 MilliJy iter= 534 IMAGR2: Field 6 Clean flux density= 26.765 MilliJy 534 comps IMAGR2: Total Cleaned flux density = 1.812 Jy 3321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.039E-03 < Second best 2.319E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.81 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.915 MilliJy iter= 743 IMAGR2: Field 2 Clean flux density= -4.568 MilliJy 743 comps IMAGR2: Total Cleaned flux density = 1.809 Jy 3475 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR2: 1004 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.758 MilliJy iter= 853 IMAGR2: Field 7 Clean flux density= 75.541 MilliJy 853 comps IMAGR2: Total Cleaned flux density = 1.809 Jy 3677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.980E-03 < Second best 2.080E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1246 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.646 MilliJy iter= 782 IMAGR2: Field 3 Clean flux density= 9.203 MilliJy 782 comps IMAGR2: Total Cleaned flux density = 1.803 Jy 3918 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 324 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.577 MilliJy iter= 373 IMAGR2: Field 1 Clean flux density= 1.688 Jy 373 comps IMAGR2: Total Cleaned flux density = 1.807 Jy 4019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.51 MilliJy IMAGR2: 740 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.576 MilliJy iter= 576 IMAGR2: Field 4 Clean flux density= -37.699 MilliJy 576 comps IMAGR2: Total Cleaned flux density = 1.798 Jy 4184 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.51 MilliJy IMAGR2: 560 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.565 MilliJy iter= 463 IMAGR2: Field 5 Clean flux density= 44.238 MilliJy 463 comps IMAGR2: Total Cleaned flux density = 1.801 Jy 4324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.51 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.578 MilliJy iter= 699 IMAGR2: Field 6 Clean flux density= 26.773 MilliJy 699 comps IMAGR2: Total Cleaned flux density = 1.801 Jy 4489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 3035 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.502 MilliJy iter= 1111 IMAGR2: Field 2 Clean flux density= -16.137 MilliJy 1111 comps IMAGR2: Total Cleaned flux density = 1.789 Jy 4857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 3441 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.481 MilliJy iter= 1268 IMAGR2: Field 7 Clean flux density= 87.309 MilliJy 1268 comps IMAGR2: Total Cleaned flux density = 1.801 Jy 5272 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 2667 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.444 MilliJy iter= 1186 IMAGR2: Field 3 Clean flux density= -7.026 MilliJy 1186 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 5676 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 3263 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.459 MilliJy iter= 816 IMAGR2: Field 1 Clean flux density= 1.679 Jy 816 comps IMAGR2: Total Cleaned flux density = 1.776 Jy 6119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 4181 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.484 MilliJy iter= 1184 IMAGR2: Field 6 Clean flux density= 23.371 MilliJy 1184 comps IMAGR2: Total Cleaned flux density = 1.773 Jy 6604 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1213 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.406 MilliJy iter= 840 IMAGR2: Field 4 Clean flux density= -38.528 MilliJy 840 comps IMAGR2: Total Cleaned flux density = 1.772 Jy 6868 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1535 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.416 MilliJy iter= 761 IMAGR2: Field 5 Clean flux density= 54.394 MilliJy 761 comps IMAGR2: Total Cleaned flux density = 1.782 Jy 7166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 2226 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.416 MilliJy iter= 1462 IMAGR2: Field 2 Clean flux density= -18.609 MilliJy 1462 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 7517 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 350 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.323 MilliJy iter= 1308 IMAGR2: Field 6 Clean flux density= 23.256 MilliJy 1308 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 7641 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 927 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.304 MilliJy iter= 1459 IMAGR2: Field 7 Clean flux density= 82.384 MilliJy 1459 comps IMAGR2: Total Cleaned flux density = 1.774 Jy 7832 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 115 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.226 MilliJy iter= 867 IMAGR2: Field 1 Clean flux density= 1.680 Jy 867 comps IMAGR2: Total Cleaned flux density = 1.776 Jy 7883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.19 MilliJy IMAGR2: 505 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.211 MilliJy iter= 1336 IMAGR2: Field 3 Clean flux density= -6.061 MilliJy 1336 comps IMAGR2: Total Cleaned flux density = 1.777 Jy 8033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.19 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.191 MilliJy iter= 797 IMAGR2: Field 5 Clean flux density= 54.331 MilliJy 797 comps IMAGR2: Total Cleaned flux density = 1.777 Jy 8069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 544 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.085 MilliJy iter= 1623 IMAGR2: Field 2 Clean flux density= -22.257 MilliJy 1623 comps IMAGR2: Total Cleaned flux density = 1.773 Jy 8230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 1.04 MilliJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.049 MilliJy iter= 898 IMAGR2: Field 4 Clean flux density= -40.595 MilliJy 898 comps IMAGR2: Total Cleaned flux density = 1.771 Jy 8288 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 975.86 MicroJy IMAGR2: 198 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 988.141 MicroJy iter= 1395 IMAGR2: Field 6 Clean flux density= 25.787 MilliJy 1395 comps IMAGR2: Total Cleaned flux density = 1.774 Jy 8375 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 904.93 MicroJy IMAGR2: 2120 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 947.202 MicroJy iter= 1821 IMAGR2: Field 7 Clean flux density= 86.376 MilliJy 1821 comps IMAGR2: Total Cleaned flux density = 1.778 Jy 8737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 904.93 MicroJy IMAGR2: 366 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 920.242 MicroJy iter= 989 IMAGR2: Field 1 Clean flux density= 1.680 Jy 989 comps IMAGR2: Total Cleaned flux density = 1.778 Jy 8859 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 838.56 MicroJy IMAGR2: 1117 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -872.540 MicroJy iter= 1610 IMAGR2: Field 3 Clean flux density= -4.573 MilliJy 1610 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 9133 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 818.36 MicroJy IMAGR2: 1214 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 849.526 MicroJy iter= 1044 IMAGR2: Field 5 Clean flux density= 60.272 MilliJy 1044 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 9380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 2682 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -848.339 MicroJy iter= 1973 IMAGR2: Field 2 Clean flux density= -16.224 MilliJy 1973 comps IMAGR2: Total Cleaned flux density = 1.791 Jy 9730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 1711 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -836.305 MicroJy iter= 1170 IMAGR2: Field 4 Clean flux density= -44.620 MilliJy 1170 comps IMAGR2: Total Cleaned flux density = 1.787 Jy 10002 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 1549 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 836.533 MicroJy iter= 1694 IMAGR2: Field 6 Clean flux density= 26.514 MilliJy 1694 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 10301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 3315 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 847.490 MicroJy iter= 2193 IMAGR2: Field 7 Clean flux density= 81.947 MilliJy 2193 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 10673 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 1043 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 824.834 MicroJy iter= 1221 IMAGR2: Field 1 Clean flux density= 1.683 Jy 1221 comps IMAGR2: Total Cleaned flux density = 1.787 Jy 10905 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -829.595 MicroJy iter= 1826 IMAGR2: Field 3 Clean flux density= -8.132 MilliJy 1826 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 11121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 803.80 MicroJy IMAGR2: 666 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 818.627 MicroJy iter= 1212 IMAGR2: Field 5 Clean flux density= 62.291 MilliJy 1212 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 11289 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 789.30 MicroJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 813.413 MicroJy iter= 2208 IMAGR2: Field 2 Clean flux density= -16.586 MilliJy 2208 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 11524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 727.26 MicroJy IMAGR2: 1692 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 755.442 MicroJy iter= 2512 IMAGR2: Field 7 Clean flux density= 89.458 MilliJy 2512 comps IMAGR2: Total Cleaned flux density = 1.792 Jy 11843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 727.26 MicroJy IMAGR2: 448 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -738.421 MicroJy iter= 1834 IMAGR2: Field 6 Clean flux density= 24.382 MilliJy 1834 comps IMAGR2: Total Cleaned flux density = 1.790 Jy 11983 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.18 MicroJy IMAGR2: 1326 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -721.930 MicroJy iter= 1469 IMAGR2: Field 4 Clean flux density= -47.075 MilliJy 1469 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 12282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.40 MicroJy IMAGR2: 836 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -699.020 MicroJy iter= 2073 IMAGR2: Field 3 Clean flux density= -7.876 MilliJy 2073 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 12529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -987.7 MicroJy,max = 887.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 660.65 MicroJy IMAGR2: 289 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 669.769 MicroJy iter= 1345 IMAGR2: Field 1 Clean flux density= 1.683 Jy 1345 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 12653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 642.81 MicroJy IMAGR2: 749 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 654.518 MicroJy iter= 1402 IMAGR2: Field 5 Clean flux density= 65.780 MilliJy 1402 comps IMAGR2: Total Cleaned flux density = 1.791 Jy 12843 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 625.87 MicroJy IMAGR2: 3340 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -660.397 MicroJy iter= 2712 IMAGR2: Field 2 Clean flux density= -17.077 MilliJy 2712 comps IMAGR2: Total Cleaned flux density = 1.791 Jy 13347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 616.85 MicroJy IMAGR2: 4336 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 653.376 MicroJy iter= 3079 IMAGR2: Field 7 Clean flux density= 86.963 MilliJy 3079 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 13914 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 632.41 MicroJy IMAGR2: 5863 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 676.288 MicroJy iter= 2573 IMAGR2: Field 6 Clean flux density= 35.038 MilliJy 2573 comps IMAGR2: Total Cleaned flux density = 1.799 Jy 14653 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.91 MicroJy IMAGR2: 9035 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -716.467 MicroJy iter= 2495 IMAGR2: Field 4 Clean flux density= -52.063 MilliJy 2495 comps IMAGR2: Total Cleaned flux density = 1.794 Jy 15679 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 901.85 MicroJy IMAGR2: 8157 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 4 min algorithm flux= 1.197 MilliJy iter= 2685 IMAGR2: Field 4 Clean flux density= -41.613 MilliJy 2685 comps IMAGR2: Total Cleaned flux density = 1.805 Jy 15869 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 634.05 MicroJy IMAGR2: 300 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 641.685 MicroJy iter= 2812 IMAGR2: Field 4 Clean flux density= -41.568 MilliJy 2812 comps IMAGR2: Total Cleaned flux density = 1.805 Jy 15996 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 642.10 MicroJy IMAGR2: 7258 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -687.897 MicroJy iter= 2985 IMAGR2: Field 3 Clean flux density= -10.274 MilliJy 2985 comps IMAGR2: Total Cleaned flux density = 1.802 Jy 16908 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 261 cell beam + residuals > 813.30 MicroJy IMAGR2: 18200 Residual map points loaded IMAGR2: Field 3 min allowed flux = 962.458 MicroJy iter= 3411 IMAGR2: Field 3 Clean flux density= -22.752 MilliJy 3411 comps IMAGR2: Total Cleaned flux density = 1.790 Jy 17334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 261 cell beam + residuals > 731.51 MicroJy IMAGR2: 4467 Residual map points loaded IMAGR2: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR2: Field 3 min algorithm flux= 1.044 MilliJy iter= 3471 IMAGR2: Field 3 Clean flux density= -18.099 MilliJy 3471 comps IMAGR2: Total Cleaned flux density = 1.794 Jy 17394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.28 MicroJy IMAGR2: 434 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -614.673 MicroJy iter= 3633 IMAGR2: Field 3 Clean flux density= -22.087 MilliJy 3633 comps IMAGR2: Total Cleaned flux density = 1.790 Jy 17556 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 117 cell beam + residuals > 616.85 MicroJy IMAGR2: 1847 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 638.440 MicroJy iter= 2982 IMAGR2: Field 6 Clean flux density= 34.610 MilliJy 2982 comps IMAGR2: Total Cleaned flux density = 1.790 Jy 17965 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -888.9 MicroJy,max = 976.6 MicroJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 616.85 MicroJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 629.340 MicroJy iter= 1509 IMAGR2: Field 1 Clean flux density= 1.686 Jy 1509 comps IMAGR2: Total Cleaned flux density = 1.792 Jy 18129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 579.33 MicroJy IMAGR2: 2932 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 600.477 MicroJy iter= 3102 IMAGR2: Field 2 Clean flux density= -17.775 MilliJy 3102 comps IMAGR2: Total Cleaned flux density = 1.792 Jy 18519 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 117 cell beam + residuals > 616.85 MicroJy IMAGR2: 3960 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -643.691 MicroJy iter= 1937 IMAGR2: Field 5 Clean flux density= 61.977 MilliJy 1937 comps IMAGR2: Total Cleaned flux density = 1.788 Jy 19054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 629.51 MicroJy IMAGR2: 5282 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 660.078 MicroJy iter= 3631 IMAGR2: Field 7 Clean flux density= 88.781 MilliJy 3631 comps IMAGR2: Total Cleaned flux density = 1.790 Jy 19606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 646.83 MicroJy IMAGR2: 9354 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -687.096 MicroJy iter= 4479 IMAGR2: Field 7 Clean flux density= 78.114 MilliJy 4479 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 20454 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 393 cell beam + residuals > 1.01 MilliJy IMAGR2: 16566 Residual map points loaded IMAGR2: Field 7 min allowed flux = 1.398 MilliJy iter= 4600 IMAGR2: Field 7 Clean flux density= 96.625 MilliJy 4600 comps IMAGR2: Total Cleaned flux density = 1.798 Jy 20575 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 584.81 MicroJy IMAGR2: 4519 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -613.054 MicroJy iter= 5240 IMAGR2: Field 7 Clean flux density= 75.233 MilliJy 5240 comps IMAGR2: Total Cleaned flux density = 1.776 Jy 21215 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 584.81 MicroJy IMAGR2: 2899 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 607.546 MicroJy iter= 2490 IMAGR2: Field 5 Clean flux density= 66.421 MilliJy 2490 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 21768 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 141 cell beam + residuals > 671.66 MicroJy IMAGR2: 2780 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 696.766 MicroJy iter= 3199 IMAGR2: Field 4 Clean flux density= -36.795 MilliJy 3199 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 22155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 584.81 MicroJy IMAGR2: 772 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -596.526 MicroJy iter= 3420 IMAGR2: Field 4 Clean flux density= -40.939 MilliJy 3420 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 22376 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 588.35 MicroJy IMAGR2: 3561 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 611.995 MicroJy iter= 3436 IMAGR2: Field 6 Clean flux density= 38.276 MilliJy 3436 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 22830 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -871.6 MicroJy,max = 985.8 MicroJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 588.35 MicroJy IMAGR2: 1042 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -601.182 MicroJy iter= 1736 IMAGR2: Field 1 Clean flux density= 1.683 Jy 1736 comps IMAGR2: Total Cleaned flux density = 1.782 Jy 23057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 588.35 MicroJy IMAGR2: 1507 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 601.461 MicroJy iter= 3908 IMAGR2: Field 3 Clean flux density= -23.040 MilliJy 3908 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 23332 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 588.35 MicroJy IMAGR2: 462 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 594.388 MicroJy iter= 5392 IMAGR2: Field 7 Clean flux density= 74.268 MilliJy 5392 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 23484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 565.40 MicroJy IMAGR2: 167 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -568.582 MicroJy iter= 3506 IMAGR2: Field 6 Clean flux density= 37.767 MilliJy 3506 comps IMAGR2: Total Cleaned flux density = 1.779 Jy 23554 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 141 cell beam + residuals > 531.01 MicroJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 5 min Clean flux = 546.572 MicroJy iter= 2632 IMAGR2: Field 5 Clean flux density= 68.512 MilliJy 2632 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 23696 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 141 cell beam + residuals > 531.01 MicroJy IMAGR2: 38 Residual map points loaded IMAGR2: Field 3 min Clean flux = 545.998 MicroJy iter= 3926 IMAGR2: Field 3 Clean flux density= -22.912 MilliJy 3926 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 23714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -687.6 MicroJy,max = 678.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.182E-04 < Second best 5.744E-04 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 141 cell beam + residuals > 521.88 MicroJy IMAGR2: 4311 Residual map points loaded IMAGR2: Field 2 min Clean flux = 546.887 MicroJy iter= 3590 IMAGR2: Field 2 Clean flux density= -16.437 MilliJy 3590 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 24202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 462.79 MicroJy IMAGR2: 5729 Residual map points loaded IMAGR2: Field 4 min Clean flux = 546.420 MicroJy iter= 3757 IMAGR2: Field 4 Clean flux density= -47.335 MilliJy 3757 comps IMAGR2: Total Cleaned flux density = 1.776 Jy 24539 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 402.50 MicroJy IMAGR2: 11580 Residual map points loaded IMAGR2: Field 7 min Clean flux = 546.717 MicroJy iter= 5588 IMAGR2: Field 7 Clean flux density= 73.255 MilliJy 5588 comps IMAGR2: Total Cleaned flux density = 1.775 Jy 24735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 117 cell beam + residuals > 301.26 MicroJy IMAGR2: 19133 Residual map points loaded IMAGR2: Field 6 min Clean flux = 545.335 MicroJy iter= 3527 IMAGR2: Field 6 Clean flux density= 37.713 MilliJy 3527 comps IMAGR2: Total Cleaned flux density = 1.775 Jy 24756 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 546.887 less than limit 546.893 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1736 to 1225 components IMAGR2: Field 2 compressed from 3590 to 1978 components IMAGR2: Field 3 compressed from 3926 to 2524 components IMAGR2: Field 4 compressed from 3757 to 2561 components IMAGR2: Field 5 compressed from 2632 to 1853 components IMAGR2: Field 6 compressed from 3527 to 2393 components IMAGR2: Field 7 compressed from 5588 to 3368 components IMAGR2: Field 1 min = -724.1 MicroJy,max = 757.5 MicroJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 895.964 MicroJy ( 133 CCs) from field 1 to field 2 IMAGR2: Restore 843.913 MicroJy ( 104 CCs) from field 1 to field 3 IMAGR2: Restore -3.239 MilliJy ( 154 CCs) from field 1 to field 4 IMAGR2: Restore-791.619 MicroJy ( 140 CCs) from field 1 to field 5 IMAGR2: Restore 90.683 MicroJy ( 123 CCs) from field 1 to field 6 IMAGR2: Restore -6.047 MilliJy ( 144 CCs) from field 1 to field 7 IMAGR2: Restore-754.838 MicroJy ( 50 CCs) from field 2 to field 1 IMAGR2: Restore -7.576 MilliJy ( 80 CCs) from field 2 to field 3 IMAGR2: Restore 452.324 MicroJy ( 77 CCs) from field 2 to field 4 IMAGR2: Restore -7.985 MilliJy ( 133 CCs) from field 3 to field 1 IMAGR2: Restore -13.689 MilliJy ( 214 CCs) from field 3 to field 2 IMAGR2: Restore -3.336 MilliJy ( 107 CCs) from field 3 to field 5 IMAGR2: Restore 3.666 MilliJy ( 267 CCs) from field 4 to field 1 IMAGR2: Restore 4.492 MilliJy ( 336 CCs) from field 4 to field 2 IMAGR2: Restore -1.122 MilliJy ( 135 CCs) from field 4 to field 6 IMAGR2: Restore 1.329 MilliJy ( 80 CCs) from field 5 to field 1 IMAGR2: Restore 5.576 MilliJy ( 66 CCs) from field 5 to field 3 IMAGR2: Restore 7.819 MilliJy ( 145 CCs) from field 5 to field 7 IMAGR2: Restore 3.932 MilliJy ( 99 CCs) from field 6 to field 1 IMAGR2: Restore -1.641 MilliJy ( 78 CCs) from field 6 to field 4 IMAGR2: Restore 8.578 MilliJy ( 191 CCs) from field 6 to field 7 IMAGR2: Restore -3.278 MilliJy ( 242 CCs) from field 7 to field 1 IMAGR2: Restore 9.704 MilliJy ( 216 CCs) from field 7 to field 5 IMAGR2: Restore 7.712 MilliJy ( 298 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.679 Jy IMAGR2: Field 2 final Clean flux -24.738 MilliJy IMAGR2: Field 3 final Clean flux -24.068 MilliJy IMAGR2: Field 4 final Clean flux -51.762 MilliJy IMAGR2: Field 5 final Clean flux 74.088 MilliJy IMAGR2: Field 6 final Clean flux 44.394 MilliJy IMAGR2: Field 7 final Clean flux 83.606 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 15 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 125.4 Real= 261 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09115 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+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@2320+506_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =2320+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2302+640_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2302+640 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1040 CELLSIZE 0.30768 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.30768 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2302+640_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.073 deg SETFC2: Searching catalog between 0.07 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 118.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 3 C 1 1012 1012 23 02 41.38 64 05 52.5 00001 -1 507 512 513 C 2 1012 1012 23 02 41.38 64 01 30.5 00002 -1 507 512 513 C 3 1012 1012 23 02 06.81 64 03 41.3 00003 -1 507 512 513 C 4 1012 1012 23 03 15.96 64 03 41.3 00004 -1 507 512 513 C 5 1012 1012 23 02 06.72 64 08 03.2 00005 -1 507 512 513 C 6 1012 1012 23 03 16.05 64 08 03.2 00006 -1 507 512 513 C 7 1012 1012 23 02 41.38 64 10 14.4 00007 -1 507 512 513 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09115 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+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@2320+506_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =2320+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2302+640_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@2302+640_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =2302+640' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2302+640_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -2.3687E-02 2.7489E-02 0 IMAGR2: Field 2 1012 1012 -2.3687E-02 -2.6197E+02 0 IMAGR2: Field 3 1012 1012 -2.2654E+02 -1.3117E+02 0 IMAGR2: Field 4 1012 1012 2.2656E+02 -1.3117E+02 0 IMAGR2: Field 5 1012 1012 -2.2713E+02 1.3073E+02 0 IMAGR2: Field 6 1012 1012 2.2715E+02 1.3073E+02 0 IMAGR2: Field 7 1012 1012 -2.3687E-02 2.6193E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2302+640_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 2302+640 .IMAGR . 1 (UV) on disk 1 cno 22 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 1485 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.270E+04 IMAGR2: UVWAIT: Adding temperance S 1.054E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.790E+06 and out 7.424E+06 IMAGR2: UVWAIT: Noise is increased by a factor 1.157 due to weighting IMAGR2: UVWAIT: Average summed weight 5.270E+04 over 2970 vis IMAGR2: Create 2302+640 .IBM001. 1 (MA) on disk 1 cno 23 IMAGR2: Create 2302+640 .IBM002. 1 (MA) on disk 1 cno 24 IMAGR2: Create 2302+640 .IBM003. 1 (MA) on disk 1 cno 25 IMAGR2: Create 2302+640 .IBM004. 1 (MA) on disk 1 cno 26 IMAGR2: Create 2302+640 .IBM005. 1 (MA) on disk 1 cno 27 IMAGR2: Create 2302+640 .IBM006. 1 (MA) on disk 1 cno 28 IMAGR2: Create 2302+640 .IBM007. 1 (MA) on disk 1 cno 29 IMAGR2: Create 2302+640 .ICL001. 1 (MA) on disk 1 cno 30 IMAGR2: Create 2302+640 .ICL002. 1 (MA) on disk 1 cno 31 IMAGR2: Create 2302+640 .ICL003. 1 (MA) on disk 1 cno 32 IMAGR2: Create 2302+640 .ICL004. 1 (MA) on disk 1 cno 33 IMAGR2: Create 2302+640 .ICL005. 1 (MA) on disk 1 cno 34 IMAGR2: Create 2302+640 .ICL006. 1 (MA) on disk 1 cno 35 IMAGR2: Create 2302+640 .ICL007. 1 (MA) on disk 1 cno 36 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.88181E+07 IMAGR2: Field 1 Beam min = -258.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.209 x 0.752 arcsec, PA= 9.9 IMAGR2: Field 2 Sum of gridding weights = 7.88178E+07 IMAGR2: Field 2 Beam min = -200.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.208 x 0.753 arcsec, PA= 9.8 IMAGR2: Field 3 Sum of gridding weights = 7.88172E+07 IMAGR2: Field 3 Beam min = -189.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.208 x 0.752 arcsec, PA= 9.7 IMAGR2: Field 4 Sum of gridding weights = 7.88177E+07 IMAGR2: Field 4 Beam min = -185.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.209 x 0.753 arcsec, PA= 10.0 IMAGR2: Field 5 Sum of gridding weights = 7.88172E+07 IMAGR2: Field 5 Beam min = -196.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.209 x 0.752 arcsec, PA= 9.7 IMAGR2: Field 6 Sum of gridding weights = 7.88177E+07 IMAGR2: Field 6 Beam min = -190.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.210 x 0.753 arcsec, PA= 10.1 IMAGR2: Field 7 Sum of gridding weights = 7.88180E+07 IMAGR2: Field 7 Beam min = -260.9 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.210 x 0.752 arcsec, PA= 9.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.5 MilliJy,max = 225.6 MilliJy IMAGR2: Field 2 min = -39.7 MilliJy,max = 108.6 MilliJy IMAGR2: Field 3 min = -43.6 MilliJy,max = 157.1 MilliJy IMAGR2: Field 4 min = -47.4 MilliJy,max = 126.9 MilliJy IMAGR2: Field 5 min = -46.8 MilliJy,max = 156.5 MilliJy IMAGR2: Field 6 min = -40.0 MilliJy,max = 135.0 MilliJy IMAGR2: Field 7 min = -42.2 MilliJy,max = 112.2 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 52.47 MilliJy IMAGR2: 11881 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 148.036 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 92.398 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 92.398 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 = -32.5 MilliJy,max = 135.1 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 46.78 MilliJy IMAGR2: 3739 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 80.397 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 166.654 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 166.654 MilliJy 12 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.8 MilliJy,max = 39.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.720E-02 < Second best 1.041E-01 IMAGR2: Field 4 min = -20.4 MilliJy,max = 41.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.719E-02 < Second best 9.816E-02 IMAGR2: Field 5 min = -19.1 MilliJy,max = 62.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.920E-02 < Second best 9.757E-02 IMAGR2: Field 3 min = -19.4 MilliJy,max = 60.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.722E-02 < Second best 9.742E-02 IMAGR2: Field 2 min = -18.1 MilliJy,max = 44.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.219E-02 < Second best 9.073E-02 IMAGR2: Field 6 min = -18.7 MilliJy,max = 48.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.664E-02 < Second best 7.663E-02 IMAGR2: Field 1 min = -23.3 MilliJy,max = 74.3 MilliJy IMAGR2: BGC Clean: using 2027 cell beam + residuals > 21.73 MilliJy IMAGR2: 11150 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 37.403 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 229.584 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 229.584 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.0 MilliJy,max = 24.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.311E-02 < Second best 3.920E-02 IMAGR2: Field 5 min = -13.8 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.293E-02 < Second best 3.722E-02 IMAGR2: Field 3 min = -14.1 MilliJy,max = 31.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.268E-02 < Second best 3.720E-02 IMAGR2: Field 7 min = -12.4 MilliJy,max = 22.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.122E-02 < Second best 3.719E-02 IMAGR2: Field 4 min = -14.7 MilliJy,max = 24.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.145E-02 < Second best 3.664E-02 IMAGR2: Field 6 min = -15.9 MilliJy,max = 25.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.154E-02 < Second best 3.567E-02 IMAGR2: Field 1 min = -17.3 MilliJy,max = 35.3 MilliJy IMAGR2: BGC Clean: using 1813 cell beam + residuals > 12.67 MilliJy IMAGR2: 10779 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 18.933 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 274.124 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 274.124 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.177E-02 < Second best 2.293E-02 IMAGR2: Field 5 min = -10.9 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.422E-02 < Second best 2.268E-02 IMAGR2: Field 3 min = -10.9 MilliJy,max = 16.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.396E-02 < Second best 2.154E-02 IMAGR2: Field 6 min = -12.6 MilliJy,max = 14.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.238E-02 < Second best 2.145E-02 IMAGR2: Field 4 min = -11.4 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.238E-02 < Second best 2.122E-02 IMAGR2: Field 7 min = -11.0 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.206E-02 < Second best 1.807E-02 IMAGR2: Field 1 min = -13.3 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 1313 cell beam + residuals > 7.57 MilliJy IMAGR2: 11094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.368 MilliJy iter= 62 IMAGR2: Field 1 Clean flux density= 296.426 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 296.426 MilliJy 62 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.8 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.643E-03 < Second best 1.396E-02 IMAGR2: Field 3 min = -8.7 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.794E-03 < Second best 1.238E-02 IMAGR2: Field 6 min = -10.7 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.441E-03 < Second best 1.238E-02 IMAGR2: Field 4 min = -8.9 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.548E-03 < Second best 1.206E-02 IMAGR2: Field 7 min = -9.4 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.644E-03 < Second best 1.177E-02 IMAGR2: Field 2 min = -8.3 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.299E-03 < Second best 9.907E-03 IMAGR2: Field 1 min = -10.2 MilliJy,max = 10.3 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 5.60 MilliJy IMAGR2: 6970 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.640 MilliJy iter= 89 IMAGR2: Field 1 Clean flux density= 295.385 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 295.385 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.5 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.234E-03 < Second best 8.643E-03 IMAGR2: Field 5 min = -6.6 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.628E-03 < Second best 8.548E-03 IMAGR2: Field 4 min = -6.1 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.612E-03 < Second best 7.644E-03 IMAGR2: Field 7 min = -6.1 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.664E-03 < Second best 7.441E-03 IMAGR2: Field 6 min = -7.4 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.132E-03 < Second best 7.313E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.634E-03 < Second best 7.299E-03 IMAGR2: Field 2 min = -6.5 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.113E-03 < Second best 6.634E-03 IMAGR2: BGC Clean: using 499 cell beam + residuals > 3.98 MilliJy IMAGR2: 6606 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.198 MilliJy iter= 121 IMAGR2: Field 1 Clean flux density= 294.153 MilliJy 121 comps IMAGR2: Total Cleaned flux density = 294.153 MilliJy 121 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.197E-03 < Second best 6.612E-03 IMAGR2: Field 4 min = -5.3 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.394E-03 < Second best 6.234E-03 IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.135E-03 < Second best 6.132E-03 IMAGR2: Field 6 min = -5.8 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.025E-03 < Second best 6.113E-03 IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 3.68 MilliJy IMAGR2: 546 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.111 MilliJy iter= 16 IMAGR2: Field 2 Clean flux density= 5.664 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 299.816 MilliJy 137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.3 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.896E-03 < Second best 5.394E-03 IMAGR2: Field 4 min = -4.9 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.869E-03 < Second best 5.197E-03 IMAGR2: Field 5 min = -5.2 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 3.74 MilliJy IMAGR2: 310 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.033 MilliJy iter= 14 IMAGR2: Field 5 Clean flux density= 1.890 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 301.706 MilliJy 151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.354E-03 < Second best 5.025E-03 IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 3.74 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.951 MilliJy iter= 10 IMAGR2: Field 6 Clean flux density= 2.621 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 304.327 MilliJy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.238E-03 < Second best 4.896E-03 IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.264E-03 < Second best 4.869E-03 IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 2.93 MilliJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.336 MilliJy iter= 26 IMAGR2: Field 4 Clean flux density= 3.892 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 308.219 MilliJy 187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.939E-03 < Second best 4.264E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 3.15 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.438 MilliJy iter= 20 IMAGR2: Field 7 Clean flux density= -758.981 MicroJy 20 comps IMAGR2: Total Cleaned flux density = 307.460 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.580E-03 < Second best 3.939E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 675 cell beam + residuals > 2.81 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.045 MilliJy iter= 21 IMAGR2: Field 3 Clean flux density= -974.695 MicroJy 21 comps IMAGR2: Total Cleaned flux density = 306.485 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.277E-03 < Second best 3.864E-03 IMAGR2: Field 5 min = -3.9 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.207E-03 < Second best 3.783E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.036E-03 < Second best 3.580E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 2.56 MilliJy IMAGR2: 460 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.776 MilliJy iter= 141 IMAGR2: Field 1 Clean flux density= 289.298 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 301.631 MilliJy 248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.937E-03 < Second best 3.277E-03 IMAGR2: Field 2 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 2.42 MilliJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.598 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= 1.960 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 297.927 MilliJy 269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.953E-03 < Second best 3.197E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.577E-03 < Second best 3.036E-03 IMAGR2: Field 6 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.723E-03 < Second best 2.953E-03 IMAGR2: BGC Clean: using 573 cell beam + residuals > 2.16 MilliJy IMAGR2: 1179 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.396 MilliJy iter= 46 IMAGR2: Field 5 Clean flux density= 5.039 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 301.076 MilliJy 301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.738E-03 < Second best 2.918E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.352E-03 < Second best 2.738E-03 IMAGR2: BGC Clean: using 557 cell beam + residuals > 1.99 MilliJy IMAGR2: 1281 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.195 MilliJy iter= 55 IMAGR2: Field 7 Clean flux density= 1.938 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 303.774 MilliJy 336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.289E-03 < Second best 2.660E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.197E-03 < Second best 2.577E-03 IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 1.88 MilliJy IMAGR2: 349 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.995 MilliJy iter= 48 IMAGR2: Field 4 Clean flux density= 6.075 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 305.957 MilliJy 358 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.78 MilliJy IMAGR2: 641 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.944 MilliJy iter= 71 IMAGR2: Field 2 Clean flux density= 1.541 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 305.538 MilliJy 392 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.056E-03 < Second best 2.297E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.943E-03 < Second best 2.289E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.64 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.791 MilliJy iter= 48 IMAGR2: Field 6 Clean flux density= 679.018 MicroJy 48 comps IMAGR2: Total Cleaned flux density = 303.596 MilliJy 430 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.920E-03 < Second best 2.104E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.854E-03 < Second best 2.056E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.47 MilliJy IMAGR2: 1596 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.662 MilliJy iter= 80 IMAGR2: Field 3 Clean flux density= 2.799 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 307.369 MilliJy 489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.702E-03 < Second best 1.920E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.606E-03 < Second best 1.913E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.694E-03 < Second best 1.865E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.643E-03 < Second best 1.854E-03 IMAGR2: Field 7 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.33 MilliJy IMAGR2: 1375 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.464 MilliJy iter= 109 IMAGR2: Field 7 Clean flux density= -1.361 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 304.070 MilliJy 543 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.468E-03 < Second best 1.702E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.22 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.311 MilliJy iter= 90 IMAGR2: Field 5 Clean flux density= 7.139 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 306.170 MilliJy 587 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 1.21 MilliJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.309 MilliJy iter= 97 IMAGR2: Field 4 Clean flux density= 8.533 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 308.628 MilliJy 636 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.519E-03 < Second best 1.606E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.223E-03 < Second best 1.595E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.437E-03 < Second best 1.519E-03 IMAGR2: BGC Clean: using 557 cell beam + residuals > 1.09 MilliJy IMAGR2: 1402 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.162 MilliJy iter= 117 IMAGR2: Field 2 Clean flux density= -431.925 MicroJy 117 comps IMAGR2: Total Cleaned flux density = 306.655 MilliJy 682 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 557 cell beam + residuals > 1.09 MilliJy IMAGR2: 298 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.114 MilliJy iter= 75 IMAGR2: Field 6 Clean flux density= 783.927 MicroJy 75 comps IMAGR2: Total Cleaned flux density = 306.760 MilliJy 709 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.155E-03 < Second best 1.404E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.172E-03 < Second best 1.257E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.140E-03 < Second best 1.255E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.159E-03 < Second best 1.223E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 557 cell beam + residuals > 876.31 MicroJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 909.871 MicroJy iter= 170 IMAGR2: Field 1 Clean flux density= 287.954 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 305.415 MilliJy 738 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 557 cell beam + residuals > 876.31 MicroJy IMAGR2: 861 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 923.279 MicroJy iter= 151 IMAGR2: Field 7 Clean flux density= -1.084 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 305.692 MilliJy 780 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 557 cell beam + residuals > 876.31 MicroJy IMAGR2: 136 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 894.523 MicroJy iter= 118 IMAGR2: Field 4 Clean flux density= 8.859 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 306.018 MilliJy 801 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 557 cell beam + residuals > 876.31 MicroJy IMAGR2: 698 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -918.378 MicroJy iter= 117 IMAGR2: Field 3 Clean flux density= 3.940 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 307.160 MilliJy 838 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.821E-04 < Second best 1.114E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 841.14 MicroJy IMAGR2: 677 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -873.667 MicroJy iter= 152 IMAGR2: Field 2 Clean flux density= -965.006 MicroJy 152 comps IMAGR2: Total Cleaned flux density = 306.627 MilliJy 873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 764.05 MicroJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 807.278 MicroJy iter= 127 IMAGR2: Field 6 Clean flux density= -1.530 MilliJy 127 comps IMAGR2: Total Cleaned flux density = 304.314 MilliJy 925 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 497 cell beam + residuals > 768.23 MicroJy IMAGR2: 1066 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 803.839 MicroJy iter= 138 IMAGR2: Field 5 Clean flux density= 6.916 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 304.091 MilliJy 973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 717.90 MicroJy IMAGR2: 208 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 732.406 MicroJy iter= 178 IMAGR2: Field 7 Clean flux density= -1.031 MilliJy 178 comps IMAGR2: Total Cleaned flux density = 304.145 MilliJy 1000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 698.74 MicroJy IMAGR2: 725 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -731.907 MicroJy iter= 163 IMAGR2: Field 3 Clean flux density= 4.253 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 304.457 MilliJy 1046 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -853.4 MicroJy,max = 803.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.278E-04 < Second best 8.575E-04 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 667.55 MicroJy IMAGR2: 562 Residual map points loaded IMAGR2: Field 4 min Clean flux = 694.575 MicroJy iter= 153 IMAGR2: Field 4 Clean flux density= 8.755 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 304.353 MilliJy 1081 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 497 cell beam + residuals > 662.02 MicroJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 2 min Clean flux = -695.228 MicroJy iter= 193 IMAGR2: Field 2 Clean flux density= -894.730 MicroJy 193 comps IMAGR2: Total Cleaned flux density = 304.423 MilliJy 1122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.135E-04 < Second best 7.709E-04 IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 315 cell beam + residuals > 551.37 MicroJy IMAGR2: 2345 Residual map points loaded IMAGR2: Field 5 min Clean flux = -695.837 MicroJy iter= 157 IMAGR2: Field 5 Clean flux density= 7.287 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 304.794 MilliJy 1141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -771.7 MicroJy,max = 729.4 MicroJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 542.92 MicroJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 1 min Clean flux = -690.682 MicroJy iter= 173 IMAGR2: Field 1 Clean flux density= 287.887 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 304.727 MilliJy 1144 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 542.92 MicroJy IMAGR2: 1109 Residual map points loaded IMAGR2: Field 6 min Clean flux = -691.394 MicroJy iter= 135 IMAGR2: Field 6 Clean flux density= -1.670 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 304.587 MilliJy 1152 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 509.93 MicroJy IMAGR2: 2944 Residual map points loaded IMAGR2: Field 7 min Clean flux = 692.165 MicroJy iter= 188 IMAGR2: Field 7 Clean flux density= -1.040 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 304.578 MilliJy 1162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 573 cell beam + residuals > 395.62 MicroJy IMAGR2: 16499 Residual map points loaded IMAGR2: Field 3 min Clean flux = -688.825 MicroJy iter= 167 IMAGR2: Field 3 Clean flux density= 4.259 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 304.584 MilliJy 1166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 695.837 less than limit 696.703 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 173 to 113 components IMAGR2: Field 2 compressed from 193 to 139 components IMAGR2: Field 3 compressed from 167 to 116 components IMAGR2: Field 4 compressed from 153 to 108 components IMAGR2: Field 5 compressed from 157 to 122 components IMAGR2: Field 6 compressed from 135 to 101 components IMAGR2: Field 7 compressed from 188 to 146 components IMAGR2: Field 1 min = -781.9 MicroJy,max = 689.0 MicroJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 883.9 MicroJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -1.344 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore-437.824 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore -1.066 MilliJy ( 2 CCs) from field 1 to field 4 IMAGR2: Restore -2.242 MilliJy ( 12 CCs) from field 1 to field 5 IMAGR2: Restore -2.239 MilliJy ( 4 CCs) from field 1 to field 6 IMAGR2: Restore -3.428 MilliJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 4.242 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore 251.824 MicroJy ( 19 CCs) from field 2 to field 3 IMAGR2: Restore -2.394 MilliJy ( 6 CCs) from field 2 to field 4 IMAGR2: Restore-808.821 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR2: Restore -1.033 MilliJy ( 11 CCs) from field 3 to field 2 IMAGR2: Restore 301.693 MicroJy ( 11 CCs) from field 3 to field 5 IMAGR2: Restore -1.083 MilliJy ( 7 CCs) from field 4 to field 1 IMAGR2: Restore-236.314 MicroJy ( 5 CCs) from field 4 to field 2 IMAGR2: Restore 3.305 MilliJy ( 5 CCs) from field 4 to field 6 IMAGR2: Restore-226.918 MicroJy ( 4 CCs) from field 5 to field 1 IMAGR2: Restore -1.196 MilliJy ( 9 CCs) from field 5 to field 3 IMAGR2: Restore 277.122 MicroJy ( 5 CCs) from field 5 to field 7 IMAGR2: Restore 30.028 MicroJy ( 5 CCs) from field 6 to field 1 IMAGR2: Restore 835.433 MicroJy ( 11 CCs) from field 6 to field 4 IMAGR2: Restore 55.517 MicroJy ( 8 CCs) from field 6 to field 7 IMAGR2: Restore-537.863 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore -1.357 MilliJy ( 12 CCs) from field 7 to field 5 IMAGR2: Restore-161.108 MicroJy ( 17 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 285.264 MilliJy IMAGR2: Field 2 final Clean flux -2.166 MilliJy IMAGR2: Field 3 final Clean flux 2.877 MilliJy IMAGR2: Field 4 final Clean flux 6.130 MilliJy IMAGR2: Field 5 final Clean flux 3.990 MilliJy IMAGR2: Field 6 final Clean flux -764.423 MicroJy IMAGR2: Field 7 final Clean flux -4.135 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 22 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 58.5 Real= 122 /SETFC@1748-253_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Disk 1 in-CNO 12 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 13 renumbered as CNO 10 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.01849 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_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@PISTOL_X,BAND.0-1 >> /home/auto/run/AL494_1999NOV AIPS 2: 09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =PISTOL' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@PISTOL_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Disk 1 in-CNO 16 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 14 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09115 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+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@2320+506_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =2320+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2302+640_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@2302+640_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =2302+640' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2302+640_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: 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: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2250+557 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1041 CELLSIZE 0.30735 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.30735 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2250+557_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.073 deg SETFC2: Searching catalog between 0.07 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 119.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.7 Real= 3 C 1 1012 1012 22 50 42.91 55 50 14.3 00001 -1 507 512 513 C 2 1012 1012 22 50 42.91 55 45 52.6 00002 -1 507 512 513 C 3 1012 1012 22 50 16.04 55 48 03.2 00003 -1 507 512 513 C 4 1012 1012 22 51 09.79 55 48 03.2 00004 -1 507 512 513 C 5 1012 1012 22 50 15.99 55 52 24.9 00005 -1 507 512 513 C 6 1012 1012 22 51 09.84 55 52 24.9 00006 -1 507 512 513 C 7 1012 1012 22 50 42.91 55 54 35.9 00007 -1 507 512 513 I AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: 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: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_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@2250+557_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =2250+557' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2250+557_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 1012 1012 -2.4196E-02 4.3032E-02 0 IMAGR2: Field 2 1012 1012 -2.4196E-02 -2.6166E+02 0 IMAGR2: Field 3 1012 1012 -2.2635E+02 -1.3106E+02 0 IMAGR2: Field 4 1012 1012 2.2639E+02 -1.3106E+02 0 IMAGR2: Field 5 1012 1012 -2.2678E+02 1.3064E+02 0 IMAGR2: Field 6 1012 1012 2.2681E+02 1.3064E+02 0 IMAGR2: Field 7 1012 1012 -2.4196E-02 2.6164E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2250+557_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 2250+557 .IMAGR . 1 (UV) on disk 1 cno 29 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 1485 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.102E+04 IMAGR2: UVWAIT: Adding temperance S 1.020E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.867E+06 and out 7.429E+06 IMAGR2: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR2: UVWAIT: Average summed weight 5.102E+04 over 2970 vis IMAGR2: Create 2250+557 .IBM001. 1 (MA) on disk 1 cno 30 IMAGR2: Create 2250+557 .IBM002. 1 (MA) on disk 1 cno 31 IMAGR2: Create 2250+557 .IBM003. 1 (MA) on disk 1 cno 32 IMAGR2: Create 2250+557 .IBM004. 1 (MA) on disk 1 cno 33 IMAGR2: Create 2250+557 .IBM005. 1 (MA) on disk 1 cno 34 IMAGR2: Create 2250+557 .IBM006. 1 (MA) on disk 1 cno 35 IMAGR2: Create 2250+557 .IBM007. 1 (MA) on disk 1 cno 36 IMAGR2: Create 2250+557 .ICL001. 1 (MA) on disk 1 cno 37 IMAGR2: Create 2250+557 .ICL002. 1 (MA) on disk 1 cno 38 IMAGR2: Create 2250+557 .ICL003. 1 (MA) on disk 1 cno 39 IMAGR2: Create 2250+557 .ICL004. 1 (MA) on disk 1 cno 40 IMAGR2: Create 2250+557 .ICL005. 1 (MA) on disk 1 cno 41 IMAGR2: Create 2250+557 .ICL006. 1 (MA) on disk 1 cno 42 IMAGR2: Create 2250+557 .ICL007. 1 (MA) on disk 1 cno 43 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 7.88721E+07 IMAGR2: Field 1 Beam min = -179.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.138 x 0.761 arcsec, PA= 3.6 IMAGR2: Field 2 Sum of gridding weights = 7.88721E+07 IMAGR2: Field 2 Beam min = -182.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.138 x 0.761 arcsec, PA= 3.6 IMAGR2: Field 3 Sum of gridding weights = 7.88721E+07 IMAGR2: Field 3 Beam min = -187.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.138 x 0.760 arcsec, PA= 3.5 IMAGR2: Field 4 Sum of gridding weights = 7.88721E+07 IMAGR2: Field 4 Beam min = -192.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.138 x 0.761 arcsec, PA= 3.7 IMAGR2: Field 5 Sum of gridding weights = 7.88720E+07 IMAGR2: Field 5 Beam min = -187.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.138 x 0.760 arcsec, PA= 3.5 IMAGR2: Field 6 Sum of gridding weights = 7.88719E+07 IMAGR2: Field 6 Beam min = -192.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.139 x 0.761 arcsec, PA= 3.8 IMAGR2: Field 7 Sum of gridding weights = 7.88721E+07 IMAGR2: Field 7 Beam min = -189.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.139 x 0.761 arcsec, PA= 3.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -65.5 MilliJy,max = 306.1 MilliJy IMAGR2: Field 2 min = -55.1 MilliJy,max = 167.7 MilliJy IMAGR2: Field 3 min = -67.0 MilliJy,max = 186.8 MilliJy IMAGR2: Field 4 min = -68.5 MilliJy,max = 217.8 MilliJy IMAGR2: Field 5 min = -63.1 MilliJy,max = 180.4 MilliJy IMAGR2: Field 6 min = -58.1 MilliJy,max = 206.7 MilliJy IMAGR2: Field 7 min = -58.6 MilliJy,max = 155.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 73.61 MilliJy IMAGR2: 10030 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 200.837 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 125.354 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 125.354 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 = -41.5 MilliJy,max = 180.8 MilliJy IMAGR2: BGC Clean: using 1841 cell beam + residuals > 63.40 MilliJy IMAGR2: 2924 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 104.602 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 222.510 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 222.510 MilliJy 12 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -23.3 MilliJy,max = 69.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.641E-02 < Second best 1.482E-01 IMAGR2: Field 7 min = -26.5 MilliJy,max = 45.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.311E-02 < Second best 1.352E-01 IMAGR2: Field 3 min = -28.5 MilliJy,max = 69.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.195E-02 < Second best 1.337E-01 IMAGR2: Field 4 min = -27.6 MilliJy,max = 81.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.601E-02 < Second best 1.287E-01 IMAGR2: Field 5 min = -26.3 MilliJy,max = 65.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.899E-02 < Second best 1.206E-01 IMAGR2: Field 6 min = -23.1 MilliJy,max = 81.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.356E-02 < Second best 9.970E-02 IMAGR2: Field 1 min = -27.2 MilliJy,max = 97.3 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 29.59 MilliJy IMAGR2: 8425 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 46.543 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 297.115 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 297.115 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.5 MilliJy,max = 38.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.624E-02 < Second best 5.601E-02 IMAGR2: Field 4 min = -16.8 MilliJy,max = 46.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.200E-02 < Second best 5.195E-02 IMAGR2: Field 3 min = -17.7 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.672E-02 < Second best 4.899E-02 IMAGR2: Field 5 min = -17.9 MilliJy,max = 31.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.771E-02 < Second best 4.438E-02 IMAGR2: Field 1 min = -20.2 MilliJy,max = 44.7 MilliJy IMAGR2: BGC Clean: using 1389 cell beam + residuals > 18.31 MilliJy IMAGR2: 5899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 25.569 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 340.751 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 340.751 MilliJy 36 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -14.3 MilliJy,max = 24.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.491E-02 < Second best 4.311E-02 IMAGR2: Field 7 min = -12.4 MilliJy,max = 15.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.335E-02 < Second best 3.624E-02 IMAGR2: Field 2 min = -13.8 MilliJy,max = 23.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.192E-02 < Second best 3.200E-02 IMAGR2: Field 4 min = -13.2 MilliJy,max = 28.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.025E-02 < Second best 2.771E-02 IMAGR2: Field 5 min = -15.0 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.828E-02 < Second best 2.672E-02 IMAGR2: Field 3 min = -13.2 MilliJy,max = 20.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.831E-02 < Second best 2.441E-02 IMAGR2: Field 1 min = -17.2 MilliJy,max = 24.5 MilliJy IMAGR2: BGC Clean: using 835 cell beam + residuals > 11.98 MilliJy IMAGR2: 5477 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 16.232 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 372.367 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 372.367 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.2 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.431E-02 < Second best 2.025E-02 IMAGR2: Field 4 min = -11.3 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.373E-02 < Second best 1.831E-02 IMAGR2: Field 3 min = -11.6 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.291E-02 < Second best 1.828E-02 IMAGR2: Field 5 min = -12.4 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.330E-02 < Second best 1.551E-02 IMAGR2: Field 1 min = -15.6 MilliJy,max = 15.2 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 8.43 MilliJy IMAGR2: 4978 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.993 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 385.057 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 385.057 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.2 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.594E-03 < Second best 1.431E-02 IMAGR2: Field 2 min = -9.5 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.747E-03 < Second best 1.373E-02 IMAGR2: Field 4 min = -10.0 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.336E-03 < Second best 1.335E-02 IMAGR2: Field 7 min = -10.4 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.918E-03 < Second best 1.330E-02 IMAGR2: Field 5 min = -10.7 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.048E-02 < Second best 1.291E-02 IMAGR2: Field 3 min = -10.1 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.820E-03 < Second best 1.052E-02 IMAGR2: Field 1 min = -10.2 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.791E-03 < Second best 1.048E-02 IMAGR2: BGC Clean: using 541 cell beam + residuals > 6.48 MilliJy IMAGR2: 1873 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -7.997 MilliJy iter= 19 IMAGR2: Field 5 Clean flux density= 6.450 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 391.506 MilliJy 91 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -9.2 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.782E-03 < Second best 9.820E-03 IMAGR2: Field 3 min = -9.7 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.787E-03 < Second best 9.791E-03 IMAGR2: Field 1 min = -9.7 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.251E-03 < Second best 9.747E-03 IMAGR2: Field 2 min = -9.2 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.931E-03 < Second best 9.594E-03 IMAGR2: Field 6 min = -9.5 MilliJy,max = 9.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.379E-03 < Second best 9.336E-03 IMAGR2: Field 4 min = -9.7 MilliJy,max = 10.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.731E-03 < Second best 9.251E-03 IMAGR2: BGC Clean: using 469 cell beam + residuals > 5.96 MilliJy IMAGR2: 2940 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.355 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 376.558 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 383.008 MilliJy 115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.1 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.495E-03 < Second best 8.782E-03 IMAGR2: Field 7 min = -8.4 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.029E-03 < Second best 8.731E-03 IMAGR2: Field 4 min = -8.0 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.729E-03 < Second best 8.379E-03 IMAGR2: Field 6 min = -9.0 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 5.68 MilliJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -6.283 MilliJy iter= 15 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 Clean flux density= 3.716 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 386.724 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.5 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.241E-03 < Second best 7.787E-03 IMAGR2: Field 3 min = -8.1 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.011E-03 < Second best 7.729E-03 IMAGR2: Field 4 min = -7.9 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 5.68 MilliJy IMAGR2: 583 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.271 MilliJy iter= 16 IMAGR2: Field 4 Clean flux density= 1.248 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 387.971 MilliJy 146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.0 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.424E-03 < Second best 7.495E-03 IMAGR2: Field 2 min = -7.1 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 5.01 MilliJy IMAGR2: 935 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.677 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 6.707 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 394.678 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 5.01 MilliJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.614 MilliJy iter= 23 IMAGR2: Field 7 Clean flux density= 1.633 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 396.312 MilliJy 190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.1 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.585E-03 < Second best 7.011E-03 IMAGR2: Field 3 min = -6.1 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.588E-03 < Second best 6.424E-03 IMAGR2: Field 5 min = -6.2 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.517E-03 < Second best 6.019E-03 IMAGR2: Field 6 min = -6.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.839E-03 < Second best 6.009E-03 IMAGR2: Field 4 min = -6.0 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 417 cell beam + residuals > 4.08 MilliJy IMAGR2: 984 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.611 MilliJy iter= 43 IMAGR2: Field 4 Clean flux density= -230.089 MicroJy 43 comps IMAGR2: Total Cleaned flux density = 394.834 MilliJy 217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 4.31 MilliJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.607 MilliJy iter= 17 IMAGR2: Field 3 Clean flux density= -547.717 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 394.287 MilliJy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.853E-03 < Second best 5.517E-03 IMAGR2: Field 5 min = -5.8 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 4.31 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.599 MilliJy iter= 36 IMAGR2: Field 5 Clean flux density= 7.855 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 395.692 MilliJy 251 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.662E-03 < Second best 5.378E-03 IMAGR2: Field 7 min = -5.5 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.550E-03 < Second best 4.853E-03 IMAGR2: Field 1 min = -5.8 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.39 MilliJy IMAGR2: 456 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.841 MilliJy iter= 132 IMAGR2: Field 1 Clean flux density= 364.264 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 383.397 MilliJy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.5 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.224E-03 < Second best 4.662E-03 IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.33 MilliJy IMAGR2: 565 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.804 MilliJy iter= 66 IMAGR2: Field 2 Clean flux density= 3.889 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 380.579 MilliJy 332 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1058 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.901 MilliJy iter= 89 IMAGR2: Field 7 Clean flux density= 7.403 MilliJy 89 comps IMAGR2: Total Cleaned flux density = 386.349 MilliJy 398 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.3 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.506E-03 < Second best 4.415E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.306E-03 < Second best 4.409E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.644E-03 < Second best 4.224E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 469 cell beam + residuals > 2.72 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.868 MilliJy iter= 43 IMAGR2: Field 6 Clean flux density= 5.003 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 387.636 MilliJy 426 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.651E-03 < Second best 3.679E-03 IMAGR2: Field 1 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.947E-03 < Second best 3.645E-03 IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.994E-03 < Second best 3.644E-03 IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 2.25 MilliJy IMAGR2: 4493 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.560 MilliJy iter= 96 IMAGR2: Field 5 Clean flux density= 13.460 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 393.241 MilliJy 486 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.967E-03 < Second best 3.306E-03 IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 469 cell beam + residuals > 2.13 MilliJy IMAGR2: 1447 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.316 MilliJy iter= 62 IMAGR2: Field 3 Clean flux density= -826.465 MicroJy 62 comps IMAGR2: Total Cleaned flux density = 392.963 MilliJy 531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.562E-03 < Second best 2.967E-03 IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.746E-03 < Second best 2.947E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.438E-03 < Second best 2.748E-03 IMAGR2: Field 6 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.552E-03 < Second best 2.746E-03 IMAGR2: BGC Clean: using 541 cell beam + residuals > 2.20 MilliJy IMAGR2: 697 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.321 MilliJy iter= 77 IMAGR2: Field 4 Clean flux density= -286.359 MicroJy 77 comps IMAGR2: Total Cleaned flux density = 392.906 MilliJy 565 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 2.20 MilliJy IMAGR2: 39 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.209 MilliJy iter= 97 IMAGR2: Field 7 Clean flux density= 8.812 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 394.314 MilliJy 573 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 541 cell beam + residuals > 2.20 MilliJy IMAGR2: 49 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.236 MilliJy iter= 77 IMAGR2: Field 2 Clean flux density= 5.112 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 395.537 MilliJy 584 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.210E-03 < Second best 2.455E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.084E-03 < Second best 2.438E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.044E-03 < Second best 2.227E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.002E-03 < Second best 2.220E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.926E-03 < Second best 2.210E-03 IMAGR2: BGC Clean: using 417 cell beam + residuals > 1.50 MilliJy IMAGR2: 2483 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.677 MilliJy iter= 113 IMAGR2: Field 6 Clean flux density= 4.605 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 395.139 MilliJy 654 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 417 cell beam + residuals > 1.46 MilliJy IMAGR2: 2976 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.637 MilliJy iter= 158 IMAGR2: Field 2 Clean flux density= 3.784 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 393.811 MilliJy 735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.910E-03 < Second best 2.084E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 335 cell beam + residuals > 1.43 MilliJy IMAGR2: 2144 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.567 MilliJy iter= 171 IMAGR2: Field 5 Clean flux density= 17.420 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 397.772 MilliJy 810 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.397E-03 < Second best 2.002E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 121 cell beam + residuals > 1.39 MilliJy IMAGR2: 856 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.515 MilliJy iter= 151 IMAGR2: Field 4 Clean flux density= -5.781 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 392.277 MilliJy 884 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 503 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.471 MilliJy iter= 142 IMAGR2: Field 3 Clean flux density= -1.216 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 391.888 MilliJy 964 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 915 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.487 MilliJy iter= 205 IMAGR2: Field 7 Clean flux density= 11.686 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 394.762 MilliJy 1072 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 1.31 MilliJy IMAGR2: 62 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.326 MilliJy iter= 125 IMAGR2: Field 6 Clean flux density= 4.335 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 394.493 MilliJy 1084 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 1.27 MilliJy IMAGR2: 297 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.297 MilliJy iter= 188 IMAGR2: Field 2 Clean flux density= 1.484 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 392.192 MilliJy 1114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 1.19 MilliJy IMAGR2: 323 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.213 MilliJy iter= 193 IMAGR2: Field 5 Clean flux density= 18.241 MilliJy 193 comps IMAGR2: Total Cleaned flux density = 393.013 MilliJy 1136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.264E-03 < Second best 1.424E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.188E-03 < Second best 1.409E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 1.05 MilliJy IMAGR2: 148 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.077 MilliJy iter= 165 IMAGR2: Field 3 Clean flux density= -378.190 MicroJy 165 comps IMAGR2: Total Cleaned flux density = 393.851 MilliJy 1159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.067E-03 < Second best 1.271E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 922.62 MicroJy IMAGR2: 2274 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -969.283 MicroJy iter= 182 IMAGR2: Field 6 Clean flux density= 3.768 MilliJy 182 comps IMAGR2: Total Cleaned flux density = 393.284 MilliJy 1216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.181E-03 < Second best 1.243E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 934.00 MicroJy IMAGR2: 709 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -974.471 MicroJy iter= 240 IMAGR2: Field 2 Clean flux density= 1.721 MilliJy 240 comps IMAGR2: Total Cleaned flux density = 393.521 MilliJy 1268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 934.00 MicroJy IMAGR2: 110 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 945.797 MicroJy iter= 223 IMAGR2: Field 7 Clean flux density= 13.321 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 395.156 MilliJy 1286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-03 < Second best 1.163E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 866.87 MicroJy IMAGR2: 1173 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -889.997 MicroJy iter= 236 IMAGR2: Field 5 Clean flux density= 19.399 MilliJy 236 comps IMAGR2: Total Cleaned flux density = 396.313 MilliJy 1329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 866.87 MicroJy IMAGR2: 443 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 889.953 MicroJy iter= 185 IMAGR2: Field 4 Clean flux density= -6.166 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 395.928 MilliJy 1363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -983.4 MicroJy,max = 989.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.424E-04 < Second best 1.032E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 785.90 MicroJy IMAGR2: 281 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 824.164 MicroJy iter= 234 IMAGR2: Field 3 Clean flux density= -1.331 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 394.974 MilliJy 1432 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 469 cell beam + residuals > 786.61 MicroJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 804.094 MicroJy iter= 271 IMAGR2: Field 2 Clean flux density= 2.319 MilliJy 271 comps IMAGR2: Total Cleaned flux density = 395.573 MilliJy 1463 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 541 cell beam + residuals > 755.11 MicroJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -775.872 MicroJy iter= 221 IMAGR2: Field 6 Clean flux density= 4.759 MilliJy 221 comps IMAGR2: Total Cleaned flux density = 396.565 MilliJy 1502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 755.11 MicroJy IMAGR2: 353 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 772.901 MicroJy iter= 256 IMAGR2: Field 7 Clean flux density= 14.633 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 397.876 MilliJy 1535 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -969.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 541 cell beam + residuals > 755.11 MicroJy IMAGR2: 223 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -765.925 MicroJy iter= 205 IMAGR2: Field 4 Clean flux density= -6.003 MilliJy 205 comps IMAGR2: Total Cleaned flux density = 398.040 MilliJy 1555 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 628.51 MicroJy IMAGR2: 3255 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -716.884 MicroJy iter= 454 IMAGR2: Field 5 Clean flux density= 20.359 MilliJy 454 comps IMAGR2: Total Cleaned flux density = 399.000 MilliJy 1773 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 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 8580 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -727.551 MicroJy iter= 215 IMAGR2: Field 1 Clean flux density= 359.977 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 394.714 MilliJy 1856 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 880 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -697.137 MicroJy iter= 272 IMAGR2: Field 3 Clean flux density= -1.138 MilliJy 272 comps IMAGR2: Total Cleaned flux density = 394.907 MilliJy 1894 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 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -712.910 MicroJy iter= 322 IMAGR2: Field 2 Clean flux density= 1.295 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 393.883 MilliJy 1945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 866 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 700.655 MicroJy iter= 263 IMAGR2: Field 6 Clean flux density= 5.199 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 394.322 MilliJy 1987 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 708 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -705.179 MicroJy iter= 293 IMAGR2: Field 7 Clean flux density= 16.238 MilliJy 293 comps IMAGR2: Total Cleaned flux density = 395.927 MilliJy 2024 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -957.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 685.62 MicroJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 4 min Clean flux = -681.002 MicroJy iter= 223 IMAGR2: Field 4 Clean flux density= -6.503 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 395.427 MilliJy 2042 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -696.6 MicroJy,max = 665.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.564E-04 < Second best 6.876E-04 IMAGR2: Field 5 min = -833.2 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 606.67 MicroJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 5 min Clean flux = 689.946 MicroJy iter= 455 IMAGR2: Field 5 Clean flux density= 20.428 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 395.496 MilliJy 2043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 561.38 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 985 Residual map points loaded IMAGR2: Field 2 min Clean flux = 694.721 MicroJy iter= 334 IMAGR2: Field 2 Clean flux density= 988.641 MicroJy 334 comps IMAGR2: Total Cleaned flux density = 395.189 MilliJy 2055 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 541 cell beam + residuals > 597.36 MicroJy IMAGR2: 187 Residual map points loaded IMAGR2: Field 7 min Clean flux = -693.723 MicroJy iter= 295 IMAGR2: Field 7 Clean flux density= 16.239 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 395.190 MilliJy 2057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 695 cell beam + residuals > 488.29 MicroJy IMAGR2: 1225 Residual map points loaded IMAGR2: Field 6 min Clean flux = -679.166 MicroJy iter= 265 IMAGR2: Field 6 Clean flux density= 5.201 MilliJy 265 comps IMAGR2: Total Cleaned flux density = 395.193 MilliJy 2059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -945.4 MicroJy,max = 1.0 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 215 to 150 components IMAGR2: Field 2 compressed from 334 to 236 components IMAGR2: Field 3 compressed from 272 to 223 components IMAGR2: Field 4 compressed from 223 to 176 components IMAGR2: Field 5 compressed from 455 to 347 components IMAGR2: Field 6 compressed from 265 to 207 components IMAGR2: Field 7 compressed from 295 to 227 components IMAGR2: Field 1 min = -683.7 MicroJy,max = 668.7 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -945.4 MicroJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -950.0 MicroJy,max = 961.5 MicroJy IMAGR2: Field 5 min = -826.2 MicroJy,max = 980.8 MicroJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 5.669 MilliJy ( 17 CCs) from field 1 to field 2 IMAGR2: Restore 2.534 MilliJy ( 15 CCs) from field 1 to field 3 IMAGR2: Restore 6.382 MilliJy ( 17 CCs) from field 1 to field 4 IMAGR2: Restore 118.733 MicroJy ( 18 CCs) from field 1 to field 5 IMAGR2: Restore 1.972 MilliJy ( 11 CCs) from field 1 to field 6 IMAGR2: Restore -2.416 MilliJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore 1.632 MilliJy ( 12 CCs) from field 2 to field 1 IMAGR2: Restore 514.891 MicroJy ( 9 CCs) from field 2 to field 3 IMAGR2: Restore 956.197 MicroJy ( 24 CCs) from field 2 to field 4 IMAGR2: Restore-120.971 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR2: Restore -1.166 MilliJy ( 10 CCs) from field 3 to field 2 IMAGR2: Restore 1.123 MilliJy ( 8 CCs) from field 3 to field 5 IMAGR2: Restore 538.511 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 879.430 Nano Jy ( 13 CCs) from field 4 to field 2 IMAGR2: Restore -1.963 MilliJy ( 10 CCs) from field 4 to field 6 IMAGR2: Restore-567.549 MicroJy ( 9 CCs) from field 5 to field 1 IMAGR2: Restore 4.117 MilliJy ( 25 CCs) from field 5 to field 3 IMAGR2: Restore 2.844 MilliJy ( 11 CCs) from field 5 to field 7 IMAGR2: Restore -47.902 MicroJy ( 11 CCs) from field 6 to field 1 IMAGR2: Restore-649.994 MicroJy ( 22 CCs) from field 6 to field 4 IMAGR2: Restore -2.058 MilliJy ( 17 CCs) from field 6 to field 7 IMAGR2: Restore-589.448 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 2.990 MilliJy ( 14 CCs) from field 7 to field 5 IMAGR2: Restore -1.041 MilliJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 360.821 MilliJy IMAGR2: Field 2 final Clean flux 5.493 MilliJy IMAGR2: Field 3 final Clean flux 6.028 MilliJy IMAGR2: Field 4 final Clean flux 184.995 MicroJy IMAGR2: Field 5 final Clean flux 24.659 MilliJy IMAGR2: Field 6 final Clean flux 4.169 MilliJy IMAGR2: Field 7 final Clean flux 14.609 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= 29 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 68.0 Real= 142 I AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: 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: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_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@2250+557_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =2250+557' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_X,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 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: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0134+329_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 0134+329 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 773 CELLSIZE 0.41398 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41398 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@0134+329_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 01:37:41.27 33:09:35.6 16.018 1.000 0.000 SETFC2: 3 01:37:49.11 33:10:23.2 0.049 0.725 0.030 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 156.0 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= 0.1 Real= 0 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 246 246 01 37 41.27 33 09 35.6 00002 -1 100 128 129 C 3 246 246 01 37 49.11 33 10 23.2 00003 -1 100 128 129 I AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: 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: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_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@2250+557_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =2250+557' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_X,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 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: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0134+329_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@0134+329_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0134+329' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0134+329_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 7.3107E-03 -3.6541E-02 0 IMAGR2: Field 2 246 246 -3.6941E-01 4.6346E-01 0 IMAGR2: Field 3 246 246 9.8079E+01 4.8063E+01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@0134+329_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 0134+329 .IMAGR . 1 (UV) on disk 1 cno 36 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4480 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.796E+04 IMAGR2: UVWAIT: Adding temperance S 1.559E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.566E+07 and out 2.297E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 7.796E+04 over 8870 vis IMAGR2: Create 0134+329 .IBM001. 1 (MA) on disk 1 cno 37 IMAGR2: Create 0134+329 .IBM002. 1 (MA) on disk 1 cno 38 IMAGR2: Create 0134+329 .IBM003. 1 (MA) on disk 1 cno 39 IMAGR2: Create 0134+329 .ICL001. 1 (MA) on disk 1 cno 40 IMAGR2: Create 0134+329 .ICL002. 1 (MA) on disk 1 cno 41 IMAGR2: Create 0134+329 .ICL003. 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.43842E+08 IMAGR2: Field 1 Beam min = -189.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.092 x 0.967 arcsec, PA= 57.7 IMAGR2: Field 2 Sum of gridding weights = 2.43841E+08 IMAGR2: Field 2 Beam min = -189.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.092 x 0.967 arcsec, PA= 57.7 IMAGR2: Field 3 Sum of gridding weights = 2.43841E+08 IMAGR2: Field 3 Beam min = -189.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.092 x 0.967 arcsec, PA= 57.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -572.2 MilliJy,max = 2.8 Jy IMAGR2: Field 2 min = -612.3 MilliJy,max = 2.7 Jy IMAGR2: Field 3 min = -409.1 MilliJy,max = 956.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 461.85 MilliJy IMAGR2: 10241 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.550 Jy iter= 7 IMAGR2: Field 1 Clean flux density= 1.479 Jy 7 comps IMAGR2: Total Cleaned flux density = 1.479 Jy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -343.6 MilliJy,max = 1.6 Jy IMAGR2: BGC Clean: using 509 cell beam + residuals > 446.84 MilliJy IMAGR2: 556 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 748.942 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 890.533 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 2.369 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -188.5 MilliJy,max = 751.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.148E-01 < Second best 7.740E-01 IMAGR2: Field 3 min = -108.1 MilliJy,max = 262.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.007E-01 < Second best 7.148E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 256.75 MilliJy IMAGR2: 814 Residual map points loaded IMAGR2: Field 1 min allowed flux = 374.567 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 1.959 Jy 16 comps IMAGR2: Total Cleaned flux density = 2.850 Jy 24 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 = -117.3 MilliJy,max = 384.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 123.00 MilliJy IMAGR2: 516 Residual map points loaded IMAGR2: Field 2 min allowed flux = 186.644 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 1.131 Jy 17 comps IMAGR2: Total Cleaned flux density = 3.090 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -91.4 MilliJy,max = 192.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.828E-01 < Second best 2.007E-01 IMAGR2: Field 3 min = -48.8 MilliJy,max = 76.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.984E-02 < Second best 1.828E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 63.10 MilliJy IMAGR2: 1366 Residual map points loaded IMAGR2: Field 1 min allowed flux = 90.885 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 2.078 Jy 25 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -73.3 MilliJy,max = 102.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 32.95 MilliJy IMAGR2: 2496 Residual map points loaded IMAGR2: Field 2 min allowed flux = 50.896 MilliJy iter= 33 IMAGR2: Field 2 Clean flux density= 1.191 Jy 33 comps IMAGR2: Total Cleaned flux density = 3.269 Jy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -53.5 MilliJy,max = 53.7 MilliJy IMAGR2: BGC Clean: using 1721 cell beam + residuals > 19.34 MilliJy IMAGR2: 10315 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 28.422 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 2.103 Jy 61 comps IMAGR2: Total Cleaned flux density = 3.294 Jy 94 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -30.7 MilliJy,max = 28.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.947E-02 < Second best 3.984E-02 IMAGR2: Field 3 min = -31.8 MilliJy,max = 23.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.504E-02 < Second best 2.947E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 16.93 MilliJy IMAGR2: 1746 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -20.793 MilliJy iter= 58 IMAGR2: Field 2 Clean flux density= 1.193 Jy 58 comps IMAGR2: Total Cleaned flux density = 3.297 Jy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -29.2 MilliJy,max = 26.5 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 13.09 MilliJy IMAGR2: 11029 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.025 MilliJy iter= 128 IMAGR2: Field 1 Clean flux density= 2.063 Jy 128 comps IMAGR2: Total Cleaned flux density = 3.256 Jy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -22.9 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.734E-02 < Second best 1.999E-02 IMAGR2: Field 2 min = -18.6 MilliJy,max = 18.9 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 14.63 MilliJy IMAGR2: 332 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 15.539 MilliJy iter= 73 IMAGR2: Field 2 Clean flux density= 1.202 Jy 73 comps IMAGR2: Total Cleaned flux density = 3.264 Jy 201 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -23.8 MilliJy,max = 23.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 10.98 MilliJy IMAGR2: 8968 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.950 MilliJy iter= 214 IMAGR2: Field 1 Clean flux density= 2.084 Jy 214 comps IMAGR2: Total Cleaned flux density = 3.286 Jy 287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -20.0 MilliJy,max = 15.6 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 10.42 MilliJy IMAGR2: 283 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -11.161 MilliJy iter= 21 IMAGR2: Field 3 Clean flux density= -14.458 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 3.271 Jy 308 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.6 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.350E-02 < Second best 1.434E-02 IMAGR2: Field 1 min = -23.4 MilliJy,max = 21.5 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 8.63 MilliJy IMAGR2: 12874 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.706 MilliJy iter= 341 IMAGR2: Field 1 Clean flux density= 2.075 Jy 341 comps IMAGR2: Total Cleaned flux density = 3.262 Jy 435 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.0 MilliJy,max = 11.3 MilliJy IMAGR2: BGC Clean: using 235 cell beam + residuals > 8.60 MilliJy IMAGR2: 441 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -8.976 MilliJy iter= 96 IMAGR2: Field 2 Clean flux density= 1.207 Jy 96 comps IMAGR2: Total Cleaned flux density = 3.267 Jy 458 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.5 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 7.34 MilliJy IMAGR2: 8615 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -9.287 MilliJy iter= 475 IMAGR2: Field 1 Clean flux density= 2.083 Jy 475 comps IMAGR2: Total Cleaned flux density = 3.275 Jy 592 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.9 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 235 cell beam + residuals > 6.86 MilliJy IMAGR2: 174 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -7.037 MilliJy iter= 42 IMAGR2: Field 3 Clean flux density= -20.035 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 3.269 Jy 613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.1 MilliJy,max = 18.9 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 6.51 MilliJy IMAGR2: 5527 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.813 MilliJy iter= 605 IMAGR2: Field 1 Clean flux density= 2.077 Jy 605 comps IMAGR2: Total Cleaned flux density = 3.264 Jy 743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.9 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 5.91 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -6.142 MilliJy iter= 130 IMAGR2: Field 2 Clean flux density= 1.210 Jy 130 comps IMAGR2: Total Cleaned flux density = 3.267 Jy 777 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.5 MilliJy,max = 18.2 MilliJy IMAGR2: BGC Clean: using 235 cell beam + residuals > 4.80 MilliJy IMAGR2: 15423 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 6.253 MilliJy iter= 866 IMAGR2: Field 1 Clean flux density= 2.072 Jy 866 comps IMAGR2: Total Cleaned flux density = 3.261 Jy 1038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.6 MilliJy,max = 7.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.69 MilliJy IMAGR2: 200 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.876 MilliJy iter= 80 IMAGR2: Field 3 Clean flux density= -19.073 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 3.262 Jy 1076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.7 MilliJy,max = 18.3 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 4.50 MilliJy IMAGR2: 4383 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.233 MilliJy iter= 1043 IMAGR2: Field 1 Clean flux density= 2.056 Jy 1043 comps IMAGR2: Total Cleaned flux density = 3.247 Jy 1253 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 4.33 MilliJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.333 MilliJy iter= 141 IMAGR2: Field 2 Clean flux density= 1.215 Jy 141 comps IMAGR2: Total Cleaned flux density = 3.252 Jy 1264 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.7 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 3.87 MilliJy IMAGR2: 4721 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.478 MilliJy iter= 1240 IMAGR2: Field 1 Clean flux density= 2.070 Jy 1240 comps IMAGR2: Total Cleaned flux density = 3.265 Jy 1461 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 291 cell beam + residuals > 3.62 MilliJy IMAGR2: 93 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.645 MilliJy iter= 98 IMAGR2: Field 3 Clean flux density= -19.999 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 3.264 Jy 1479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.2 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 3.27 MilliJy IMAGR2: 6696 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.835 MilliJy iter= 1492 IMAGR2: Field 1 Clean flux density= 2.059 Jy 1492 comps IMAGR2: Total Cleaned flux density = 3.254 Jy 1731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 3.27 MilliJy IMAGR2: 62 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.289 MilliJy iter= 155 IMAGR2: Field 2 Clean flux density= 1.217 Jy 155 comps IMAGR2: Total Cleaned flux density = 3.256 Jy 1745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.2 MilliJy,max = 17.2 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 2.53 MilliJy IMAGR2: 16020 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.236 MilliJy iter= 2024 IMAGR2: Field 1 Clean flux density= 2.090 Jy 2024 comps IMAGR2: Total Cleaned flux density = 3.287 Jy 2277 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 2.62 MilliJy IMAGR2: 313 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.650 MilliJy iter= 136 IMAGR2: Field 3 Clean flux density= -23.516 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 3.283 Jy 2315 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 = -5.2 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 2.75 MilliJy IMAGR2: 495 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.815 MilliJy iter= 193 IMAGR2: Field 2 Clean flux density= 1.213 Jy 193 comps IMAGR2: Total Cleaned flux density = 3.279 Jy 2353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.7 MilliJy,max = 16.9 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 2.13 MilliJy IMAGR2: 16558 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.926 MilliJy iter= 2254 IMAGR2: Field 1 Clean flux density= 2.074 Jy 2254 comps IMAGR2: Total Cleaned flux density = 3.264 Jy 2583 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.2 MilliJy,max = 15.8 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 1.94 MilliJy IMAGR2: 12094 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.291 MilliJy iter= 2730 IMAGR2: Field 1 Clean flux density= 2.072 Jy 2730 comps IMAGR2: Total Cleaned flux density = 3.261 Jy 3059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.88 MilliJy IMAGR2: 154 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.899 MilliJy iter= 219 IMAGR2: Field 2 Clean flux density= 1.214 Jy 219 comps IMAGR2: Total Cleaned flux density = 3.262 Jy 3085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 1.89 MilliJy IMAGR2: 141 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.888 MilliJy iter= 163 IMAGR2: Field 3 Clean flux density= -23.171 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 3.262 Jy 3112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.1 MilliJy,max = 15.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 1.86 MilliJy IMAGR2: 5305 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.084 MilliJy iter= 3087 IMAGR2: Field 1 Clean flux density= 2.062 Jy 3087 comps IMAGR2: Total Cleaned flux density = 3.252 Jy 3469 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.6 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 1.78 MilliJy IMAGR2: 9307 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.001 MilliJy iter= 3491 IMAGR2: Field 1 Clean flux density= 2.078 Jy 3491 comps IMAGR2: Total Cleaned flux density = 3.269 Jy 3873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.8 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.65 MilliJy IMAGR2: 11775 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.907 MilliJy iter= 4040 IMAGR2: Field 1 Clean flux density= 2.041 Jy 4040 comps IMAGR2: Total Cleaned flux density = 3.232 Jy 4422 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.0 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.94 MilliJy IMAGR2: 12998 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.155 MilliJy iter= 4438 IMAGR2: Field 1 Clean flux density= 2.082 Jy 4438 comps IMAGR2: Total Cleaned flux density = 3.273 Jy 4820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.5 MilliJy,max = 13.5 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 1.75 MilliJy IMAGR2: 18668 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.100 MilliJy iter= 4778 IMAGR2: Field 1 Clean flux density= 2.037 Jy 4778 comps IMAGR2: Total Cleaned flux density = 3.227 Jy 5160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.0 MilliJy,max = 13.0 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.43 MilliJy IMAGR2: 14821 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.619 MilliJy iter= 5379 IMAGR2: Field 1 Clean flux density= 2.069 Jy 5379 comps IMAGR2: Total Cleaned flux density = 3.260 Jy 5761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.41 MilliJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.726 MilliJy iter= 267 IMAGR2: Field 2 Clean flux density= 1.205 Jy 267 comps IMAGR2: Total Cleaned flux density = 3.251 Jy 5809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.41 MilliJy IMAGR2: 214 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.425 MilliJy iter= 191 IMAGR2: Field 3 Clean flux density= -24.037 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 3.250 Jy 5837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.43 MilliJy IMAGR2: 87 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.430 MilliJy iter= 287 IMAGR2: Field 2 Clean flux density= 1.204 Jy 287 comps IMAGR2: Total Cleaned flux density = 3.249 Jy 5857 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.9 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 1.24 MilliJy IMAGR2: 17869 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.519 MilliJy iter= 5924 IMAGR2: Field 1 Clean flux density= 2.050 Jy 5924 comps IMAGR2: Total Cleaned flux density = 3.230 Jy 6402 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.6 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.28 MilliJy IMAGR2: 12513 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.415 MilliJy iter= 6499 IMAGR2: Field 1 Clean flux density= 2.069 Jy 6499 comps IMAGR2: Total Cleaned flux density = 3.248 Jy 6977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.28 MilliJy IMAGR2: 826 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.310 MilliJy iter= 348 IMAGR2: Field 2 Clean flux density= 1.196 Jy 348 comps IMAGR2: Total Cleaned flux density = 3.241 Jy 7038 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.28 MilliJy IMAGR2: 94 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.281 MilliJy iter= 212 IMAGR2: Field 3 Clean flux density= -24.875 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 3.240 Jy 7059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.6 MilliJy,max = 12.7 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 1.12 MilliJy IMAGR2: 17462 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.344 MilliJy iter= 7170 IMAGR2: Field 1 Clean flux density= 2.054 Jy 7170 comps IMAGR2: Total Cleaned flux density = 3.225 Jy 7730 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.3 MilliJy,max = 12.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 1.41 MilliJy IMAGR2: 4323 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.493 MilliJy iter= 7493 IMAGR2: Field 1 Clean flux density= 2.070 Jy 7493 comps IMAGR2: Total Cleaned flux density = 3.241 Jy 8053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.2 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 361 cell beam + residuals > 1.02 MilliJy IMAGR2: 17193 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.146 MilliJy iter= 8363 IMAGR2: Field 1 Clean flux density= 2.048 Jy 8363 comps IMAGR2: Total Cleaned flux density = 3.219 Jy 8923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.04 MilliJy IMAGR2: 2401 Residual map points loaded IMAGR2: Field 2 min allowed flux = -1.363 MilliJy iter= 407 IMAGR2: Field 2 Clean flux density= 1.201 Jy 407 comps IMAGR2: Total Cleaned flux density = 3.223 Jy 8982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.01 MilliJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.020 MilliJy iter= 470 IMAGR2: Field 2 Clean flux density= 1.202 Jy 470 comps IMAGR2: Total Cleaned flux density = 3.225 Jy 9045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 1.01 MilliJy IMAGR2: 973 Residual map points loaded IMAGR2: Field 3 min allowed flux = 1.056 MilliJy iter= 274 IMAGR2: Field 3 Clean flux density= -24.150 MilliJy 274 comps IMAGR2: Total Cleaned flux density = 3.226 Jy 9107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.0 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 361 cell beam + residuals > 915.98 MicroJy IMAGR2: 17199 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.088 MilliJy iter= 9140 IMAGR2: Field 1 Clean flux density= 2.058 Jy 9140 comps IMAGR2: Total Cleaned flux density = 3.236 Jy 9884 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.9 MilliJy,max = 12.2 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 1.00 MilliJy IMAGR2: 17641 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.206 MilliJy iter= 9590 IMAGR2: Field 1 Clean flux density= 2.041 Jy 9590 comps IMAGR2: Total Cleaned flux density = 3.219 Jy 10334 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.6 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 973.89 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 11112 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.057 MilliJy iter= 10263 IMAGR2: Field 1 Clean flux density= 2.065 Jy 10263 comps IMAGR2: Total Cleaned flux density = 3.243 Jy 11007 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 957.78 MicroJy IMAGR2: 603 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -978.183 MicroJy iter= 324 IMAGR2: Field 3 Clean flux density= -26.490 MilliJy 324 comps IMAGR2: Total Cleaned flux density = 3.241 Jy 11057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.5 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 1.02 MilliJy IMAGR2: 13554 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.246 MilliJy iter= 10618 IMAGR2: Field 1 Clean flux density= 2.043 Jy 10618 comps IMAGR2: Total Cleaned flux density = 3.219 Jy 11412 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.3 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 894.77 MicroJy IMAGR2: 11019 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 966.724 MicroJy iter= 11364 IMAGR2: Field 1 Clean flux density= 2.058 Jy 11364 comps IMAGR2: Total Cleaned flux density = 3.234 Jy 12158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 894.77 MicroJy IMAGR2: 689 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -907.337 MicroJy iter= 526 IMAGR2: Field 2 Clean flux density= 1.197 Jy 526 comps IMAGR2: Total Cleaned flux density = 3.228 Jy 12214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 990.67 MicroJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 978.452 MicroJy iter= 337 IMAGR2: Field 3 Clean flux density= -26.671 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 3.228 Jy 12227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 990.67 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 1 min = -11.3 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 796.95 MicroJy IMAGR2: 16367 Residual map points loaded IMAGR2: Field 1 min Clean flux = -2.004 MilliJy iter= 13126 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 990.093 MicroJy IMAGR2: Field 1 Clean flux density= 2.045 Jy 13126 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 13989 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -10.8 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 1.42 MilliJy IMAGR2: 10964 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.940 MilliJy iter= 13197 IMAGR2: Field 1 Clean flux density= 2.054 Jy 13197 comps IMAGR2: Total Cleaned flux density = 3.224 Jy 14060 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 1.12 MilliJy IMAGR2: 7561 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.171 MilliJy iter= 13702 IMAGR2: Field 1 Clean flux density= 2.055 Jy 13702 comps IMAGR2: Total Cleaned flux density = 3.225 Jy 14565 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 11.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 822.18 MicroJy IMAGR2: 14405 Residual map points loaded IMAGR2: Field 1 min allowed flux = -892.503 MicroJy iter= 14590 IMAGR2: Field 1 Clean flux density= 2.037 Jy 14590 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 15453 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 361 cell beam + residuals > 813.51 MicroJy IMAGR2: 2259 Residual map points loaded IMAGR2: Field 3 min allowed flux = 966.436 MicroJy iter= 411 IMAGR2: Field 3 Clean flux density= -23.241 MilliJy 411 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 15527 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 822.18 MicroJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 824.533 MicroJy iter= 447 IMAGR2: Field 3 Clean flux density= -22.383 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 15563 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 814.05 MicroJy IMAGR2: 1587 Residual map points loaded IMAGR2: Field 2 min allowed flux = -993.385 MicroJy iter= 574 IMAGR2: Field 2 Clean flux density= 1.199 Jy 574 comps IMAGR2: Total Cleaned flux density = 3.214 Jy 15611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 822.18 MicroJy IMAGR2: 205 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 823.921 MicroJy iter= 607 IMAGR2: Field 2 Clean flux density= 1.200 Jy 607 comps IMAGR2: Total Cleaned flux density = 3.214 Jy 15644 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.5 MilliJy,max = 11.1 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 758.33 MicroJy IMAGR2: 19104 Residual map points loaded IMAGR2: Field 1 min allowed flux = 929.680 MicroJy iter= 15282 IMAGR2: Field 1 Clean flux density= 2.051 Jy 15282 comps IMAGR2: Total Cleaned flux density = 3.228 Jy 16336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.7 MilliJy,max = 10.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 739.92 MicroJy IMAGR2: 15347 Residual map points loaded IMAGR2: Field 1 min allowed flux = 803.149 MicroJy iter= 16206 IMAGR2: Field 1 Clean flux density= 2.031 Jy 16206 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 17260 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 737.64 MicroJy IMAGR2: 2243 Residual map points loaded IMAGR2: Field 3 min allowed flux = -972.363 MicroJy iter= 498 IMAGR2: Field 3 Clean flux density= -17.937 MilliJy 498 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 17311 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 739.92 MicroJy IMAGR2: 537 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -742.403 MicroJy iter= 563 IMAGR2: Field 3 Clean flux density= -18.024 MilliJy 563 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 17376 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 307 cell beam + residuals > 739.92 MicroJy IMAGR2: 1391 Residual map points loaded IMAGR2: Field 2 min allowed flux = 794.721 MicroJy iter= 673 IMAGR2: Field 2 Clean flux density= 1.203 Jy 673 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 17442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 10.8 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 790.15 MicroJy IMAGR2: 13413 Residual map points loaded IMAGR2: Field 1 min allowed flux = -967.634 MicroJy iter= 16624 IMAGR2: Field 1 Clean flux density= 2.042 Jy 16624 comps IMAGR2: Total Cleaned flux density = 3.226 Jy 17860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.3 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 651.44 MicroJy IMAGR2: 12943 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.624 MilliJy iter= 19289 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 799.022 MicroJy IMAGR2: Field 1 Clean flux density= 2.030 Jy 19289 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 20525 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -10.1 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 1.10 MilliJy IMAGR2: 19629 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.345 MilliJy iter= 19521 IMAGR2: Field 1 Clean flux density= 2.037 Jy 19521 comps IMAGR2: Total Cleaned flux density = 3.222 Jy 20757 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 776.14 MicroJy IMAGR2: 11665 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -817.594 MicroJy iter= 20276 IMAGR2: Field 1 Clean flux density= 2.027 Jy 20276 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 21512 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 10.5 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 756.34 MicroJy IMAGR2: 11785 Residual map points loaded IMAGR2: Field 1 min allowed flux = -819.914 MicroJy iter= 20950 IMAGR2: Field 1 Clean flux density= 2.040 Jy 20950 comps IMAGR2: Total Cleaned flux density = 3.225 Jy 22186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.8 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 848.12 MicroJy IMAGR2: 12210 Residual map points loaded IMAGR2: Field 1 min allowed flux = 920.572 MicroJy iter= 21535 IMAGR2: Field 1 Clean flux density= 2.005 Jy 21535 comps IMAGR2: Total Cleaned flux density = 3.190 Jy 22771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -9.6 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 1.10 MilliJy IMAGR2: 10637 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.515 MilliJy iter= 21600 IMAGR2: Field 1 Clean flux density= 2.016 Jy 21600 comps IMAGR2: Total Cleaned flux density = 3.201 Jy 22836 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.7 MilliJy,max = 10.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 697.57 MicroJy IMAGR2: 13200 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 738.317 MicroJy iter= 22484 IMAGR2: Field 1 Clean flux density= 2.037 Jy 22484 comps IMAGR2: Total Cleaned flux density = 3.222 Jy 23720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 679.41 MicroJy IMAGR2: 2500 Residual map points loaded IMAGR2: Field 2 min allowed flux = -887.640 MicroJy iter= 729 IMAGR2: Field 2 Clean flux density= 1.198 Jy 729 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 23776 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 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 75 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -812.740 MicroJy iter= 747 IMAGR2: Field 2 Clean flux density= 1.197 Jy 747 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 23794 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 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 1 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 734.625 MicroJy iter= 749 IMAGR2: Field 2 Clean flux density= 1.197 Jy 749 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 23796 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -814.957 MicroJy iter= 587 IMAGR2: Field 3 Clean flux density= -19.161 MilliJy 587 comps IMAGR2: Total Cleaned flux density = 3.216 Jy 23820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -804.100 MicroJy iter= 589 IMAGR2: Field 3 Clean flux density= -19.323 MilliJy 589 comps IMAGR2: Total Cleaned flux density = 3.216 Jy 23822 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 1 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -737.465 MicroJy iter= 751 IMAGR2: Field 2 Clean flux density= 1.197 Jy 751 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 23824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 814.71 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 1 min = -9.6 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 667.70 MicroJy IMAGR2: 19290 Residual map points loaded IMAGR2: Field 1 min allowed flux = 818.559 MicroJy iter= 23056 IMAGR2: Field 1 Clean flux density= 2.026 Jy 23056 comps IMAGR2: Total Cleaned flux density = 3.204 Jy 24396 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.5 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 645.12 MicroJy IMAGR2: 12009 Residual map points loaded IMAGR2: Field 1 min allowed flux = -700.212 MicroJy iter= 23757 IMAGR2: Field 1 Clean flux density= 2.044 Jy 23757 comps IMAGR2: Total Cleaned flux density = 3.222 Jy 25097 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 645.12 MicroJy IMAGR2: 680 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 655.135 MicroJy iter= 652 IMAGR2: Field 3 Clean flux density= -22.233 MilliJy 652 comps IMAGR2: Total Cleaned flux density = 3.219 Jy 25160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 645.12 MicroJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -653.607 MicroJy iter= 797 IMAGR2: Field 2 Clean flux density= 1.195 Jy 797 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 25206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.4 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 537 cell beam + residuals > 606.28 MicroJy IMAGR2: 17580 Residual map points loaded IMAGR2: Field 1 min allowed flux = -799.079 MicroJy iter= 24251 IMAGR2: Field 1 Clean flux density= 2.034 Jy 24251 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 25700 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.3 MilliJy,max = 9.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 584.57 MicroJy IMAGR2: 11622 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 618.835 MicroJy iter= 25221 IMAGR2: Field 1 Clean flux density= 2.044 Jy 25221 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 26670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 584.57 MicroJy IMAGR2: 483 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 593.763 MicroJy iter= 703 IMAGR2: Field 3 Clean flux density= -23.850 MilliJy 703 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 26721 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 307 cell beam + residuals > 561.71 MicroJy IMAGR2: 973 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -566.747 MicroJy iter= 856 IMAGR2: Field 2 Clean flux density= 1.194 Jy 856 comps IMAGR2: Total Cleaned flux density = 3.214 Jy 26780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.3 MilliJy,max = 9.9 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 599.58 MicroJy IMAGR2: 13317 Residual map points loaded IMAGR2: Field 1 min allowed flux = -823.360 MicroJy iter= 25518 IMAGR2: Field 1 Clean flux density= 2.037 Jy 25518 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 27077 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 518.47 MicroJy IMAGR2: 12077 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -552.935 MicroJy iter= 26860 IMAGR2: Field 1 Clean flux density= 2.041 Jy 26860 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 28419 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 825.8 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 596.61 MicroJy IMAGR2: 152 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -605.108 MicroJy iter= 725 IMAGR2: Field 3 Clean flux density= -25.188 MilliJy 725 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 28441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -751.1 MicroJy,max = 773.4 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 596.61 MicroJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -596.305 MicroJy iter= 729 IMAGR2: Field 3 Clean flux density= -25.186 MilliJy 729 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 28445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -753.1 MicroJy,max = 747.8 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 596.61 MicroJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -595.858 MicroJy iter= 731 IMAGR2: Field 3 Clean flux density= -25.306 MilliJy 731 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 28447 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -737.6 MicroJy,max = 740.2 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 596.61 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 2 min = -1.1 MilliJy,max = 932.5 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 573.86 MicroJy IMAGR2: 498 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -580.069 MicroJy iter= 899 IMAGR2: Field 2 Clean flux density= 1.192 Jy 899 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 28490 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -813.4 MicroJy,max = 766.6 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 573.86 MicroJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 571.673 MicroJy iter= 740 IMAGR2: Field 3 Clean flux density= -25.006 MilliJy 740 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 28499 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -831.5 MicroJy,max = 876.3 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 571.50 MicroJy IMAGR2: 3 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -568.389 MicroJy iter= 901 IMAGR2: Field 2 Clean flux density= 1.192 Jy 901 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 28501 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -752.2 MicroJy,max = 733.9 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 291 cell beam + residuals > 571.50 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 2 min = -830.0 MicroJy,max = 876.7 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 571.50 MicroJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 525.088 MicroJy iter= 904 IMAGR2: Field 2 Clean flux density= 1.193 Jy 904 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 28504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -750.0 MicroJy,max = 731.9 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 571.50 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 1 min = -9.1 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 505.27 MicroJy IMAGR2: 13961 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.433 MilliJy iter= 28490 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 697.274 MicroJy IMAGR2: Field 1 Clean flux density= 2.031 Jy 28490 comps IMAGR2: Total Cleaned flux density = 3.199 Jy 30134 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -9.2 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 725.06 MicroJy IMAGR2: 14929 Residual map points loaded IMAGR2: Field 1 min allowed flux = -885.534 MicroJy iter= 28727 IMAGR2: Field 1 Clean flux density= 2.042 Jy 28727 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 30371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 235 cell beam + residuals > 543.95 MicroJy IMAGR2: 14190 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 574.801 MicroJy iter= 29906 IMAGR2: Field 1 Clean flux density= 2.034 Jy 29906 comps IMAGR2: Total Cleaned flux density = 3.202 Jy 31550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 537 cell beam + residuals > 685.84 MicroJy IMAGR2: 18934 Residual map points loaded IMAGR2: Field 1 min allowed flux = 902.507 MicroJy iter= 30119 IMAGR2: Field 1 Clean flux density= 2.044 Jy 30119 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 31763 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 520.88 MicroJy IMAGR2: 7996 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 546.279 MicroJy iter= 31153 IMAGR2: Field 1 Clean flux density= 2.045 Jy 31153 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 32797 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 988.3 MicroJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 488.31 MicroJy IMAGR2: 1088 Residual map points loaded IMAGR2: Field 3 min allowed flux = 527.411 MicroJy iter= 801 IMAGR2: Field 3 Clean flux density= -25.490 MilliJy 801 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 32858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 488.31 MicroJy IMAGR2: 13779 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 516.137 MicroJy iter= 32437 IMAGR2: Field 1 Clean flux density= 2.049 Jy 32437 comps IMAGR2: Total Cleaned flux density = 3.216 Jy 34142 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 560.03 MicroJy IMAGR2: 805 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 566.200 MicroJy iter= 876 IMAGR2: Field 3 Clean flux density= -26.742 MilliJy 876 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -795.2 MicroJy,max = 797.8 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 6 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 546.883 MicroJy iter= 879 IMAGR2: Field 3 Clean flux density= -26.685 MilliJy 879 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -790.4 MicroJy,max = 797.1 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 2 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -544.327 MicroJy iter= 881 IMAGR2: Field 3 Clean flux density= -26.685 MilliJy 881 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34222 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -787.1 MicroJy,max = 796.3 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 0 Residual map points loaded IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Field 2 min = -999.7 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 569.61 MicroJy IMAGR2: 487 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -570.596 MicroJy iter= 951 IMAGR2: Field 2 Clean flux density= 1.193 Jy 951 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34269 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -825.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 23 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -545.966 MicroJy iter= 961 IMAGR2: Field 2 Clean flux density= 1.193 Jy 961 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -805.0 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 1 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -496.424 MicroJy iter= 963 IMAGR2: Field 2 Clean flux density= 1.192 Jy 963 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34281 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -808.8 MicroJy,max = 783.1 MicroJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 549.58 MicroJy IMAGR2: 1 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 511.217 MicroJy iter= 883 IMAGR2: Field 3 Clean flux density= -26.577 MilliJy 883 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 34283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 485.44 MicroJy IMAGR2: 19404 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.317 MilliJy iter= 34165 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 632.284 MicroJy IMAGR2: Field 1 Clean flux density= 2.042 Jy 34165 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 36011 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -9.0 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 748.70 MicroJy IMAGR2: 13750 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.025 MilliJy iter= 34271 IMAGR2: Field 1 Clean flux density= 2.039 Jy 34271 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 36117 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 591.73 MicroJy IMAGR2: 10106 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -612.771 MicroJy iter= 35066 IMAGR2: Field 1 Clean flux density= 2.041 Jy 35066 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 36912 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 9.2 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 526.47 MicroJy IMAGR2: 15767 Residual map points loaded IMAGR2: Field 1 min allowed flux = 644.718 MicroJy iter= 35750 IMAGR2: Field 1 Clean flux density= 2.036 Jy 35750 comps IMAGR2: Total Cleaned flux density = 3.202 Jy 37596 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.9 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 495.63 MicroJy IMAGR2: 16804 Residual map points loaded IMAGR2: Field 1 min allowed flux = -537.921 MicroJy iter= 36723 IMAGR2: Field 1 Clean flux density= 2.049 Jy 36723 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 38569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 673.79 MicroJy IMAGR2: 17550 Residual map points loaded IMAGR2: Field 1 min allowed flux = 922.553 MicroJy iter= 36875 IMAGR2: Field 1 Clean flux density= 2.042 Jy 36875 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 38721 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.6 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 532.45 MicroJy IMAGR2: 5002 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -549.939 MicroJy iter= 37598 IMAGR2: Field 1 Clean flux density= 2.041 Jy 37598 comps IMAGR2: Total Cleaned flux density = 3.206 Jy 39444 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.6 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 489.71 MicroJy IMAGR2: 15357 Residual map points loaded IMAGR2: Field 1 min allowed flux = -531.533 MicroJy iter= 38568 IMAGR2: Field 1 Clean flux density= 2.045 Jy 38568 comps IMAGR2: Total Cleaned flux density = 3.211 Jy 40414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 689.98 MicroJy IMAGR2: 15167 Residual map points loaded IMAGR2: Field 1 min allowed flux = 748.537 MicroJy iter= 39204 IMAGR2: Field 1 Clean flux density= 2.033 Jy 39204 comps IMAGR2: Total Cleaned flux density = 3.199 Jy 41050 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 = -8.6 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 838.66 MicroJy IMAGR2: 15889 Residual map points loaded IMAGR2: Field 1 min allowed flux = -1.026 MilliJy iter= 39375 IMAGR2: Field 1 Clean flux density= 2.049 Jy 39375 comps IMAGR2: Total Cleaned flux density = 3.215 Jy 41221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 472.33 MicroJy IMAGR2: 14152 Residual map points loaded IMAGR2: Field 1 min allowed flux = 551.201 MicroJy iter= 40133 IMAGR2: Field 1 Clean flux density= 2.034 Jy 40133 comps IMAGR2: Total Cleaned flux density = 3.200 Jy 41979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 8.8 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 521.27 MicroJy IMAGR2: 13932 Residual map points loaded IMAGR2: Field 1 min allowed flux = -636.911 MicroJy iter= 40501 IMAGR2: Field 1 Clean flux density= 2.046 Jy 40501 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 42347 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 434.75 MicroJy IMAGR2: 13382 Residual map points loaded IMAGR2: Field 1 min allowed flux = 471.907 MicroJy iter= 41721 IMAGR2: Field 1 Clean flux density= 2.034 Jy 41721 comps IMAGR2: Total Cleaned flux density = 3.200 Jy 43567 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 3 min = -919.6 MicroJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 448.18 MicroJy IMAGR2: 2370 Residual map points loaded IMAGR2: Field 3 min allowed flux = 614.389 MicroJy iter= 935 IMAGR2: Field 3 Clean flux density= -24.257 MilliJy 935 comps IMAGR2: Total Cleaned flux density = 3.202 Jy 43619 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -748.0 MicroJy,max = 957.4 MicroJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 434.75 MicroJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 436.469 MicroJy iter= 1018 IMAGR2: Field 3 Clean flux density= -22.502 MilliJy 1018 comps IMAGR2: Total Cleaned flux density = 3.204 Jy 43702 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -820.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 438.46 MicroJy IMAGR2: 1238 Residual map points loaded IMAGR2: Field 2 min allowed flux = -533.156 MicroJy iter= 996 IMAGR2: Field 2 Clean flux density= 1.193 Jy 996 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 43735 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -709.7 MicroJy,max = 760.8 MicroJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 434.75 MicroJy IMAGR2: 118 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -434.204 MicroJy iter= 1026 IMAGR2: Field 2 Clean flux density= 1.194 Jy 1026 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 43765 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.7 MilliJy IMAGR2: BGC Clean: using 561 cell beam + residuals > 417.92 MicroJy IMAGR2: 18129 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.176 MilliJy iter= 43537 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 584.104 MicroJy IMAGR2: Field 1 Clean flux density= 2.031 Jy 43537 comps IMAGR2: Total Cleaned flux density = 3.202 Jy 45581 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 705.96 MicroJy IMAGR2: 19274 Residual map points loaded IMAGR2: Field 1 min allowed flux = -850.399 MicroJy iter= 43800 IMAGR2: Field 1 Clean flux density= 2.029 Jy 43800 comps IMAGR2: Total Cleaned flux density = 3.200 Jy 45844 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 490.81 MicroJy IMAGR2: 9070 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -507.643 MicroJy iter= 44645 IMAGR2: Field 1 Clean flux density= 2.034 Jy 44645 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 46689 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 471.12 MicroJy IMAGR2: 12258 Residual map points loaded IMAGR2: Field 1 min allowed flux = -511.403 MicroJy iter= 45447 IMAGR2: Field 1 Clean flux density= 2.024 Jy 45447 comps IMAGR2: Total Cleaned flux density = 3.195 Jy 47491 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 537 cell beam + residuals > 543.84 MicroJy IMAGR2: 19823 Residual map points loaded IMAGR2: Field 1 min allowed flux = 717.427 MicroJy iter= 45651 IMAGR2: Field 1 Clean flux density= 2.030 Jy 45651 comps IMAGR2: Total Cleaned flux density = 3.201 Jy 47695 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 414.07 MicroJy IMAGR2: 9023 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 432.655 MicroJy iter= 46917 IMAGR2: Field 1 Clean flux density= 2.024 Jy 46917 comps IMAGR2: Total Cleaned flux density = 3.195 Jy 48961 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 3 min = -757.0 MicroJy,max = 948.2 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 386.67 MicroJy IMAGR2: 1330 Residual map points loaded IMAGR2: Field 3 min allowed flux = -471.682 MicroJy iter= 1069 IMAGR2: Field 3 Clean flux density= -20.729 MilliJy 1069 comps IMAGR2: Total Cleaned flux density = 3.197 Jy 49012 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -667.0 MicroJy,max = 749.1 MicroJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 372.49 MicroJy IMAGR2: 233 Residual map points loaded IMAGR2: Field 3 min Clean flux = 400.456 MicroJy iter= 1098 IMAGR2: Field 3 Clean flux density= -20.172 MilliJy 1098 comps IMAGR2: Total Cleaned flux density = 3.197 Jy 49041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -844.5 MicroJy,max = 827.4 MicroJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 372.49 MicroJy IMAGR2: 1310 Residual map points loaded IMAGR2: Field 2 min Clean flux = 399.935 MicroJy iter= 1095 IMAGR2: Field 2 Clean flux density= 1.194 Jy 1095 comps IMAGR2: Total Cleaned flux density = 3.198 Jy 49110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 378.71 MicroJy IMAGR2: 17787 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.063 MilliJy iter= 48664 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 526.690 MicroJy IMAGR2: Field 1 Clean flux density= 2.038 Jy 48664 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 50857 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -8.5 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 563 cell beam + residuals > 652.17 MicroJy IMAGR2: 13361 Residual map points loaded IMAGR2: Field 1 min allowed flux = -892.790 MicroJy iter= 48752 IMAGR2: Field 1 Clean flux density= 2.035 Jy 48752 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 50945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 8.4 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 515.28 MicroJy IMAGR2: 9830 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -528.639 MicroJy iter= 49446 IMAGR2: Field 1 Clean flux density= 2.035 Jy 49446 comps IMAGR2: Total Cleaned flux density = 3.209 Jy 51639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 416.31 MicroJy IMAGR2: 16093 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.040 MilliJy iter= 51224 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 518.220 MicroJy IMAGR2: Field 1 Clean flux density= 2.038 Jy 51224 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 53417 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 652.78 MicroJy IMAGR2: 18985 Residual map points loaded IMAGR2: Field 1 min allowed flux = -798.490 MicroJy iter= 51477 IMAGR2: Field 1 Clean flux density= 2.038 Jy 51477 comps IMAGR2: Total Cleaned flux density = 3.212 Jy 53670 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 460.85 MicroJy IMAGR2: 10315 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -477.329 MicroJy iter= 52305 IMAGR2: Field 1 Clean flux density= 2.036 Jy 52305 comps IMAGR2: Total Cleaned flux density = 3.210 Jy 54498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 509.24 MicroJy IMAGR2: 4212 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 521.016 MicroJy iter= 52787 IMAGR2: Field 1 Clean flux density= 2.039 Jy 52787 comps IMAGR2: Total Cleaned flux density = 3.213 Jy 54980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 462.58 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 15141 Residual map points loaded IMAGR2: Field 1 min allowed flux = -502.025 MicroJy iter= 53465 IMAGR2: Field 1 Clean flux density= 2.033 Jy 53465 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 55658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 636.71 MicroJy IMAGR2: 18790 Residual map points loaded IMAGR2: Field 1 min allowed flux = 764.665 MicroJy iter= 53699 IMAGR2: Field 1 Clean flux density= 2.040 Jy 53699 comps IMAGR2: Total Cleaned flux density = 3.214 Jy 55892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 377.44 MicroJy IMAGR2: 19891 Residual map points loaded IMAGR2: Field 1 min allowed flux = 511.106 MicroJy iter= 54277 IMAGR2: Field 1 Clean flux density= 2.033 Jy 54277 comps IMAGR2: Total Cleaned flux density = 3.207 Jy 56470 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 406.48 MicroJy IMAGR2: 6242 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 419.035 MicroJy iter= 55204 IMAGR2: Field 1 Clean flux density= 2.043 Jy 55204 comps IMAGR2: Total Cleaned flux density = 3.217 Jy 57397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 400.55 MicroJy IMAGR2: 18624 Residual map points loaded IMAGR2: Field 1 min allowed flux = 490.923 MicroJy iter= 55852 IMAGR2: Field 1 Clean flux density= 2.029 Jy 55852 comps IMAGR2: Total Cleaned flux density = 3.203 Jy 58045 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 408.21 MicroJy IMAGR2: 17919 Residual map points loaded IMAGR2: Field 1 min allowed flux = -442.973 MicroJy iter= 56831 IMAGR2: Field 1 Clean flux density= 2.052 Jy 56831 comps IMAGR2: Total Cleaned flux density = 3.226 Jy 59024 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.3 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 537 cell beam + residuals > 720.66 MicroJy IMAGR2: 17974 Residual map points loaded IMAGR2: Field 1 min allowed flux = -950.699 MicroJy iter= 56982 IMAGR2: Field 1 Clean flux density= 2.034 Jy 56982 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 59175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 387.67 MicroJy IMAGR2: 14416 Residual map points loaded IMAGR2: Field 1 min Clean flux = 976.311 MicroJy iter= 58730 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 483.569 MicroJy IMAGR2: Field 1 Clean flux density= 2.029 Jy 58730 comps IMAGR2: Total Cleaned flux density = 3.203 Jy 60923 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -8.1 MilliJy,max = 8.0 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 575.57 MicroJy IMAGR2: 15022 Residual map points loaded IMAGR2: Field 1 min allowed flux = 704.055 MicroJy iter= 58972 IMAGR2: Field 1 Clean flux density= 2.032 Jy 58972 comps IMAGR2: Total Cleaned flux density = 3.206 Jy 61165 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 406.35 MicroJy IMAGR2: 10247 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -420.292 MicroJy iter= 59950 IMAGR2: Field 1 Clean flux density= 2.033 Jy 59950 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 62143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 408.03 MicroJy IMAGR2: 13264 Residual map points loaded IMAGR2: Field 1 min allowed flux = 442.811 MicroJy iter= 60798 IMAGR2: Field 1 Clean flux density= 2.028 Jy 60798 comps IMAGR2: Total Cleaned flux density = 3.202 Jy 62991 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.2 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 636.42 MicroJy IMAGR2: 4488 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -649.006 MicroJy iter= 61184 IMAGR2: Field 1 Clean flux density= 2.031 Jy 61184 comps IMAGR2: Total Cleaned flux density = 3.205 Jy 63377 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 521 cell beam + residuals > 436.33 MicroJy IMAGR2: 17313 Residual map points loaded IMAGR2: Field 1 min allowed flux = 534.841 MicroJy iter= 61582 IMAGR2: Field 1 Clean flux density= 2.030 Jy 61582 comps IMAGR2: Total Cleaned flux density = 3.204 Jy 63775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 307 cell beam + residuals > 353.77 MicroJy IMAGR2: 18002 Residual map points loaded IMAGR2: Field 1 min Clean flux = 849.148 MicroJy iter= 62827 IMAGR2: Residual Peak Noise is Increasing IMAGR2: Clean has begun to diverge, Stopping IMAGR2: Minimum residual peak was = 424.360 MicroJy IMAGR2: Field 1 Clean flux density= 2.034 Jy 62827 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 65020 comps IMAGR2: ALGSTB: All 588 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 577- 0 Cells, with 4480 Pts IMAGR2: Field 1 min = -7.8 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 499 cell beam + residuals > 555.23 MicroJy IMAGR2: 19042 Residual map points loaded IMAGR2: Field 1 min allowed flux = 669.196 MicroJy iter= 63093 IMAGR2: Field 1 Clean flux density= 2.030 Jy 63093 comps IMAGR2: Total Cleaned flux density = 3.204 Jy 65286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 291 cell beam + residuals > 386.23 MicroJy IMAGR2: 8441 Residual map points loaded IMAGR2: Field 1 min Clean flux = -400.757 MicroJy iter= 63981 IMAGR2: Field 1 Clean flux density= 2.034 Jy 63981 comps IMAGR2: Total Cleaned flux density = 3.208 Jy 66174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 400.757 less than limit 401.118 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 63981 to 13393 components IMAGR2: Field 2 compressed from 1095 to 482 components IMAGR2: Field 3 compressed from 1098 to 486 components IMAGR2: Field 1 min = -8.0 MilliJy,max = 7.7 MilliJy IMAGR2: Field 2 min = -872.3 MicroJy,max = 639.9 MicroJy IMAGR2: Field 3 min = -962.3 MicroJy,max = 643.5 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 2.102 Jy ( 834 CCs) from field 1 to field 2 IMAGR2: Restore -13.320 MilliJy ( 800 CCs) from field 1 to field 3 IMAGR2: Restore 1.194 Jy ( 482 CCs) from field 2 to field 1 IMAGR2: Restore -20.172 MilliJy ( 486 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 3.208 Jy IMAGR2: Field 2 final Clean flux 3.296 Jy IMAGR2: Field 3 final Clean flux -33.492 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= 36 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 153.6 Real= 320 I AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: 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: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1161 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_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@2250+557_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =2250+557' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2250+557_X,BAND.0-1 >& /dev/null 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: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 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: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.06685 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0134+329_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@0134+329_X,BAND.0-1 >> /home/auto/run/AL494_1999N AIPS 2: OV09_2.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =0134+329' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@0134+329_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 38 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 ?' 38 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18240: 7321 messages, oldest written 07-SEP-2006 14:53:39 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 1.0 Real= 1099 /home/auto/run/AL494_1999NOV09_2.run.0 finished on Thu Sep 7 18:43:34 MDT 2006