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 3: You are NOT assigned a TV device or server AIPS 3: You are NOT assigned a graphics device or server AIPS 3: Enter user ID number ?AIPS 3: 31DEC06 AIPS: AIPS 3: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 3: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 3: for details, type HELP GNUGPL AIPS 3: This is free software, and you are welcome to redistribute it AIPS 3: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 3: Previous session command-line history recovered. AIPS 3: TAB-key completions enabled, type HELP READLINE for details. AIPS 3: Recovered POPS environment from last exit >>>AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 3: procedure pipedef1 AIPS 3: string*12 pnam AIPS 3: string*6 pcls AIPS 3: scalar pseq,pdsk AIPS 3: pdsk=1 AIPS 3: finish AIPS 3: pipedef1 AIPS 3: procedure namepipe AIPS 3: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 3: finish AIPS 3: procedure pipename AIPS 3: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 3: finish AIPS 3: AIPS 3: procedure checkcat AIPS 3: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 3: scalar numcat AIPS 3: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 3: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 3: if(numcat>0)then;recat;end;clrtemp AIPS 3: return numcat AIPS 3: finish AIPS 3: AIPS 3: procedure gx AIPS 3: $ inputs AIPS 3: go;wait AIPS 3: finish AIPS 3: AIPS 3: procedure pre_fillm AIPS 3: $LOS - sets VLA archive defaults for fillm AIPS 3: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 3: finish AIPS 3: AIPS 3: procedure fname AIPS 3: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 3: finish AIPS 3: AIPS 3: procedure del AIPS 3: error=1;zap AIPS 3: finish AIPS 3: AIPS 3: procedure skipdata AIPS 3: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 3: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 3: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 3: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 3: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 3: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 3: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 3: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 3: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 3: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 3: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 3: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 3: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 3: end AIPS 3: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 3: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure checkcal AIPS 3: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 3: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 3: scalar idx,jdx AIPS 3: string*16 sname AIPS 3: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 3: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 3: for jdx=1:idx AIPS 3: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 3: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try B1950 name AIPS 3: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 AIPS 3: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 3: if(error>0)then $ try J2000 name AIPS 3: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 3: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 3: end;end;end;clrtemp AIPS 3: end AIPS 3: $ if error>0 check on coords (for different name than standard) AIPS 3: $ but keyval not reliable to do this.. ?? AIPS 3: $ end AIPS 3: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 3: else;checkids;error=-1;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure j2000fix AIPS 3: $LOS - convert data to J2000 by default use of uvfix AIPS 3: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 3: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 3: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure datachks AIPS 3: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 3: if(error<1)then $ file exists AIPS 3: skipdata;if(error<1)then $ file was not zapped AIPS 3: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 3: j2000fix AIPS 3: $ addcalco AIPS 3: end;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure freqchks AIPS 3: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 3: scalar rows, nfrq AIPS 3: if(error<1)then $ file exists AIPS 3: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 3: if (nfrq > 1) then AIPS 3: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 3: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 3: for rows=1:nfrq AIPS 3: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 3: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 3: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 3: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 3: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 3: tget uvcop;freqid=1;clrtemp AIPS 3: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 3: finish AIPS 3: AIPS 3: procedure pre_move AIPS 3: $LOS - moves file to another AIPS user number AIPS 3: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: $ AIPS 3: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 3: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 3: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 3: $ Rearanged inputs and options, added integration time calculation, AIPS 3: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 3: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 3: $ array, use model,.. AIPS 3: $ AIPS 3: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 3: $ find imsize, find cutoffflux, include infi le AIPS 3: $--------------------------------------------------------------- AIPS 3: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 3: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 3: $=============================================== AIPS 3: $! Calibrating amplitude and phase, and imaging VLA data AIPS 3: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 3: $--------------------------------------------------------------- AIPS 3: $; Copyright (C) 2002-2006 AIPS 3: $; Associated Universities, Inc. Washington DC, USA. AIPS 3: $; AIPS 3: $; This program is free software; you can redistribute it and/o r AIPS 3: $; modify it under the terms of the GNU General Public License as AIPS 3: $; published by the Free Software Foundation; either version 2 of AIPS 3: $; the License, or (at your option) any later version. AIPS 3: $; AIPS 3: $; This program is distributed in the hope that it will be usef ul, AIPS 3: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 3: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 3: $; GNU General Public License for more details. AIPS 3: $; AIPS 3: $; You should have received a copy of the GNU General Public AIPS 3: $; License along with this program; if not, write to the Free AIPS 3: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 3: $; MA 02139, USA. AIPS 3: $; AIPS 3: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 3: $; Internet email: aipsmail@nrao.edu. AIPS 3: $; Postal address: AIPS Project Office AIPS 3: $; National Radio Astronomy Observatory AIPS 3: $; 520 Edgemont Road AIPS 3: $; Charlottesville, VA 22903-2475 USA AIPS 3: $--------------------------------------------------------------- AIPS 3: $=============================================================== AIPS 3: AIPS 3: procedure pipeinit AIPS 3: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 3: scalar lsids,star,tint,fsw AIPS 3: string*2 lstyp AIPS 3: string*3 lsvla AIPS 3: string*6 lsidc,lsstrng AIPS 3: string*16 lsidn,lscal AIPS 3: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 3: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 3: string*20 expnm AIPS 3: string*48 expmsg AIPS 3: finish AIPS 3: pipeinit AIPS 3: AIPS 3: procedure pipeinpt AIPS 3: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 3: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 3: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 3: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 3: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 3: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 3: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 3: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 3: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 3: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 3: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 3: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 3: lsparm(9)=docal;lsparm(10)=doresid AIPS 3: $ check input values AIPS 3: $->lsbadd AIPS 3: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 3: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 3: if (error<>0) then AIPS 3: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 3: else AIPS 3: userid=0;k=1;lsname=0 AIPS 3: while (lsname=0);egetname k AIPS 3: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 3: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 3: else;k=k+1;end;end;end;else AIPS 3: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 3: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 3: else AIPS 3: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 3: end AIPS 3: end AIPS 3: AIPS 3: $->inname AIPS 3: $->inclass AIPS 3: $->inseq AIPS 3: $->fsw AIPS 3: $->lsflag AIPS 3: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 3: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 3: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 3: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 3: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 3: end AIPS 3: $->lscal AIPS 3: if (length(lscal)<>0) then AIPS 3: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 3: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 3: end AIPS 3: AIPS 3: $->lsflux AIPS 3: $-> #3+#4 uvrange AIPS 3: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 3: if((i=1)&(j=1))then;star=1;else; AIPS 3: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 3: end;end;end;end;clrtemp;end AIPS 3: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 3: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 3: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 3: end;end;clrtemp AIPS 3: $-> #11 dopol AIPS 3: $-> #12 bpa AIPS 3: $->lscont AIPS 3: $->lsplot AIPS 3: if (lsparm(1) > 0) then AIPS 3: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 3: else; AIPS 3: if (lsparm(5)=0) then; AIPS 3: keyword='TELESCOP';gethead; AIPS 3: if (substr(keystrng,1,3)<>'VLA') then; AIPS 3: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 3: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 3: for j=1:k AIPS 3: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 3: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: lsvla=substr(keystrng,i+1,i+3);else AIPS 3: lsvla=substr(keystrng,i+2,i+4);end AIPS 3: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 3: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 3: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 3: keyword=substr(keystrng,i+2,i+8);else AIPS 3: keyword=substr(keystrng,i+3,i+9);end AIPS 3: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 3: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 3: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 3: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 3: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 3: if(lsparm(5)>0)then AIPS 3: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 3: end;end;end;end AIPS 3: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 3: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 3: AIPS 3: $-> #7 niter AIPS 3: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 3: $-> #8 cutoff AIPS 3: $-> #9 docal AIPS 3: $-> #10 doresid AIPS 3: AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure getidn AIPS 3: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 3: finish AIPS 3: AIPS 3: procedure getset AIPS 3: default;getidn;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure lsclrcal AIPS 3: $ consolidate lists, deal with calcode='*' later AIPS 3: scalar lsidx,l,m,n AIPS 3: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 3: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 3: for i=1:lsidx $ remember source number AIPS 3: pixxy=i,3,0;tabget;error=0 AIPS 3: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 3: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 3: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 3: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 3: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 3: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 3: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 3: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 3: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 3: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 3: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 3: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 3: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 3: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 3: $here - clean up pnt cal for doubles - subtract from total count below AIPS 3: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 3: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 3: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 3: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 3: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 3: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 3: return;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure numtab(lsstrng) AIPS 3: keystrng'';j=0;clrtemp AIPS 3: while ((j<15)&(keystrng<>lsstrng)) AIPS 3: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 3: if (keystrng=lsstrng) then AIPS 3: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 3: keyword'';keystrng'';clrtemp AIPS 3: return keyvalue(1);finish AIPS 3: AIPS 3: procedure numbasel AIPS 3: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 3: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 3: for numbant=1:numarow AIPS 3: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 3: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 3: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 3: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 3: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 3: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 3: return numbase AIPS 3: finish AIPS 3: AIPS 3: procedure calcintt AIPS 3: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 3: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 3: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 3: else AIPS 3: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 3: if(numxrow>rmax)then;numxrow rmax;end AIPS 3: for numscan=1:numxrow;clrtemp AIPS 3: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 3: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 3: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 3: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 3: end;numcnst=numbasel;sum=0 AIPS 3: if (avr > 0) then AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 3: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 3: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 3: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 3: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 3: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 3: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 3: end AIPS 3: return avr AIPS 3: finish AIPS 3: AIPS 3: procedure guesintt AIPS 3: scalar intcst,intavr,intmod,intime AIPS 3: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 3: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 3: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 3: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 3: if (intavr>10) then AIPS 3: $ intime=10*floor(0.5+(intavr/10)) AIPS 3: intime=10*floor(intavr/10) AIPS 3: else;if (intavr>0) then AIPS 3: intmod=mod(intavr,intcst) AIPS 3: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 3: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 3: else;intime=intavr;end;end;clrtemp AIPS 3: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 3: return intime AIPS 3: finish AIPS 3: AIPS 3: procedure checkids AIPS 3: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 3: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 3: scalar q1,q2 AIPS 3: string*1 co1,co2 AIPS 3: string*16 n1,n2 AIPS 3: array alist(100),blist(100) AIPS 3: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 3: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 3: if (n > 1) then AIPS 3: for m=1:(n-1);clrtemp AIPS 3: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 3: for l=(m+1):n;clrtemp AIPS 3: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 3: if (abs(ra1a-ra2a)=0) then AIPS 3: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 3: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 3: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 3: if (abs(dc1a-dc2a)=0) then AIPS 3: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 3: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 3: if (q1=q2) then $ same qualifier; same calcode? AIPS 3: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 3: if (co1=co2) then AIPS 3: pixxy m,1;tabget;q1 keyvalue(1) AIPS 3: pixxy l,1;tabget;q2 keyvalue(1) AIPS 3: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 3: if (idx>100) then; AIPS 3: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 3: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 3: else AIPS 3: if (length(n1)1) then;task'DSORC';n=0 AIPS 3: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 3: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure chkobjct AIPS 3: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 3: then; object='3C286';end AIPS 3: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 3: then; object='3C48';end AIPS 3: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 3: then; object='3C138';end AIPS 3: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 3: then; object='3C147';end AIPS 3: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 3: then; object='3C295';end;clrtemp;return AIPS 3: finish AIPS 3: AIPS 3: procedure checkbnd AIPS 3: band='';j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9; AIPS 3: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 3: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 3: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 3: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 3: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 3: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 3: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 3: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure chkmodel AIPS 3: error=0;sysout='';sys2com'' AIPS 3: syscom'ls -1 $AIPSTARS/ AIPS 3: sys2com(1) inname!!'.MODEL' AIPS 3: sys2com(2) ' >& /dev/null AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure loadmodl AIPS 3: scalar lsidx,l AIPS 3: array lsload(5) AIPS 3: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 3: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 3: for i=1:lsidx AIPS 3: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 3: while (j<21) AIPS 3: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 3: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 3: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 3: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 3: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 3: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 3: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 3: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 3: end;return AIPS 3: finish AIPS 3: AIPS 3: procedure vlanew AIPS 3: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 3: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 3: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 3: if (inclass='LINE') then AIPS 3: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 3: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 3: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 3: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 3: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 3: finish AIPS 3: AIPS 3: procedure allzap AIPS 3: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure allplot AIPS 3: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 3: if (j>0) then AIPS 3: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 3: else;type 'NOTHING TO PLOT - DONE';end AIPS 3: finish AIPS 3: AIPS 3: procedure goplt0 AIPS 3: if (lsplot>0) then;go;end AIPS 3: finish $SN only AIPS 3: procedure goplt1 AIPS 3: if (lsplot>1) then;go;end AIPS 3: finish $SN+CL AIPS 3: procedure goplt2 AIPS 3: if (lsplot>2) then;go;end AIPS 3: finish $SN+CL+BP AIPS 3: procedure goplt3 AIPS 3: if (lsplot>3) then;go;end AIPS 3: finish $CL,BP applied AIPS 3: AIPS 3: procedure calpipe(lsdisk,lsname,lsrant) AIPS 3: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 3: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 3: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 3: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 3: if (lsflag>=1) then AIPS 3: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 3: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 3: end;task'FLAGR';getset AIPS 3: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 3: end AIPS 3: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 3: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 3: if (length(lscal)<>0) then AIPS 3: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 3: end;sources=lsampcal;go AIPS 3: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 3: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 3: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 3: if (lsmodl>0) then $ use models for ones that exist AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;clrtemp AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 3: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 3: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 3: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 3: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 3: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 3: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 3: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 3: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 3: if(star>0)then;calsour'';calcode'*';end;go AIPS 3: if (lsmodl>0) then AIPS 3: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 3: for j=1:(l-1) AIPS 3: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 3: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 3: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 3: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 3: $ if no model, use point with full uvrange AIPS 3: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 3: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 3: for j=1:(l-1) AIPS 3: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 3: if (error<1) then;zap;end;end AIPS 3: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 3: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 3: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 3: if (star>0) then; AIPS 3: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 3: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 3: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 3: soucode='*' AIPS 3: else AIPS 3: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 3: end;go AIPS 3: if (lscont<1) then AIPS 3: type '****************************************************** **' AIPS 3: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 3: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 3: type '****************************************************** **';read AIPS 3: end AIPS 3: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 3: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 3: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 3: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 3: if (inclass='CH 0') then AIPS 3: task'TACOP';getset AIPS 3: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 3: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 3: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 3: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 3: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 3: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 3: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 3: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 3: sources=lsampcal;goplt3 AIPS 3: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 3: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure calcrms AIPS 3: scalar nbas,nvis,tbw,rms,minhrs AIPS 3: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 3: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 3: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 3: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 3: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 3: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 3: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 3: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 3: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 3: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 3: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 3: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 3: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 3: return rms AIPS 3: finish AIPS 3: AIPS 3: procedure setboxfle AIPS 3: scalar ci,bi AIPS 3: string*48 fbox AIPS 3: fbox'/tmp/SETFC@ AIPS 3: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 3: ci=0;bi=length(fbox) AIPS 3: while(ci& /dev/null AIPS 3: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 3: finish AIPS 3: AIPS 3: procedure catboxfile AIPS 3: sys2com'';syscom 'cat AIPS 3: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 3: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 3: system AIPS 3: finish AIPS 3: AIPS 3: procedure setimsize AIPS 3: scalar szf, kk AIPS 3: string*48 bxf AIPS 3: array szc(2), szi(2), orgc(2), orgi(2) AIPS 3: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 3: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 3: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 3: while (kk<9) AIPS 3: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 3: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 3: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 3: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 3: go;szf=nfield;szc=cellsize;szi=imsize AIPS 3: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 3: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 3: vput imagr AIPS 3: finish AIPS 3: AIPS 3: procedure imapipe(k,lsdisk,lsname) AIPS 3: vnum=33;dowait=true AIPS 3: if (k=1) then AIPS 3: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 3: baddisk=lsbadd;douvcomp=-1;go AIPS 3: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 3: go;end;end;clrtemp AIPS 3: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 3: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 3: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 3: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 3: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 3: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 3: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 3: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 3: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 3: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 3: while ((lssid(k)>0) & (k<1001)) AIPS 3: if (lssid(k)=keyvalue(1))then error=0;end AIPS 3: k=k+1;end;end;vget imagr AIPS 3: if (error < 1) then AIPS 3: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 3: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 3: while (j<30) AIPS 3: k=length(inname) AIPS 3: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 3: lstarg=0;j=30 AIPS 3: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 3: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 3: if(imsize(1)<0)then;imsize=256;end;end AIPS 3: else;j=j+1;end $ check next source, if not found -> targ et AIPS 3: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 3: AIPS 3: j=1 AIPS 3: $calibrator lstarg=0 AIPS 3: $target if lstarg=1 AIPS 3: AIPS 3: AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 3: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 3: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 3: if (inclass='CH 0') then AIPS 3: for k=1:keyvalue(1);bif=k;eif=k AIPS 3: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 3: end;clrtemp;k=keyvalue(1) AIPS 3: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 3: if (error < 1) then AIPS 3: while (j<9) AIPS 3: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 3: if (keystrng='FREQ') then AIPS 3: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 3: else;j=j+1;end AIPS 3: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 3: if (bchan=1) then;bchan=2;end;j=k AIPS 3: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 3: end;end;clrtemp AIPS 3: else AIPS 3: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 3: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 3: else AIPS 3: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 3: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 3: end;end;boxfile=setboxfle;delboxfle AIPS 3: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 3: $ inclass'SCIMG';allzap AIPS 3: inclass'IBM*';intype'MA';allzap AIPS 3: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 3: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 3: end;end;dowait=false;vnum=0 AIPS 3: finish AIPS 3: AIPS 3: procedure avlapipe AIPS 3: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 3: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 3: else;lsclrcal;tint=guesintt;clrtemp AIPS 3: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 3: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 3: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 3: type'--------------------------------------------------- --------' AIPS 3: end;type ' ' AIPS 3: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 3: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 3: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: default'AVLAPIPE' AIPS 3: Found in Version=ABIN AIPS 3: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 3: docal 1; sources '*''' AIPS 3: $ to be set by itself later AIPS 3: solint 1; factor 5; doarray -1; imsize -1 AIPS 3: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 3: niter -1; cutoff -1 AIPS 3: $ for now debugging AIPS 3: docont 1; plver -1; doall 1; doresid 0 AIPS 3: AIPS 3: $ defaults AIPS 3: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 3: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 3: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 3: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 3: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 3: 'AK485_2000JAN30_1' >>AIPS 3: 'AK485_2000JAN30_1' >AIPS 3: Found in Version=ABIN AIPS 3: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 3: AIPS 3: $$ General catalog looks like AIPS 3: $$ Multi-source UV data file AIPS 3: $$ Multi-source TASAV file AIPS 3: $$ Single-source calibrated data - auvf AIPS 3: $$ Single-source calibrated images- aimg AIPS 3: AIPS 3: $May need to redefine after a restore 0: AIPS 3: $allzap AIPS 3: $calcintt AIPS 3: $guesintt AIPS 3: $lsparm(5);tint;lsdisk AIPS 3: AIPS 3: procedure flatfov AIPS 3: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 3: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 3: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 3: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 3: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 3: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 3: while (kk<5) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 3: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 3: end AIPS 3: for i=3:uvi;getname i AIPS 3: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 3: for j=1:keyvalue(1) AIPS 3: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 3: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 3: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 3: $ so instead of maximum frequency span, use max individual bandw idth AIPS 3: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 3: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 3: for j=1:mai $ assume inseq starts at 1.. AIPS 3: inseq=j;kk=1;cellsize=0;userid=0 AIPS 3: while (kk<5) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 3: keyword='CDELT'!!char(kk);clrtemp AIPS 3: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 3: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 3: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 3: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 3: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 3: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 3: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 3: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 3: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 3: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 3: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 3: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 3: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 3: go;wait;allzap;recat AIPS 3: end;end;end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasimage AIPS 3: $LOS - Determine noise, do primary beam correction, include copy right AIPS 3: scalar numfle,ll,mm AIPS 3: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 3: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 3: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 3: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 3: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 3: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 3: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 3: end AIPS 3: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 3: for j=mai:numfle AIPS 3: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 3: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 3: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 3: for j=mai:numfle $ can only do on MA files AIPS 3: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 3: end AIPS 3: finish AIPS 3: AIPS 3: procedure nvasname AIPS 3: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 3: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 3: string*1 pm,rmsc AIPS 3: string*2 zz AIPS 3: string*3 mmm AIPS 3: string*4 rmss,sbms,fras AIPS 3: string*5 radi AIPS 3: string*30 dir AIPS 3: string*20 expn AIPS 3: ki=1;userid=0 AIPS 3: while (ki<9) AIPS 3: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 3: typ ki, keys AIPS 3: if(substr(keystrng,1,2)='RA')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 3: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 3: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 3: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 3: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 3: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 3: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 3: typ 'HERE' AIPS 3: if(substr(keystrng,1,3)='DEC')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 3: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 3: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 3: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 3: ds=floor(dc1+(3600*dc2));clrtemp AIPS 3: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 3: if(substr(keystrng,1,4)='FREQ')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 3: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 3: if(substr(keystrng,1,6)='STOKES')then AIPS 3: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 3: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 3: end; AIPS 3: typ ki 'TOO' AIPS 3: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 3: end;clrtemp $ build the output file name here AIPS 3: typ 'BUILD NOW' AIPS 3: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 3: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 3: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 3: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 3: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 3: AIPS 3: AIPS 3: AIPS 3: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 3: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 3: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 3: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 3: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 3: else AIPS 3: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 3: end AIPS 3: AIPS 3: if (expnm='') then AIPS 3: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 3: mmm=substr(keystrng,5,6) AIPS 3: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 3: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 3: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 3: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 3: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 3: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 3: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 3: end AIPS 3: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print outf AIPS 3: AIPS 3: $ make the source dir here AIPS 3: dir='';sysout'';syscom'mkdir AIPS 3: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 3: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 3: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 3: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 3: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 3: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK3: Task QUACK (release of 31DEC06) begins QUACK3: Flagged 16.25 min. of data in 65 scans QUACK3: Appears to have ended successfully QUACK3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes FLAGR3: Task FLAGR (release of 31DEC06) begins FLAGR3: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR3: Overall average amp= 9.840E-02 +- 1.659E-03 source= 1637+472 FLAGR3: Overall average rms= 1.908E-03 +- 1.436E-04 source= 1637+472 FLAGR3: Overall average amp= 2.768E-03 +- 2.531E-04 source= G991208 FLAGR3: Overall average rms= 1.286E-03 +- 9.413E-05 source= G991208 FLAGR3: Overall average amp= 3.158E-01 +- 5.690E-02 source= 0137+331 FLAGR3: Overall average rms= 1.906E-03 +- 1.750E-04 source= 0137+331 FLAGR3: Found 0 bad times, 109 total flags FLAGR3: Wrote 0 antenna & IF independent flags FLAGR3: Wrote 0 antenna independent, IF dependent flags FLAGR3: Wrote 109 antenna & IF dependent flags FLAGR3: Wrote 0 antenna & IF dependent, all-times flags FLAGR3: Appears to have ended successfully FLAGR3: auto 31DEC06 TST: Cpu= 8.7 Real= 23 SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: / Resetting flux information to zero SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: SOURCES = '' /All sources selected SETJY3: Appears to have ended successfully SETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes SETJY3: Task SETJY (release of 31DEC06) begins SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: A source model for this calibrator may be available SETJY3: Use the verb CALDIR to see if there is one SETJY3: / Flux calculated using known spectrum SETJY3: BIF = 1 EIF = 2 /Range of IFs SETJY3: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY3: '0137+331 ' IF = 2 FLUX = 3.1449 (Jy calcd) SETJY3: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY3: Appears to have ended successfully SETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000130 . X BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 1 CALIB3: Found 4440 good solutions CALIB3: Failed on 4 solutions CALIB3: Average closure rms = 0.0240 +- 0.0065 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.02326 of the times had 0 - 2 percent outside 2.5 times rms CALIB3: 0.44186 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: 0.41860 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: 0.09302 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.02326 of the times had 8 - 10 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 1.0 Real= 4 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD3: Task CALRD (release of 31DEC06) begins CALRD3: Reading disk file AIPSTARS:3C48_X.MODEL CALRD3: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD3: Appears to have ended successfully CALRD3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000130 . X BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 3.164 Jy CALIB3: FACSET: 3.429181 Jy found from 300 components CALIB3: FACSET: scaling factor set to 9.22586E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 10 percent complete CALIB3: Model computation is 30 percent complete CALIB3: Model computation is 50 percent complete CALIB3: Model computation is 60 percent complete CALIB3: Model computation is 80 percent complete CALIB3: FACSET: source model will be scaled to 3.145 Jy CALIB3: FACSET: 3.429181 Jy found from 300 components CALIB3: FACSET: scaling factor set to 9.17087E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 300 CCs CALIB3: Determining solutions CALIB3: Deleted 130 records from SN table no. 1 CALIB3: Writing SN table 1 CALIB3: Found 520 good solutions CALIB3: Average closure rms = 0.0030 +- 0.0003 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.35000 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: 0.15000 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: 0.20000 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.10000 of the times had 8 - 10 percent outside 2.5 times rms CALIB3: 0.15000 of the times had 10 - 12 percent outside 2.5 times rms CALIB3: 0.05000 of the times had 12 - 14 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 2.3 Real= 10 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 1 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1111 merged records from 1111 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.9 Real= 3 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 1482 records from CL table no. 2 CLCAL3: Processing SN table 1 CLCAL3: WARNING: SN table 1 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1111 merged records from 1111 input records CLCAL3: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.5 Real= 2 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000130 . X BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing cal transfer mode with point model for each source CALIB3: This is not self-calibration CALIB3: Dividing data by source flux densities CALIB3: Determining solutions CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 3.218E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 3.214E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 3.206E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 3.207E+00 CALIB3: Found 4024 good solutions CALIB3: Failed on 4 solutions CALIB3: Average closure rms = 0.0041 +- 0.0005 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.67066 of the times had 0 - 2 percent outside 2.5 times rms CALIB3: 0.14970 of the times had 2 - 4 percent outside 2.5 times rms CALIB3: 0.02395 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.01198 of the times had 10 - 12 percent outside 2.5 times rms CALIB3: 0.01198 of the times had 14 - 16 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 4.6 Real= 19 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes CALIB3: Task CALIB (release of 31DEC06) begins CALIB3: CALIB USING 20000130 . X BAND . 1 DISK= 1 USID=**** CALIB3: L1 Solution type CALIB3: Selecting, editing and calibrating the data CALIB3: Doing self-cal mode with CC model CALIB3: SETGDS: imaging done with reprojected tangent point(s) CALIB3: FACSET: source model will be scaled to 3.164 Jy CALIB3: FACSET: 3.429181 Jy found from 300 components CALIB3: FACSET: scaling factor set to 9.22586E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: VISDFT: Model components of type Point CALIB3: I Polarization model processed CALIB3: Model computation is 10 percent complete CALIB3: Model computation is 30 percent complete CALIB3: Model computation is 50 percent complete CALIB3: Model computation is 60 percent complete CALIB3: Model computation is 80 percent complete CALIB3: FACSET: source model will be scaled to 3.145 Jy CALIB3: FACSET: 3.429181 Jy found from 300 components CALIB3: FACSET: scaling factor set to 9.17087E-01 CALIB3: VISDFT: Begin DFT component division CALIB3: I Polarization model processed CALIB3: Field 1 used 300 CCs CALIB3: Determining solutions CALIB3: Deleted 26 records from SN table no. 2 CALIB3: Writing SN table 2 CALIB3: RPOL, IF= 1 The average gain over these antennas is 3.023E+00 CALIB3: RPOL, IF= 2 The average gain over these antennas is 3.020E+00 CALIB3: LPOL, IF= 1 The average gain over these antennas is 2.992E+00 CALIB3: LPOL, IF= 2 The average gain over these antennas is 2.995E+00 CALIB3: Found 104 good solutions CALIB3: Average closure rms = 0.0006 +- 0.0001 CALIB3: Fraction of times having data > 2.5 rms from solution CALIB3: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB3: 0.50000 of the times had 6 - 8 percent outside 2.5 times rms CALIB3: 0.25000 of the times had 8 - 10 percent outside 2.5 times rms CALIB3: Adjusting solutions to a common reference antenna CALIB3: Appears to have ended successfully CALIB3: auto 31DEC06 TST: Cpu= 2.3 Real= 9 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 GETJY3: Task GETJY (release of 31DEC06) begins GETJY3: Source:Qual CALCODE IF Flux (Jy) GETJY3: 1637+472 : 0 B 1 0.87880 +/- 0.00672 GETJY3: 2 0.87991 +/- 0.00703 GETJY3: Appears to have ended successfully GETJY3: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode 2PT CLCAL3: Processing SN table 2 CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1007 merged records from 1007 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.8 Real= 3 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes CLCAL3: Task CLCAL (release of 31DEC06) begins CLCAL3: Using interpolation mode SELF CLCAL3: Deleted 1482 records from CL table no. 3 CLCAL3: Processing SN table 2 CLCAL3: WARNING: SN table 2 has already been applied CLCAL3: SNMRG: Merging SN table CLCAL3: SNMRG: Write 1007 merged records from 1007 input records CLCAL3: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL3: Appears to have ended successfully CLCAL3: auto 31DEC06 TST: Cpu= 0.5 Real= 3 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes TASAV3: Task TASAV (release of 31DEC06) begins TASAV3: Create 20000130 .TASAV . 1 (UV) on disk 1 cno 2 TASAV3: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV3: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV3: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV3: Appears to have ended successfully TASAV3: auto 31DEC06 TST: Cpu= 0.3 Real= 1 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes SPLIT3: Task SPLIT (release of 31DEC06) begins SPLIT3: You are using a non-standard program SPLIT3: Doing subarray 1 SPLIT3: Create 1637+472 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT3: Applying CL Table version 3 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 1898 175 1898 SPLIT3: Fully 0 0 60952 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT3: Create G991208 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 5797 875 6597 SPLIT3: Fully 0 0 284903 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT3: Create 0137+331 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT3: Previously flagged flagged by gain kept SPLIT3: Partially 197 0 197 SPLIT3: Fully 0 0 17253 SPLIT3: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT3: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT3: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT3: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT3: Appears to have ended successfully SPLIT3: auto 31DEC06 TST: Cpu= 1.2 Real= 8 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.03682 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 1637+472 X BAND Seq 1 Disk: 1 in slot 3 SETFC3: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23413 SETFC3: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23413 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC3: Searching catalog between 0.06 and 0.13 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 86.1 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 1012 1012 16 37 45.13 47 17 33.8 00001 -1 507 512 513 C 2 1012 1012 16 37 45.13 47 14 14.5 00002 -1 507 512 513 C 3 1012 1012 16 37 28.17 47 15 54.1 00003 -1 507 512 513 C 4 1012 1012 16 38 02.09 47 15 54.1 00004 -1 507 512 513 C 5 1012 1012 16 37 28.16 47 19 13.4 00005 -1 507 512 513 C 6 1012 1012 16 38 02.11 47 19 13.4 00006 -1 507 512 513 C 7 1012 1012 16 37 45.13 47 20 53.2 00007 -1 507 512 513 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.03682 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_2000J AIPS 3: AN30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 1012 1012 -7.1217E-03 -3.6000E-02 0 IMAGR3: Field 2 1012 1012 -7.1217E-03 -1.9934E+02 0 IMAGR3: Field 3 1012 1012 -1.7255E+02 -9.9736E+01 0 IMAGR3: Field 4 1012 1012 1.7254E+02 -9.9736E+01 0 IMAGR3: Field 5 1012 1012 -1.7266E+02 9.9564E+01 0 IMAGR3: Field 6 1012 1012 1.7274E+02 9.9564E+01 0 IMAGR3: Field 7 1012 1012 -7.1217E-03 1.9936E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create 1637+472 .IMAGR . 1 (UV) on disk 1 cno 6 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 62850 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 2.406E+04 IMAGR3: UVWAIT: Adding temperance S 4.812E+03 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 2.434E+08 and out 3.476E+08 IMAGR3: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR3: UVWAIT: Average summed weight 2.406E+04 over 125627 vis IMAGR3: Create 1637+472 .IBM001. 1 (MA) on disk 1 cno 7 IMAGR3: Create 1637+472 .IBM002. 1 (MA) on disk 1 cno 8 IMAGR3: Create 1637+472 .IBM003. 1 (MA) on disk 1 cno 9 IMAGR3: Create 1637+472 .IBM004. 1 (MA) on disk 1 cno 10 IMAGR3: Create 1637+472 .IBM005. 1 (MA) on disk 1 cno 11 IMAGR3: Create 1637+472 .IBM006. 1 (MA) on disk 1 cno 12 IMAGR3: Create 1637+472 .IBM007. 1 (MA) on disk 1 cno 13 IMAGR3: Create 1637+472 .ICL001. 1 (MA) on disk 1 cno 14 IMAGR3: Create 1637+472 .ICL002. 1 (MA) on disk 1 cno 15 IMAGR3: Create 1637+472 .ICL003. 1 (MA) on disk 1 cno 16 IMAGR3: Create 1637+472 .ICL004. 1 (MA) on disk 1 cno 17 IMAGR3: Create 1637+472 .ICL005. 1 (MA) on disk 1 cno 18 IMAGR3: Create 1637+472 .ICL006. 1 (MA) on disk 1 cno 19 IMAGR3: Create 1637+472 .ICL007. 1 (MA) on disk 1 cno 20 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 3.69064E+09 IMAGR3: Field 1 Beam min = -90.8 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 1.248 x 0.679 arcsec, PA= 73.0 IMAGR3: Field 2 Sum of gridding weights = 3.69064E+09 IMAGR3: Field 2 Beam min = -90.8 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 1.249 x 0.679 arcsec, PA= 73.0 IMAGR3: Field 3 Sum of gridding weights = 3.69064E+09 IMAGR3: Field 3 Beam min = -57.3 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 1.250 x 0.679 arcsec, PA= 73.0 IMAGR3: Field 4 Sum of gridding weights = 3.69063E+09 IMAGR3: Field 4 Beam min = -57.3 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 1.247 x 0.679 arcsec, PA= 73.0 IMAGR3: Field 5 Sum of gridding weights = 3.69063E+09 IMAGR3: Field 5 Beam min = -57.2 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 1.249 x 0.679 arcsec, PA= 73.0 IMAGR3: Field 6 Sum of gridding weights = 3.69063E+09 IMAGR3: Field 6 Beam min = -57.3 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 1.247 x 0.679 arcsec, PA= 73.1 IMAGR3: Field 7 Sum of gridding weights = 3.69064E+09 IMAGR3: Field 7 Beam min = -90.8 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 1.248 x 0.678 arcsec, PA= 73.0 IMAGR3: CLBHIS: minimum component 0.154 of current peak IMAGR3: Field 1 min = -50.9 MilliJy,max = 873.3 MilliJy IMAGR3: Field 2 min = -22.4 MilliJy,max = 23.1 MilliJy IMAGR3: Field 3 min = -41.4 MilliJy,max = 29.1 MilliJy IMAGR3: Field 4 min = -40.2 MilliJy,max = 25.2 MilliJy IMAGR3: Field 5 min = -41.7 MilliJy,max = 25.5 MilliJy IMAGR3: Field 6 min = -41.9 MilliJy,max = 29.5 MilliJy IMAGR3: Field 7 min = -21.6 MilliJy,max = 21.8 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 28.86 MilliJy IMAGR3: 177 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 156.736 MilliJy iter= 18 IMAGR3: Field 1 Clean flux density= 746.021 MilliJy 18 comps IMAGR3: Total Cleaned flux density = 746.021 MilliJy 18 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -9.4 MilliJy,max = 142.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 12.25 MilliJy IMAGR3: 58 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 25.761 MilliJy iter= 38 IMAGR3: Field 1 Clean flux density= 884.107 MilliJy 38 comps IMAGR3: Total Cleaned flux density = 884.107 MilliJy 38 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -20.4 MilliJy,max = 23.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 12.25 MilliJy IMAGR3: 34 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 15.088 MilliJy iter= 52 IMAGR3: Field 1 Clean flux density= 891.481 MilliJy 52 comps IMAGR3: Total Cleaned flux density = 891.481 MilliJy 52 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.843E-03 < Second best 2.140E-02 IMAGR3: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.878E-03 < Second best 2.124E-02 IMAGR3: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.551E-03 < Second best 2.068E-02 IMAGR3: Field 7 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.520E-03 < Second best 2.054E-02 IMAGR3: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.655E-03 < Second best 1.966E-02 IMAGR3: Field 3 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.484E-03 < Second best 1.434E-02 IMAGR3: Field 1 min = -15.0 MilliJy,max = 14.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 935.22 MicroJy IMAGR3: 3481 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 3.131 MilliJy iter= 260 IMAGR3: Field 1 Clean flux density= 931.449 MilliJy 260 comps IMAGR3: Total Cleaned flux density = 931.449 MilliJy 260 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 915.74 MicroJy IMAGR3: 437 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 1.615 MilliJy iter= 494 IMAGR3: Field 1 Clean flux density= 943.424 MilliJy 494 comps IMAGR3: Total Cleaned flux density = 943.424 MilliJy 494 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 895.33 MicroJy IMAGR3: 247 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.063 MilliJy iter= 94 IMAGR3: Field 7 Clean flux density= -1.183 MilliJy 94 comps IMAGR3: Total Cleaned flux density = 942.241 MilliJy 588 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.680E-03 < Second best 1.843E-03 IMAGR3: Field 4 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.598E-03 < Second best 1.680E-03 IMAGR3: BGC Clean: using 103 cell beam + residuals > 835.07 MicroJy IMAGR3: 363 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.011 MilliJy iter= 125 IMAGR3: Field 2 Clean flux density= -2.149 MilliJy 125 comps IMAGR3: Total Cleaned flux density = 940.092 MilliJy 713 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.410E-03 < Second best 1.598E-03 IMAGR3: Field 4 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 796.40 MicroJy IMAGR3: 1574 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -1.012 MilliJy iter= 203 IMAGR3: Field 4 Clean flux density= -6.017 MilliJy 203 comps IMAGR3: Total Cleaned flux density = 934.075 MilliJy 916 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 739.81 MicroJy IMAGR3: 2729 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -964.628 MicroJy iter= 296 IMAGR3: Field 5 Clean flux density= -2.519 MilliJy 296 comps IMAGR3: Total Cleaned flux density = 931.556 MilliJy 1212 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 738.12 MicroJy IMAGR3: 381 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 890.382 MicroJy iter= 744 IMAGR3: Field 1 Clean flux density= 950.552 MilliJy 744 comps IMAGR3: Total Cleaned flux density = 938.684 MilliJy 1462 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.278E-03 < Second best 1.410E-03 IMAGR3: Field 6 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 663.91 MicroJy IMAGR3: 2447 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -837.919 MicroJy iter= 398 IMAGR3: Field 6 Clean flux density= -7.285 MilliJy 398 comps IMAGR3: Total Cleaned flux density = 931.400 MilliJy 1860 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 663.79 MicroJy IMAGR3: 2296 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 815.530 MicroJy iter= 435 IMAGR3: Field 3 Clean flux density= -10.779 MilliJy 435 comps IMAGR3: Total Cleaned flux density = 920.621 MilliJy 2295 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 660.86 MicroJy IMAGR3: 1191 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -780.312 MicroJy iter= 518 IMAGR3: Field 7 Clean flux density= -6.531 MilliJy 518 comps IMAGR3: Total Cleaned flux density = 915.273 MilliJy 2719 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 652.47 MicroJy IMAGR3: 4622 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 818.360 MicroJy iter= 953 IMAGR3: Field 4 Clean flux density= -16.733 MilliJy 953 comps IMAGR3: Total Cleaned flux density = 904.557 MilliJy 3469 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 648.21 MicroJy IMAGR3: 1116 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 741.143 MicroJy iter= 615 IMAGR3: Field 2 Clean flux density= -6.701 MilliJy 615 comps IMAGR3: Total Cleaned flux density = 900.005 MilliJy 3959 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 637.07 MicroJy IMAGR3: 4857 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -778.712 MicroJy iter= 1229 IMAGR3: Field 5 Clean flux density= -10.536 MilliJy 1229 comps IMAGR3: Total Cleaned flux density = 891.989 MilliJy 4892 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 635.51 MicroJy IMAGR3: 284 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 662.659 MicroJy iter= 899 IMAGR3: Field 1 Clean flux density= 952.583 MilliJy 899 comps IMAGR3: Total Cleaned flux density = 894.020 MilliJy 5047 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 628.35 MicroJy IMAGR3: 2033 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 701.332 MicroJy iter= 1004 IMAGR3: Field 6 Clean flux density= -13.862 MilliJy 1004 comps IMAGR3: Total Cleaned flux density = 887.445 MilliJy 5653 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 615.77 MicroJy IMAGR3: 3852 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -703.808 MicroJy iter= 1801 IMAGR3: Field 4 Clean flux density= -21.249 MilliJy 1801 comps IMAGR3: Total Cleaned flux density = 882.929 MilliJy 6501 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 608.05 MicroJy IMAGR3: 2363 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 674.573 MicroJy iter= 1162 IMAGR3: Field 3 Clean flux density= -18.418 MilliJy 1162 comps IMAGR3: Total Cleaned flux density = 875.290 MilliJy 7228 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 595.53 MicroJy IMAGR3: 4531 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -678.514 MicroJy iter= 2286 IMAGR3: Field 5 Clean flux density= -17.548 MilliJy 2286 comps IMAGR3: Total Cleaned flux density = 868.277 MilliJy 8285 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 590.44 MicroJy IMAGR3: 1087 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -630.182 MicroJy iter= 1067 IMAGR3: Field 7 Clean flux density= -8.660 MilliJy 1067 comps IMAGR3: Total Cleaned flux density = 866.148 MilliJy 8834 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 586.65 MicroJy IMAGR3: 1165 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 624.788 MicroJy iter= 1182 IMAGR3: Field 2 Clean flux density= -12.986 MilliJy 1182 comps IMAGR3: Total Cleaned flux density = 859.863 MilliJy 9401 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 578.61 MicroJy IMAGR3: 4029 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -637.484 MicroJy iter= 2784 IMAGR3: Field 4 Clean flux density= -27.740 MilliJy 2784 comps IMAGR3: Total Cleaned flux density = 853.372 MilliJy 10384 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 570.38 MicroJy IMAGR3: 1935 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -607.488 MicroJy iter= 1676 IMAGR3: Field 6 Clean flux density= -17.662 MilliJy 1676 comps IMAGR3: Total Cleaned flux density = 849.572 MilliJy 11056 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 561.97 MicroJy IMAGR3: 4454 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -616.104 MicroJy iter= 3375 IMAGR3: Field 5 Clean flux density= -20.333 MilliJy 3375 comps IMAGR3: Total Cleaned flux density = 846.785 MilliJy 12145 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 552.18 MicroJy IMAGR3: 2056 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -584.331 MicroJy iter= 1862 IMAGR3: Field 3 Clean flux density= -26.994 MilliJy 1862 comps IMAGR3: Total Cleaned flux density = 838.210 MilliJy 12845 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -867.3 MicroJy,max = 874.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 550.76 MicroJy IMAGR3: 207 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -556.800 MicroJy iter= 1013 IMAGR3: Field 1 Clean flux density= 951.728 MilliJy 1013 comps IMAGR3: Total Cleaned flux density = 837.354 MilliJy 12959 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 543.01 MicroJy IMAGR3: 4169 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 585.778 MicroJy iter= 3822 IMAGR3: Field 4 Clean flux density= -32.346 MilliJy 3822 comps IMAGR3: Total Cleaned flux density = 832.747 MilliJy 13997 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 539.86 MicroJy IMAGR3: 1146 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -562.843 MicroJy iter= 1647 IMAGR3: Field 7 Clean flux density= -13.748 MilliJy 1647 comps IMAGR3: Total Cleaned flux density = 827.659 MilliJy 14577 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 536.03 MicroJy IMAGR3: 1004 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 554.555 MicroJy iter= 1666 IMAGR3: Field 2 Clean flux density= -16.782 MilliJy 1666 comps IMAGR3: Total Cleaned flux density = 823.863 MilliJy 15061 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 526.13 MicroJy IMAGR3: 4121 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -563.454 MicroJy iter= 4450 IMAGR3: Field 5 Clean flux density= -26.407 MilliJy 4450 comps IMAGR3: Total Cleaned flux density = 817.789 MilliJy 16136 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.1 MilliJy,max = 981.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 520.33 MicroJy IMAGR3: 2372 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 547.750 MicroJy iter= 2515 IMAGR3: Field 6 Clean flux density= -23.927 MilliJy 2515 comps IMAGR3: Total Cleaned flux density = 811.524 MilliJy 16975 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 512.32 MicroJy IMAGR3: 3596 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 541.927 MicroJy iter= 4802 IMAGR3: Field 4 Clean flux density= -39.080 MilliJy 4802 comps IMAGR3: Total Cleaned flux density = 804.790 MilliJy 17955 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 506.92 MicroJy IMAGR3: 2443 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -531.730 MicroJy iter= 2729 IMAGR3: Field 3 Clean flux density= -32.117 MilliJy 2729 comps IMAGR3: Total Cleaned flux density = 799.667 MilliJy 18822 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 499.46 MicroJy IMAGR3: 3673 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 526.462 MicroJy iter= 5466 IMAGR3: Field 5 Clean flux density= -30.044 MilliJy 5466 comps IMAGR3: Total Cleaned flux density = 796.031 MilliJy 19838 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 496.17 MicroJy IMAGR3: 973 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -509.370 MicroJy iter= 2150 IMAGR3: Field 7 Clean flux density= -19.163 MilliJy 2150 comps IMAGR3: Total Cleaned flux density = 790.616 MilliJy 20341 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -795.3 MicroJy,max = 785.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 495.17 MicroJy IMAGR3: 190 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 498.972 MicroJy iter= 1143 IMAGR3: Field 1 Clean flux density= 950.142 MilliJy 1143 comps IMAGR3: Total Cleaned flux density = 789.030 MilliJy 20471 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 492.66 MicroJy IMAGR3: 1209 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -507.668 MicroJy iter= 2262 IMAGR3: Field 2 Clean flux density= -19.227 MilliJy 2262 comps IMAGR3: Total Cleaned flux density = 786.585 MilliJy 21067 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.0 MilliJy,max = 920.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 487.65 MicroJy IMAGR3: 2141 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 505.882 MicroJy iter= 3285 IMAGR3: Field 6 Clean flux density= -26.637 MilliJy 3285 comps IMAGR3: Total Cleaned flux density = 783.875 MilliJy 21837 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -965.3 MicroJy,max = 984.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 480.45 MicroJy IMAGR3: 3586 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 503.695 MicroJy iter= 5846 IMAGR3: Field 4 Clean flux density= -43.839 MilliJy 5846 comps IMAGR3: Total Cleaned flux density = 779.116 MilliJy 22881 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 475.69 MicroJy IMAGR3: 2343 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 493.326 MicroJy iter= 3558 IMAGR3: Field 3 Clean flux density= -36.980 MilliJy 3558 comps IMAGR3: Total Cleaned flux density = 774.254 MilliJy 23710 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 469.05 MicroJy IMAGR3: 4055 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 492.321 MicroJy iter= 6634 IMAGR3: Field 5 Clean flux density= -32.665 MilliJy 6634 comps IMAGR3: Total Cleaned flux density = 771.632 MilliJy 24878 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 466.98 MicroJy IMAGR3: 986 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -476.821 MicroJy iter= 2650 IMAGR3: Field 7 Clean flux density= -22.706 MilliJy 2650 comps IMAGR3: Total Cleaned flux density = 768.089 MilliJy 25378 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 464.61 MicroJy IMAGR3: 1065 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -474.938 MicroJy iter= 2802 IMAGR3: Field 2 Clean flux density= -22.716 MilliJy 2802 comps IMAGR3: Total Cleaned flux density = 764.600 MilliJy 25918 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.0 MilliJy,max = 873.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 460.48 MicroJy IMAGR3: 1962 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -474.495 MicroJy iter= 4046 IMAGR3: Field 6 Clean flux density= -30.271 MilliJy 4046 comps IMAGR3: Total Cleaned flux density = 760.967 MilliJy 26679 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -934.1 MicroJy,max = 918.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 454.79 MicroJy IMAGR3: 3470 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -473.785 MicroJy iter= 6940 IMAGR3: Field 4 Clean flux density= -46.625 MilliJy 6940 comps IMAGR3: Total Cleaned flux density = 758.181 MilliJy 27773 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -682.0 MicroJy,max = 696.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 453.94 MicroJy IMAGR3: 208 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -457.208 MicroJy iter= 1294 IMAGR3: Field 1 Clean flux density= 949.143 MilliJy 1294 comps IMAGR3: Total Cleaned flux density = 757.182 MilliJy 27924 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 449.35 MicroJy IMAGR3: 2030 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -462.370 MicroJy iter= 4337 IMAGR3: Field 3 Clean flux density= -40.745 MilliJy 4337 comps IMAGR3: Total Cleaned flux density = 753.417 MilliJy 28703 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -988.9 MicroJy,max = 976.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 443.11 MicroJy IMAGR3: 3838 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -461.358 MicroJy iter= 7799 IMAGR3: Field 5 Clean flux density= -35.015 MilliJy 7799 comps IMAGR3: Total Cleaned flux density = 751.068 MilliJy 29868 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 441.15 MicroJy IMAGR3: 1013 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 449.283 MicroJy iter= 3172 IMAGR3: Field 7 Clean flux density= -24.260 MilliJy 3172 comps IMAGR3: Total Cleaned flux density = 749.514 MilliJy 30390 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -1.0 MilliJy,max = 849.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 437.67 MicroJy IMAGR3: 1950 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 449.191 MicroJy iter= 4822 IMAGR3: Field 6 Clean flux density= -33.419 MilliJy 4822 comps IMAGR3: Total Cleaned flux density = 746.366 MilliJy 31166 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 435.44 MicroJy IMAGR3: 1189 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -444.412 MicroJy iter= 3411 IMAGR3: Field 2 Clean flux density= -26.064 MilliJy 3411 comps IMAGR3: Total Cleaned flux density = 743.018 MilliJy 31775 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -885.0 MicroJy,max = 872.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 430.22 MicroJy IMAGR3: 3569 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 446.400 MicroJy iter= 8109 IMAGR3: Field 4 Clean flux density= -52.296 MilliJy 8109 comps IMAGR3: Total Cleaned flux density = 737.348 MilliJy 32944 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -973.0 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 426.77 MicroJy IMAGR3: 1967 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 437.440 MicroJy iter= 5115 IMAGR3: Field 3 Clean flux density= -43.987 MilliJy 5115 comps IMAGR3: Total Cleaned flux density = 734.106 MilliJy 33722 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -936.8 MicroJy,max = 936.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 421.83 MicroJy IMAGR3: 3637 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -437.147 MicroJy iter= 8992 IMAGR3: Field 5 Clean flux density= -41.348 MilliJy 8992 comps IMAGR3: Total Cleaned flux density = 727.773 MilliJy 34915 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -636.9 MicroJy,max = 633.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 421.22 MicroJy IMAGR3: 239 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -423.498 MicroJy iter= 1452 IMAGR3: Field 1 Clean flux density= 947.278 MilliJy 1452 comps IMAGR3: Total Cleaned flux density = 725.908 MilliJy 35073 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -988.2 MicroJy,max = 823.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 417.73 MicroJy IMAGR3: 1690 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -426.681 MicroJy iter= 5545 IMAGR3: Field 6 Clean flux density= -35.124 MilliJy 5545 comps IMAGR3: Total Cleaned flux density = 724.202 MilliJy 35796 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 415.89 MicroJy IMAGR3: 1196 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -423.749 MicroJy iter= 3812 IMAGR3: Field 7 Clean flux density= -28.356 MilliJy 3812 comps IMAGR3: Total Cleaned flux density = 720.107 MilliJy 36436 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -861.4 MicroJy,max = 843.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 411.48 MicroJy IMAGR3: 3475 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 425.086 MicroJy iter= 9284 IMAGR3: Field 4 Clean flux density= -54.567 MilliJy 9284 comps IMAGR3: Total Cleaned flux density = 717.835 MilliJy 37611 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.1 MilliJy,max = 996.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 408.97 MicroJy IMAGR3: 1073 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -415.484 MicroJy iter= 3972 IMAGR3: Field 2 Clean flux density= -28.569 MilliJy 3972 comps IMAGR3: Total Cleaned flux density = 715.331 MilliJy 38172 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -909.4 MicroJy,max = 898.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 404.90 MicroJy IMAGR3: 3497 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 417.776 MicroJy iter= 10172 IMAGR3: Field 5 Clean flux density= -42.959 MilliJy 10172 comps IMAGR3: Total Cleaned flux density = 713.718 MilliJy 39352 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -916.6 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 400.63 MicroJy IMAGR3: 1723 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 408.856 MicroJy iter= 5881 IMAGR3: Field 3 Clean flux density= -46.590 MilliJy 5881 comps IMAGR3: Total Cleaned flux density = 711.116 MilliJy 40118 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -969.7 MicroJy,max = 802.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 397.76 MicroJy IMAGR3: 1938 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -406.409 MicroJy iter= 6373 IMAGR3: Field 6 Clean flux density= -38.948 MilliJy 6373 comps IMAGR3: Total Cleaned flux density = 707.290 MilliJy 40946 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -842.5 MicroJy,max = 811.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 393.24 MicroJy IMAGR3: 3077 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 404.161 MicroJy iter= 10383 IMAGR3: Field 4 Clean flux density= -57.290 MilliJy 10383 comps IMAGR3: Total Cleaned flux density = 704.567 MilliJy 42045 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 391.66 MicroJy IMAGR3: 1560 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -399.718 MicroJy iter= 4623 IMAGR3: Field 7 Clean flux density= -31.662 MilliJy 4623 comps IMAGR3: Total Cleaned flux density = 701.261 MilliJy 42856 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -560.7 MicroJy,max = 567.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 390.99 MicroJy IMAGR3: 238 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -393.051 MicroJy iter= 1630 IMAGR3: Field 1 Clean flux density= 944.859 MilliJy 1630 comps IMAGR3: Total Cleaned flux density = 698.841 MilliJy 43034 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -883.1 MicroJy,max = 861.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 386.37 MicroJy IMAGR3: 3125 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -396.968 MicroJy iter= 11320 IMAGR3: Field 5 Clean flux density= -46.305 MilliJy 11320 comps IMAGR3: Total Cleaned flux density = 695.497 MilliJy 44182 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.1 MilliJy,max = 987.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 384.96 MicroJy IMAGR3: 1614 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -392.573 MicroJy iter= 4797 IMAGR3: Field 2 Clean flux density= -30.771 MilliJy 4797 comps IMAGR3: Total Cleaned flux density = 693.294 MilliJy 45007 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -898.9 MicroJy,max = 971.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 382.22 MicroJy IMAGR3: 1772 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -389.171 MicroJy iter= 6652 IMAGR3: Field 3 Clean flux density= -47.669 MilliJy 6652 comps IMAGR3: Total Cleaned flux density = 692.215 MilliJy 45778 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -953.5 MicroJy,max = 784.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 379.28 MicroJy IMAGR3: 2021 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -386.854 MicroJy iter= 7244 IMAGR3: Field 6 Clean flux density= -41.595 MilliJy 7244 comps IMAGR3: Total Cleaned flux density = 689.569 MilliJy 46649 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -804.3 MicroJy,max = 804.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 375.43 MicroJy IMAGR3: 3060 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -385.002 MicroJy iter= 11528 IMAGR3: Field 4 Clean flux density= -60.706 MilliJy 11528 comps IMAGR3: Total Cleaned flux density = 686.152 MilliJy 47794 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -991.1 MicroJy,max = 1.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 373.55 MicroJy IMAGR3: 1373 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -379.772 MicroJy iter= 5360 IMAGR3: Field 7 Clean flux density= -32.720 MilliJy 5360 comps IMAGR3: Total Cleaned flux density = 685.094 MilliJy 48531 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -857.5 MicroJy,max = 843.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 370.06 MicroJy IMAGR3: 3192 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 379.619 MicroJy iter= 12522 IMAGR3: Field 5 Clean flux density= -49.307 MilliJy 12522 comps IMAGR3: Total Cleaned flux density = 682.092 MilliJy 49733 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -544.8 MicroJy,max = 537.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 369.53 MicroJy IMAGR3: 248 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 371.204 MicroJy iter= 1808 IMAGR3: Field 1 Clean flux density= 943.408 MilliJy 1808 comps IMAGR3: Total Cleaned flux density = 680.641 MilliJy 49911 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.0 MilliJy,max = 962.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 367.69 MicroJy IMAGR3: 1259 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 373.055 MicroJy iter= 5464 IMAGR3: Field 2 Clean flux density= -33.496 MilliJy 5464 comps IMAGR3: Total Cleaned flux density = 677.916 MilliJy 50578 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -879.0 MicroJy,max = 942.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 365.31 MicroJy IMAGR3: 1799 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -371.699 MicroJy iter= 7488 IMAGR3: Field 3 Clean flux density= -50.011 MilliJy 7488 comps IMAGR3: Total Cleaned flux density = 675.574 MilliJy 51414 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -919.4 MicroJy,max = 776.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 362.76 MicroJy IMAGR3: 2067 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -369.556 MicroJy iter= 8143 IMAGR3: Field 6 Clean flux density= -43.521 MilliJy 8143 comps IMAGR3: Total Cleaned flux density = 673.646 MilliJy 52313 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -790.2 MicroJy,max = 750.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 359.14 MicroJy IMAGR3: 3044 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 367.720 MicroJy iter= 12721 IMAGR3: Field 4 Clean flux density= -62.148 MilliJy 12721 comps IMAGR3: Total Cleaned flux density = 672.203 MilliJy 53506 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -860.5 MicroJy,max = 810.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 356.11 MicroJy IMAGR3: 3328 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -364.874 MicroJy iter= 13791 IMAGR3: Field 5 Clean flux density= -50.300 MilliJy 13791 comps IMAGR3: Total Cleaned flux density = 671.211 MilliJy 54775 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -927.5 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 354.12 MicroJy IMAGR3: 1249 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -358.975 MicroJy iter= 6054 IMAGR3: Field 7 Clean flux density= -34.856 MilliJy 6054 comps IMAGR3: Total Cleaned flux density = 669.074 MilliJy 55469 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -1.0 MilliJy,max = 943.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 352.60 MicroJy IMAGR3: 1295 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 357.320 MicroJy iter= 6160 IMAGR3: Field 2 Clean flux density= -35.313 MilliJy 6160 comps IMAGR3: Total Cleaned flux density = 667.258 MilliJy 56165 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -865.0 MicroJy,max = 911.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 350.50 MicroJy IMAGR3: 1827 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -356.031 MicroJy iter= 8314 IMAGR3: Field 3 Clean flux density= -53.368 MilliJy 8314 comps IMAGR3: Total Cleaned flux density = 663.902 MilliJy 56991 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -502.5 MicroJy,max = 505.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 349.99 MicroJy IMAGR3: 268 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 351.467 MicroJy iter= 1999 IMAGR3: Field 1 Clean flux density= 942.145 MilliJy 1999 comps IMAGR3: Total Cleaned flux density = 662.638 MilliJy 57182 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -897.9 MicroJy,max = 767.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 347.46 MicroJy IMAGR3: 1900 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -353.157 MicroJy iter= 9027 IMAGR3: Field 6 Clean flux density= -44.321 MilliJy 9027 comps IMAGR3: Total Cleaned flux density = 661.838 MilliJy 58066 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -778.9 MicroJy,max = 724.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 344.14 MicroJy IMAGR3: 2982 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -351.615 MicroJy iter= 13924 IMAGR3: Field 4 Clean flux density= -65.000 MilliJy 13924 comps IMAGR3: Total Cleaned flux density = 658.986 MilliJy 59269 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -836.9 MicroJy,max = 767.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 340.99 MicroJy IMAGR3: 3537 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -349.207 MicroJy iter= 15152 IMAGR3: Field 5 Clean flux density= -51.827 MilliJy 15152 comps IMAGR3: Total Cleaned flux density = 657.459 MilliJy 60630 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -898.4 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 339.68 MicroJy IMAGR3: 1234 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 343.840 MicroJy iter= 6733 IMAGR3: Field 7 Clean flux density= -37.282 MilliJy 6733 comps IMAGR3: Total Cleaned flux density = 655.033 MilliJy 61309 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -977.8 MicroJy,max = 927.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 338.22 MicroJy IMAGR3: 1324 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 342.506 MicroJy iter= 6873 IMAGR3: Field 2 Clean flux density= -37.872 MilliJy 6873 comps IMAGR3: Total Cleaned flux density = 652.475 MilliJy 62022 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -835.1 MicroJy,max = 867.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 336.22 MicroJy IMAGR3: 1925 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -341.324 MicroJy iter= 9202 IMAGR3: Field 3 Clean flux density= -55.871 MilliJy 9202 comps IMAGR3: Total Cleaned flux density = 649.972 MilliJy 62910 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -886.2 MicroJy,max = 750.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 334.09 MicroJy IMAGR3: 1926 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -339.110 MicroJy iter= 9920 IMAGR3: Field 6 Clean flux density= -47.233 MilliJy 9920 comps IMAGR3: Total Cleaned flux density = 647.060 MilliJy 63803 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -768.8 MicroJy,max = 699.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 331.26 MicroJy IMAGR3: 2858 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -337.840 MicroJy iter= 15113 IMAGR3: Field 4 Clean flux density= -68.616 MilliJy 15113 comps IMAGR3: Total Cleaned flux density = 643.443 MilliJy 64992 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -491.7 MicroJy,max = 477.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 330.73 MicroJy IMAGR3: 327 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -332.278 MicroJy iter= 2230 IMAGR3: Field 1 Clean flux density= 939.980 MilliJy 2230 comps IMAGR3: Total Cleaned flux density = 641.279 MilliJy 65223 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -815.7 MicroJy,max = 726.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 327.31 MicroJy IMAGR3: 3195 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -334.270 MicroJy iter= 16473 IMAGR3: Field 5 Clean flux density= -52.419 MilliJy 16473 comps IMAGR3: Total Cleaned flux density = 640.687 MilliJy 66544 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -877.3 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 326.07 MicroJy IMAGR3: 1248 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -329.884 MicroJy iter= 7434 IMAGR3: Field 7 Clean flux density= -39.246 MilliJy 7434 comps IMAGR3: Total Cleaned flux density = 638.723 MilliJy 67245 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -951.7 MicroJy,max = 897.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 324.77 MicroJy IMAGR3: 1399 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -328.810 MicroJy iter= 7641 IMAGR3: Field 2 Clean flux density= -39.889 MilliJy 7641 comps IMAGR3: Total Cleaned flux density = 636.706 MilliJy 68013 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -819.6 MicroJy,max = 838.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 322.61 MicroJy IMAGR3: 1860 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 327.160 MicroJy iter= 10093 IMAGR3: Field 3 Clean flux density= -56.437 MilliJy 10093 comps IMAGR3: Total Cleaned flux density = 636.140 MilliJy 68904 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -860.6 MicroJy,max = 730.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 320.70 MicroJy IMAGR3: 2232 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 325.968 MicroJy iter= 10968 IMAGR3: Field 6 Clean flux density= -49.874 MilliJy 10968 comps IMAGR3: Total Cleaned flux density = 633.500 MilliJy 69952 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -756.4 MicroJy,max = 685.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 317.95 MicroJy IMAGR3: 2928 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 324.158 MicroJy iter= 16392 IMAGR3: Field 4 Clean flux density= -70.785 MilliJy 16392 comps IMAGR3: Total Cleaned flux density = 631.330 MilliJy 71231 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -799.4 MicroJy,max = 698.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 315.35 MicroJy IMAGR3: 3200 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -321.544 MicroJy iter= 17812 IMAGR3: Field 5 Clean flux density= -53.832 MilliJy 17812 comps IMAGR3: Total Cleaned flux density = 629.916 MilliJy 72570 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -471.8 MicroJy,max = 465.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 314.93 MicroJy IMAGR3: 366 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -316.335 MicroJy iter= 2486 IMAGR3: Field 1 Clean flux density= 938.419 MilliJy 2486 comps IMAGR3: Total Cleaned flux density = 628.356 MilliJy 72826 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -865.4 MicroJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 313.75 MicroJy IMAGR3: 1273 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -317.299 MicroJy iter= 8168 IMAGR3: Field 7 Clean flux density= -39.495 MilliJy 8168 comps IMAGR3: Total Cleaned flux density = 628.107 MilliJy 73560 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -922.1 MicroJy,max = 884.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 312.40 MicroJy IMAGR3: 1310 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -315.875 MicroJy iter= 8387 IMAGR3: Field 2 Clean flux density= -40.885 MilliJy 8387 comps IMAGR3: Total Cleaned flux density = 627.111 MilliJy 74306 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -795.2 MicroJy,max = 812.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 310.62 MicroJy IMAGR3: 1943 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 314.839 MicroJy iter= 11019 IMAGR3: Field 3 Clean flux density= -57.463 MilliJy 11019 comps IMAGR3: Total Cleaned flux density = 626.086 MilliJy 75232 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -834.5 MicroJy,max = 726.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 308.57 MicroJy IMAGR3: 2009 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 312.850 MicroJy iter= 11924 IMAGR3: Field 6 Clean flux density= -51.080 MilliJy 11924 comps IMAGR3: Total Cleaned flux density = 624.878 MilliJy 76188 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -732.4 MicroJy,max = 664.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 305.98 MicroJy IMAGR3: 2846 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -311.475 MicroJy iter= 17633 IMAGR3: Field 4 Clean flux density= -74.248 MilliJy 17633 comps IMAGR3: Total Cleaned flux density = 621.415 MilliJy 77429 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -780.2 MicroJy,max = 674.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 303.42 MicroJy IMAGR3: 3258 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -309.128 MicroJy iter= 19190 IMAGR3: Field 5 Clean flux density= -56.227 MilliJy 19190 comps IMAGR3: Total Cleaned flux density = 619.020 MilliJy 78807 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -833.9 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 302.36 MicroJy IMAGR3: 1257 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -305.477 MicroJy iter= 8888 IMAGR3: Field 7 Clean flux density= -40.920 MilliJy 8888 comps IMAGR3: Total Cleaned flux density = 617.595 MilliJy 79527 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -457.8 MicroJy,max = 455.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 301.94 MicroJy IMAGR3: 317 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 303.165 MicroJy iter= 2723 IMAGR3: Field 1 Clean flux density= 936.902 MilliJy 2723 comps IMAGR3: Total Cleaned flux density = 616.078 MilliJy 79764 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -890.2 MicroJy,max = 879.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 300.73 MicroJy IMAGR3: 1298 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -303.784 MicroJy iter= 9108 IMAGR3: Field 2 Clean flux density= -41.603 MilliJy 9108 comps IMAGR3: Total Cleaned flux density = 615.359 MilliJy 80485 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -779.9 MicroJy,max = 779.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 299.03 MicroJy IMAGR3: 1999 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -302.991 MicroJy iter= 11989 IMAGR3: Field 3 Clean flux density= -59.680 MilliJy 11989 comps IMAGR3: Total Cleaned flux density = 613.141 MilliJy 81455 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -812.3 MicroJy,max = 711.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 297.24 MicroJy IMAGR3: 2064 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -301.161 MicroJy iter= 12917 IMAGR3: Field 6 Clean flux density= -51.718 MilliJy 12917 comps IMAGR3: Total Cleaned flux density = 612.504 MilliJy 82448 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -722.9 MicroJy,max = 645.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 294.87 MicroJy IMAGR3: 2850 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -299.635 MicroJy iter= 18875 IMAGR3: Field 4 Clean flux density= -75.483 MilliJy 18875 comps IMAGR3: Total Cleaned flux density = 611.270 MilliJy 83690 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -762.8 MicroJy,max = 659.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 292.48 MicroJy IMAGR3: 3256 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -297.713 MicroJy iter= 20609 IMAGR3: Field 5 Clean flux density= -57.789 MilliJy 20609 comps IMAGR3: Total Cleaned flux density = 609.708 MilliJy 85109 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -815.4 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 291.46 MicroJy IMAGR3: 1372 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -294.546 MicroJy iter= 9674 IMAGR3: Field 7 Clean flux density= -43.082 MilliJy 9674 comps IMAGR3: Total Cleaned flux density = 607.547 MilliJy 85895 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -858.5 MicroJy,max = 850.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 290.52 MicroJy IMAGR3: 1437 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -293.473 MicroJy iter= 9898 IMAGR3: Field 2 Clean flux density= -43.461 MilliJy 9898 comps IMAGR3: Total Cleaned flux density = 605.689 MilliJy 86685 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -753.8 MicroJy,max = 753.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 288.91 MicroJy IMAGR3: 1904 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 292.434 MicroJy iter= 12963 IMAGR3: Field 3 Clean flux density= -60.537 MilliJy 12963 comps IMAGR3: Total Cleaned flux density = 604.833 MilliJy 87659 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -415.5 MicroJy,max = 421.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 288.48 MicroJy IMAGR3: 326 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 289.515 MicroJy iter= 2962 IMAGR3: Field 1 Clean flux density= 936.075 MilliJy 2962 comps IMAGR3: Total Cleaned flux density = 604.005 MilliJy 87898 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -786.4 MicroJy,max = 687.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 286.78 MicroJy IMAGR3: 2051 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -290.378 MicroJy iter= 13918 IMAGR3: Field 6 Clean flux density= -53.377 MilliJy 13918 comps IMAGR3: Total Cleaned flux density = 602.347 MilliJy 88899 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -724.1 MicroJy,max = 622.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 284.70 MicroJy IMAGR3: 2782 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 289.126 MicroJy iter= 20149 IMAGR3: Field 4 Clean flux density= -78.100 MilliJy 20149 comps IMAGR3: Total Cleaned flux density = 599.729 MilliJy 90173 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -744.0 MicroJy,max = 642.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 282.37 MicroJy IMAGR3: 3143 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 287.049 MicroJy iter= 22005 IMAGR3: Field 5 Clean flux density= -58.836 MilliJy 22005 comps IMAGR3: Total Cleaned flux density = 598.683 MilliJy 91569 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -795.1 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 281.32 MicroJy IMAGR3: 1344 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -284.033 MicroJy iter= 10458 IMAGR3: Field 7 Clean flux density= -44.350 MilliJy 10458 comps IMAGR3: Total Cleaned flux density = 597.414 MilliJy 92353 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -844.3 MicroJy,max = 829.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 280.24 MicroJy IMAGR3: 1460 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 283.013 MicroJy iter= 10715 IMAGR3: Field 2 Clean flux density= -43.418 MilliJy 10715 comps IMAGR3: Total Cleaned flux density = 597.459 MilliJy 93170 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -727.0 MicroJy,max = 722.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 278.84 MicroJy IMAGR3: 2090 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -282.219 MicroJy iter= 13994 IMAGR3: Field 3 Clean flux density= -62.280 MilliJy 13994 comps IMAGR3: Total Cleaned flux density = 595.716 MilliJy 94201 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -754.6 MicroJy,max = 669.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 277.43 MicroJy IMAGR3: 2107 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -280.826 MicroJy iter= 14970 IMAGR3: Field 6 Clean flux density= -56.193 MilliJy 14970 comps IMAGR3: Total Cleaned flux density = 592.899 MilliJy 95253 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -695.4 MicroJy,max = 602.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 275.48 MicroJy IMAGR3: 2659 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 279.421 MicroJy iter= 21406 IMAGR3: Field 4 Clean flux density= -79.985 MilliJy 21406 comps IMAGR3: Total Cleaned flux density = 591.015 MilliJy 96510 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -418.2 MicroJy,max = 393.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 275.09 MicroJy IMAGR3: 441 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -276.155 MicroJy iter= 3247 IMAGR3: Field 1 Clean flux density= 935.490 MilliJy 3247 comps IMAGR3: Total Cleaned flux density = 590.430 MilliJy 96795 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -719.9 MicroJy,max = 593.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 272.83 MicroJy IMAGR3: 2873 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -276.922 MicroJy iter= 23343 IMAGR3: Field 5 Clean flux density= -60.419 MilliJy 23343 comps IMAGR3: Total Cleaned flux density = 588.847 MilliJy 98133 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -777.3 MicroJy,max = 992.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 271.75 MicroJy IMAGR3: 1288 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 274.114 MicroJy iter= 11216 IMAGR3: Field 7 Clean flux density= -44.294 MilliJy 11216 comps IMAGR3: Total Cleaned flux density = 588.903 MilliJy 98891 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -818.4 MicroJy,max = 821.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 270.79 MicroJy IMAGR3: 1558 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -273.462 MicroJy iter= 11574 IMAGR3: Field 2 Clean flux density= -45.272 MilliJy 11574 comps IMAGR3: Total Cleaned flux density = 587.048 MilliJy 99750 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -721.8 MicroJy,max = 705.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 269.27 MicroJy IMAGR3: 2057 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 272.350 MicroJy iter= 15008 IMAGR3: Field 3 Clean flux density= -63.359 MilliJy 15008 comps IMAGR3: Total Cleaned flux density = 585.969 MilliJy 100764 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -758.6 MicroJy,max = 662.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 267.77 MicroJy IMAGR3: 2286 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -271.060 MicroJy iter= 16107 IMAGR3: Field 6 Clean flux density= -58.366 MilliJy 16107 comps IMAGR3: Total Cleaned flux density = 583.797 MilliJy 101901 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -683.5 MicroJy,max = 584.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 266.06 MicroJy IMAGR3: 2855 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -269.808 MicroJy iter= 22723 IMAGR3: Field 4 Clean flux density= -82.162 MilliJy 22723 comps IMAGR3: Total Cleaned flux density = 581.620 MilliJy 103218 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -707.7 MicroJy,max = 594.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 264.35 MicroJy IMAGR3: 2869 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -268.056 MicroJy iter= 24681 IMAGR3: Field 5 Clean flux density= -60.278 MilliJy 24681 comps IMAGR3: Total Cleaned flux density = 581.761 MilliJy 104556 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -413.7 MicroJy,max = 395.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 263.96 MicroJy IMAGR3: 401 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 264.905 MicroJy iter= 3534 IMAGR3: Field 1 Clean flux density= 933.835 MilliJy 3534 comps IMAGR3: Total Cleaned flux density = 580.106 MilliJy 104843 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -759.9 MicroJy,max = 972.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 263.08 MicroJy IMAGR3: 1421 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 265.427 MicroJy iter= 12039 IMAGR3: Field 7 Clean flux density= -45.278 MilliJy 12039 comps IMAGR3: Total Cleaned flux density = 579.121 MilliJy 105666 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -798.1 MicroJy,max = 801.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 262.09 MicroJy IMAGR3: 1483 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 264.434 MicroJy iter= 12421 IMAGR3: Field 2 Clean flux density= -45.409 MilliJy 12421 comps IMAGR3: Total Cleaned flux density = 578.986 MilliJy 106513 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -700.3 MicroJy,max = 676.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 260.80 MicroJy IMAGR3: 2098 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 263.719 MicroJy iter= 16097 IMAGR3: Field 3 Clean flux density= -65.015 MilliJy 16097 comps IMAGR3: Total Cleaned flux density = 577.329 MilliJy 107602 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -724.6 MicroJy,max = 654.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 259.40 MicroJy IMAGR3: 2191 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -262.382 MicroJy iter= 17237 IMAGR3: Field 6 Clean flux density= -60.337 MilliJy 17237 comps IMAGR3: Total Cleaned flux density = 575.359 MilliJy 108732 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -666.2 MicroJy,max = 575.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 257.58 MicroJy IMAGR3: 2756 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 261.029 MicroJy iter= 24061 IMAGR3: Field 4 Clean flux density= -83.645 MilliJy 24061 comps IMAGR3: Total Cleaned flux density = 573.877 MilliJy 110070 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -694.7 MicroJy,max = 589.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 255.94 MicroJy IMAGR3: 3025 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 259.496 MicroJy iter= 26087 IMAGR3: Field 5 Clean flux density= -61.919 MilliJy 26087 comps IMAGR3: Total Cleaned flux density = 572.237 MilliJy 111476 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -742.7 MicroJy,max = 942.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 255.07 MicroJy IMAGR3: 1479 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 257.266 MicroJy iter= 12889 IMAGR3: Field 7 Clean flux density= -46.200 MilliJy 12889 comps IMAGR3: Total Cleaned flux density = 571.315 MilliJy 112326 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -384.8 MicroJy,max = 364.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 254.71 MicroJy IMAGR3: 367 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -255.596 MicroJy iter= 3796 IMAGR3: Field 1 Clean flux density= 933.365 MilliJy 3796 comps IMAGR3: Total Cleaned flux density = 570.844 MilliJy 112588 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -778.4 MicroJy,max = 785.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 253.74 MicroJy IMAGR3: 1397 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 255.845 MicroJy iter= 13222 IMAGR3: Field 2 Clean flux density= -46.004 MilliJy 13222 comps IMAGR3: Total Cleaned flux density = 570.249 MilliJy 113389 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -677.2 MicroJy,max = 671.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 252.46 MicroJy IMAGR3: 2062 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 255.118 MicroJy iter= 17163 IMAGR3: Field 3 Clean flux density= -66.026 MilliJy 17163 comps IMAGR3: Total Cleaned flux density = 569.238 MilliJy 114455 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -714.6 MicroJy,max = 656.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 251.10 MicroJy IMAGR3: 2163 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -253.783 MicroJy iter= 18329 IMAGR3: Field 6 Clean flux density= -60.868 MilliJy 18329 comps IMAGR3: Total Cleaned flux density = 568.708 MilliJy 115547 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -662.9 MicroJy,max = 546.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 249.42 MicroJy IMAGR3: 2726 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -252.551 MicroJy iter= 25385 IMAGR3: Field 4 Clean flux density= -84.974 MilliJy 25385 comps IMAGR3: Total Cleaned flux density = 567.380 MilliJy 116871 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -677.8 MicroJy,max = 563.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 247.74 MicroJy IMAGR3: 3121 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 251.162 MicroJy iter= 27571 IMAGR3: Field 5 Clean flux density= -63.933 MilliJy 27571 comps IMAGR3: Total Cleaned flux density = 565.366 MilliJy 118355 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -727.8 MicroJy,max = 933.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 246.89 MicroJy IMAGR3: 1530 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 249.000 MicroJy iter= 13753 IMAGR3: Field 7 Clean flux density= -47.063 MilliJy 13753 comps IMAGR3: Total Cleaned flux density = 564.503 MilliJy 119219 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -760.3 MicroJy,max = 771.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 246.20 MicroJy IMAGR3: 1635 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -248.448 MicroJy iter= 14171 IMAGR3: Field 2 Clean flux density= -48.226 MilliJy 14171 comps IMAGR3: Total Cleaned flux density = 562.281 MilliJy 120168 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -664.4 MicroJy,max = 629.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 245.04 MicroJy IMAGR3: 2049 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 247.413 MicroJy iter= 18209 IMAGR3: Field 3 Clean flux density= -67.087 MilliJy 18209 comps IMAGR3: Total Cleaned flux density = 561.221 MilliJy 121214 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -366.4 MicroJy,max = 360.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 244.70 MicroJy IMAGR3: 368 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 245.482 MicroJy iter= 4060 IMAGR3: Field 1 Clean flux density= 932.608 MilliJy 4060 comps IMAGR3: Total Cleaned flux density = 560.464 MilliJy 121478 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -692.2 MicroJy,max = 633.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 243.40 MicroJy IMAGR3: 2135 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -245.960 MicroJy iter= 19433 IMAGR3: Field 6 Clean flux density= -62.564 MilliJy 19433 comps IMAGR3: Total Cleaned flux density = 558.768 MilliJy 122582 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -634.4 MicroJy,max = 536.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 241.91 MicroJy IMAGR3: 2632 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 244.753 MicroJy iter= 26701 IMAGR3: Field 4 Clean flux density= -86.836 MilliJy 26701 comps IMAGR3: Total Cleaned flux density = 556.905 MilliJy 123898 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -658.0 MicroJy,max = 554.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 240.28 MicroJy IMAGR3: 3032 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -243.340 MicroJy iter= 29011 IMAGR3: Field 5 Clean flux density= -64.522 MilliJy 29011 comps IMAGR3: Total Cleaned flux density = 556.317 MilliJy 125338 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -721.4 MicroJy,max = 918.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 239.54 MicroJy IMAGR3: 1565 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 241.517 MicroJy iter= 14637 IMAGR3: Field 7 Clean flux density= -47.139 MilliJy 14637 comps IMAGR3: Total Cleaned flux density = 556.241 MilliJy 126222 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -727.6 MicroJy,max = 762.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 238.64 MicroJy IMAGR3: 1629 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 240.687 MicroJy iter= 15105 IMAGR3: Field 2 Clean flux density= -49.654 MilliJy 15105 comps IMAGR3: Total Cleaned flux density = 554.812 MilliJy 127156 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -660.8 MicroJy,max = 617.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 237.57 MicroJy IMAGR3: 2201 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 239.927 MicroJy iter= 19316 IMAGR3: Field 3 Clean flux density= -68.244 MilliJy 19316 comps IMAGR3: Total Cleaned flux density = 553.656 MilliJy 128263 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -674.1 MicroJy,max = 626.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 236.52 MicroJy IMAGR3: 2269 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 238.971 MicroJy iter= 20602 IMAGR3: Field 6 Clean flux density= -65.099 MilliJy 20602 comps IMAGR3: Total Cleaned flux density = 551.122 MilliJy 129432 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -612.6 MicroJy,max = 519.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 235.23 MicroJy IMAGR3: 2607 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -237.842 MicroJy iter= 27995 IMAGR3: Field 4 Clean flux density= -88.394 MilliJy 27995 comps IMAGR3: Total Cleaned flux density = 549.564 MilliJy 130726 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -376.1 MicroJy,max = 359.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 234.91 MicroJy IMAGR3: 450 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 235.785 MicroJy iter= 4371 IMAGR3: Field 1 Clean flux density= 931.851 MilliJy 4371 comps IMAGR3: Total Cleaned flux density = 548.807 MilliJy 131037 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -642.4 MicroJy,max = 530.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 233.34 MicroJy IMAGR3: 2750 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 236.014 MicroJy iter= 30368 IMAGR3: Field 5 Clean flux density= -66.327 MilliJy 30368 comps IMAGR3: Total Cleaned flux density = 547.003 MilliJy 132394 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -699.2 MicroJy,max = 888.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 232.56 MicroJy IMAGR3: 1457 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -234.427 MicroJy iter= 15525 IMAGR3: Field 7 Clean flux density= -48.328 MilliJy 15525 comps IMAGR3: Total Cleaned flux density = 545.814 MilliJy 133282 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -711.6 MicroJy,max = 745.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 231.72 MicroJy IMAGR3: 1666 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 233.703 MicroJy iter= 16053 IMAGR3: Field 2 Clean flux density= -50.263 MilliJy 16053 comps IMAGR3: Total Cleaned flux density = 545.204 MilliJy 134230 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -650.9 MicroJy,max = 595.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 230.59 MicroJy IMAGR3: 2210 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 232.814 MicroJy iter= 20456 IMAGR3: Field 3 Clean flux density= -68.828 MilliJy 20456 comps IMAGR3: Total Cleaned flux density = 544.620 MilliJy 135370 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -647.5 MicroJy,max = 623.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 229.54 MicroJy IMAGR3: 2406 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -231.854 MicroJy iter= 21824 IMAGR3: Field 6 Clean flux density= -64.815 MilliJy 21824 comps IMAGR3: Total Cleaned flux density = 544.904 MilliJy 136592 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -596.2 MicroJy,max = 509.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 228.27 MicroJy IMAGR3: 2817 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 230.884 MicroJy iter= 29389 IMAGR3: Field 4 Clean flux density= -90.090 MilliJy 29389 comps IMAGR3: Total Cleaned flux density = 543.209 MilliJy 137986 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -625.9 MicroJy,max = 530.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 227.09 MicroJy IMAGR3: 2810 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -229.657 MicroJy iter= 31770 IMAGR3: Field 5 Clean flux density= -67.367 MilliJy 31770 comps IMAGR3: Total Cleaned flux density = 542.169 MilliJy 139388 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -372.0 MicroJy,max = 349.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 226.78 MicroJy IMAGR3: 441 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -227.604 MicroJy iter= 4683 IMAGR3: Field 1 Clean flux density= 930.361 MilliJy 4683 comps IMAGR3: Total Cleaned flux density = 540.679 MilliJy 139700 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -690.5 MicroJy,max = 888.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 226.09 MicroJy IMAGR3: 1501 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -227.774 MicroJy iter= 16392 IMAGR3: Field 7 Clean flux density= -49.179 MilliJy 16392 comps IMAGR3: Total Cleaned flux density = 539.829 MilliJy 140567 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -696.2 MicroJy,max = 728.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 225.29 MicroJy IMAGR3: 1622 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -227.055 MicroJy iter= 16973 IMAGR3: Field 2 Clean flux density= -51.610 MilliJy 16973 comps IMAGR3: Total Cleaned flux density = 538.482 MilliJy 141487 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -629.3 MicroJy,max = 586.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 224.24 MicroJy IMAGR3: 2074 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 226.255 MicroJy iter= 21570 IMAGR3: Field 3 Clean flux density= -70.347 MilliJy 21570 comps IMAGR3: Total Cleaned flux density = 536.963 MilliJy 142601 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -636.9 MicroJy,max = 619.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 223.10 MicroJy IMAGR3: 2253 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 225.230 MicroJy iter= 23025 IMAGR3: Field 6 Clean flux density= -65.299 MilliJy 23025 comps IMAGR3: Total Cleaned flux density = 536.478 MilliJy 143802 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -586.3 MicroJy,max = 498.8 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 221.72 MicroJy IMAGR3: 2647 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -224.043 MicroJy iter= 30732 IMAGR3: Field 4 Clean flux density= -92.136 MilliJy 30732 comps IMAGR3: Total Cleaned flux density = 534.433 MilliJy 145145 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -611.8 MicroJy,max = 514.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 220.54 MicroJy IMAGR3: 2968 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 223.083 MicroJy iter= 33244 IMAGR3: Field 5 Clean flux density= -69.574 MilliJy 33244 comps IMAGR3: Total Cleaned flux density = 532.226 MilliJy 146619 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -676.3 MicroJy,max = 872.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 219.91 MicroJy IMAGR3: 1625 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -221.535 MicroJy iter= 17328 IMAGR3: Field 7 Clean flux density= -50.643 MilliJy 17328 comps IMAGR3: Total Cleaned flux density = 530.762 MilliJy 147555 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 1 min = -350.8 MicroJy,max = 346.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 219.64 MicroJy IMAGR3: 403 Residual map points loaded IMAGR3: Field 1 min Clean flux = -220.858 MicroJy iter= 4955 IMAGR3: Field 1 Clean flux density= 930.042 MilliJy 4955 comps IMAGR3: Total Cleaned flux density = 530.442 MilliJy 147827 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 2 min = -682.6 MicroJy,max = 710.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 218.72 MicroJy IMAGR3: 1683 Residual map points loaded IMAGR3: Field 2 min Clean flux = -220.892 MicroJy iter= 17883 IMAGR3: Field 2 Clean flux density= -52.649 MilliJy 17883 comps IMAGR3: Total Cleaned flux density = 529.404 MilliJy 148737 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 3 min = -612.9 MicroJy,max = 574.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 216.90 MicroJy IMAGR3: 2685 Residual map points loaded IMAGR3: Field 3 min Clean flux = -220.890 MicroJy iter= 22582 IMAGR3: Field 3 Clean flux density= -70.421 MilliJy 22582 comps IMAGR3: Total Cleaned flux density = 529.330 MilliJy 149749 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 6 min = -620.7 MicroJy,max = 610.3 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 214.17 MicroJy IMAGR3: 3463 Residual map points loaded IMAGR3: Field 6 min Clean flux = -220.867 MicroJy iter= 23877 IMAGR3: Field 6 Clean flux density= -66.348 MilliJy 23877 comps IMAGR3: Total Cleaned flux density = 528.282 MilliJy 150601 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 4 min = -581.6 MicroJy,max = 502.5 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 210.02 MicroJy IMAGR3: 5792 Residual map points loaded IMAGR3: Field 4 min Clean flux = -220.893 MicroJy iter= 31559 IMAGR3: Field 4 Clean flux density= -92.984 MilliJy 31559 comps IMAGR3: Total Cleaned flux density = 527.434 MilliJy 151428 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 5 min = -604.8 MicroJy,max = 511.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 201.19 MicroJy IMAGR3: 11250 Residual map points loaded IMAGR3: Field 5 min Clean flux = 220.883 MicroJy iter= 33844 IMAGR3: Field 5 Clean flux density= -69.758 MilliJy 33844 comps IMAGR3: Total Cleaned flux density = 527.250 MilliJy 152028 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Field 7 min = -665.0 MicroJy,max = 854.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 178.31 MicroJy IMAGR3: 19976 Residual map points loaded IMAGR3: Field 7 min Clean flux = 220.887 MicroJy iter= 17709 IMAGR3: Field 7 Clean flux density= -50.436 MilliJy 17709 comps IMAGR3: Total Cleaned flux density = 527.457 MilliJy 152409 comps IMAGR3: ALGSTB: All 512 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 501- 0 Cells, with 62850 Pts IMAGR3: Peak residual in window 220.893 less than limit 220.895 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 4955 to 1743 components IMAGR3: Field 2 compressed from 17883 to 5455 components IMAGR3: Field 3 compressed from 22582 to 7515 components IMAGR3: Field 4 compressed from 31559 to 10028 components IMAGR3: Field 5 compressed from 33844 to 10370 components IMAGR3: Field 6 compressed from 23877 to 7908 components IMAGR3: Field 7 compressed from 17709 to 5358 components IMAGR3: Field 1 min = -344.6 MicroJy,max = 349.1 MicroJy IMAGR3: Field 2 min = -678.3 MicroJy,max = 695.0 MicroJy IMAGR3: Field 3 min = -612.9 MicroJy,max = 563.7 MicroJy IMAGR3: Field 4 min = -567.7 MicroJy,max = 495.8 MicroJy IMAGR3: Field 5 min = -601.1 MicroJy,max = 499.8 MicroJy IMAGR3: Field 6 min = -609.7 MicroJy,max = 600.9 MicroJy IMAGR3: Field 7 min = -665.4 MicroJy,max = 849.0 MicroJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 540.116 MicroJy ( 101 CCs) from field 1 to field 2 IMAGR3: Restore -1.851 MilliJy ( 266 CCs) from field 1 to field 3 IMAGR3: Restore -3.819 MilliJy ( 382 CCs) from field 1 to field 4 IMAGR3: Restore -1.858 MilliJy ( 311 CCs) from field 1 to field 5 IMAGR3: Restore -1.671 MilliJy ( 289 CCs) from field 1 to field 6 IMAGR3: Restore -1.312 MilliJy ( 102 CCs) from field 1 to field 7 IMAGR3: Restore-306.361 MicroJy ( 158 CCs) from field 2 to field 1 IMAGR3: Restore -15.019 MilliJy ( 445 CCs) from field 2 to field 3 IMAGR3: Restore -8.113 MilliJy ( 850 CCs) from field 2 to field 4 IMAGR3: Restore 3.086 MilliJy ( 221 CCs) from field 3 to field 1 IMAGR3: Restore -1.408 MilliJy ( 279 CCs) from field 3 to field 2 IMAGR3: Restore -2.486 MilliJy ( 719 CCs) from field 3 to field 5 IMAGR3: Restore -4.015 MilliJy ( 465 CCs) from field 4 to field 1 IMAGR3: Restore -11.846 MilliJy ( 618 CCs) from field 4 to field 2 IMAGR3: Restore -5.971 MilliJy ( 688 CCs) from field 4 to field 6 IMAGR3: Restore 4.438 MilliJy ( 468 CCs) from field 5 to field 1 IMAGR3: Restore 56.470 MicroJy ( 805 CCs) from field 5 to field 3 IMAGR3: Restore-841.660 MicroJy ( 660 CCs) from field 5 to field 7 IMAGR3: Restore -1.348 MilliJy ( 267 CCs) from field 6 to field 1 IMAGR3: Restore-887.068 MicroJy ( 832 CCs) from field 6 to field 4 IMAGR3: Restore -6.808 MilliJy ( 308 CCs) from field 6 to field 7 IMAGR3: Restore 244.288 MicroJy ( 139 CCs) from field 7 to field 1 IMAGR3: Restore -6.780 MilliJy ( 777 CCs) from field 7 to field 5 IMAGR3: Restore -7.538 MilliJy ( 436 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 932.140 MilliJy IMAGR3: Field 2 final Clean flux -65.362 MilliJy IMAGR3: Field 3 final Clean flux -87.235 MilliJy IMAGR3: Field 4 final Clean flux -105.802 MilliJy IMAGR3: Field 5 final Clean flux -80.881 MilliJy IMAGR3: Field 6 final Clean flux -81.528 MilliJy IMAGR3: Field 7 final Clean flux -59.398 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 6 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: auto 31DEC06 TST: Cpu= 254.6 Real= 1029 m(7)=char(ds );end AIPS 3: sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 3: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 3: AIPS 3: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 3: print sysout AIPS 3: $keep sysout - not if we use dir instead AIPS 3: syscom'';sys2com'';clrtemp AIPS 3: return AIPS 3: finish AIPS 3: AIPS 3: procedure nvasarch AIPS 3: scalar nn AIPS 3: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 3: default fitab;indisk=lsdisk;recat AIPS 3: $ figure out array for uv name AIPS 3: $ getname 1; AIPS 3: for nn=mai:numfle $ archive MA files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: typ length(outfile),length(sysout) AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: outfile='FITS:'!!outfile AIPS 3: ;go;wait; $zap AIPS 3: ;system AIPS 3: end AIPS 3: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 3: numfle=mai -1 AIPS 3: for nn=3:numfle $ archive calibrated UV files AIPS 3: getname nn AIPS 3: nvasname AIPS 3: outfile='/tmp/tempuvfits AIPS 3: go;wait; $zap AIPS 3: syscom'mv -f AIPS 3: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 3: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 3: sysout'';sys2com(3) ' >& /dev/null AIPS 3: system AIPS 3: end AIPS 3: getname 2 $ archive calibration tables AIPS 3: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 3: AIPS 3: sys2com'';sysout'';syscom 'mkdir AIPS 3: sys2com(1)=' $adat/ AIPS 3: AIPS 3: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 3: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 3: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 3: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 3: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 3: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 3: AIPS 3: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 3: system;clrtemp AIPS 3: AIPS 3: finish AIPS 3: AIPS 3: procedure nvas AIPS 3: typ expid;flatfov;nvasimage AIPS 3: $nvasarch AIPS 3: finish >AIPS 3: Found in Version=ABIN AIPS 3: Found in Version=ABIN AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 3: Got(1) disk= 1 user=**** type=UV 20000130.X BAND.1 AIPS 3: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 3: '5 SECOND INTEGRATIONS (GUESS)' AIPS 3: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: '0137+331 MODEL =' '3C48_X' AIPS 3: SYSTEM command to be executed is: AIPS 3: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Destroyed 1 extension files of type CC AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 2 disk= 1 AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: Resumes AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.03682 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_2000J AIPS 3: AN30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01709 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found G991208 X BAND Seq 1 Disk: 1 in slot 4 SETFC3: SETCEL: recommends IMSIZE 1369 CELLSIZE 0.23388 SETFC3: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23388 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC3: Searching catalog between 0.06 and 0.13 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 86.3 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 1012 1012 16 33 53.50 46 27 20.9 00001 -1 507 512 513 C 2 1012 1012 16 33 53.50 46 24 01.8 00002 -1 507 512 513 C 3 1012 1012 16 33 36.82 46 25 41.3 00003 -1 507 512 513 C 4 1012 1012 16 34 10.18 46 25 41.3 00004 -1 507 512 513 C 5 1012 1012 16 33 36.81 46 29 00.4 00005 -1 507 512 513 C 6 1012 1012 16 34 10.19 46 29 00.4 00006 -1 507 512 513 C 7 1012 1012 16 33 53.50 46 30 40.0 00007 -1 507 512 513 C@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01709 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000JA AIPS 3: N30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 1012 1012 1.4098E-10 2.5580E-11 0 IMAGR3: Field 2 1012 1012 1.4098E-10 -1.9910E+02 0 IMAGR3: Field 3 1012 1012 -1.7237E+02 -9.9600E+01 0 IMAGR3: Field 4 1012 1012 1.7237E+02 -9.9600E+01 0 IMAGR3: Field 5 1012 1012 -1.7247E+02 9.9500E+01 0 IMAGR3: Field 6 1012 1012 1.7247E+02 9.9500E+01 0 IMAGR3: Field 7 1012 1012 1.4098E-10 1.9910E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@G991208_X,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create G991208 .IMAGR . 1 (UV) on disk 1 cno 13 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 291500 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 1.115E+05 IMAGR3: UVWAIT: Adding temperance S 2.230E+04 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 1.119E+09 and out 1.831E+09 IMAGR3: UVWAIT: Noise is increased by a factor 1.187 due to weighting IMAGR3: UVWAIT: Average summed weight 1.115E+05 over 582493 vis IMAGR3: Create G991208 .IBM001. 1 (MA) on disk 1 cno 14 IMAGR3: Create G991208 .IBM002. 1 (MA) on disk 1 cno 15 IMAGR3: Create G991208 .IBM003. 1 (MA) on disk 1 cno 16 IMAGR3: Create G991208 .IBM004. 1 (MA) on disk 1 cno 17 IMAGR3: Create G991208 .IBM005. 1 (MA) on disk 1 cno 18 IMAGR3: Create G991208 .IBM006. 1 (MA) on disk 1 cno 19 IMAGR3: Create G991208 .IBM007. 1 (MA) on disk 1 cno 20 IMAGR3: Create G991208 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR3: Create G991208 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR3: Create G991208 .ICL003. 1 (MA) on disk 1 cno 23 IMAGR3: Create G991208 .ICL004. 1 (MA) on disk 1 cno 24 IMAGR3: Create G991208 .ICL005. 1 (MA) on disk 1 cno 25 IMAGR3: Create G991208 .ICL006. 1 (MA) on disk 1 cno 26 IMAGR3: Create G991208 .ICL007. 1 (MA) on disk 1 cno 27 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 1 Beam min = -80.7 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 1.210 x 0.636 arcsec, PA= 74.0 IMAGR3: Field 2 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 2 Beam min = -80.7 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 1.210 x 0.636 arcsec, PA= 74.0 IMAGR3: Field 3 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 3 Beam min = -75.6 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 1.211 x 0.636 arcsec, PA= 74.0 IMAGR3: Field 4 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 4 Beam min = -53.0 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 1.208 x 0.636 arcsec, PA= 74.1 IMAGR3: Field 5 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 5 Beam min = -62.8 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 1.211 x 0.636 arcsec, PA= 74.0 IMAGR3: Field 6 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 6 Beam min = -59.6 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 1.208 x 0.636 arcsec, PA= 74.1 IMAGR3: Field 7 Sum of gridding weights = 1.94377E+10 IMAGR3: Field 7 Beam min = -80.7 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 1.209 x 0.636 arcsec, PA= 74.1 IMAGR3: CLBHIS: minimum component 0.138 of current peak IMAGR3: Field 1 min = -122.6 MicroJy,max = 306.8 MicroJy IMAGR3: Field 2 min = -119.8 MicroJy,max = 114.3 MicroJy IMAGR3: Field 3 min = -115.6 MicroJy,max = 108.7 MicroJy IMAGR3: Field 4 min = -121.7 MicroJy,max = 127.4 MicroJy IMAGR3: Field 5 min = -122.3 MicroJy,max = 327.5 MicroJy IMAGR3: Field 6 min = -117.6 MicroJy,max = 112.9 MicroJy IMAGR3: Field 7 min = -127.6 MicroJy,max = 700.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 64.31 MicroJy IMAGR3: 3880 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 276.482 MicroJy iter= 11 IMAGR3: Field 7 Clean flux density= 501.323 MicroJy 11 comps IMAGR3: Total Cleaned flux density = 501.323 MicroJy 11 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -123.1 MicroJy,max = 309.2 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 64.22 MicroJy IMAGR3: 3462 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 112.108 MicroJy iter= 11 IMAGR3: Field 1 Clean flux density= 214.340 MicroJy 11 comps IMAGR3: Total Cleaned flux density = 715.663 MicroJy 22 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -122.1 MicroJy,max = 257.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 64.07 MicroJy IMAGR3: 3536 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 108.343 MicroJy iter= 29 IMAGR3: Field 7 Clean flux density= 739.307 MicroJy 29 comps IMAGR3: Total Cleaned flux density = 953.647 MicroJy 40 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -121.2 MicroJy,max = 125.6 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 64.04 MicroJy IMAGR3: 3153 Residual map points loaded IMAGR3: Field 4 min Clean flux = 102.086 MicroJy iter= 6 IMAGR3: Field 4 Clean flux density= -2.454 MicroJy 6 comps IMAGR3: Total Cleaned flux density = 951.193 MicroJy 46 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -103.2 MicroJy,max = 118.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 62.72 MicroJy IMAGR3: 4103 Residual map points loaded IMAGR3: Field 1 min Clean flux = 101.431 MicroJy iter= 13 IMAGR3: Field 1 Clean flux density= 234.773 MicroJy 13 comps IMAGR3: Total Cleaned flux density = 971.626 MicroJy 48 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -106.6 MicroJy,max = 118.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 61.01 MicroJy IMAGR3: 5167 Residual map points loaded IMAGR3: Field 7 min Clean flux = -100.230 MicroJy iter= 32 IMAGR3: Field 7 Clean flux density= 750.456 MicroJy 32 comps IMAGR3: Total Cleaned flux density = 982.774 MicroJy 51 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -124.4 MicroJy,max = 130.3 MicroJy IMAGR3: TRY ANOTHER FIELD: this is 9.393E-05 < Second best 1.000E-04 IMAGR3: Field 6 min = -117.1 MicroJy,max = 112.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 55.43 MicroJy IMAGR3: 9452 Residual map points loaded IMAGR3: Field 6 min Clean flux = 97.776 MicroJy iter= 5 IMAGR3: Field 6 Clean flux density= 30.382 MicroJy 5 comps IMAGR3: Total Cleaned flux density = 1.013 MilliJy 56 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -111.6 MicroJy,max = 111.4 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 49.81 MicroJy IMAGR3: 19985 Residual map points loaded IMAGR3: Field 2 min Clean flux = 100.574 MicroJy iter= 2 IMAGR3: Field 2 Clean flux density= 20.350 MicroJy 2 comps IMAGR3: Total Cleaned flux density = 1.034 MilliJy 58 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Peak residual in window 102.086 less than limit 102.570 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 13 to 3 components IMAGR3: Field 2 compressed from 2 to 2 components IMAGR3: Field 3 compressed from 0 to 0 components IMAGR3: Field 4 compressed from 6 to 5 components IMAGR3: Field 5 compressed from 0 to 0 components IMAGR3: Field 6 compressed from 5 to 5 components IMAGR3: Field 7 compressed from 32 to 9 components IMAGR3: Field 1 min = -103.3 MicroJy,max = 117.9 MicroJy IMAGR3: Field 2 min = -111.6 MicroJy,max = 111.3 MicroJy IMAGR3: Field 3 min = -114.9 MicroJy,max = 104.7 MicroJy IMAGR3: Field 4 min = -114.9 MicroJy,max = 125.8 MicroJy IMAGR3: Field 5 min = -124.5 MicroJy,max = 130.4 MicroJy IMAGR3: Field 6 min = -117.1 MicroJy,max = 112.8 MicroJy IMAGR3: Field 7 min = -106.5 MicroJy,max = 117.9 MicroJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore 10.143 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR3: Restore -23.021 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR3: Restore -23.021 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR3: Restore 10.263 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR3: Restore 10.263 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR3: Restore 772.492 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 222.015 MicroJy IMAGR3: Field 2 final Clean flux 7.472 MicroJy IMAGR3: Field 3 final Clean flux 0.000 Jy IMAGR3: Field 4 final Clean flux -2.454 MicroJy IMAGR3: Field 5 final Clean flux 772.492 MicroJy IMAGR3: Field 6 final Clean flux 30.382 MicroJy IMAGR3: Field 7 final Clean flux 760.719 MicroJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 13 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: auto 31DEC06 TST: Cpu= 42.5 Real= 175 C@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01709 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000JA AIPS 3: N30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06987 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC3: Task SETFC (release of 31DEC06) begins SETFC3: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 5 SETFC3: SETCEL: recommends IMSIZE 1361 CELLSIZE 0.23527 SETFC3: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23527 SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 SETFC3: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC3: Searching catalog between 0.06 and 0.13 degrees radius SETFC3: ZTXOP2: using translated file name = SETFC3: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC3: No NVSS sources selected for BOXFILE SETFC3: The Sun is 85.1 deg away - ignoring SETFC3: First field number written was 1 SETFC3: Highest field number written was 7 SETFC3: returns adverbs to AIPS SETFC3: Appears to have ended successfully SETFC3: auto 31DEC06 TST: Cpu= 0.1 Real= 1 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 1012 1012 01 37 41.30 33 06 14.8 00002 -1 507 512 513 C 3 1012 1012 01 37 27.49 33 07 54.9 00003 -1 507 512 513 C 4 1012 1012 01 37 55.11 33 07 54.9 00004 -1 507 512 513 C 5 1012 1012 01 37 27.48 33 11 15.2 00005 -1 507 512 513 C 6 1012 1012 01 37 55.12 33 11 15.2 00006 -1 507 512 513 C 7 1012 1012 01 37 41.30 33 12 55.4 00007 -1 507 512 513 C@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01709 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000JA AIPS 3: N30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06987 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_2000J AIPS 3: AN30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 3: ' ' IMAGR3: Task IMAGR (release of 31DEC06) begins IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR3: FIELDF: Final field parameters and # read are: IMAGR3: Field 1 1012 1012 6.2786E-03 -3.4000E-02 0 IMAGR3: Field 2 1012 1012 6.2786E-03 -2.0033E+02 0 IMAGR3: Field 3 1012 1012 -1.7341E+02 -1.0023E+02 0 IMAGR3: Field 4 1012 1012 1.7342E+02 -1.0023E+02 0 IMAGR3: Field 5 1012 1012 -1.7353E+02 1.0007E+02 0 IMAGR3: Field 6 1012 1012 1.7355E+02 1.0007E+02 0 IMAGR3: Field 7 1012 1012 6.2786E-03 2.0027E+02 0 IMAGR3: ZTXOP2: using translated file name = IMAGR3: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR3: WINDF: Number of clean boxes/field read as follows: IMAGR3: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR3: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR3: Create 0137+331 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR3: Beginning channel 1 through 1 with 2 IFs IMAGR3: IMACPY: Copied 17450 visibilities to be imaged IMAGR3: **** WARNING data included out of inner portion of UV plane **** IMAGR3: **** Watch for high-frequency & other poor cleaning effects **** IMAGR3: UVWAIT: begin finding uniform weights IMAGR3: UVWAIT: Average grid weight 9.956E+04 IMAGR3: UVWAIT: Adding temperance S 1.991E+04 IMAGR3: UVWAIT: begin applying uniform or other weights IMAGR3: UVWAIT: Sum of weights in 8.256E+07 and out 1.175E+08 IMAGR3: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR3: UVWAIT: Average summed weight 9.956E+04 over 34775 vis IMAGR3: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR3: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 22 IMAGR3: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 23 IMAGR3: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 24 IMAGR3: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 25 IMAGR3: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 26 IMAGR3: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 27 IMAGR3: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 28 IMAGR3: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 29 IMAGR3: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 30 IMAGR3: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 31 IMAGR3: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 32 IMAGR3: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 33 IMAGR3: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 34 IMAGR3: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR3: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR3: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR3: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR3: Field 1 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 1 Beam min = -122.1 MilliJy, max = 1.0 Jy IMAGR3: Field 1 fit FWHM = 716.578 x 652.123 Milliarcsec, PA= 38.7 IMAGR3: Field 2 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 2 Beam min = -122.5 MilliJy, max = 1.0 Jy IMAGR3: Field 2 fit FWHM = 716.468 x 652.273 Milliarcsec, PA= 38.6 IMAGR3: Field 3 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 3 Beam min = -123.2 MilliJy, max = 1.0 Jy IMAGR3: Field 3 fit FWHM = 716.447 x 652.043 Milliarcsec, PA= 38.5 IMAGR3: Field 4 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 4 Beam min = -121.3 MilliJy, max = 1.0 Jy IMAGR3: Field 4 fit FWHM = 716.600 x 652.353 Milliarcsec, PA= 38.8 IMAGR3: Field 5 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 5 Beam min = -122.8 MilliJy, max = 1.0 Jy IMAGR3: Field 5 fit FWHM = 716.558 x 651.894 Milliarcsec, PA= 38.6 IMAGR3: Field 6 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 6 Beam min = -120.9 MilliJy, max = 1.0 Jy IMAGR3: Field 6 fit FWHM = 716.711 x 652.203 Milliarcsec, PA= 38.8 IMAGR3: Field 7 Sum of gridding weights = 1.24764E+09 IMAGR3: Field 7 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR3: Field 7 fit FWHM = 716.690 x 651.973 Milliarcsec, PA= 38.7 IMAGR3: CLBHIS: minimum component 0.500 of current peak IMAGR3: Field 1 min = -356.2 MilliJy,max = 2.7 Jy IMAGR3: Field 2 min = -224.1 MilliJy,max = 531.4 MilliJy IMAGR3: Field 3 min = -215.8 MilliJy,max = 840.7 MilliJy IMAGR3: Field 4 min = -214.6 MilliJy,max = 833.3 MilliJy IMAGR3: Field 5 min = -213.3 MilliJy,max = 819.5 MilliJy IMAGR3: Field 6 min = -227.1 MilliJy,max = 841.6 MilliJy IMAGR3: Field 7 min = -204.2 MilliJy,max = 536.8 MilliJy IMAGR3: BGC Clean: using 2043 cell beam + residuals > 237.16 MilliJy IMAGR3: 8605 Residual map points loaded IMAGR3: Field 1 min allowed flux = 1.309 Jy iter= 8 IMAGR3: Field 1 Clean flux density= 1.539 Jy 8 comps IMAGR3: Total Cleaned flux density = 1.539 Jy 8 comps IMAGR3: SETDO3: imaging done with multiple tangent planes IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: VISDFT: Model components of type Point IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -173.0 MilliJy,max = 1.2 Jy IMAGR3: BGC Clean: using 1549 cell beam + residuals > 190.55 MilliJy IMAGR3: 1611 Residual map points loaded IMAGR3: Field 1 min allowed flux = 579.388 MilliJy iter= 18 IMAGR3: Field 1 Clean flux density= 2.403 Jy 18 comps IMAGR3: Total Cleaned flux density = 2.403 Jy 18 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -83.2 MilliJy,max = 546.9 MilliJy IMAGR3: BGC Clean: using 477 cell beam + residuals > 163.65 MilliJy IMAGR3: 87 Residual map points loaded IMAGR3: Field 1 min allowed flux = 263.897 MilliJy iter= 28 IMAGR3: Field 1 Clean flux density= 2.793 Jy 28 comps IMAGR3: Total Cleaned flux density = 2.793 Jy 28 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -37.3 MilliJy,max = 65.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.879E-02 < Second best 5.064E-01 IMAGR3: Field 2 min = -40.7 MilliJy,max = 63.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.728E-02 < Second best 4.305E-01 IMAGR3: Field 5 min = -40.2 MilliJy,max = 85.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.133E-02 < Second best 4.277E-01 IMAGR3: Field 4 min = -39.0 MilliJy,max = 78.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.566E-02 < Second best 3.886E-01 IMAGR3: Field 6 min = -25.6 MilliJy,max = 78.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.312E-02 < Second best 3.764E-01 IMAGR3: Field 3 min = -21.1 MilliJy,max = 87.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.242E-02 < Second best 2.510E-01 IMAGR3: Field 1 min = -56.3 MilliJy,max = 250.8 MilliJy IMAGR3: BGC Clean: using 2037 cell beam + residuals > 25.22 MilliJy IMAGR3: 11878 Residual map points loaded IMAGR3: Field 1 min allowed flux = 121.462 MilliJy iter= 40 IMAGR3: Field 1 Clean flux density= 3.001 Jy 40 comps IMAGR3: Total Cleaned flux density = 3.001 Jy 40 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -64.5 MilliJy,max = 117.4 MilliJy IMAGR3: BGC Clean: using 993 cell beam + residuals > 21.04 MilliJy IMAGR3: 3655 Residual map points loaded IMAGR3: Field 1 min allowed flux = -58.270 MilliJy iter= 59 IMAGR3: Field 1 Clean flux density= 3.114 Jy 59 comps IMAGR3: Total Cleaned flux density = 3.114 Jy 59 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -21.6 MilliJy,max = 26.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.868E-02 < Second best 5.728E-02 IMAGR3: Field 2 min = -20.7 MilliJy,max = 24.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.219E-02 < Second best 5.566E-02 IMAGR3: Field 4 min = -21.0 MilliJy,max = 24.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.374E-02 < Second best 5.544E-02 IMAGR3: Field 1 min = -52.4 MilliJy,max = 54.3 MilliJy IMAGR3: BGC Clean: using 475 cell beam + residuals > 17.41 MilliJy IMAGR3: 1254 Residual map points loaded IMAGR3: Field 1 min allowed flux = 26.926 MilliJy iter= 91 IMAGR3: Field 1 Clean flux density= 3.141 Jy 91 comps IMAGR3: Total Cleaned flux density = 3.141 Jy 91 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -16.8 MilliJy,max = 18.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.723E-02 < Second best 4.312E-02 IMAGR3: Field 6 min = -9.6 MilliJy,max = 11.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.090E-02 < Second best 4.242E-02 IMAGR3: Field 3 min = -10.4 MilliJy,max = 10.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.014E-02 < Second best 2.563E-02 IMAGR3: Field 1 min = -27.2 MilliJy,max = 25.6 MilliJy IMAGR3: BGC Clean: using 475 cell beam + residuals > 8.05 MilliJy IMAGR3: 5651 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -13.826 MilliJy iter= 168 IMAGR3: Field 1 Clean flux density= 3.138 Jy 168 comps IMAGR3: Total Cleaned flux density = 3.138 Jy 168 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -12.0 MilliJy,max = 11.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.149E-02 < Second best 1.868E-02 IMAGR3: Field 7 min = -10.8 MilliJy,max = 13.6 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.194E-02 < Second best 1.723E-02 IMAGR3: Field 5 min = -10.8 MilliJy,max = 12.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.221E-02 < Second best 1.317E-02 IMAGR3: Field 1 min = -13.8 MilliJy,max = 13.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 5.57 MilliJy IMAGR3: 4682 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -9.542 MilliJy iter= 335 IMAGR3: Field 1 Clean flux density= 3.110 Jy 335 comps IMAGR3: Total Cleaned flux density = 3.110 Jy 335 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -8.7 MilliJy,max = 8.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.295E-03 < Second best 1.219E-02 IMAGR3: Field 2 min = -7.2 MilliJy,max = 7.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 7.286E-03 < Second best 1.194E-02 IMAGR3: Field 7 min = -7.7 MilliJy,max = 8.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 8.532E-03 < Second best 1.149E-02 IMAGR3: Field 4 min = -7.8 MilliJy,max = 10.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 9.617E-03 < Second best 1.090E-02 IMAGR3: Field 6 min = -8.1 MilliJy,max = 8.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.725E-03 < Second best 1.014E-02 IMAGR3: Field 3 min = -7.9 MilliJy,max = 7.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.563E-03 < Second best 9.617E-03 IMAGR3: BGC Clean: using 145 cell beam + residuals > 5.48 MilliJy IMAGR3: 423 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -6.475 MilliJy iter= 62 IMAGR3: Field 4 Clean flux density= 15.202 MilliJy 62 comps IMAGR3: Total Cleaned flux density = 3.125 Jy 397 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -6.9 MilliJy,max = 9.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 4.03 MilliJy IMAGR3: 1406 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -5.094 MilliJy iter= 446 IMAGR3: Field 1 Clean flux density= 3.137 Jy 446 comps IMAGR3: Total Cleaned flux density = 3.152 Jy 508 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -7.0 MilliJy,max = 6.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.703E-03 < Second best 8.295E-03 IMAGR3: Field 5 min = -8.9 MilliJy,max = 7.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.97 MilliJy IMAGR3: 3065 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 5.331 MilliJy iter= 193 IMAGR3: Field 5 Clean flux density= -3.583 MilliJy 193 comps IMAGR3: Total Cleaned flux density = 3.149 Jy 701 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -6.2 MilliJy,max = 6.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 6.104E-03 < Second best 6.725E-03 IMAGR3: Field 6 min = -7.0 MilliJy,max = 7.4 MilliJy IMAGR3: BGC Clean: using 145 cell beam + residuals > 4.01 MilliJy IMAGR3: 1887 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -4.905 MilliJy iter= 164 IMAGR3: Field 6 Clean flux density= -4.086 MilliJy 164 comps IMAGR3: Total Cleaned flux density = 3.145 Jy 865 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -5.4 MilliJy,max = 5.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.175E-03 < Second best 6.563E-03 IMAGR3: Field 3 min = -7.1 MilliJy,max = 5.8 MilliJy IMAGR3: BGC Clean: using 145 cell beam + residuals > 4.01 MilliJy IMAGR3: 699 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 4.554 MilliJy iter= 115 IMAGR3: Field 3 Clean flux density= 4.077 MilliJy 115 comps IMAGR3: Total Cleaned flux density = 3.149 Jy 980 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -6.4 MilliJy,max = 6.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 5.529E-03 < Second best 6.104E-03 IMAGR3: Field 2 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR3: BGC Clean: using 145 cell beam + residuals > 3.58 MilliJy IMAGR3: 543 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 4.042 MilliJy iter= 120 IMAGR3: Field 2 Clean flux density= 17.021 MilliJy 120 comps IMAGR3: Total Cleaned flux density = 3.166 Jy 1100 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -6.4 MilliJy,max = 6.8 MilliJy IMAGR3: BGC Clean: using 145 cell beam + residuals > 3.58 MilliJy IMAGR3: 2023 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 4.259 MilliJy iter= 280 IMAGR3: Field 4 Clean flux density= 12.986 MilliJy 280 comps IMAGR3: Total Cleaned flux density = 3.164 Jy 1318 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -5.2 MilliJy,max = 5.0 MilliJy IMAGR3: BGC Clean: using 145 cell beam + residuals > 3.58 MilliJy IMAGR3: 248 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 3.792 MilliJy iter= 78 IMAGR3: Field 7 Clean flux density= -7.141 MilliJy 78 comps IMAGR3: Total Cleaned flux density = 3.157 Jy 1396 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -5.4 MilliJy,max = 5.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.599E-03 < Second best 4.864E-03 IMAGR3: Field 1 min = -4.1 MilliJy,max = 5.0 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.451E-03 < Second best 4.695E-03 IMAGR3: Field 6 min = -4.9 MilliJy,max = 6.4 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 4.034E-03 < Second best 4.599E-03 IMAGR3: BGC Clean: using 103 cell beam + residuals > 3.07 MilliJy IMAGR3: 1564 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -3.560 MilliJy iter= 418 IMAGR3: Field 5 Clean flux density= 19.480 MilliJy 418 comps IMAGR3: Total Cleaned flux density = 3.180 Jy 1621 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -3.9 MilliJy,max = 4.7 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.746E-03 < Second best 4.357E-03 IMAGR3: Field 3 min = -6.0 MilliJy,max = 4.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR3: 1284 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -3.306 MilliJy iter= 332 IMAGR3: Field 3 Clean flux density= 4.434 MilliJy 332 comps IMAGR3: Total Cleaned flux density = 3.180 Jy 1838 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -5.2 MilliJy,max = 6.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR3: 2141 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -3.206 MilliJy iter= 569 IMAGR3: Field 4 Clean flux density= 37.865 MilliJy 569 comps IMAGR3: Total Cleaned flux density = 3.205 Jy 2127 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -4.6 MilliJy,max = 5.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.74 MilliJy IMAGR3: 1523 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 3.102 MilliJy iter= 452 IMAGR3: Field 6 Clean flux density= -19.868 MilliJy 452 comps IMAGR3: Total Cleaned flux density = 3.189 Jy 2415 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 2 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.405E-03 < Second best 3.746E-03 IMAGR3: Field 1 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.63 MilliJy IMAGR3: 260 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 2.756 MilliJy iter= 556 IMAGR3: Field 1 Clean flux density= 3.139 Jy 556 comps IMAGR3: Total Cleaned flux density = 3.191 Jy 2525 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.106E-03 < Second best 3.409E-03 IMAGR3: Field 5 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 3.079E-03 < Second best 3.405E-03 IMAGR3: Field 2 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR3: 921 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -2.664 MilliJy iter= 355 IMAGR3: Field 2 Clean flux density= 16.546 MilliJy 355 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 2760 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -5.2 MilliJy,max = 4.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR3: 813 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 2.525 MilliJy iter= 557 IMAGR3: Field 3 Clean flux density= 9.714 MilliJy 557 comps IMAGR3: Total Cleaned flux density = 3.196 Jy 2985 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.34 MilliJy IMAGR3: 1052 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 2.554 MilliJy iter= 360 IMAGR3: Field 7 Clean flux density= -3.467 MilliJy 360 comps IMAGR3: Total Cleaned flux density = 3.199 Jy 3267 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.804E-03 < Second best 3.071E-03 IMAGR3: Field 4 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.18 MilliJy IMAGR3: 631 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -2.307 MilliJy iter= 759 IMAGR3: Field 4 Clean flux density= 34.757 MilliJy 759 comps IMAGR3: Total Cleaned flux density = 3.196 Jy 3457 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -3.6 MilliJy,max = 4.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.600E-03 < Second best 2.804E-03 IMAGR3: Field 5 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 2.02 MilliJy IMAGR3: 1503 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -2.224 MilliJy iter= 770 IMAGR3: Field 5 Clean flux density= 21.924 MilliJy 770 comps IMAGR3: Total Cleaned flux density = 3.199 Jy 3809 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.291E-03 < Second best 2.600E-03 IMAGR3: Field 6 min = -3.6 MilliJy,max = 4.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR3: 1314 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 2.151 MilliJy iter= 781 IMAGR3: Field 6 Clean flux density= -21.066 MilliJy 781 comps IMAGR3: Total Cleaned flux density = 3.197 Jy 4138 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR3: 355 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.984 MilliJy iter= 516 IMAGR3: Field 2 Clean flux density= 14.163 MilliJy 516 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 4299 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 2.215E-03 < Second best 2.421E-03 IMAGR3: Field 3 min = -4.4 MilliJy,max = 3.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR3: 1551 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.896 MilliJy iter= 925 IMAGR3: Field 3 Clean flux density= 17.535 MilliJy 925 comps IMAGR3: Total Cleaned flux density = 3.203 Jy 4667 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR3: 340 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.808 MilliJy iter= 718 IMAGR3: Field 1 Clean flux density= 3.137 Jy 718 comps IMAGR3: Total Cleaned flux density = 3.200 Jy 4829 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 7 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR3: 420 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.804 MilliJy iter= 528 IMAGR3: Field 7 Clean flux density= -1.061 MilliJy 528 comps IMAGR3: Total Cleaned flux density = 3.203 Jy 4997 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR3: 683 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.756 MilliJy iter= 984 IMAGR3: Field 4 Clean flux density= 38.030 MilliJy 984 comps IMAGR3: Total Cleaned flux density = 3.206 Jy 5222 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR3: 469 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -1.657 MilliJy iter= 965 IMAGR3: Field 5 Clean flux density= 18.356 MilliJy 965 comps IMAGR3: Total Cleaned flux density = 3.203 Jy 5417 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -3.0 MilliJy,max = 4.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR3: 1485 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.617 MilliJy iter= 1180 IMAGR3: Field 6 Clean flux density= -21.027 MilliJy 1180 comps IMAGR3: Total Cleaned flux density = 3.203 Jy 5816 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR3: 667 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.531 MilliJy iter= 770 IMAGR3: Field 2 Clean flux density= 11.158 MilliJy 770 comps IMAGR3: Total Cleaned flux density = 3.200 Jy 6070 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR3: 899 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -1.470 MilliJy iter= 1226 IMAGR3: Field 3 Clean flux density= 15.910 MilliJy 1226 comps IMAGR3: Total Cleaned flux density = 3.198 Jy 6371 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR3: TRY ANOTHER FIELD: this is 1.597E-03 < Second best 1.729E-03 IMAGR3: Field 7 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR3: 876 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -1.399 MilliJy iter= 834 IMAGR3: Field 7 Clean flux density= 713.686 MicroJy 834 comps IMAGR3: Total Cleaned flux density = 3.200 Jy 6677 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR3: 1129 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.360 MilliJy iter= 1342 IMAGR3: Field 4 Clean flux density= 34.811 MilliJy 1342 comps IMAGR3: Total Cleaned flux density = 3.197 Jy 7035 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR3: 197 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.310 MilliJy iter= 829 IMAGR3: Field 1 Clean flux density= 3.135 Jy 829 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 7146 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR3: 905 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.307 MilliJy iter= 1289 IMAGR3: Field 5 Clean flux density= 17.961 MilliJy 1289 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 7470 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.8 MilliJy,max = 3.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR3: 1421 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 1.258 MilliJy iter= 1598 IMAGR3: Field 6 Clean flux density= -24.639 MilliJy 1598 comps IMAGR3: Total Cleaned flux density = 3.191 Jy 7888 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR3: 697 Residual map points loaded IMAGR3: Field 2 min algorithm flux= 1.194 MilliJy iter= 1054 IMAGR3: Field 2 Clean flux density= 8.379 MilliJy 1054 comps IMAGR3: Total Cleaned flux density = 3.188 Jy 8172 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 3 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR3: 1452 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 1.173 MilliJy iter= 1668 IMAGR3: Field 3 Clean flux density= 25.818 MilliJy 1668 comps IMAGR3: Total Cleaned flux density = 3.198 Jy 8614 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR3: 710 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 1.112 MilliJy iter= 1123 IMAGR3: Field 7 Clean flux density= 4.095 MilliJy 1123 comps IMAGR3: Total Cleaned flux density = 3.202 Jy 8903 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR3: 932 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 1.080 MilliJy iter= 1691 IMAGR3: Field 4 Clean flux density= 33.731 MilliJy 1691 comps IMAGR3: Total Cleaned flux density = 3.201 Jy 9252 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR3: 212 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -1.042 MilliJy iter= 957 IMAGR3: Field 1 Clean flux density= 3.134 Jy 957 comps IMAGR3: Total Cleaned flux density = 3.200 Jy 9380 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 992.53 MicroJy IMAGR3: 880 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 1.030 MilliJy iter= 1623 IMAGR3: Field 5 Clean flux density= 17.335 MilliJy 1623 comps IMAGR3: Total Cleaned flux density = 3.199 Jy 9714 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 951.85 MicroJy IMAGR3: 1512 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -1.003 MilliJy iter= 2082 IMAGR3: Field 6 Clean flux density= -21.857 MilliJy 2082 comps IMAGR3: Total Cleaned flux density = 3.202 Jy 10198 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 925.18 MicroJy IMAGR3: 810 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -957.848 MicroJy iter= 1390 IMAGR3: Field 2 Clean flux density= 2.890 MilliJy 1390 comps IMAGR3: Total Cleaned flux density = 3.196 Jy 10534 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 889.08 MicroJy IMAGR3: 1362 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -930.905 MicroJy iter= 2143 IMAGR3: Field 3 Clean flux density= 26.273 MilliJy 2143 comps IMAGR3: Total Cleaned flux density = 3.197 Jy 11009 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 862.37 MicroJy IMAGR3: 674 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 889.970 MicroJy iter= 1433 IMAGR3: Field 7 Clean flux density= 5.131 MilliJy 1433 comps IMAGR3: Total Cleaned flux density = 3.198 Jy 11319 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 837.04 MicroJy IMAGR3: 1128 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -869.823 MicroJy iter= 2109 IMAGR3: Field 4 Clean flux density= 32.917 MilliJy 2109 comps IMAGR3: Total Cleaned flux density = 3.197 Jy 11737 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 825.94 MicroJy IMAGR3: 236 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -837.787 MicroJy iter= 1101 IMAGR3: Field 1 Clean flux density= 3.135 Jy 1101 comps IMAGR3: Total Cleaned flux density = 3.198 Jy 11881 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 802.96 MicroJy IMAGR3: 1154 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -834.243 MicroJy iter= 2055 IMAGR3: Field 5 Clean flux density= 10.875 MilliJy 2055 comps IMAGR3: Total Cleaned flux density = 3.192 Jy 12313 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 773.14 MicroJy IMAGR3: 1832 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 812.380 MicroJy iter= 2670 IMAGR3: Field 6 Clean flux density= -20.176 MilliJy 2670 comps IMAGR3: Total Cleaned flux density = 3.193 Jy 12901 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 751.12 MicroJy IMAGR3: 944 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -777.630 MicroJy iter= 1798 IMAGR3: Field 2 Clean flux density= 1.994 MilliJy 1798 comps IMAGR3: Total Cleaned flux density = 3.192 Jy 13309 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 726.85 MicroJy IMAGR3: 1741 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 760.648 MicroJy iter= 2733 IMAGR3: Field 3 Clean flux density= 26.241 MilliJy 2733 comps IMAGR3: Total Cleaned flux density = 3.192 Jy 13899 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 709.88 MicroJy IMAGR3: 986 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 733.417 MicroJy iter= 1866 IMAGR3: Field 7 Clean flux density= 7.126 MilliJy 1866 comps IMAGR3: Total Cleaned flux density = 3.194 Jy 14332 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 691.13 MicroJy IMAGR3: 1295 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 717.391 MicroJy iter= 2593 IMAGR3: Field 4 Clean flux density= 33.591 MilliJy 2593 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 14816 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -988.3 MicroJy,max = 1.0 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 683.60 MicroJy IMAGR3: 374 Residual map points loaded IMAGR3: Field 1 min algorithm flux= -694.593 MicroJy iter= 1298 IMAGR3: Field 1 Clean flux density= 3.135 Jy 1298 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 15013 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 666.31 MicroJy IMAGR3: 1253 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 691.777 MicroJy iter= 2486 IMAGR3: Field 5 Clean flux density= 10.782 MilliJy 2486 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 15444 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 642.36 MicroJy IMAGR3: 1700 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -672.630 MicroJy iter= 3257 IMAGR3: Field 6 Clean flux density= -20.264 MilliJy 3257 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 16031 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 626.80 MicroJy IMAGR3: 995 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -645.079 MicroJy iter= 2236 IMAGR3: Field 2 Clean flux density= -1.249 MilliJy 2236 comps IMAGR3: Total Cleaned flux density = 3.191 Jy 16469 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 607.26 MicroJy IMAGR3: 1540 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 631.810 MicroJy iter= 3345 IMAGR3: Field 3 Clean flux density= 28.434 MilliJy 3345 comps IMAGR3: Total Cleaned flux density = 3.193 Jy 17081 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 591.56 MicroJy IMAGR3: 1037 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 609.325 MicroJy iter= 2324 IMAGR3: Field 7 Clean flux density= 8.503 MilliJy 2324 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 17539 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 576.19 MicroJy IMAGR3: 1484 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 597.262 MicroJy iter= 3165 IMAGR3: Field 4 Clean flux density= 33.444 MilliJy 3165 comps IMAGR3: Total Cleaned flux density = 3.195 Jy 18111 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -921.3 MicroJy,max = 776.7 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 568.40 MicroJy IMAGR3: 338 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 575.760 MicroJy iter= 1490 IMAGR3: Field 1 Clean flux density= 3.134 Jy 1490 comps IMAGR3: Total Cleaned flux density = 3.194 Jy 18303 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 555.45 MicroJy IMAGR3: 1357 Residual map points loaded IMAGR3: Field 5 min algorithm flux= 573.870 MicroJy iter= 3029 IMAGR3: Field 5 Clean flux density= 7.771 MilliJy 3029 comps IMAGR3: Total Cleaned flux density = 3.191 Jy 18846 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 539.14 MicroJy IMAGR3: 2050 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -561.767 MicroJy iter= 3986 IMAGR3: Field 6 Clean flux density= -18.416 MilliJy 3986 comps IMAGR3: Total Cleaned flux density = 3.192 Jy 19575 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 526.94 MicroJy IMAGR3: 1202 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -542.769 MicroJy iter= 2755 IMAGR3: Field 2 Clean flux density= -3.294 MilliJy 2755 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 20094 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 511.92 MicroJy IMAGR3: 1955 Residual map points loaded IMAGR3: Field 3 min algorithm flux= -534.829 MicroJy iter= 4052 IMAGR3: Field 3 Clean flux density= 23.039 MilliJy 4052 comps IMAGR3: Total Cleaned flux density = 3.185 Jy 20801 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 501.47 MicroJy IMAGR3: 1326 Residual map points loaded IMAGR3: Field 7 min algorithm flux= 517.159 MicroJy iter= 2903 IMAGR3: Field 7 Clean flux density= 8.831 MilliJy 2903 comps IMAGR3: Total Cleaned flux density = 3.185 Jy 21380 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 489.70 MicroJy IMAGR3: 1723 Residual map points loaded IMAGR3: Field 4 min algorithm flux= 509.404 MicroJy iter= 3788 IMAGR3: Field 4 Clean flux density= 33.791 MilliJy 3788 comps IMAGR3: Total Cleaned flux density = 3.186 Jy 22003 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -745.6 MicroJy,max = 724.0 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 484.80 MicroJy IMAGR3: 450 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 491.476 MicroJy iter= 1742 IMAGR3: Field 1 Clean flux density= 3.135 Jy 1742 comps IMAGR3: Total Cleaned flux density = 3.186 Jy 22255 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 475.56 MicroJy IMAGR3: 1635 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -493.785 MicroJy iter= 3613 IMAGR3: Field 5 Clean flux density= 6.276 MilliJy 3613 comps IMAGR3: Total Cleaned flux density = 3.185 Jy 22839 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 463.70 MicroJy IMAGR3: 2343 Residual map points loaded IMAGR3: Field 6 min algorithm flux= 485.124 MicroJy iter= 4791 IMAGR3: Field 6 Clean flux density= -15.686 MilliJy 4791 comps IMAGR3: Total Cleaned flux density = 3.188 Jy 23644 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 455.17 MicroJy IMAGR3: 1341 Residual map points loaded IMAGR3: Field 2 min algorithm flux= -470.840 MicroJy iter= 3320 IMAGR3: Field 2 Clean flux density= -2.033 MilliJy 3320 comps IMAGR3: Total Cleaned flux density = 3.189 Jy 24209 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 445.20 MicroJy IMAGR3: 2234 Residual map points loaded IMAGR3: Field 3 min algorithm flux= 462.209 MicroJy iter= 4889 IMAGR3: Field 3 Clean flux density= 22.391 MilliJy 4889 comps IMAGR3: Total Cleaned flux density = 3.188 Jy 25046 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 436.37 MicroJy IMAGR3: 1403 Residual map points loaded IMAGR3: Field 7 min algorithm flux= -448.802 MicroJy iter= 3505 IMAGR3: Field 7 Clean flux density= 10.348 MilliJy 3505 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 25648 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 427.50 MicroJy IMAGR3: 1704 Residual map points loaded IMAGR3: Field 4 min algorithm flux= -442.255 MicroJy iter= 4429 IMAGR3: Field 4 Clean flux density= 32.948 MilliJy 4429 comps IMAGR3: Total Cleaned flux density = 3.189 Jy 26289 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 420.82 MicroJy IMAGR3: 1430 Residual map points loaded IMAGR3: Field 5 min algorithm flux= -432.060 MicroJy iter= 4209 IMAGR3: Field 5 Clean flux density= 4.963 MilliJy 4209 comps IMAGR3: Total Cleaned flux density = 3.188 Jy 26885 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 1 min = -551.0 MicroJy,max = 646.9 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 415.97 MicroJy IMAGR3: 387 Residual map points loaded IMAGR3: Field 1 min algorithm flux= 420.456 MicroJy iter= 1957 IMAGR3: Field 1 Clean flux density= 3.136 Jy 1957 comps IMAGR3: Total Cleaned flux density = 3.189 Jy 27100 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 405.53 MicroJy IMAGR3: 2290 Residual map points loaded IMAGR3: Field 6 min algorithm flux= -422.458 MicroJy iter= 5619 IMAGR3: Field 6 Clean flux density= -12.589 MilliJy 5619 comps IMAGR3: Total Cleaned flux density = 3.192 Jy 27928 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 398.67 MicroJy IMAGR3: 1731 Residual map points loaded IMAGR3: Field 2 min Clean flux = 419.188 MicroJy iter= 3885 IMAGR3: Field 2 Clean flux density= -1.892 MilliJy 3885 comps IMAGR3: Total Cleaned flux density = 3.193 Jy 28493 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 383.66 MicroJy IMAGR3: 2474 Residual map points loaded IMAGR3: Field 3 min Clean flux = -419.102 MicroJy iter= 5463 IMAGR3: Field 3 Clean flux density= 19.466 MilliJy 5463 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 29067 comps IMAGR3: ALGSTB: All 689 Rows In AP (Max 1035) IMAGR3: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR3: ALGSTB: Pass 1; 678- 0 Cells, with 17450 Pts IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 368.76 MicroJy IMAGR3: 2250 Residual map points loaded IMAGR3: Field 7 min Clean flux = -418.986 MicroJy iter= 3791 IMAGR3: Field 7 Clean flux density= 11.134 MilliJy 3791 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 29353 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 352.00 MicroJy IMAGR3: 3455 Residual map points loaded IMAGR3: Field 4 min Clean flux = -419.190 MicroJy iter= 4700 IMAGR3: Field 4 Clean flux density= 33.222 MilliJy 4700 comps IMAGR3: Total Cleaned flux density = 3.191 Jy 29624 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 332.52 MicroJy IMAGR3: 5242 Residual map points loaded IMAGR3: Field 5 min Clean flux = -418.857 MicroJy iter= 4430 IMAGR3: Field 5 Clean flux density= 4.503 MilliJy 4430 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 29845 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 301.80 MicroJy IMAGR3: 10828 Residual map points loaded IMAGR3: Field 6 min Clean flux = 418.877 MicroJy iter= 5831 IMAGR3: Field 6 Clean flux density= -13.034 MilliJy 5831 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 30057 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Field 1 min = -515.7 MicroJy,max = 652.1 MicroJy IMAGR3: BGC Clean: using 103 cell beam + residuals > 252.52 MicroJy IMAGR3: 19991 Residual map points loaded IMAGR3: Field 1 min Clean flux = -419.035 MicroJy iter= 2042 IMAGR3: Field 1 Clean flux density= 3.136 Jy 2042 comps IMAGR3: Total Cleaned flux density = 3.190 Jy 30142 comps IMAGR3: VISDFT: Begin DFT component subtraction IMAGR3: I Polarization model processed IMAGR3: Peak residual in window 419.190 less than limit 419.218 MicroJy IMAGR3: Merging the Clean components files IMAGR3: Field 1 compressed from 2042 to 1027 components IMAGR3: Field 2 compressed from 3885 to 2004 components IMAGR3: Field 3 compressed from 5463 to 2608 components IMAGR3: Field 4 compressed from 4700 to 2342 components IMAGR3: Field 5 compressed from 4430 to 2171 components IMAGR3: Field 6 compressed from 5831 to 2775 components IMAGR3: Field 7 compressed from 3791 to 1950 components IMAGR3: Field 1 min = -499.9 MicroJy,max = 637.4 MicroJy IMAGR3: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR3: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR3: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR3: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR3: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR3: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR3: Restoring Clean components IMAGR3: Restoring overlapped Clean components IMAGR3: Restore-447.782 MicroJy ( 42 CCs) from field 1 to field 2 IMAGR3: Restore 258.593 MicroJy ( 114 CCs) from field 1 to field 3 IMAGR3: Restore 4.359 MilliJy ( 63 CCs) from field 1 to field 4 IMAGR3: Restore -4.560 MilliJy ( 117 CCs) from field 1 to field 5 IMAGR3: Restore 7.051 MilliJy ( 81 CCs) from field 1 to field 6 IMAGR3: Restore 18.627 MilliJy ( 49 CCs) from field 1 to field 7 IMAGR3: Restore-339.176 MicroJy ( 35 CCs) from field 2 to field 1 IMAGR3: Restore -2.529 MilliJy ( 258 CCs) from field 2 to field 3 IMAGR3: Restore -4.173 MilliJy ( 148 CCs) from field 2 to field 4 IMAGR3: Restore 2.666 MilliJy ( 73 CCs) from field 3 to field 1 IMAGR3: Restore -1.704 MilliJy ( 58 CCs) from field 3 to field 2 IMAGR3: Restore -1.715 MilliJy ( 116 CCs) from field 3 to field 5 IMAGR3: Restore 10.654 MilliJy ( 126 CCs) from field 4 to field 1 IMAGR3: Restore 8.883 MilliJy ( 99 CCs) from field 4 to field 2 IMAGR3: Restore-243.765 MicroJy ( 115 CCs) from field 4 to field 6 IMAGR3: Restore 2.589 MilliJy ( 74 CCs) from field 5 to field 1 IMAGR3: Restore -1.392 MilliJy ( 95 CCs) from field 5 to field 3 IMAGR3: Restore 6.088 MilliJy ( 75 CCs) from field 5 to field 7 IMAGR3: Restore -5.629 MilliJy ( 76 CCs) from field 6 to field 1 IMAGR3: Restore -1.396 MilliJy ( 103 CCs) from field 6 to field 4 IMAGR3: Restore 1.225 MilliJy ( 72 CCs) from field 6 to field 7 IMAGR3: Restore 1.955 MilliJy ( 73 CCs) from field 7 to field 1 IMAGR3: Restore 4.795 MilliJy ( 127 CCs) from field 7 to field 5 IMAGR3: Restore 1.095 MilliJy ( 238 CCs) from field 7 to field 6 IMAGR3: Checking image max/min IMAGR3: Field 1 final Clean flux 3.148 Jy IMAGR3: Field 2 final Clean flux 4.840 MilliJy IMAGR3: Field 3 final Clean flux 15.804 MilliJy IMAGR3: Field 4 final Clean flux 32.011 MilliJy IMAGR3: Field 5 final Clean flux 3.024 MilliJy IMAGR3: Field 6 final Clean flux -5.131 MilliJy IMAGR3: Field 7 final Clean flux 37.075 MilliJy IMAGR3: Deleting UV work file: IMAGR3: Destroyed 1 extension files of type AN IMAGR3: Destroyed 1 extension files of type FQ IMAGR3: Destroyed UV image file: catno= 20 disk= 1 IMAGR3: Appears to have ended successfully IMAGR3: auto 31DEC06 TST: Cpu= 162.2 Real= 657 C@1637+472_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 7 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 8 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 9 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 10 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 11 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 12 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 13 disk= 1 AIPS 3: Disk 1 in-CNO 14 renumbered as CNO 6 AIPS 3: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 3: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 3: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 3: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 3: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 3: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.01709 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@G991208_X,BAND.0-1 >> /home/auto/run/AK485_2000JA AIPS 3: N30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :2 =G991208' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@G991208_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 14 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 15 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 16 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 17 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 18 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 19 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 20 disk= 1 AIPS 3: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 3: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 3: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 3: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 3: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 3: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 3: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 3: ' ' AIPS 3: 'ESTIMATED RMS:' '0.06987 MILLI JANSKY' AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 3: Waiting for returned adverbs AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_2000J AIPS 3: AN30_1.log.0 AIPS 3: ' NOW STARTING WITH SOURCE :3 =0137+331' AIPS 3: ' ' AIPS 3: Resumes AIPS 3: SYSTEM command to be executed is: AIPS 3: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 21 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 22 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 23 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 24 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 25 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 26 disk= 1 AIPS 3: Destroyed 1 extension files of type HI AIPS 3: Destroyed MA image file: catno= 27 disk= 1 AIPS 3: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 3: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 3: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 3: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 3: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 3: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 3: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 3: ' ' AIPS 3: ' ' AIPS 3: Found in Version=ABIN AIPS 3: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 3: Disk 1 No files needed renumbering AIPS 3: 'EMPTY CATALOG ?' 26 >AIPS 3: Begin check for any 'standard' scratch files AIPS 3: Scratch files -- destroyed: 0 still active: 0 AIPS 3: User18479: 5031 messages, oldest written 18-SEP-2006 07:43:38 AIPS 3: Deleted 0 messages AIPS 3: Saved POPS environment in area named 'LASTEXIT' AIPS 3: Session command-line history saved. AIPS 3: auto 31DEC06 TST: Cpu= 0.9 Real= 1966 /home/auto/run/AK485_2000JAN30_1.run.0 finished on Mon Sep 18 12:53:19 MDT 2006