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 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: $ AIPS 1: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 1: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 1: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 1: $ Rearanged inputs and options, added integration time calculation, AIPS 1: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 1: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 1: $ array, use model,.. AIPS 1: $ AIPS 1: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 1: $ find imsize, find cutoffflux, include infi le AIPS 1: $--------------------------------------------------------------- AIPS 1: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 1: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 1: $=============================================== AIPS 1: $! Calibrating amplitude and phase, and imaging VLA data AIPS 1: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 1: $--------------------------------------------------------------- AIPS 1: $; Copyright (C) 2002-2006 AIPS 1: $; Associated Universities, Inc. Washington DC, USA. AIPS 1: $; AIPS 1: $; This program is free software; you can redistribute it and/o r AIPS 1: $; modify it under the terms of the GNU General Public License as AIPS 1: $; published by the Free Software Foundation; either version 2 of AIPS 1: $; the License, or (at your option) any later version. AIPS 1: $; AIPS 1: $; This program is distributed in the hope that it will be usef ul, AIPS 1: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 1: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 1: $; GNU General Public License for more details. AIPS 1: $; AIPS 1: $; You should have received a copy of the GNU General Public AIPS 1: $; License along with this program; if not, write to the Free AIPS 1: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 1: $; MA 02139, USA. AIPS 1: $; AIPS 1: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 1: $; Internet email: aipsmail@nrao.edu. AIPS 1: $; Postal address: AIPS Project Office AIPS 1: $; National Radio Astronomy Observatory AIPS 1: $; 520 Edgemont Road AIPS 1: $; Charlottesville, VA 22903-2475 USA AIPS 1: $--------------------------------------------------------------- AIPS 1: $=============================================================== AIPS 1: AIPS 1: procedure pipeinit AIPS 1: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 1: scalar lsids,star,tint,fsw AIPS 1: string*2 lstyp AIPS 1: string*3 lsvla AIPS 1: string*6 lsidc,lsstrng AIPS 1: string*16 lsidn,lscal AIPS 1: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 1: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 1: string*20 expnm AIPS 1: string*48 expmsg AIPS 1: finish AIPS 1: pipeinit AIPS 1: AIPS 1: procedure pipeinpt AIPS 1: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 1: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 1: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 1: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 1: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 1: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 1: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 1: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 1: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 1: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 1: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 1: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 1: lsparm(9)=docal;lsparm(10)=doresid AIPS 1: $ check input values AIPS 1: $->lsbadd AIPS 1: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 1: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 1: if (error<>0) then AIPS 1: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 1: else AIPS 1: userid=0;k=1;lsname=0 AIPS 1: while (lsname=0);egetname k AIPS 1: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 1: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 1: else;k=k+1;end;end;end;else AIPS 1: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 1: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 1: else AIPS 1: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 1: end AIPS 1: end AIPS 1: AIPS 1: $->inname AIPS 1: $->inclass AIPS 1: $->inseq AIPS 1: $->fsw AIPS 1: $->lsflag AIPS 1: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 1: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 1: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 1: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 1: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 1: end AIPS 1: $->lscal AIPS 1: if (length(lscal)<>0) then AIPS 1: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 1: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 1: end AIPS 1: AIPS 1: $->lsflux AIPS 1: $-> #3+#4 uvrange AIPS 1: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 1: if((i=1)&(j=1))then;star=1;else; AIPS 1: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 1: end;end;end;end;clrtemp;end AIPS 1: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 1: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 1: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 1: end;end;clrtemp AIPS 1: $-> #11 dopol AIPS 1: $-> #12 bpa AIPS 1: $->lscont AIPS 1: $->lsplot AIPS 1: if (lsparm(1) > 0) then AIPS 1: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 1: else; AIPS 1: if (lsparm(5)=0) then; AIPS 1: keyword='TELESCOP';gethead; AIPS 1: if (substr(keystrng,1,3)<>'VLA') then; AIPS 1: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 1: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 1: for j=1:k AIPS 1: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 1: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: lsvla=substr(keystrng,i+1,i+3);else AIPS 1: lsvla=substr(keystrng,i+2,i+4);end AIPS 1: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 1: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: keyword=substr(keystrng,i+2,i+8);else AIPS 1: keyword=substr(keystrng,i+3,i+9);end AIPS 1: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 1: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 1: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 1: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 1: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 1: if(lsparm(5)>0)then AIPS 1: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 1: end;end;end;end AIPS 1: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 1: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 1: AIPS 1: $-> #7 niter AIPS 1: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 1: $-> #8 cutoff AIPS 1: $-> #9 docal AIPS 1: $-> #10 doresid AIPS 1: AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure getidn AIPS 1: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 1: finish AIPS 1: AIPS 1: procedure getset AIPS 1: default;getidn;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure lsclrcal AIPS 1: $ consolidate lists, deal with calcode='*' later AIPS 1: scalar lsidx,l,m,n AIPS 1: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 1: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 1: for i=1:lsidx $ remember source number AIPS 1: pixxy=i,3,0;tabget;error=0 AIPS 1: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 1: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 1: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 1: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 1: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 1: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 1: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 1: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 1: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 1: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 1: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 1: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 1: $here - clean up pnt cal for doubles - subtract from total count below AIPS 1: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 1: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 1: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 1: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 1: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 1: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 1: return;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure numtab(lsstrng) AIPS 1: keystrng'';j=0;clrtemp AIPS 1: while ((j<15)&(keystrng<>lsstrng)) AIPS 1: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 1: if (keystrng=lsstrng) then AIPS 1: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 1: keyword'';keystrng'';clrtemp AIPS 1: return keyvalue(1);finish AIPS 1: AIPS 1: procedure numbasel AIPS 1: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 1: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 1: for numbant=1:numarow AIPS 1: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 1: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 1: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 1: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 1: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 1: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 1: return numbase AIPS 1: finish AIPS 1: AIPS 1: procedure calcintt AIPS 1: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 1: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 1: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 1: else AIPS 1: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 1: if(numxrow>rmax)then;numxrow rmax;end AIPS 1: for numscan=1:numxrow;clrtemp AIPS 1: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 1: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 1: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 1: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 1: end;numcnst=numbasel;sum=0 AIPS 1: if (avr > 0) then AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 1: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 1: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 1: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 1: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 1: end AIPS 1: return avr AIPS 1: finish AIPS 1: AIPS 1: procedure guesintt AIPS 1: scalar intcst,intavr,intmod,intime AIPS 1: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 1: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 1: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 1: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 1: if (intavr>10) then AIPS 1: $ intime=10*floor(0.5+(intavr/10)) AIPS 1: intime=10*floor(intavr/10) AIPS 1: else;if (intavr>0) then AIPS 1: intmod=mod(intavr,intcst) AIPS 1: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 1: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 1: else;intime=intavr;end;end;clrtemp AIPS 1: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 1: return intime AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure chkobjct AIPS 1: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 1: then; object='3C286';end AIPS 1: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 1: then; object='3C48';end AIPS 1: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 1: then; object='3C138';end AIPS 1: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 1: then; object='3C147';end AIPS 1: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 1: then; object='3C295';end;clrtemp;return AIPS 1: finish AIPS 1: AIPS 1: procedure checkbnd AIPS 1: band='';j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9; AIPS 1: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 1: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 1: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 1: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 1: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 1: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 1: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 1: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure chkmodel AIPS 1: error=0;sysout='';sys2com'' AIPS 1: syscom'ls -1 $AIPSTARS/ AIPS 1: sys2com(1) inname!!'.MODEL' AIPS 1: sys2com(2) ' >& /dev/null AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure loadmodl AIPS 1: scalar lsidx,l AIPS 1: array lsload(5) AIPS 1: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 1: while (j<21) AIPS 1: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 1: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 1: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 1: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 1: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 1: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 1: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 1: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 1: end;return AIPS 1: finish AIPS 1: AIPS 1: procedure vlanew AIPS 1: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 1: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 1: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 1: if (inclass='LINE') then AIPS 1: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 1: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 1: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 1: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 1: finish AIPS 1: AIPS 1: procedure allzap AIPS 1: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure allplot AIPS 1: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 1: if (j>0) then AIPS 1: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 1: else;type 'NOTHING TO PLOT - DONE';end AIPS 1: finish AIPS 1: AIPS 1: procedure goplt0 AIPS 1: if (lsplot>0) then;go;end AIPS 1: finish $SN only AIPS 1: procedure goplt1 AIPS 1: if (lsplot>1) then;go;end AIPS 1: finish $SN+CL AIPS 1: procedure goplt2 AIPS 1: if (lsplot>2) then;go;end AIPS 1: finish $SN+CL+BP AIPS 1: procedure goplt3 AIPS 1: if (lsplot>3) then;go;end AIPS 1: finish $CL,BP applied AIPS 1: AIPS 1: procedure calpipe(lsdisk,lsname,lsrant) AIPS 1: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 1: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 1: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 1: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 1: if (lsflag>=1) then AIPS 1: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 1: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 1: end;task'FLAGR';getset AIPS 1: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 1: end AIPS 1: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 1: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 1: if (length(lscal)<>0) then AIPS 1: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 1: end;sources=lsampcal;go AIPS 1: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 1: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 1: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 1: if (lsmodl>0) then $ use models for ones that exist AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;clrtemp AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 1: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 1: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 1: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 1: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 1: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 1: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 1: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 1: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 1: if(star>0)then;calsour'';calcode'*';end;go AIPS 1: if (lsmodl>0) then AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 1: if (error<1) then;zap;end;end AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 1: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 1: if (star>0) then; AIPS 1: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 1: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 1: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 1: soucode='*' AIPS 1: else AIPS 1: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 1: end;go AIPS 1: if (lscont<1) then AIPS 1: type '****************************************************** **' AIPS 1: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 1: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 1: type '****************************************************** **';read AIPS 1: end AIPS 1: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 1: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 1: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 1: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 1: if (inclass='CH 0') then AIPS 1: task'TACOP';getset AIPS 1: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 1: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 1: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 1: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 1: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 1: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 1: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 1: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 1: sources=lsampcal;goplt3 AIPS 1: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 1: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure calcrms AIPS 1: scalar nbas,nvis,tbw,rms,minhrs AIPS 1: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 1: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 1: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 1: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 1: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 1: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 1: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 1: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 1: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 1: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 1: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 1: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 1: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 1: return rms AIPS 1: finish AIPS 1: AIPS 1: procedure setboxfle AIPS 1: scalar ci,bi AIPS 1: string*48 fbox AIPS 1: fbox'/tmp/SETFC@ AIPS 1: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 1: ci=0;bi=length(fbox) AIPS 1: while(ci& /dev/null AIPS 1: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure catboxfile AIPS 1: sys2com'';syscom 'cat AIPS 1: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 1: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure setimsize AIPS 1: scalar szf, kk AIPS 1: string*48 bxf AIPS 1: array szc(2), szi(2), orgc(2), orgi(2) AIPS 1: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 1: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 1: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 1: while (kk<9) AIPS 1: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 1: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 1: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 1: go;szf=nfield;szc=cellsize;szi=imsize AIPS 1: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 1: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 1: vput imagr AIPS 1: finish AIPS 1: AIPS 1: procedure imapipe(k,lsdisk,lsname) AIPS 1: vnum=33;dowait=true AIPS 1: if (k=1) then AIPS 1: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 1: baddisk=lsbadd;douvcomp=-1;go AIPS 1: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 1: go;end;end;clrtemp AIPS 1: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 1: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 1: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 1: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 1: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 1: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 1: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 1: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 1: while ((lssid(k)>0) & (k<1001)) AIPS 1: if (lssid(k)=keyvalue(1))then error=0;end AIPS 1: k=k+1;end;end;vget imagr AIPS 1: if (error < 1) then AIPS 1: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 1: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 1: while (j<30) AIPS 1: k=length(inname) AIPS 1: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 1: lstarg=0;j=30 AIPS 1: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 1: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 1: if(imsize(1)<0)then;imsize=256;end;end AIPS 1: else;j=j+1;end $ check next source, if not found -> targ et AIPS 1: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 1: AIPS 1: j=1 AIPS 1: $calibrator lstarg=0 AIPS 1: $target if lstarg=1 AIPS 1: AIPS 1: AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 1: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 1: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 1: if (inclass='CH 0') then AIPS 1: for k=1:keyvalue(1);bif=k;eif=k AIPS 1: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 1: end;clrtemp;k=keyvalue(1) AIPS 1: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 1: if (error < 1) then AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 1: if (keystrng='FREQ') then AIPS 1: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 1: else;j=j+1;end AIPS 1: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 1: if (bchan=1) then;bchan=2;end;j=k AIPS 1: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 1: end;end;clrtemp AIPS 1: else AIPS 1: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 1: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 1: else AIPS 1: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 1: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 1: end;end;boxfile=setboxfle;delboxfle AIPS 1: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 1: $ inclass'SCIMG';allzap AIPS 1: inclass'IBM*';intype'MA';allzap AIPS 1: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 1: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 1: end;end;dowait=false;vnum=0 AIPS 1: finish AIPS 1: AIPS 1: procedure avlapipe AIPS 1: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 1: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 1: else;lsclrcal;tint=guesintt;clrtemp AIPS 1: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 1: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 1: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 1: type'--------------------------------------------------- --------' AIPS 1: end;type ' ' AIPS 1: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 1: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 1: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: default'AVLAPIPE' AIPS 1: Found in Version=ABIN AIPS 1: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 1: docal 1; sources '*''' AIPS 1: $ to be set by itself later AIPS 1: solint 1; factor 5; doarray -1; imsize -1 AIPS 1: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 1: niter -1; cutoff -1 AIPS 1: $ for now debugging AIPS 1: docont 1; plver -1; doall 1; doresid 0 AIPS 1: AIPS 1: $ defaults AIPS 1: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 1: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 1: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 1: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 1: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 1: 'AH678_1999NOV21_1' >>AIPS 1: 'AH678_1999NOV21_1' >AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General catalog looks like AIPS 1: $$ Multi-source UV data file AIPS 1: $$ Multi-source TASAV file AIPS 1: $$ Single-source calibrated data - auvf AIPS 1: $$ Single-source calibrated images- aimg AIPS 1: AIPS 1: $May need to redefine after a restore 0: AIPS 1: $allzap AIPS 1: $calcintt AIPS 1: $guesintt AIPS 1: $lsparm(5);tint;lsdisk AIPS 1: AIPS 1: procedure flatfov AIPS 1: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 1: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 1: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 1: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 1: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 1: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 1: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 1: end AIPS 1: for i=3:uvi;getname i AIPS 1: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 1: for j=1:keyvalue(1) AIPS 1: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 1: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 1: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 1: $ so instead of maximum frequency span, use max individual bandw idth AIPS 1: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 1: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 1: for j=1:mai $ assume inseq starts at 1.. AIPS 1: inseq=j;kk=1;cellsize=0;userid=0 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 1: keyword='CDELT'!!char(kk);clrtemp AIPS 1: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 1: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 1: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 1: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 1: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 1: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 1: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 1: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 1: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 1: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 1: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 1: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 1: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 1: go;wait;allzap;recat AIPS 1: end;end;end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasimage AIPS 1: $LOS - Determine noise, do primary beam correction, include copy right AIPS 1: scalar numfle,ll,mm AIPS 1: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 1: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 1: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 1: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 1: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 1: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 1: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 1: end AIPS 1: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 1: for j=mai:numfle AIPS 1: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 1: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 1: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 1: for j=mai:numfle $ can only do on MA files AIPS 1: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasname AIPS 1: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 1: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 1: string*1 pm,rmsc AIPS 1: string*2 zz AIPS 1: string*3 mmm AIPS 1: string*4 rmss,sbms,fras AIPS 1: string*5 radi AIPS 1: string*30 dir AIPS 1: string*20 expn AIPS 1: ki=1;userid=0 AIPS 1: while (ki<9) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 1: typ ki, keys AIPS 1: if(substr(keystrng,1,2)='RA')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 1: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 1: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 1: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 1: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 1: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 1: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 1: typ 'HERE' AIPS 1: if(substr(keystrng,1,3)='DEC')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 1: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 1: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 1: ds=floor(dc1+(3600*dc2));clrtemp AIPS 1: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 1: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 1: if(substr(keystrng,1,6)='STOKES')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 1: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 1: end; AIPS 1: typ ki 'TOO' AIPS 1: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 1: end;clrtemp $ build the output file name here AIPS 1: typ 'BUILD NOW' AIPS 1: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 1: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 1: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 1: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 1: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 1: AIPS 1: AIPS 1: AIPS 1: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 1: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 1: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 1: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 1: else AIPS 1: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 1: end AIPS 1: AIPS 1: if (expnm='') then AIPS 1: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 1: mmm=substr(keystrng,5,6) AIPS 1: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 1: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 1: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 1: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 1: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 1: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 1: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 1: end AIPS 1: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print outf AIPS 1: AIPS 1: $ make the source dir here AIPS 1: dir='';sysout'';syscom'mkdir AIPS 1: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 1: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 1: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 1: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 1: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 1: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK1: Task QUACK (release of 31DEC06) begins QUACK1: Flagged 12.67 min. of data in 38 scans QUACK1: Appears to have ended successfully QUACK1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes FLAGR1: Task FLAGR (release of 31DEC06) begins FLAGR1: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR1: Overall average amp= 6.425E-01 +- 6.902E-02 source= 0137+331 FLAGR1: Overall average rms= 1.803E-03 +- 2.901E-04 source= 0137+331 FLAGR1: Overall average amp= 2.495E-01 +- 2.382E-02 source= 0339-017 FLAGR1: Overall average rms= 1.620E-03 +- 2.046E-04 source= 0339-017 FLAGR1: Overall average amp= 2.296E-03 +- 4.176E-04 source= ARP147 FLAGR1: Overall average rms= 1.093E-03 +- 1.653E-04 source= ARP147 FLAGR1: Overall average amp= 9.203E-01 +- 9.618E-02 source= 0542+498 FLAGR1: Overall average rms= 1.887E-03 +- 3.318E-04 source= 0542+498 FLAGR1: Overall average amp= 4.281E-01 +- 5.502E-02 source= 0521+166 FLAGR1: Overall average rms= 1.720E-03 +- 2.766E-04 source= 0521+166 FLAGR1: Found 1 bad times, 169 total flags FLAGR1: Wrote 1 antenna & IF independent flags FLAGR1: Wrote 0 antenna independent, IF dependent flags FLAGR1: Wrote 168 antenna & IF dependent flags FLAGR1: Wrote 0 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 15.7 Real= 17 SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: / Resetting flux information to zero SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: SOURCES = '' /All sources selected SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: / Flux calculated using known spectrum SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: '0137+331 ' IF = 1 FLUX = 5.7044 (Jy calcd) SETJY1: '0137+331 ' IF = 2 FLUX = 5.6467 (Jy calcd) SETJY1: '0542+498 ' IF = 1 FLUX = 8.3303 (Jy calcd) SETJY1: '0542+498 ' IF = 2 FLUX = 8.2499 (Jy calcd) SETJY1: '0521+166 ' IF = 1 FLUX = 3.8437 (Jy calcd) SETJY1: '0521+166 ' IF = 2 FLUX = 3.8138 (Jy calcd) SETJY1: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 1 CALIB1: Found 7035 good solutions CALIB1: Failed on 5 solutions CALIB1: Average closure rms = 0.0074 +- 0.0024 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.46403 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.44604 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.02878 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.00360 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.00719 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.02518 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.00719 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.00360 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C48_C.MODEL CALRD1: Create 3C48_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C138_C.MODEL CALRD1: Create 3C138_C .MODEL . 1 (MA) on disk 1 cno 3 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.704 Jy CALIB1: FACSET: 5.813153 Jy found from 196 components CALIB1: FACSET: scaling factor set to 9.81290E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: FACSET: source model will be scaled to 5.647 Jy CALIB1: FACSET: 5.813153 Jy found from 196 components CALIB1: FACSET: scaling factor set to 9.71366E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 196 CCs CALIB1: Determining solutions CALIB1: Deleted 676 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 2704 good solutions CALIB1: Average closure rms = 0.0036 +- 0.0004 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.01852 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.27778 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.47222 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.19444 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.03704 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 4.3 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Deleted 78 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 312 good solutions CALIB1: Average closure rms = 0.0053 +- 0.0004 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.16667 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.58333 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.16667 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.08333 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.2 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Deleted 130 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 520 good solutions CALIB1: Average closure rms = 0.0149 +- 0.0006 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.20000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.80000 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 1 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 1760 merged records from 1760 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.4 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 5461 records from CL table no. 2 CLCAL1: Processing SN table 1 CLCAL1: WARNING: SN table 1 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 1760 merged records from 1760 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 2.3 Real= 3 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 2.281E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 2.341E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 2.297E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 2.393E+00 CALIB1: Found 2560 good solutions CALIB1: Average closure rms = 0.0024 +- 0.0006 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.40367 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.11927 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.01835 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.03670 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.11927 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.09174 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.01835 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.01835 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: 0.00917 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 2.3 Real= 3 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.704 Jy CALIB1: FACSET: 5.813153 Jy found from 196 components CALIB1: FACSET: scaling factor set to 9.81290E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: FACSET: source model will be scaled to 5.647 Jy CALIB1: FACSET: 5.813153 Jy found from 196 components CALIB1: FACSET: scaling factor set to 9.71366E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 196 CCs CALIB1: Determining solutions CALIB1: Deleted 150 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 2.895E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 2.968E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 2.913E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.035E+00 CALIB1: Found 600 good solutions CALIB1: Average closure rms = 0.0007 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.04167 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.83333 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 4.2 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Deleted 26 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 2.970E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.046E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 2.991E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.113E+00 CALIB1: Found 104 good solutions CALIB1: Average closure rms = 0.0013 +- 0.0002 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.25000 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.50000 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991121 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Deleted 26 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 2.949E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.027E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 2.971E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.090E+00 CALIB1: Found 104 good solutions CALIB1: Average closure rms = 0.0025 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 1.00000 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991121.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '10 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0137+331 MODEL =' '3C48_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: '0521+166 MODEL =' '3C138_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C138_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '0542+498 MODEL =' '3C147_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C147_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 3 disk= 1 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 0339-017 : 0 A 1 2.25584 +/- 0.04387 GETJY1: 2 2.26073 +/- 0.05048 GETJY1: Appears to have ended successfully GETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 2 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 640 merged records from 640 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.4 Real= 1 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 5461 records from CL table no. 3 CLCAL1: Processing SN table 2 CLCAL1: WARNING: SN table 2 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 640 merged records from 640 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 2.8 Real= 3 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes TASAV1: Task TASAV (release of 31DEC06) begins TASAV1: Create 19991121 .TASAV . 1 (UV) on disk 1 cno 2 TASAV1: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV1: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Appears to have ended successfully TASAV1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SPLIT1: Task SPLIT (release of 31DEC06) begins SPLIT1: You are using a non-standard program SPLIT1: Doing subarray 1 SPLIT1: Create 0137+331 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 75 0 75 SPLIT1: Fully 0 0 45797 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Create 0339-017 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 813 48 813 SPLIT1: Fully 0 0 59213 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Create ARP147 .C BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 4950 0 4950 SPLIT1: Fully 0 0 585281 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Create 0542+498 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 268 0 268 SPLIT1: Fully 0 0 5291 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Create 0521+166 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 25 0 25 SPLIT1: Fully 0 0 9400 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 2.3 Real= 6 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 0137+331 C BAND Seq 1 Disk: 1 in slot 3 SETFC1: SETCEL: recommends IMSIZE 1363 CELLSIZE 0.42920 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42920 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@0137+331_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.101 deg SETFC1: Searching catalog between 0.10 and 0.24 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 148.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 C 1 1012 1012 01 37 41.31 33 09 35.4 00001 -1 507 512 513 C 2 1012 1012 01 37 41.31 33 03 30.0 00002 -1 507 512 513 C 3 1012 1012 01 37 16.12 33 06 32.5 00003 -1 507 512 513 C 4 1012 1012 01 38 06.49 33 06 32.5 00004 -1 507 512 513 C 5 1012 1012 01 37 16.09 33 12 37.9 00005 -1 507 512 513 C 6 1012 1012 01 38 06.52 33 12 37.9 00006 -1 507 512 513 C 7 1012 1012 01 37 41.31 33 15 40.8 00007 -1 507 512 513 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0137+331_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 6.1530E-02 6.0000E-03 0 IMAGR1: Field 2 1012 1012 6.1530E-02 -3.6539E+02 0 IMAGR1: Field 3 1012 1012 -3.1625E+02 -1.8289E+02 0 IMAGR1: Field 4 1012 1012 3.1625E+02 -1.8289E+02 0 IMAGR1: Field 5 1012 1012 -3.1663E+02 1.8251E+02 0 IMAGR1: Field 6 1012 1012 3.1663E+02 1.8251E+02 0 IMAGR1: Field 7 1012 1012 6.1530E-02 3.6541E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0137+331_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 0137+331 .IMAGR . 1 (UV) on disk 1 cno 8 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 45872 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.114E+05 IMAGR1: UVWAIT: Adding temperance S 2.227E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.008E+08 and out 5.181E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.166 due to weighting IMAGR1: UVWAIT: Average summed weight 1.114E+05 over 91744 vis IMAGR1: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 9 IMAGR1: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 10 IMAGR1: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 11 IMAGR1: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 12 IMAGR1: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 13 IMAGR1: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 14 IMAGR1: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 15 IMAGR1: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 16 IMAGR1: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 17 IMAGR1: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 18 IMAGR1: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 19 IMAGR1: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 20 IMAGR1: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 21 IMAGR1: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 22 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.614900E+09 to 4.664900E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 1 Beam min = -101.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.578 x 1.252 arcsec, PA= 71.9 IMAGR1: Field 2 Sum of gridding weights = 5.49990E+09 IMAGR1: Field 2 Beam min = -101.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.578 x 1.252 arcsec, PA= 71.8 IMAGR1: Field 3 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 3 Beam min = -101.5 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.579 x 1.252 arcsec, PA= 71.7 IMAGR1: Field 4 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 4 Beam min = -101.6 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.577 x 1.252 arcsec, PA= 72.0 IMAGR1: Field 5 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 5 Beam min = -101.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.579 x 1.251 arcsec, PA= 71.8 IMAGR1: Field 6 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 6 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.593 x 1.251 arcsec, PA= 70.0 IMAGR1: Field 7 Sum of gridding weights = 5.49991E+09 IMAGR1: Field 7 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.578 x 1.251 arcsec, PA= 72.0 IMAGR1: CLBHIS: minimum component 0.355 of current peak IMAGR1: Field 1 min = -532.2 MilliJy,max = 5.3 Jy IMAGR1: Field 2 min = -272.7 MilliJy,max = 345.6 MilliJy IMAGR1: Field 3 min = -240.7 MilliJy,max = 268.9 MilliJy IMAGR1: Field 4 min = -228.3 MilliJy,max = 272.9 MilliJy IMAGR1: Field 5 min = -241.9 MilliJy,max = 271.5 MilliJy IMAGR1: Field 6 min = -230.9 MilliJy,max = 265.9 MilliJy IMAGR1: Field 7 min = -238.0 MilliJy,max = 337.5 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 164.79 MilliJy IMAGR1: 13491 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.789 Jy iter= 12 IMAGR1: Field 1 Clean flux density= 3.835 Jy 12 comps IMAGR1: Total Cleaned flux density = 3.835 Jy 12 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -173.5 MilliJy,max = 1.7 Jy IMAGR1: BGC Clean: using 391 cell beam + residuals > 123.99 MilliJy IMAGR1: 1060 Residual map points loaded IMAGR1: Field 1 min allowed flux = 554.295 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 5.247 Jy 26 comps IMAGR1: Total Cleaned flux density = 5.247 Jy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -108.8 MilliJy,max = 522.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 117.93 MilliJy IMAGR1: 17 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 177.442 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 5.698 Jy 40 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -18.1 MilliJy,max = 18.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.768E-02 < Second best 3.222E-01 IMAGR1: Field 7 min = -17.6 MilliJy,max = 19.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.827E-02 < Second best 2.230E-01 IMAGR1: Field 3 min = -14.7 MilliJy,max = 14.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.403E-02 < Second best 2.188E-01 IMAGR1: Field 6 min = -14.2 MilliJy,max = 14.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.355E-02 < Second best 2.102E-01 IMAGR1: Field 5 min = -14.7 MilliJy,max = 14.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.400E-02 < Second best 2.053E-01 IMAGR1: Field 4 min = -13.8 MilliJy,max = 13.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.317E-02 < Second best 1.686E-01 IMAGR1: Field 1 min = -92.3 MilliJy,max = 167.8 MilliJy IMAGR1: BGC Clean: using 1337 cell beam + residuals > 9.01 MilliJy IMAGR1: 12036 Residual map points loaded IMAGR1: Field 1 min allowed flux = -57.141 MilliJy iter= 70 IMAGR1: Field 1 Clean flux density= 5.736 Jy 70 comps IMAGR1: Total Cleaned flux density = 5.736 Jy 70 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -55.7 MilliJy,max = 57.9 MilliJy IMAGR1: BGC Clean: using 159 cell beam + residuals > 8.00 MilliJy IMAGR1: 5209 Residual map points loaded IMAGR1: Field 1 min allowed flux = 20.541 MilliJy iter= 193 IMAGR1: Field 1 Clean flux density= 5.692 Jy 193 comps IMAGR1: Total Cleaned flux density = 5.692 Jy 193 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -20.6 MilliJy,max = 20.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.61 MilliJy IMAGR1: 1362 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 11.220 MilliJy iter= 352 IMAGR1: Field 1 Clean flux density= 5.690 Jy 352 comps IMAGR1: Total Cleaned flux density = 5.690 Jy 352 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.742E-03 < Second best 1.768E-02 IMAGR1: Field 2 min = -4.8 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.242E-03 < Second best 1.403E-02 IMAGR1: Field 3 min = -6.2 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.953E-03 < Second best 1.400E-02 IMAGR1: Field 5 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.491E-03 < Second best 1.355E-02 IMAGR1: Field 6 min = -5.7 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.349E-03 < Second best 1.317E-02 IMAGR1: Field 4 min = -5.8 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.379E-03 < Second best 1.068E-02 IMAGR1: Field 1 min = -11.0 MilliJy,max = 11.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR1: 12292 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.679 MilliJy iter= 812 IMAGR1: Field 1 Clean flux density= 5.683 Jy 812 comps IMAGR1: Total Cleaned flux density = 5.683 Jy 812 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.749E-03 < Second best 5.413E-03 IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR1: 3877 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.348 MilliJy iter= 1182 IMAGR1: Field 1 Clean flux density= 5.671 Jy 1182 comps IMAGR1: Total Cleaned flux density = 5.671 Jy 1182 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.194E-03 < Second best 4.491E-03 IMAGR1: Field 5 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.471E-03 < Second best 4.379E-03 IMAGR1: Field 4 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.926E-03 < Second best 3.749E-03 IMAGR1: Field 3 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.379E-03 < Second best 3.742E-03 IMAGR1: Field 7 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.742E-03 < Second best 3.471E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR1: 1045 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.279 MilliJy iter= 185 IMAGR1: Field 5 Clean flux density= 2.717 MilliJy 185 comps IMAGR1: Total Cleaned flux density = 5.674 Jy 1367 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR1: 2107 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.331 MilliJy iter= 269 IMAGR1: Field 3 Clean flux density= -5.255 MilliJy 269 comps IMAGR1: Total Cleaned flux density = 5.669 Jy 1636 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.502E-03 < Second best 3.197E-03 IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR1: 4926 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.334 MilliJy iter= 1711 IMAGR1: Field 1 Clean flux density= 5.673 Jy 1711 comps IMAGR1: Total Cleaned flux density = 5.671 Jy 2165 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 2524 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.081 MilliJy iter= 387 IMAGR1: Field 6 Clean flux density= -350.564 MicroJy 387 comps IMAGR1: Total Cleaned flux density = 5.670 Jy 2552 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR1: 1292 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.954 MilliJy iter= 276 IMAGR1: Field 4 Clean flux density= -2.141 MilliJy 276 comps IMAGR1: Total Cleaned flux density = 5.668 Jy 2828 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.347E-03 < Second best 2.502E-03 IMAGR1: Field 2 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR1: 575 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.866 MilliJy iter= 200 IMAGR1: Field 2 Clean flux density= 3.424 MilliJy 200 comps IMAGR1: Total Cleaned flux density = 5.672 Jy 3028 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -3.3 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR1: 485 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.851 MilliJy iter= 189 IMAGR1: Field 7 Clean flux density= 2.071 MilliJy 189 comps IMAGR1: Total Cleaned flux density = 5.674 Jy 3217 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 1451 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.837 MilliJy iter= 2022 IMAGR1: Field 1 Clean flux density= 5.664 Jy 2022 comps IMAGR1: Total Cleaned flux density = 5.665 Jy 3528 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR1: 2158 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.811 MilliJy iter= 703 IMAGR1: Field 3 Clean flux density= 2.114 MilliJy 703 comps IMAGR1: Total Cleaned flux density = 5.672 Jy 3962 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR1: 1648 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.736 MilliJy iter= 596 IMAGR1: Field 5 Clean flux density= -1.446 MilliJy 596 comps IMAGR1: Total Cleaned flux density = 5.668 Jy 4373 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR1: 2579 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.702 MilliJy iter= 886 IMAGR1: Field 6 Clean flux density= -2.776 MilliJy 886 comps IMAGR1: Total Cleaned flux density = 5.665 Jy 4872 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR1: 1738 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.633 MilliJy iter= 697 IMAGR1: Field 4 Clean flux density= -1.035 MilliJy 697 comps IMAGR1: Total Cleaned flux density = 5.667 Jy 5293 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 741 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.565 MilliJy iter= 468 IMAGR1: Field 2 Clean flux density= 5.679 MilliJy 468 comps IMAGR1: Total Cleaned flux density = 5.669 Jy 5561 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR1: 701 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.541 MilliJy iter= 433 IMAGR1: Field 7 Clean flux density= 1.118 MilliJy 433 comps IMAGR1: Total Cleaned flux density = 5.668 Jy 5805 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 1287 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.530 MilliJy iter= 2362 IMAGR1: Field 1 Clean flux density= 5.667 Jy 2362 comps IMAGR1: Total Cleaned flux density = 5.671 Jy 6145 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 2236 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.528 MilliJy iter= 1227 IMAGR1: Field 3 Clean flux density= 751.644 MicroJy 1227 comps IMAGR1: Total Cleaned flux density = 5.669 Jy 6669 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 1531 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.471 MilliJy iter= 1022 IMAGR1: Field 5 Clean flux density= -793.514 MicroJy 1022 comps IMAGR1: Total Cleaned flux density = 5.670 Jy 7095 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR1: 2472 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.454 MilliJy iter= 1452 IMAGR1: Field 6 Clean flux density= 3.681 MilliJy 1452 comps IMAGR1: Total Cleaned flux density = 5.676 Jy 7661 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR1: 1839 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.403 MilliJy iter= 1157 IMAGR1: Field 4 Clean flux density= -4.148 MilliJy 1157 comps IMAGR1: Total Cleaned flux density = 5.673 Jy 8121 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR1: 795 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.357 MilliJy iter= 761 IMAGR1: Field 2 Clean flux density= 6.343 MilliJy 761 comps IMAGR1: Total Cleaned flux density = 5.674 Jy 8414 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 745 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.341 MilliJy iter= 717 IMAGR1: Field 7 Clean flux density= 3.343 MilliJy 717 comps IMAGR1: Total Cleaned flux density = 5.676 Jy 8698 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR1: 874 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.318 MilliJy iter= 2658 IMAGR1: Field 1 Clean flux density= 5.664 Jy 2658 comps IMAGR1: Total Cleaned flux density = 5.674 Jy 8994 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 2342 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.326 MilliJy iter= 1805 IMAGR1: Field 3 Clean flux density= 4.417 MilliJy 1805 comps IMAGR1: Total Cleaned flux density = 5.677 Jy 9572 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR1: 1563 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.284 MilliJy iter= 1481 IMAGR1: Field 5 Clean flux density= -677.556 MicroJy 1481 comps IMAGR1: Total Cleaned flux density = 5.677 Jy 10031 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 2445 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.268 MilliJy iter= 2044 IMAGR1: Field 6 Clean flux density= 9.421 MilliJy 2044 comps IMAGR1: Total Cleaned flux density = 5.683 Jy 10623 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR1: 1872 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.233 MilliJy iter= 1665 IMAGR1: Field 4 Clean flux density= -4.738 MilliJy 1665 comps IMAGR1: Total Cleaned flux density = 5.683 Jy 11131 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 728 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.195 MilliJy iter= 1051 IMAGR1: Field 2 Clean flux density= 3.445 MilliJy 1051 comps IMAGR1: Total Cleaned flux density = 5.680 Jy 11421 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 756 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.184 MilliJy iter= 1023 IMAGR1: Field 7 Clean flux density= 7.508 MilliJy 1023 comps IMAGR1: Total Cleaned flux density = 5.684 Jy 11727 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 1908 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.180 MilliJy iter= 2317 IMAGR1: Field 3 Clean flux density= 13.730 MilliJy 2317 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 12239 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR1: 827 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.143 MilliJy iter= 2974 IMAGR1: Field 1 Clean flux density= 5.667 Jy 2974 comps IMAGR1: Total Cleaned flux density = 5.695 Jy 12555 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 1722 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.142 MilliJy iter= 1989 IMAGR1: Field 5 Clean flux density= -2.695 MilliJy 1989 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 13063 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 2323 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.125 MilliJy iter= 2656 IMAGR1: Field 6 Clean flux density= 9.787 MilliJy 2656 comps IMAGR1: Total Cleaned flux density = 5.694 Jy 13675 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 1772 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.096 MilliJy iter= 2184 IMAGR1: Field 4 Clean flux density= -5.940 MilliJy 2184 comps IMAGR1: Total Cleaned flux density = 5.693 Jy 14194 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 682 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.067 MilliJy iter= 1349 IMAGR1: Field 2 Clean flux density= 2.353 MilliJy 1349 comps IMAGR1: Total Cleaned flux density = 5.692 Jy 14492 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 705 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.055 MilliJy iter= 1320 IMAGR1: Field 7 Clean flux density= 9.593 MilliJy 1320 comps IMAGR1: Total Cleaned flux density = 5.694 Jy 14789 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 2197 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.058 MilliJy iter= 2940 IMAGR1: Field 3 Clean flux density= 16.489 MilliJy 2940 comps IMAGR1: Total Cleaned flux density = 5.696 Jy 15412 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 1397 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.030 MilliJy iter= 2443 IMAGR1: Field 5 Clean flux density= 493.960 MicroJy 2443 comps IMAGR1: Total Cleaned flux density = 5.700 Jy 15866 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 986.87 MicroJy IMAGR1: 637 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.005 MilliJy iter= 3246 IMAGR1: Field 1 Clean flux density= 5.664 Jy 3246 comps IMAGR1: Total Cleaned flux density = 5.697 Jy 16138 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 967.57 MicroJy IMAGR1: 2230 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.006 MilliJy iter= 3292 IMAGR1: Field 6 Clean flux density= 10.640 MilliJy 3292 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 16774 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 952.00 MicroJy IMAGR1: 1716 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 984.544 MicroJy iter= 2742 IMAGR1: Field 4 Clean flux density= -5.399 MilliJy 2742 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 17332 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 942.74 MicroJy IMAGR1: 696 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 960.470 MicroJy iter= 1660 IMAGR1: Field 2 Clean flux density= 1.461 MilliJy 1660 comps IMAGR1: Total Cleaned flux density = 5.697 Jy 17643 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 926.89 MicroJy IMAGR1: 1981 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 958.607 MicroJy iter= 3520 IMAGR1: Field 3 Clean flux density= 17.076 MilliJy 3520 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 18223 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 916.60 MicroJy IMAGR1: 857 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -936.682 MicroJy iter= 1700 IMAGR1: Field 7 Clean flux density= 9.627 MilliJy 1700 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 18603 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 904.12 MicroJy IMAGR1: 1704 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -932.434 MicroJy iter= 3005 IMAGR1: Field 5 Clean flux density= -303.948 MicroJy 3005 comps IMAGR1: Total Cleaned flux density = 5.697 Jy 19165 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 888.26 MicroJy IMAGR1: 1629 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 913.283 MicroJy iter= 3819 IMAGR1: Field 6 Clean flux density= 11.770 MilliJy 3819 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 19692 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 877.97 MicroJy IMAGR1: 646 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 892.485 MicroJy iter= 3555 IMAGR1: Field 1 Clean flux density= 5.666 Jy 3555 comps IMAGR1: Total Cleaned flux density = 5.701 Jy 20001 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 864.56 MicroJy IMAGR1: 1687 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -890.231 MicroJy iter= 3310 IMAGR1: Field 4 Clean flux density= -9.623 MilliJy 3310 comps IMAGR1: Total Cleaned flux density = 5.696 Jy 20569 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 856.44 MicroJy IMAGR1: 686 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -870.546 MicroJy iter= 1978 IMAGR1: Field 2 Clean flux density= 1.059 MilliJy 1978 comps IMAGR1: Total Cleaned flux density = 5.696 Jy 20887 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 841.61 MicroJy IMAGR1: 2071 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -868.135 MicroJy iter= 4158 IMAGR1: Field 3 Clean flux density= 19.450 MilliJy 4158 comps IMAGR1: Total Cleaned flux density = 5.698 Jy 21525 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 833.00 MicroJy IMAGR1: 720 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 846.611 MicroJy iter= 2028 IMAGR1: Field 7 Clean flux density= 12.421 MilliJy 2028 comps IMAGR1: Total Cleaned flux density = 5.701 Jy 21853 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 820.28 MicroJy IMAGR1: 1653 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -842.451 MicroJy iter= 3569 IMAGR1: Field 5 Clean flux density= 936.927 MicroJy 3569 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 22417 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 807.39 MicroJy IMAGR1: 2043 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 831.569 MicroJy iter= 4472 IMAGR1: Field 6 Clean flux density= 10.468 MilliJy 4472 comps IMAGR1: Total Cleaned flux density = 5.701 Jy 23070 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 799.90 MicroJy IMAGR1: 487 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 809.494 MicroJy iter= 3806 IMAGR1: Field 1 Clean flux density= 5.668 Jy 3806 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 23321 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 788.16 MicroJy IMAGR1: 1683 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 808.570 MicroJy iter= 3890 IMAGR1: Field 4 Clean flux density= -12.488 MilliJy 3890 comps IMAGR1: Total Cleaned flux density = 5.699 Jy 23901 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 781.09 MicroJy IMAGR1: 661 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 792.163 MicroJy iter= 2296 IMAGR1: Field 2 Clean flux density= 1.076 MilliJy 2296 comps IMAGR1: Total Cleaned flux density = 5.699 Jy 24219 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 767.53 MicroJy IMAGR1: 1908 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -788.196 MicroJy iter= 4787 IMAGR1: Field 3 Clean flux density= 24.571 MilliJy 4787 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 24848 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 760.49 MicroJy IMAGR1: 783 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 772.672 MicroJy iter= 2407 IMAGR1: Field 7 Clean flux density= 10.416 MilliJy 2407 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 25227 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 749.61 MicroJy IMAGR1: 1619 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -767.461 MicroJy iter= 4134 IMAGR1: Field 5 Clean flux density= 573.064 MicroJy 4134 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 25792 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 736.68 MicroJy IMAGR1: 1901 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -756.205 MicroJy iter= 5123 IMAGR1: Field 6 Clean flux density= 13.888 MilliJy 5123 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 26443 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 730.81 MicroJy IMAGR1: 461 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -738.280 MicroJy iter= 4048 IMAGR1: Field 1 Clean flux density= 5.666 Jy 4048 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 26685 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 720.05 MicroJy IMAGR1: 1610 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -737.316 MicroJy iter= 4502 IMAGR1: Field 4 Clean flux density= -17.510 MilliJy 4502 comps IMAGR1: Total Cleaned flux density = 5.699 Jy 27297 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 713.76 MicroJy IMAGR1: 680 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -722.969 MicroJy iter= 2634 IMAGR1: Field 2 Clean flux density= 1.577 MilliJy 2634 comps IMAGR1: Total Cleaned flux density = 5.700 Jy 27635 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 702.39 MicroJy IMAGR1: 1986 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 720.130 MicroJy iter= 5453 IMAGR1: Field 3 Clean flux density= 27.779 MilliJy 5453 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 28301 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 695.73 MicroJy IMAGR1: 803 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -705.710 MicroJy iter= 2786 IMAGR1: Field 7 Clean flux density= 10.233 MilliJy 2786 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 28680 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 685.97 MicroJy IMAGR1: 1679 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 701.213 MicroJy iter= 4731 IMAGR1: Field 5 Clean flux density= 2.363 MilliJy 4731 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 29277 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 675.41 MicroJy IMAGR1: 1860 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 692.123 MicroJy iter= 5821 IMAGR1: Field 6 Clean flux density= 15.013 MilliJy 5821 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 29975 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 670.12 MicroJy IMAGR1: 380 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 675.439 MicroJy iter= 4259 IMAGR1: Field 1 Clean flux density= 5.668 Jy 4259 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 30186 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 660.11 MicroJy IMAGR1: 1595 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -674.188 MicroJy iter= 5115 IMAGR1: Field 4 Clean flux density= -18.039 MilliJy 5115 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 30799 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 654.19 MicroJy IMAGR1: 759 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -662.607 MicroJy iter= 3001 IMAGR1: Field 2 Clean flux density= -110.221 MicroJy 3001 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 31166 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 644.02 MicroJy IMAGR1: 1937 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 658.865 MicroJy iter= 6130 IMAGR1: Field 3 Clean flux density= 28.415 MilliJy 6130 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 31843 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 638.19 MicroJy IMAGR1: 774 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -646.211 MicroJy iter= 3158 IMAGR1: Field 7 Clean flux density= 8.255 MilliJy 3158 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 32215 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 629.29 MicroJy IMAGR1: 1687 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 642.375 MicroJy iter= 5353 IMAGR1: Field 5 Clean flux density= 2.110 MilliJy 5353 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 32837 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 619.44 MicroJy IMAGR1: 1786 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 632.717 MicroJy iter= 6485 IMAGR1: Field 6 Clean flux density= 16.818 MilliJy 6485 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 33501 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 952.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 615.18 MicroJy IMAGR1: 403 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -620.243 MicroJy iter= 4502 IMAGR1: Field 1 Clean flux density= 5.667 Jy 4502 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 33744 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 606.47 MicroJy IMAGR1: 1612 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 618.901 MicroJy iter= 5758 IMAGR1: Field 4 Clean flux density= -18.847 MilliJy 5758 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 34387 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 600.79 MicroJy IMAGR1: 792 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -608.180 MicroJy iter= 3397 IMAGR1: Field 2 Clean flux density= 532.812 MicroJy 3397 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 34783 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 591.97 MicroJy IMAGR1: 1889 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -604.699 MicroJy iter= 6837 IMAGR1: Field 3 Clean flux density= 29.061 MilliJy 6837 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 35490 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 586.67 MicroJy IMAGR1: 780 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -593.724 MicroJy iter= 3549 IMAGR1: Field 7 Clean flux density= 9.523 MilliJy 3549 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 35881 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 578.72 MicroJy IMAGR1: 1678 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 589.905 MicroJy iter= 6004 IMAGR1: Field 5 Clean flux density= 1.711 MilliJy 6004 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 36532 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 570.17 MicroJy IMAGR1: 1802 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 582.148 MicroJy iter= 7206 IMAGR1: Field 6 Clean flux density= 16.053 MilliJy 7206 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 37253 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -899.7 MicroJy,max = 877.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 566.24 MicroJy IMAGR1: 336 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -569.683 MicroJy iter= 4706 IMAGR1: Field 1 Clean flux density= 5.667 Jy 4706 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 37457 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 558.67 MicroJy IMAGR1: 1675 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -569.202 MicroJy iter= 6413 IMAGR1: Field 4 Clean flux density= -22.167 MilliJy 6413 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 38112 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 553.52 MicroJy IMAGR1: 780 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -559.829 MicroJy iter= 3795 IMAGR1: Field 2 Clean flux density= 1.246 MilliJy 3795 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 38510 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 545.00 MicroJy IMAGR1: 1753 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -555.217 MicroJy iter= 7514 IMAGR1: Field 3 Clean flux density= 30.526 MilliJy 7514 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 39187 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 540.22 MicroJy IMAGR1: 819 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -546.876 MicroJy iter= 3986 IMAGR1: Field 7 Clean flux density= 10.312 MilliJy 3986 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 39624 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 532.96 MicroJy IMAGR1: 1667 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 542.688 MicroJy iter= 6672 IMAGR1: Field 5 Clean flux density= 2.083 MilliJy 6672 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 40292 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 525.31 MicroJy IMAGR1: 1808 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 535.127 MicroJy iter= 7912 IMAGR1: Field 6 Clean flux density= 16.863 MilliJy 7912 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 40998 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -834.2 MicroJy,max = 790.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 521.92 MicroJy IMAGR1: 342 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -525.189 MicroJy iter= 4921 IMAGR1: Field 1 Clean flux density= 5.668 Jy 4921 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 41213 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 514.92 MicroJy IMAGR1: 1680 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -524.141 MicroJy iter= 7094 IMAGR1: Field 4 Clean flux density= -24.764 MilliJy 7094 comps IMAGR1: Total Cleaned flux density = 5.704 Jy 41894 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 510.30 MicroJy IMAGR1: 827 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 515.872 MicroJy iter= 4197 IMAGR1: Field 2 Clean flux density= 189.114 MicroJy 4197 comps IMAGR1: Total Cleaned flux density = 5.703 Jy 42296 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 503.31 MicroJy IMAGR1: 1759 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 512.146 MicroJy iter= 8200 IMAGR1: Field 3 Clean flux density= 28.165 MilliJy 8200 comps IMAGR1: Total Cleaned flux density = 5.701 Jy 42982 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 498.69 MicroJy IMAGR1: 791 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -503.848 MicroJy iter= 4391 IMAGR1: Field 7 Clean flux density= 10.750 MilliJy 4391 comps IMAGR1: Total Cleaned flux density = 5.701 Jy 43387 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 492.32 MicroJy IMAGR1: 1771 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -501.143 MicroJy iter= 7393 IMAGR1: Field 5 Clean flux density= 2.643 MilliJy 7393 comps IMAGR1: Total Cleaned flux density = 5.702 Jy 44108 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 485.30 MicroJy IMAGR1: 1779 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -494.054 MicroJy iter= 8654 IMAGR1: Field 6 Clean flux density= 19.605 MilliJy 8654 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 44850 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -760.2 MicroJy,max = 744.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 482.34 MicroJy IMAGR1: 369 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 485.136 MicroJy iter= 5145 IMAGR1: Field 1 Clean flux density= 5.668 Jy 5145 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 45074 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 476.30 MicroJy IMAGR1: 1694 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -484.239 MicroJy iter= 7793 IMAGR1: Field 4 Clean flux density= -24.422 MilliJy 7793 comps IMAGR1: Total Cleaned flux density = 5.705 Jy 45773 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 472.18 MicroJy IMAGR1: 841 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -477.109 MicroJy iter= 4626 IMAGR1: Field 2 Clean flux density= 1.237 MilliJy 4626 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 46202 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 465.77 MicroJy IMAGR1: 1749 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -473.575 MicroJy iter= 8913 IMAGR1: Field 3 Clean flux density= 28.106 MilliJy 8913 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 46915 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 461.61 MicroJy IMAGR1: 867 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 466.754 MicroJy iter= 4839 IMAGR1: Field 7 Clean flux density= 10.544 MilliJy 4839 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 47363 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 455.43 MicroJy IMAGR1: 1707 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -462.635 MicroJy iter= 8074 IMAGR1: Field 5 Clean flux density= 2.597 MilliJy 8074 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 48044 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 449.08 MicroJy IMAGR1: 1780 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 456.638 MicroJy iter= 9394 IMAGR1: Field 6 Clean flux density= 20.728 MilliJy 9394 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 48784 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -728.1 MicroJy,max = 739.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 446.39 MicroJy IMAGR1: 380 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 448.751 MicroJy iter= 5374 IMAGR1: Field 1 Clean flux density= 5.669 Jy 5374 comps IMAGR1: Total Cleaned flux density = 5.708 Jy 49013 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 440.86 MicroJy IMAGR1: 1748 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 447.868 MicroJy iter= 8509 IMAGR1: Field 4 Clean flux density= -25.552 MilliJy 8509 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 49729 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 436.99 MicroJy IMAGR1: 810 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -441.247 MicroJy iter= 5050 IMAGR1: Field 2 Clean flux density= 1.253 MilliJy 5050 comps IMAGR1: Total Cleaned flux density = 5.706 Jy 50153 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 431.33 MicroJy IMAGR1: 1803 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 438.328 MicroJy iter= 9669 IMAGR1: Field 3 Clean flux density= 28.647 MilliJy 9669 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 50909 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 427.54 MicroJy IMAGR1: 863 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 431.643 MicroJy iter= 5278 IMAGR1: Field 7 Clean flux density= 11.029 MilliJy 5278 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 51348 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 422.15 MicroJy IMAGR1: 1828 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 428.865 MicroJy iter= 8808 IMAGR1: Field 5 Clean flux density= 3.904 MilliJy 8808 comps IMAGR1: Total Cleaned flux density = 5.709 Jy 52082 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 416.60 MicroJy IMAGR1: 1750 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 423.039 MicroJy iter= 10134 IMAGR1: Field 6 Clean flux density= 19.236 MilliJy 10134 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 52822 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -660.2 MicroJy,max = 693.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 414.28 MicroJy IMAGR1: 392 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 416.539 MicroJy iter= 5623 IMAGR1: Field 1 Clean flux density= 5.669 Jy 5623 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 53071 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 409.12 MicroJy IMAGR1: 1872 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 415.528 MicroJy iter= 9273 IMAGR1: Field 4 Clean flux density= -25.831 MilliJy 9273 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 53835 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 405.60 MicroJy IMAGR1: 815 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -409.516 MicroJy iter= 5502 IMAGR1: Field 2 Clean flux density= 2.089 MilliJy 5502 comps IMAGR1: Total Cleaned flux density = 5.708 Jy 54287 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 400.16 MicroJy IMAGR1: 1697 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -406.038 MicroJy iter= 10392 IMAGR1: Field 3 Clean flux density= 27.557 MilliJy 10392 comps IMAGR1: Total Cleaned flux density = 5.707 Jy 55010 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.1 MilliJy,max = 998.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 396.62 MicroJy IMAGR1: 863 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 400.362 MicroJy iter= 5742 IMAGR1: Field 7 Clean flux density= 12.324 MilliJy 5742 comps IMAGR1: Total Cleaned flux density = 5.708 Jy 55474 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 391.73 MicroJy IMAGR1: 1922 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 397.954 MicroJy iter= 9594 IMAGR1: Field 5 Clean flux density= 5.683 MilliJy 9594 comps IMAGR1: Total Cleaned flux density = 5.710 Jy 56260 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 386.72 MicroJy IMAGR1: 1792 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 392.533 MicroJy iter= 10899 IMAGR1: Field 6 Clean flux density= 22.063 MilliJy 10899 comps IMAGR1: Total Cleaned flux density = 5.713 Jy 57025 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -633.7 MicroJy,max = 644.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 384.52 MicroJy IMAGR1: 362 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -386.321 MicroJy iter= 5852 IMAGR1: Field 1 Clean flux density= 5.669 Jy 5852 comps IMAGR1: Total Cleaned flux density = 5.713 Jy 57254 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 379.83 MicroJy IMAGR1: 1888 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 385.416 MicroJy iter= 10046 IMAGR1: Field 4 Clean flux density= -26.870 MilliJy 10046 comps IMAGR1: Total Cleaned flux density = 5.712 Jy 58027 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 978.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 376.66 MicroJy IMAGR1: 779 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 379.802 MicroJy iter= 5925 IMAGR1: Field 2 Clean flux density= 2.203 MilliJy 5925 comps IMAGR1: Total Cleaned flux density = 5.712 Jy 58450 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 371.97 MicroJy IMAGR1: 1772 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 377.404 MicroJy iter= 11153 IMAGR1: Field 3 Clean flux density= 26.239 MilliJy 11153 comps IMAGR1: Total Cleaned flux density = 5.711 Jy 59211 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -1.0 MilliJy,max = 920.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 368.75 MicroJy IMAGR1: 892 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -372.090 MicroJy iter= 6225 IMAGR1: Field 7 Clean flux density= 12.967 MilliJy 6225 comps IMAGR1: Total Cleaned flux density = 5.711 Jy 59694 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 364.27 MicroJy IMAGR1: 1850 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -369.609 MicroJy iter= 10381 IMAGR1: Field 5 Clean flux density= 4.912 MilliJy 10381 comps IMAGR1: Total Cleaned flux density = 5.711 Jy 60481 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 359.77 MicroJy IMAGR1: 1891 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -364.910 MicroJy iter= 11687 IMAGR1: Field 6 Clean flux density= 22.667 MilliJy 11687 comps IMAGR1: Total Cleaned flux density = 5.711 Jy 61269 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -592.1 MicroJy,max = 600.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 357.85 MicroJy IMAGR1: 358 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 359.507 MicroJy iter= 6094 IMAGR1: Field 1 Clean flux density= 5.670 Jy 6094 comps IMAGR1: Total Cleaned flux density = 5.712 Jy 61511 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 353.62 MicroJy IMAGR1: 1933 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -358.842 MicroJy iter= 10863 IMAGR1: Field 4 Clean flux density= -26.033 MilliJy 10863 comps IMAGR1: Total Cleaned flux density = 5.713 Jy 62328 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 920.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 350.77 MicroJy IMAGR1: 885 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 353.851 MicroJy iter= 6413 IMAGR1: Field 2 Clean flux density= 2.355 MilliJy 6413 comps IMAGR1: Total Cleaned flux density = 5.713 Jy 62816 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 346.36 MicroJy IMAGR1: 1656 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 351.160 MicroJy iter= 11912 IMAGR1: Field 3 Clean flux density= 27.253 MilliJy 11912 comps IMAGR1: Total Cleaned flux density = 5.714 Jy 63575 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -960.5 MicroJy,max = 873.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 343.32 MicroJy IMAGR1: 899 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -346.378 MicroJy iter= 6711 IMAGR1: Field 7 Clean flux density= 13.736 MilliJy 6711 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 64061 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 339.12 MicroJy IMAGR1: 1868 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -343.913 MicroJy iter= 11176 IMAGR1: Field 5 Clean flux density= 5.615 MilliJy 11176 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 64856 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 334.94 MicroJy IMAGR1: 1871 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 339.787 MicroJy iter= 12508 IMAGR1: Field 6 Clean flux density= 23.342 MilliJy 12508 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 65677 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -550.0 MicroJy,max = 563.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 333.12 MicroJy IMAGR1: 360 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -334.621 MicroJy iter= 6328 IMAGR1: Field 1 Clean flux density= 5.670 Jy 6328 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 65911 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 329.15 MicroJy IMAGR1: 1952 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 333.800 MicroJy iter= 11688 IMAGR1: Field 4 Clean flux density= -25.526 MilliJy 11688 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 66736 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 888.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 326.24 MicroJy IMAGR1: 856 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -328.902 MicroJy iter= 6865 IMAGR1: Field 2 Clean flux density= 1.446 MilliJy 6865 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 67188 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 322.34 MicroJy IMAGR1: 1878 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -326.802 MicroJy iter= 12726 IMAGR1: Field 3 Clean flux density= 26.567 MilliJy 12726 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 68002 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -905.0 MicroJy,max = 820.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 319.66 MicroJy IMAGR1: 892 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 322.374 MicroJy iter= 7202 IMAGR1: Field 7 Clean flux density= 13.962 MilliJy 7202 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 68493 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 316.00 MicroJy IMAGR1: 1986 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 320.362 MicroJy iter= 12015 IMAGR1: Field 5 Clean flux density= 5.843 MilliJy 12015 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 69332 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 312.19 MicroJy IMAGR1: 1854 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -316.302 MicroJy iter= 13330 IMAGR1: Field 6 Clean flux density= 22.741 MilliJy 13330 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 70154 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -509.9 MicroJy,max = 530.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 310.63 MicroJy IMAGR1: 367 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 311.956 MicroJy iter= 6572 IMAGR1: Field 1 Clean flux density= 5.670 Jy 6572 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 70398 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 307.12 MicroJy IMAGR1: 1957 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 311.341 MicroJy iter= 12541 IMAGR1: Field 4 Clean flux density= -25.404 MilliJy 12541 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 71251 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 846.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 304.66 MicroJy IMAGR1: 910 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 307.237 MicroJy iter= 7374 IMAGR1: Field 2 Clean flux density= 2.061 MilliJy 7374 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 71760 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 300.96 MicroJy IMAGR1: 1759 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 304.844 MicroJy iter= 13526 IMAGR1: Field 3 Clean flux density= 26.486 MilliJy 13526 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 72560 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -865.6 MicroJy,max = 755.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 298.42 MicroJy IMAGR1: 898 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 300.768 MicroJy iter= 7701 IMAGR1: Field 7 Clean flux density= 13.560 MilliJy 7701 comps IMAGR1: Total Cleaned flux density = 5.715 Jy 73059 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 294.99 MicroJy IMAGR1: 2057 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 298.949 MicroJy iter= 12880 IMAGR1: Field 5 Clean flux density= 7.002 MilliJy 12880 comps IMAGR1: Total Cleaned flux density = 5.716 Jy 73924 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 291.52 MicroJy IMAGR1: 1908 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -295.434 MicroJy iter= 14166 IMAGR1: Field 6 Clean flux density= 24.017 MilliJy 14166 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 74760 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -475.0 MicroJy,max = 523.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 290.12 MicroJy IMAGR1: 383 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -291.350 MicroJy iter= 6826 IMAGR1: Field 1 Clean flux density= 5.671 Jy 6826 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 75014 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 286.91 MicroJy IMAGR1: 1958 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 290.563 MicroJy iter= 13377 IMAGR1: Field 4 Clean flux density= -24.478 MilliJy 13377 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 75850 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 818.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 284.52 MicroJy IMAGR1: 877 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -286.695 MicroJy iter= 7879 IMAGR1: Field 2 Clean flux density= 904.684 MicroJy 7879 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 76355 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 281.22 MicroJy IMAGR1: 1879 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 284.746 MicroJy iter= 14366 IMAGR1: Field 3 Clean flux density= 26.493 MilliJy 14366 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 77195 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -817.1 MicroJy,max = 707.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 278.95 MicroJy IMAGR1: 948 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 281.151 MicroJy iter= 8226 IMAGR1: Field 7 Clean flux density= 13.990 MilliJy 8226 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 77720 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 275.78 MicroJy IMAGR1: 2102 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 279.493 MicroJy iter= 13764 IMAGR1: Field 5 Clean flux density= 6.797 MilliJy 13764 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 78604 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 272.76 MicroJy IMAGR1: 1982 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 276.350 MicroJy iter= 15066 IMAGR1: Field 6 Clean flux density= 24.205 MilliJy 15066 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 79504 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -436.3 MicroJy,max = 472.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 271.39 MicroJy IMAGR1: 329 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 272.360 MicroJy iter= 7043 IMAGR1: Field 1 Clean flux density= 5.672 Jy 7043 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 79721 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 268.46 MicroJy IMAGR1: 2097 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -271.944 MicroJy iter= 14258 IMAGR1: Field 4 Clean flux density= -24.235 MilliJy 14258 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 80602 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 774.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 266.28 MicroJy IMAGR1: 872 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -268.178 MicroJy iter= 8361 IMAGR1: Field 2 Clean flux density= 1.001 MilliJy 8361 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 81084 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 263.19 MicroJy IMAGR1: 1902 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -266.433 MicroJy iter= 15205 IMAGR1: Field 3 Clean flux density= 25.848 MilliJy 15205 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 81923 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -776.2 MicroJy,max = 669.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 261.06 MicroJy IMAGR1: 991 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 263.105 MicroJy iter= 8764 IMAGR1: Field 7 Clean flux density= 13.987 MilliJy 8764 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 82461 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 258.31 MicroJy IMAGR1: 2241 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 261.676 MicroJy iter= 14706 IMAGR1: Field 5 Clean flux density= 7.328 MilliJy 14706 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 83403 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 255.46 MicroJy IMAGR1: 1925 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 258.617 MicroJy iter= 15968 IMAGR1: Field 6 Clean flux density= 25.833 MilliJy 15968 comps IMAGR1: Total Cleaned flux density = 5.721 Jy 84305 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -421.7 MicroJy,max = 456.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 254.35 MicroJy IMAGR1: 387 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -255.334 MicroJy iter= 7291 IMAGR1: Field 1 Clean flux density= 5.672 Jy 7291 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 84553 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 251.62 MicroJy IMAGR1: 2153 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 254.887 MicroJy iter= 15189 IMAGR1: Field 4 Clean flux density= -23.935 MilliJy 15189 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 85484 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.0 MilliJy,max = 744.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 249.82 MicroJy IMAGR1: 1020 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -251.694 MicroJy iter= 8902 IMAGR1: Field 2 Clean flux density= 760.543 MicroJy 8902 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 86025 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 247.15 MicroJy IMAGR1: 1978 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 250.207 MicroJy iter= 16074 IMAGR1: Field 3 Clean flux density= 24.404 MilliJy 16074 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 86894 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -745.7 MicroJy,max = 640.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 245.27 MicroJy IMAGR1: 933 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -246.997 MicroJy iter= 9289 IMAGR1: Field 7 Clean flux density= 13.959 MilliJy 9289 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 87419 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 242.58 MicroJy IMAGR1: 2182 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -245.591 MicroJy iter= 15626 IMAGR1: Field 5 Clean flux density= 5.324 MilliJy 15626 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 88339 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 240.01 MicroJy IMAGR1: 1967 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 242.905 MicroJy iter= 16895 IMAGR1: Field 6 Clean flux density= 25.306 MilliJy 16895 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 89266 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -393.9 MicroJy,max = 423.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 238.93 MicroJy IMAGR1: 362 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 239.800 MicroJy iter= 7535 IMAGR1: Field 1 Clean flux density= 5.672 Jy 7535 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 89510 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 236.26 MicroJy IMAGR1: 2150 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -239.173 MicroJy iter= 16139 IMAGR1: Field 4 Clean flux density= -23.789 MilliJy 16139 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 90460 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -1.0 MilliJy,max = 705.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 234.36 MicroJy IMAGR1: 966 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 236.007 MicroJy iter= 9451 IMAGR1: Field 2 Clean flux density= 1.270 MilliJy 9451 comps IMAGR1: Total Cleaned flux density = 5.718 Jy 91009 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 231.74 MicroJy IMAGR1: 1972 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -234.392 MicroJy iter= 16985 IMAGR1: Field 3 Clean flux density= 24.851 MilliJy 16985 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 91920 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -709.9 MicroJy,max = 623.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 230.06 MicroJy IMAGR1: 1005 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -231.746 MicroJy iter= 9850 IMAGR1: Field 7 Clean flux density= 14.499 MilliJy 9850 comps IMAGR1: Total Cleaned flux density = 5.719 Jy 92481 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 227.62 MicroJy IMAGR1: 2354 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -230.515 MicroJy iter= 16613 IMAGR1: Field 5 Clean flux density= 5.876 MilliJy 16613 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 93468 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 225.36 MicroJy IMAGR1: 1955 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -228.042 MicroJy iter= 17827 IMAGR1: Field 6 Clean flux density= 25.264 MilliJy 17827 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 94400 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -363.9 MicroJy,max = 404.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 224.37 MicroJy IMAGR1: 362 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -225.147 MicroJy iter= 7783 IMAGR1: Field 1 Clean flux density= 5.672 Jy 7783 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 94648 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 222.10 MicroJy IMAGR1: 2316 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -224.879 MicroJy iter= 17134 IMAGR1: Field 4 Clean flux density= -23.877 MilliJy 17134 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 95643 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -989.7 MicroJy,max = 678.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 220.50 MicroJy IMAGR1: 1023 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -222.060 MicroJy iter= 10012 IMAGR1: Field 2 Clean flux density= 1.385 MilliJy 10012 comps IMAGR1: Total Cleaned flux density = 5.720 Jy 96204 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 218.09 MicroJy IMAGR1: 2029 Residual map points loaded IMAGR1: Field 3 min Clean flux = 220.768 MicroJy iter= 17874 IMAGR1: Field 3 Clean flux density= 24.909 MilliJy 17874 comps IMAGR1: Total Cleaned flux density = 5.721 Jy 97093 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 7 min = -681.5 MicroJy,max = 603.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 214.79 MicroJy IMAGR1: 1259 Residual map points loaded IMAGR1: Field 7 min Clean flux = -220.771 MicroJy iter= 10260 IMAGR1: Field 7 Clean flux density= 15.089 MilliJy 10260 comps IMAGR1: Total Cleaned flux density = 5.721 Jy 97503 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 210.99 MicroJy IMAGR1: 3280 Residual map points loaded IMAGR1: Field 5 min Clean flux = 220.732 MicroJy iter= 17286 IMAGR1: Field 5 Clean flux density= 6.432 MilliJy 17286 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 98176 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 204.76 MicroJy IMAGR1: 4084 Residual map points loaded IMAGR1: Field 6 min Clean flux = 220.715 MicroJy iter= 18264 IMAGR1: Field 6 Clean flux density= 25.957 MilliJy 18264 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 98613 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 1 min = -355.1 MicroJy,max = 389.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 198.59 MicroJy IMAGR1: 2303 Residual map points loaded IMAGR1: Field 1 min Clean flux = -220.749 MicroJy iter= 7824 IMAGR1: Field 1 Clean flux density= 5.672 Jy 7824 comps IMAGR1: Total Cleaned flux density = 5.722 Jy 98654 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 190.71 MicroJy IMAGR1: 9974 Residual map points loaded IMAGR1: Field 4 min Clean flux = -220.744 MicroJy iter= 17476 IMAGR1: Field 4 Clean flux density= -23.357 MilliJy 17476 comps IMAGR1: Total Cleaned flux density = 5.723 Jy 98996 comps IMAGR1: ALGSTB: All 628 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 617- 0 Cells, with 45872 Pts IMAGR1: Field 2 min = -980.4 MicroJy,max = 676.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 166.37 MicroJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 2 min Clean flux = -220.758 MicroJy iter= 10075 IMAGR1: Field 2 Clean flux density= 1.319 MilliJy 10075 comps IMAGR1: Total Cleaned flux density = 5.723 Jy 99059 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 220.771 less than limit 220.777 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 7824 to 3371 components IMAGR1: Field 2 compressed from 10075 to 4373 components IMAGR1: Field 3 compressed from 17874 to 7209 components IMAGR1: Field 4 compressed from 17476 to 6618 components IMAGR1: Field 5 compressed from 17286 to 6587 components IMAGR1: Field 6 compressed from 18264 to 7222 components IMAGR1: Field 7 compressed from 10260 to 4432 components IMAGR1: Field 1 min = -358.0 MicroJy,max = 385.5 MicroJy IMAGR1: Field 2 min = -980.8 MicroJy,max = 675.0 MicroJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: Field 7 min = -679.1 MicroJy,max = 593.2 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 200.163 MicroJy ( 283 CCs) from field 1 to field 2 IMAGR1: Restore 2.798 MilliJy ( 294 CCs) from field 1 to field 3 IMAGR1: Restore-161.405 MicroJy ( 403 CCs) from field 1 to field 4 IMAGR1: Restore -1.260 MilliJy ( 377 CCs) from field 1 to field 5 IMAGR1: Restore -1.585 MilliJy ( 317 CCs) from field 1 to field 6 IMAGR1: Restore 4.044 MilliJy ( 220 CCs) from field 1 to field 7 IMAGR1: Restore -2.471 MilliJy ( 231 CCs) from field 2 to field 1 IMAGR1: Restore -3.377 MilliJy ( 555 CCs) from field 2 to field 3 IMAGR1: Restore 26.620 MicroJy ( 573 CCs) from field 2 to field 4 IMAGR1: Restore -3.153 MilliJy ( 439 CCs) from field 3 to field 1 IMAGR1: Restore-391.906 MicroJy ( 465 CCs) from field 3 to field 2 IMAGR1: Restore 898.444 MicroJy ( 615 CCs) from field 3 to field 5 IMAGR1: Restore -9.722 MilliJy ( 403 CCs) from field 4 to field 1 IMAGR1: Restore -9.321 MilliJy ( 543 CCs) from field 4 to field 2 IMAGR1: Restore -1.140 MilliJy ( 397 CCs) from field 4 to field 6 IMAGR1: Restore -5.247 MilliJy ( 420 CCs) from field 5 to field 1 IMAGR1: Restore 82.265 MicroJy ( 411 CCs) from field 5 to field 3 IMAGR1: Restore -3.421 MilliJy ( 461 CCs) from field 5 to field 7 IMAGR1: Restore 7.142 MilliJy ( 480 CCs) from field 6 to field 1 IMAGR1: Restore 3.143 MilliJy ( 547 CCs) from field 6 to field 4 IMAGR1: Restore 9.889 MilliJy ( 467 CCs) from field 6 to field 7 IMAGR1: Restore -1.340 MilliJy ( 231 CCs) from field 7 to field 1 IMAGR1: Restore 469.511 MicroJy ( 611 CCs) from field 7 to field 5 IMAGR1: Restore -1.195 MilliJy ( 495 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 5.658 Jy IMAGR1: Field 2 final Clean flux -8.194 MilliJy IMAGR1: Field 3 final Clean flux 24.412 MilliJy IMAGR1: Field 4 final Clean flux -20.349 MilliJy IMAGR1: Field 5 final Clean flux 6.540 MilliJy IMAGR1: Field 6 final Clean flux 22.037 MilliJy IMAGR1: Field 7 final Clean flux 25.600 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 8 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 236.2 Real= 239 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 0339-017 C BAND Seq 1 Disk: 1 in slot 4 SETFC1: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.40152 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.40152 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@0339-017_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.24 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 03:39:30.94 -01:46:35.8 2.424 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 158.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.3 Real= 1 C 1 2036 2036 03 39 30.94 -01 46 35.8 00001 -1 1019 1024 1025 C 2 246 246 03 39 30.94 -01 46 35.8 00002 -1 100 128 129 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0339-017_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 3.4483E-02 -7.9936E-13 0 IMAGR1: Field 2 246 246 3.4483E-02 -7.9936E-13 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0339-017_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 0339-017 .IMAGR . 1 (UV) on disk 1 cno 15 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 60026 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.377E+04 IMAGR1: UVWAIT: Adding temperance S 6.754E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.607E+08 and out 4.895E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR1: UVWAIT: Average summed weight 3.377E+04 over 119692 vis IMAGR1: Create 0339-017 .IBM001. 1 (MA) on disk 1 cno 16 IMAGR1: Create 0339-017 .IBM002. 1 (MA) on disk 1 cno 17 IMAGR1: Create 0339-017 .ICL001. 1 (MA) on disk 1 cno 18 IMAGR1: Create 0339-017 .ICL002. 1 (MA) on disk 1 cno 19 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.614900E+09 to 4.664900E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.19712E+09 IMAGR1: Field 1 Beam min = -78.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.714 x 1.403 arcsec, PA= -36.5 IMAGR1: Field 2 Sum of gridding weights = 5.19716E+09 IMAGR1: Field 2 Beam min = -78.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.714 x 1.403 arcsec, PA= -36.5 IMAGR1: CLBHIS: minimum component 0.224 of current peak IMAGR1: Field 1 min = -176.8 MilliJy,max = 2.3 Jy IMAGR1: Field 2 min = -176.8 MilliJy,max = 2.3 Jy IMAGR1: BGC Clean: using 509 cell beam + residuals > 55.50 MilliJy IMAGR1: 1618 Residual map points loaded IMAGR1: Field 2 min allowed flux = 463.962 MilliJy iter= 16 IMAGR1: Field 2 Clean flux density= 1.836 Jy 16 comps IMAGR1: Total Cleaned flux density = 1.836 Jy 16 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -34.5 MilliJy,max = 417.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.968E-01 < Second best 4.410E-01 IMAGR1: Field 2 min = -34.5 MilliJy,max = 417.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 11.43 MilliJy IMAGR1: 1387 Residual map points loaded IMAGR1: Field 2 min allowed flux = 89.560 MilliJy iter= 33 IMAGR1: Field 2 Clean flux density= 2.201 Jy 33 comps IMAGR1: Total Cleaned flux density = 2.201 Jy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.2 MilliJy,max = 81.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.733E-02 < Second best 8.513E-02 IMAGR1: Field 2 min = -8.2 MilliJy,max = 81.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.21 MilliJy IMAGR1: 2081 Residual map points loaded IMAGR1: Field 2 min allowed flux = -17.657 MilliJy iter= 53 IMAGR1: Field 2 Clean flux density= 2.267 Jy 53 comps IMAGR1: Total Cleaned flux density = 2.267 Jy 53 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -20.7 MilliJy,max = 17.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.00 MilliJy IMAGR1: 835 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.942 MilliJy iter= 99 IMAGR1: Field 1 Clean flux density= 4.490 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 2.271 Jy 152 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.6 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 443 cell beam + residuals > 1.14 MilliJy IMAGR1: 516 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.445 MilliJy iter= 303 IMAGR1: Field 2 Clean flux density= 2.274 Jy 303 comps IMAGR1: Total Cleaned flux density = 2.279 Jy 402 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 581.71 MicroJy IMAGR1: 16819 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.113 MilliJy iter= 554 IMAGR1: Field 1 Clean flux density= 9.507 MilliJy 554 comps IMAGR1: Total Cleaned flux density = 2.284 Jy 857 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 570.69 MicroJy IMAGR1: 642 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 773.546 MicroJy iter= 636 IMAGR1: Field 2 Clean flux density= 2.275 Jy 636 comps IMAGR1: Total Cleaned flux density = 2.284 Jy 1190 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 479.66 MicroJy IMAGR1: 18771 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 675.646 MicroJy iter= 1121 IMAGR1: Field 1 Clean flux density= 14.597 MilliJy 1121 comps IMAGR1: Total Cleaned flux density = 2.289 Jy 1757 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -697.1 MicroJy,max = 881.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 477.77 MicroJy IMAGR1: 639 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -553.337 MicroJy iter= 934 IMAGR1: Field 2 Clean flux density= 2.275 Jy 934 comps IMAGR1: Total Cleaned flux density = 2.290 Jy 2055 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 455.15 MicroJy IMAGR1: 19192 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -597.750 MicroJy iter= 1865 IMAGR1: Field 1 Clean flux density= 17.494 MilliJy 1865 comps IMAGR1: Total Cleaned flux density = 2.292 Jy 2799 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 440.26 MicroJy IMAGR1: 19082 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -553.666 MicroJy iter= 2675 IMAGR1: Field 1 Clean flux density= 21.090 MilliJy 2675 comps IMAGR1: Total Cleaned flux density = 2.296 Jy 3609 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 426.65 MicroJy IMAGR1: 18977 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -522.310 MicroJy iter= 3569 IMAGR1: Field 1 Clean flux density= 22.771 MilliJy 3569 comps IMAGR1: Total Cleaned flux density = 2.298 Jy 4503 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -595.1 MicroJy,max = 738.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 425.08 MicroJy IMAGR1: 428 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -446.753 MicroJy iter= 1164 IMAGR1: Field 2 Clean flux density= 2.275 Jy 1164 comps IMAGR1: Total Cleaned flux density = 2.297 Jy 4733 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 975.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 408.32 MicroJy IMAGR1: 19442 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 490.533 MicroJy iter= 4608 IMAGR1: Field 1 Clean flux density= 22.862 MilliJy 4608 comps IMAGR1: Total Cleaned flux density = 2.297 Jy 5772 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 958.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 395.39 MicroJy IMAGR1: 19324 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 465.014 MicroJy iter= 5704 IMAGR1: Field 1 Clean flux density= 25.804 MilliJy 5704 comps IMAGR1: Total Cleaned flux density = 2.300 Jy 6868 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 936.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 382.15 MicroJy IMAGR1: 19213 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 443.302 MicroJy iter= 6878 IMAGR1: Field 1 Clean flux density= 26.782 MilliJy 6878 comps IMAGR1: Total Cleaned flux density = 2.301 Jy 8042 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -567.7 MicroJy,max = 605.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 380.99 MicroJy IMAGR1: 227 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -386.140 MicroJy iter= 1264 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1264 comps IMAGR1: Total Cleaned flux density = 2.301 Jy 8142 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 948.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 367.50 MicroJy IMAGR1: 19622 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -421.764 MicroJy iter= 8152 IMAGR1: Field 1 Clean flux density= 27.189 MilliJy 8152 comps IMAGR1: Total Cleaned flux density = 2.302 Jy 9416 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 935.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 355.31 MicroJy IMAGR1: 19493 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -402.797 MicroJy iter= 9476 IMAGR1: Field 1 Clean flux density= 29.272 MilliJy 9476 comps IMAGR1: Total Cleaned flux density = 2.304 Jy 10740 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 931.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 343.36 MicroJy IMAGR1: 19374 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -385.698 MicroJy iter= 10859 IMAGR1: Field 1 Clean flux density= 30.792 MilliJy 10859 comps IMAGR1: Total Cleaned flux density = 2.305 Jy 12123 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -520.1 MicroJy,max = 524.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 342.48 MicroJy IMAGR1: 130 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -344.485 MicroJy iter= 1329 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1329 comps IMAGR1: Total Cleaned flux density = 2.305 Jy 12188 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -983.3 MicroJy,max = 924.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 330.46 MicroJy IMAGR1: 19716 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -369.096 MicroJy iter= 12345 IMAGR1: Field 1 Clean flux density= 33.734 MilliJy 12345 comps IMAGR1: Total Cleaned flux density = 2.308 Jy 13674 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -962.7 MicroJy,max = 906.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 319.23 MicroJy IMAGR1: 19582 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -353.836 MicroJy iter= 13880 IMAGR1: Field 1 Clean flux density= 33.005 MilliJy 13880 comps IMAGR1: Total Cleaned flux density = 2.307 Jy 15209 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -950.0 MicroJy,max = 905.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 308.32 MicroJy IMAGR1: 19433 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -339.553 MicroJy iter= 15471 IMAGR1: Field 1 Clean flux density= 35.279 MilliJy 15471 comps IMAGR1: Total Cleaned flux density = 2.310 Jy 16800 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -466.1 MicroJy,max = 493.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 307.76 MicroJy IMAGR1: 82 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -308.187 MicroJy iter= 1374 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1374 comps IMAGR1: Total Cleaned flux density = 2.309 Jy 16845 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -930.7 MicroJy,max = 897.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 297.05 MicroJy IMAGR1: 19784 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 326.049 MicroJy iter= 17163 IMAGR1: Field 1 Clean flux density= 35.731 MilliJy 17163 comps IMAGR1: Total Cleaned flux density = 2.310 Jy 18537 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -903.5 MicroJy,max = 877.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 286.89 MicroJy IMAGR1: 19651 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -313.317 MicroJy iter= 18914 IMAGR1: Field 1 Clean flux density= 37.629 MilliJy 18914 comps IMAGR1: Total Cleaned flux density = 2.312 Jy 20288 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -894.1 MicroJy,max = 859.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 277.07 MicroJy IMAGR1: 19503 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 301.364 MicroJy iter= 20737 IMAGR1: Field 1 Clean flux density= 37.533 MilliJy 20737 comps IMAGR1: Total Cleaned flux density = 2.312 Jy 22111 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -443.9 MicroJy,max = 455.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 276.73 MicroJy IMAGR1: 76 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 277.120 MicroJy iter= 1421 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1421 comps IMAGR1: Total Cleaned flux density = 2.312 Jy 22158 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -876.4 MicroJy,max = 836.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 266.88 MicroJy IMAGR1: 19796 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 289.820 MicroJy iter= 22684 IMAGR1: Field 1 Clean flux density= 37.084 MilliJy 22684 comps IMAGR1: Total Cleaned flux density = 2.311 Jy 24105 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -859.8 MicroJy,max = 827.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 257.69 MicroJy IMAGR1: 19672 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 278.854 MicroJy iter= 24700 IMAGR1: Field 1 Clean flux density= 38.431 MilliJy 24700 comps IMAGR1: Total Cleaned flux density = 2.313 Jy 26121 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -838.6 MicroJy,max = 806.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 248.80 MicroJy IMAGR1: 19501 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -268.548 MicroJy iter= 26805 IMAGR1: Field 1 Clean flux density= 41.093 MilliJy 26805 comps IMAGR1: Total Cleaned flux density = 2.315 Jy 28226 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -395.8 MicroJy,max = 400.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 248.47 MicroJy IMAGR1: 75 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -249.044 MicroJy iter= 1468 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1468 comps IMAGR1: Total Cleaned flux density = 2.315 Jy 28273 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -826.7 MicroJy,max = 794.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 239.71 MicroJy IMAGR1: 19810 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -258.212 MicroJy iter= 29020 IMAGR1: Field 1 Clean flux density= 40.738 MilliJy 29020 comps IMAGR1: Total Cleaned flux density = 2.315 Jy 30488 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -796.8 MicroJy,max = 763.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 231.41 MicroJy IMAGR1: 19689 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -248.649 MicroJy iter= 31319 IMAGR1: Field 1 Clean flux density= 42.577 MilliJy 31319 comps IMAGR1: Total Cleaned flux density = 2.317 Jy 32787 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -376.1 MicroJy,max = 347.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 231.24 MicroJy IMAGR1: 46 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 231.549 MicroJy iter= 1497 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1497 comps IMAGR1: Total Cleaned flux density = 2.317 Jy 32816 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -787.9 MicroJy,max = 751.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 223.01 MicroJy IMAGR1: 19829 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -239.376 MicroJy iter= 33758 IMAGR1: Field 1 Clean flux density= 44.026 MilliJy 33758 comps IMAGR1: Total Cleaned flux density = 2.318 Jy 35255 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -773.2 MicroJy,max = 748.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 215.38 MicroJy IMAGR1: 19686 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 230.564 MicroJy iter= 36267 IMAGR1: Field 1 Clean flux density= 45.279 MilliJy 36267 comps IMAGR1: Total Cleaned flux density = 2.319 Jy 37764 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -348.6 MicroJy,max = 328.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 215.26 MicroJy IMAGR1: 81 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -215.758 MicroJy iter= 1543 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1543 comps IMAGR1: Total Cleaned flux density = 2.319 Jy 37810 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -749.6 MicroJy,max = 723.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 207.62 MicroJy IMAGR1: 19788 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 221.868 MicroJy iter= 38878 IMAGR1: Field 1 Clean flux density= 44.751 MilliJy 38878 comps IMAGR1: Total Cleaned flux density = 2.319 Jy 40421 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -738.1 MicroJy,max = 702.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 200.71 MicroJy IMAGR1: 19668 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -213.952 MicroJy iter= 41561 IMAGR1: Field 1 Clean flux density= 46.114 MilliJy 41561 comps IMAGR1: Total Cleaned flux density = 2.320 Jy 43104 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -344.1 MicroJy,max = 288.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 200.58 MicroJy IMAGR1: 66 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 200.885 MicroJy iter= 1590 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1590 comps IMAGR1: Total Cleaned flux density = 2.320 Jy 43151 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -713.1 MicroJy,max = 692.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 193.49 MicroJy IMAGR1: 19819 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 206.123 MicroJy iter= 44378 IMAGR1: Field 1 Clean flux density= 47.277 MilliJy 44378 comps IMAGR1: Total Cleaned flux density = 2.321 Jy 45968 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 1 min = -693.7 MicroJy,max = 666.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 187.16 MicroJy IMAGR1: 19691 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 198.956 MicroJy iter= 47257 IMAGR1: Field 1 Clean flux density= 47.907 MilliJy 47257 comps IMAGR1: Total Cleaned flux density = 2.322 Jy 48847 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Field 2 min = -298.8 MicroJy,max = 267.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 187.04 MicroJy IMAGR1: 63 Residual map points loaded IMAGR1: Field 2 min Clean flux = -192.856 MicroJy iter= 1605 IMAGR1: Field 2 Clean flux density= 2.274 Jy 1605 comps IMAGR1: Total Cleaned flux density = 2.322 Jy 48862 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -687.9 MicroJy,max = 656.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 180.64 MicroJy IMAGR1: 19946 Residual map points loaded IMAGR1: Field 1 min Clean flux = 192.992 MicroJy iter= 49735 IMAGR1: Field 1 Clean flux density= 50.699 MilliJy 49735 comps IMAGR1: Total Cleaned flux density = 2.324 Jy 51340 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 60026 Pts IMAGR1: Peak residual in window 192.992 less than limit 193.000 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 49735 to 21756 components IMAGR1: Field 2 compressed from 1605 to 396 components IMAGR1: Field 1 min = -668.9 MicroJy,max = 644.7 MicroJy IMAGR1: Field 2 min = -291.1 MicroJy,max = 264.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 8.603 MilliJy ( 357 CCs) from field 1 to field 2 IMAGR1: Restore 2.274 Jy ( 396 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 2.325 Jy IMAGR1: Field 2 final Clean flux 2.282 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 15 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 125.3 Real= 127 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 15 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.01026 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found ARP147 C BAND Seq 1 Disk: 1 in slot 5 SETFC1: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.40135 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.40135 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@ARP147_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.24 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 03:11:14.84 01:23:06.3 0.062 0.564 0.071 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 159.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.5 Real= 0 C 1 2036 2036 03 11 18.80 01 18 57.0 00001 -1 1019 1024 1025 C 2 246 246 03 11 14.84 01 23 06.3 00002 -1 100 128 129 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 15 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.01026 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@ARP147_C,BAND.0-1 >> /home/auto/run/AH678_1999NOV AIPS 1: 21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =ARP147' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@ARP147_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.5573E-11 1.5987E-12 0 IMAGR1: Field 2 246 246 -5.9384E+01 2.4930E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@ARP147_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create ARP147 .IMAGR . 1 (UV) on disk 1 cno 17 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 590231 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.802E+05 IMAGR1: UVWAIT: Adding temperance S 3.605E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.723E+09 and out 8.157E+09 IMAGR1: UVWAIT: Noise is increased by a factor 1.153 due to weighting IMAGR1: UVWAIT: Average summed weight 1.803E+05 over 1179523 vis IMAGR1: Create ARP147 .IBM001. 1 (MA) on disk 1 cno 18 IMAGR1: Create ARP147 .IBM002. 1 (MA) on disk 1 cno 19 IMAGR1: Create ARP147 .ICL001. 1 (MA) on disk 1 cno 20 IMAGR1: Create ARP147 .ICL002. 1 (MA) on disk 1 cno 21 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.614900E+09 to 4.664900E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 8.66053E+10 IMAGR1: Field 1 Beam min = -103.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.497 x 1.323 arcsec, PA= -54.0 IMAGR1: Field 2 Sum of gridding weights = 8.66054E+10 IMAGR1: Field 2 Beam min = -103.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.496 x 1.322 arcsec, PA= -54.2 IMAGR1: CLBHIS: minimum component 0.290 of current peak IMAGR1: Field 1 min = -156.7 MicroJy,max = 1.3 MilliJy IMAGR1: Field 2 min = -101.0 MicroJy,max = 565.9 MicroJy IMAGR1: BGC Clean: using 1447 cell beam + residuals > 54.43 MicroJy IMAGR1: 11231 Residual map points loaded IMAGR1: Field 1 min allowed flux = 385.378 MicroJy iter= 51 IMAGR1: Field 1 Clean flux density= 2.913 MilliJy 51 comps IMAGR1: Total Cleaned flux density = 2.913 MilliJy 51 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 590231 Pts IMAGR1: Field 2 min = -92.3 MicroJy,max = 386.4 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 54.43 MicroJy IMAGR1: 1377 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 150.798 MicroJy iter= 173 IMAGR1: Field 2 Clean flux density= 3.905 MilliJy 173 comps IMAGR1: Total Cleaned flux density = 6.818 MilliJy 224 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 590231 Pts IMAGR1: Field 1 min = -85.2 MicroJy,max = 379.0 MicroJy IMAGR1: BGC Clean: using 147 cell beam + residuals > 55.93 MicroJy IMAGR1: 2223 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 112.195 MicroJy iter= 288 IMAGR1: Field 1 Clean flux density= 6.861 MilliJy 288 comps IMAGR1: Total Cleaned flux density = 10.766 MilliJy 461 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 590231 Pts IMAGR1: Field 2 min = -69.2 MicroJy,max = 115.1 MicroJy IMAGR1: BGC Clean: using 147 cell beam + residuals > 55.00 MicroJy IMAGR1: 766 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 73.375 MicroJy iter= 344 IMAGR1: Field 2 Clean flux density= 5.455 MilliJy 344 comps IMAGR1: Total Cleaned flux density = 12.316 MilliJy 632 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 590231 Pts IMAGR1: Field 1 min = -72.7 MicroJy,max = 115.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 35.88 MicroJy IMAGR1: 18396 Residual map points loaded IMAGR1: Field 1 min Clean flux = 61.526 MicroJy iter= 605 IMAGR1: Field 1 Clean flux density= 9.187 MilliJy 605 comps IMAGR1: Total Cleaned flux density = 14.642 MilliJy 949 comps IMAGR1: ALGSTB: All 1389 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1378- 0 Cells, with 590231 Pts IMAGR1: Field 2 min = -61.4 MicroJy,max = 64.3 MicroJy IMAGR1: BGC Clean: using 481 cell beam + residuals > 7.10 MicroJy IMAGR1: 19543 Residual map points loaded IMAGR1: Field 2 min Clean flux = 61.481 MicroJy iter= 354 IMAGR1: Field 2 Clean flux density= 5.518 MilliJy 354 comps IMAGR1: Total Cleaned flux density = 14.705 MilliJy 959 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 61.526 less than limit 61.548 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 605 to 309 components IMAGR1: Field 2 compressed from 354 to 226 components IMAGR1: Field 1 min = -69.6 MicroJy,max = 65.8 MicroJy IMAGR1: Field 2 min = -61.1 MicroJy,max = 61.3 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 2.693 MilliJy ( 157 CCs) from field 1 to field 2 IMAGR1: Restore 5.517 MilliJy ( 226 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 14.705 MilliJy IMAGR1: Field 2 final Clean flux 8.210 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 17 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 42.4 Real= 43 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 15 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.01026 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@ARP147_C,BAND.0-1 >> /home/auto/run/AH678_1999NOV AIPS 1: 21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =ARP147' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0542+498_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 0542+498 C BAND Seq 1 Disk: 1 in slot 6 SETFC1: SETCEL: recommends IMSIZE 1395 CELLSIZE 0.41941 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.41941 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@0542+498_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.24 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 05:42:36.15 49:51:07.7 22.880 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 142.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.4 Real= 1 C 1 2036 2036 05 42 36.13 49 51 07.2 00001 -1 1019 1024 1025 C 2 246 246 05 42 36.15 49 51 07.7 00002 -1 100 128 129 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 15 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.01026 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@ARP147_C,BAND.0-1 >> /home/auto/run/AH678_1999NOV AIPS 1: 21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =ARP147' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0542+498_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0542+498_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =0542+498' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0542+498_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.6113E-02 2.2000E-02 0 IMAGR1: Field 2 246 246 2.1954E-01 5.2200E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0542+498_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 0542+498 .IMAGR . 1 (UV) on disk 1 cno 19 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5559 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.807E+04 IMAGR1: UVWAIT: Adding temperance S 5.614E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.297E+07 and out 4.828E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 2.807E+04 over 11118 vis IMAGR1: Create 0542+498 .IBM001. 1 (MA) on disk 1 cno 20 IMAGR1: Create 0542+498 .IBM002. 1 (MA) on disk 1 cno 21 IMAGR1: Create 0542+498 .ICL001. 1 (MA) on disk 1 cno 22 IMAGR1: Create 0542+498 .ICL002. 1 (MA) on disk 1 cno 23 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.614900E+09 to 4.664900E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.12537E+08 IMAGR1: Field 1 Beam min = -97.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.422 x 1.192 arcsec, PA= 40.5 IMAGR1: Field 2 Sum of gridding weights = 5.12548E+08 IMAGR1: Field 2 Beam min = -97.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.422 x 1.192 arcsec, PA= 40.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -827.8 MilliJy,max = 8.3 Jy IMAGR1: Field 2 min = -974.0 MilliJy,max = 7.6 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 743.48 MilliJy IMAGR1: 8216 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.959 Jy iter= 8 IMAGR1: Field 1 Clean flux density= 4.714 Jy 8 comps IMAGR1: Total Cleaned flux density = 4.714 Jy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -421.3 MilliJy,max = 3.3 Jy IMAGR1: TRY ANOTHER FIELD: this is 3.151E+00 < Second best 3.764E+00 IMAGR1: Field 1 min = -367.6 MilliJy,max = 3.6 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 355.60 MilliJy IMAGR1: 5612 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.704 Jy iter= 16 IMAGR1: Field 1 Clean flux density= 6.744 Jy 16 comps IMAGR1: Total Cleaned flux density = 6.744 Jy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -183.4 MilliJy,max = 1.5 Jy IMAGR1: TRY ANOTHER FIELD: this is 1.442E+00 < Second best 1.620E+00 IMAGR1: Field 1 min = -169.5 MilliJy,max = 1.5 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 153.08 MilliJy IMAGR1: 6863 Residual map points loaded IMAGR1: Field 1 min allowed flux = 716.615 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 7.698 Jy 25 comps IMAGR1: Total Cleaned flux density = 7.698 Jy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -91.7 MilliJy,max = 730.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 136.07 MilliJy IMAGR1: 252 Residual map points loaded IMAGR1: Field 2 min allowed flux = 330.438 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 452.456 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 8.150 Jy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -74.7 MilliJy,max = 305.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.908E-01 < Second best 3.144E-01 IMAGR1: Field 2 min = -82.0 MilliJy,max = 304.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 29.68 MilliJy IMAGR1: 2022 Residual map points loaded IMAGR1: Field 2 min allowed flux = 145.458 MilliJy iter= 18 IMAGR1: Field 2 Clean flux density= 646.272 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 8.344 Jy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -90.6 MilliJy,max = 139.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 27.47 MilliJy IMAGR1: 5452 Residual map points loaded IMAGR1: Field 1 min allowed flux = 68.357 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 7.774 Jy 41 comps IMAGR1: Total Cleaned flux density = 8.420 Jy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -65.6 MilliJy,max = 74.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 24.62 MilliJy IMAGR1: 919 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -39.366 MilliJy iter= 58 IMAGR1: Field 2 Clean flux density= 754.827 MilliJy 58 comps IMAGR1: Total Cleaned flux density = 8.529 Jy 99 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -40.1 MilliJy,max = 42.0 MilliJy IMAGR1: BGC Clean: using 1091 cell beam + residuals > 16.13 MilliJy IMAGR1: 9881 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 25.182 MilliJy iter= 113 IMAGR1: Field 1 Clean flux density= 7.938 Jy 113 comps IMAGR1: Total Cleaned flux density = 8.693 Jy 171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -27.9 MilliJy,max = 26.0 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 16.59 MilliJy IMAGR1: 478 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 20.484 MilliJy iter= 102 IMAGR1: Field 2 Clean flux density= 826.507 MilliJy 102 comps IMAGR1: Total Cleaned flux density = 8.764 Jy 215 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -22.0 MilliJy,max = 21.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.87 MilliJy IMAGR1: 17778 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 17.542 MilliJy iter= 289 IMAGR1: Field 1 Clean flux density= 8.224 Jy 289 comps IMAGR1: Total Cleaned flux density = 9.051 Jy 391 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -18.2 MilliJy,max = 15.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.67 MilliJy IMAGR1: 201 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 11.819 MilliJy iter= 145 IMAGR1: Field 2 Clean flux density= 814.073 MilliJy 145 comps IMAGR1: Total Cleaned flux density = 9.038 Jy 434 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.3 MilliJy,max = 15.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.16 MilliJy IMAGR1: 18729 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -11.758 MilliJy iter= 519 IMAGR1: Field 1 Clean flux density= 8.257 Jy 519 comps IMAGR1: Total Cleaned flux density = 9.071 Jy 664 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -12.6 MilliJy,max = 11.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.025E-02 < Second best 1.126E-02 IMAGR1: Field 1 min = -13.0 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.79 MilliJy IMAGR1: 19177 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -9.255 MilliJy iter= 799 IMAGR1: Field 1 Clean flux density= 8.376 Jy 799 comps IMAGR1: Total Cleaned flux density = 9.190 Jy 944 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.0 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.76 MilliJy IMAGR1: 118 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 7.095 MilliJy iter= 191 IMAGR1: Field 2 Clean flux density= 813.755 MilliJy 191 comps IMAGR1: Total Cleaned flux density = 9.189 Jy 990 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -11.4 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.61 MilliJy IMAGR1: 19231 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -7.426 MilliJy iter= 1163 IMAGR1: Field 1 Clean flux density= 8.383 Jy 1163 comps IMAGR1: Total Cleaned flux density = 9.197 Jy 1354 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.7 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.75 MilliJy IMAGR1: 18107 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -6.093 MilliJy iter= 1598 IMAGR1: Field 1 Clean flux density= 8.476 Jy 1598 comps IMAGR1: Total Cleaned flux density = 9.290 Jy 1789 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.0 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.049E-03 < Second best 5.850E-03 IMAGR1: Field 1 min = -9.0 MilliJy,max = 8.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.92 MilliJy IMAGR1: 19676 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.991 MilliJy iter= 2138 IMAGR1: Field 1 Clean flux density= 8.452 Jy 2138 comps IMAGR1: Total Cleaned flux density = 9.265 Jy 2329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.4 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.91 MilliJy IMAGR1: 35 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.952 MilliJy iter= 215 IMAGR1: Field 2 Clean flux density= 810.303 MilliJy 215 comps IMAGR1: Total Cleaned flux density = 9.262 Jy 2353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.1 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.24 MilliJy IMAGR1: 19566 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.068 MilliJy iter= 2790 IMAGR1: Field 1 Clean flux density= 8.552 Jy 2790 comps IMAGR1: Total Cleaned flux density = 9.362 Jy 3005 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.8 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR1: 18465 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.323 MilliJy iter= 3581 IMAGR1: Field 1 Clean flux density= 8.506 Jy 3581 comps IMAGR1: Total Cleaned flux density = 9.316 Jy 3796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR1: 19 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.654 MilliJy iter= 230 IMAGR1: Field 2 Clean flux density= 812.877 MilliJy 230 comps IMAGR1: Total Cleaned flux density = 9.319 Jy 3811 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.3 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR1: 19767 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.695 MilliJy iter= 4584 IMAGR1: Field 1 Clean flux density= 8.583 Jy 4584 comps IMAGR1: Total Cleaned flux density = 9.396 Jy 4814 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.0 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 19007 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.186 MilliJy iter= 5752 IMAGR1: Field 1 Clean flux density= 8.541 Jy 5752 comps IMAGR1: Total Cleaned flux density = 9.354 Jy 5982 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR1: 26 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.764 MilliJy iter= 245 IMAGR1: Field 2 Clean flux density= 815.359 MilliJy 245 comps IMAGR1: Total Cleaned flux density = 9.356 Jy 5997 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR1: 19837 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.767 MilliJy iter= 7215 IMAGR1: Field 1 Clean flux density= 8.608 Jy 7215 comps IMAGR1: Total Cleaned flux density = 9.424 Jy 7460 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.0 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR1: 19538 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.493 MilliJy iter= 8823 IMAGR1: Field 1 Clean flux density= 8.540 Jy 8823 comps IMAGR1: Total Cleaned flux density = 9.355 Jy 9068 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.22 MilliJy IMAGR1: 167 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.312 MilliJy iter= 279 IMAGR1: Field 2 Clean flux density= 821.146 MilliJy 279 comps IMAGR1: Total Cleaned flux density = 9.361 Jy 9102 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.12 MilliJy IMAGR1: 12826 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.308 MilliJy iter= 10319 IMAGR1: Field 1 Clean flux density= 8.615 Jy 10319 comps IMAGR1: Total Cleaned flux density = 9.436 Jy 10598 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.10 MilliJy IMAGR1: 135 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.290 MilliJy iter= 305 IMAGR1: Field 2 Clean flux density= 817.101 MilliJy 305 comps IMAGR1: Total Cleaned flux density = 9.432 Jy 10624 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.10 MilliJy IMAGR1: 5078 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.210 MilliJy iter= 11240 IMAGR1: Field 1 Clean flux density= 8.570 Jy 11240 comps IMAGR1: Total Cleaned flux density = 9.387 Jy 11545 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 939.22 MicroJy IMAGR1: 61 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -941.704 MicroJy iter= 336 IMAGR1: Field 2 Clean flux density= 818.569 MilliJy 336 comps IMAGR1: Total Cleaned flux density = 9.388 Jy 11576 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 835.37 MicroJy IMAGR1: 19807 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 992.985 MicroJy iter= 13423 IMAGR1: Field 1 Clean flux density= 8.597 Jy 13423 comps IMAGR1: Total Cleaned flux density = 9.416 Jy 13759 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 769.86 MicroJy IMAGR1: 19720 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -916.036 MicroJy iter= 15875 IMAGR1: Field 1 Clean flux density= 8.507 Jy 15875 comps IMAGR1: Total Cleaned flux density = 9.326 Jy 16211 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 998.88 MicroJy IMAGR1: 352 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.180 MilliJy iter= 390 IMAGR1: Field 2 Clean flux density= 826.695 MilliJy 390 comps IMAGR1: Total Cleaned flux density = 9.334 Jy 16265 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 770.62 MicroJy IMAGR1: 405 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 784.319 MicroJy iter= 521 IMAGR1: Field 2 Clean flux density= 834.426 MilliJy 521 comps IMAGR1: Total Cleaned flux density = 9.342 Jy 16396 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 5559 Pts IMAGR1: Field 1 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.29 MilliJy IMAGR1: 2404 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.529 MilliJy iter= 16185 IMAGR1: Field 1 Clean flux density= 8.565 Jy 16185 comps IMAGR1: Total Cleaned flux density = 9.399 Jy 16706 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 1093 cell beam + residuals > 904.19 MicroJy IMAGR1: 17889 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.210 MilliJy iter= 16220 IMAGR1: Field 1 Clean flux density= 8.555 Jy 16220 comps IMAGR1: Total Cleaned flux density = 9.389 Jy 16741 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 931.48 MicroJy IMAGR1: 3624 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.005 MilliJy iter= 16986 IMAGR1: Field 1 Clean flux density= 8.506 Jy 16986 comps IMAGR1: Total Cleaned flux density = 9.340 Jy 17507 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 1091 cell beam + residuals > 974.86 MicroJy IMAGR1: 16417 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.046 MilliJy iter= 17035 IMAGR1: Field 1 Clean flux density= 8.519 Jy 17035 comps IMAGR1: Total Cleaned flux density = 9.353 Jy 17556 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 862.53 MicroJy IMAGR1: 5812 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -939.751 MicroJy iter= 18237 IMAGR1: Field 1 Clean flux density= 8.606 Jy 18237 comps IMAGR1: Total Cleaned flux density = 9.440 Jy 18758 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 1091 cell beam + residuals > 1.33 MilliJy IMAGR1: 11570 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.808 MilliJy iter= 18291 IMAGR1: Field 1 Clean flux density= 8.586 Jy 18291 comps IMAGR1: Total Cleaned flux density = 9.420 Jy 18812 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 621 cell beam + residuals > 797.26 MicroJy IMAGR1: 13937 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.268 MilliJy iter= 18429 IMAGR1: Field 1 Clean flux density= 8.563 Jy 18429 comps IMAGR1: Total Cleaned flux density = 9.398 Jy 18950 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 630.38 MicroJy IMAGR1: 18896 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 727.321 MicroJy iter= 21251 IMAGR1: Field 1 Clean flux density= 8.550 Jy 21251 comps IMAGR1: Total Cleaned flux density = 9.384 Jy 21772 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 626.57 MicroJy IMAGR1: 208 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 638.921 MicroJy iter= 607 IMAGR1: Field 2 Clean flux density= 836.516 MilliJy 607 comps IMAGR1: Total Cleaned flux density = 9.386 Jy 21858 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 5559 Pts IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 584.39 MicroJy IMAGR1: 19635 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 674.070 MicroJy iter= 24355 IMAGR1: Field 1 Clean flux density= 8.567 Jy 24355 comps IMAGR1: Total Cleaned flux density = 9.403 Jy 24962 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.2 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 632.63 MicroJy IMAGR1: 17755 Residual map points loaded IMAGR1: Field 1 min allowed flux = 750.433 MicroJy iter= 26345 IMAGR1: Field 1 Clean flux density= 8.515 Jy 26345 comps IMAGR1: Total Cleaned flux density = 9.351 Jy 26952 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.3 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 788.24 MicroJy IMAGR1: 5004 Residual map points loaded IMAGR1: Field 1 min allowed flux = 934.930 MicroJy iter= 26861 IMAGR1: Field 1 Clean flux density= 8.569 Jy 26861 comps IMAGR1: Total Cleaned flux density = 9.405 Jy 27468 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.3 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 623 cell beam + residuals > 594.25 MicroJy IMAGR1: 19302 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.164 MilliJy iter= 26916 IMAGR1: Field 1 Clean flux density= 8.561 Jy 26916 comps IMAGR1: Total Cleaned flux density = 9.397 Jy 27523 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.4 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.59 MicroJy IMAGR1: 19375 Residual map points loaded IMAGR1: Field 1 min Clean flux = -634.197 MicroJy iter= 29107 IMAGR1: Field 1 Clean flux density= 8.530 Jy 29107 comps IMAGR1: Total Cleaned flux density = 9.366 Jy 29714 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -796.8 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 96.27 MicroJy IMAGR1: 17941 Residual map points loaded IMAGR1: Field 2 min Clean flux = 632.338 MicroJy iter= 637 IMAGR1: Field 2 Clean flux density= 838.250 MilliJy 637 comps IMAGR1: Total Cleaned flux density = 9.368 Jy 29744 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 634.197 less than limit 634.203 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 29107 to 15992 components IMAGR1: Field 2 compressed from 637 to 329 components IMAGR1: Field 1 min = -5.4 MilliJy,max = 5.6 MilliJy IMAGR1: Field 2 min = -776.8 MicroJy,max = 956.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 7.925 Jy ( 327 CCs) from field 1 to field 2 IMAGR1: Restore 838.250 MilliJy ( 329 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 9.368 Jy IMAGR1: Field 2 final Clean flux 8.763 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 19 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 132.6 Real= 154 IPS 1: Destroyed MA image file: catno= 3 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0368 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0137+331_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 9 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 10 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 11 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 12 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.03217 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0339-017_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =0339-017' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0339-017_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 15 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.01026 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@ARP147_C,BAND.0-1 >> /home/auto/run/AH678_1999NOV AIPS 1: 21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =ARP147' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@ARP147_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1057 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0542+498_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0542+498_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =0542+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0542+498_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08118 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 0521+166 C BAND Seq 1 Disk: 1 in slot 7 SETFC1: SETCEL: recommends IMSIZE 1408 CELLSIZE 0.41559 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.41559 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@0521+166_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.24 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 05:21:09.93 16:38:22.2 8.603 1.000 0.000 SETFC1: 3 05:20:59.34 16:37:31.9 0.203 0.808 0.044 SETFC1: 4 05:21:25.50 16:36:27.5 0.061 0.576 0.070 SETFC1: Add NVSS: wrote 3 fields to BOXFILE SETFC1: The Sun is 157.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 4 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.4 Real= 0 C 1 2036 2036 05 21 09.90 16 38 22.1 00001 -1 1019 1024 1025 C 2 246 246 05 21 09.93 16 38 22.2 00002 -1 100 128 129 C 3 246 246 05 20 59.34 16 37 31.9 00003 -1 100 128 129 C 4 246 246 05 21 25.50 16 36 27.5 00004 -1 100 128 129 s of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08118 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0521+166_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :5 =0521+166' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0521+166_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -5.6050E-02 -1.6000E-02 0 IMAGR1: Field 2 246 246 3.7511E-01 8.4000E-02 0 IMAGR1: Field 3 246 246 -1.5182E+02 -5.0216E+01 0 IMAGR1: Field 4 246 246 2.2415E+02 -1.1462E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0521+166_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Create 0521+166 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 9425 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.626E+04 IMAGR1: UVWAIT: Adding temperance S 9.251E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.981E+07 and out 8.578E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR1: UVWAIT: Average summed weight 4.626E+04 over 18850 vis IMAGR1: Create 0521+166 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR1: Create 0521+166 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR1: Create 0521+166 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR1: Create 0521+166 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR1: Create 0521+166 .ICL001. 1 (MA) on disk 1 cno 26 IMAGR1: Create 0521+166 .ICL002. 1 (MA) on disk 1 cno 27 IMAGR1: Create 0521+166 .ICL003. 1 (MA) on disk 1 cno 28 IMAGR1: Create 0521+166 .ICL004. 1 (MA) on disk 1 cno 29 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.614900E+09 to 4.664900E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.10683E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 Beam min = -103.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.318 x 1.286 arcsec, PA= 36.0 IMAGR1: Field 2 Sum of gridding weights = 9.10692E+08 IMAGR1: Field 2 Beam min = -103.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.318 x 1.286 arcsec, PA= 36.0 IMAGR1: Field 3 Sum of gridding weights = 9.10692E+08 IMAGR1: Field 3 Beam min = -102.4 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.318 x 1.286 arcsec, PA= 35.8 IMAGR1: Field 4 Sum of gridding weights = 9.10693E+08 IMAGR1: Field 4 Beam min = -105.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.318 x 1.287 arcsec, PA= 36.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -397.1 MilliJy,max = 3.8 Jy IMAGR1: Field 2 min = -397.1 MilliJy,max = 3.8 Jy IMAGR1: Field 3 min = -219.9 MilliJy,max = 439.7 MilliJy IMAGR1: Field 4 min = -190.9 MilliJy,max = 407.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 322.63 MilliJy IMAGR1: 10759 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.819 Jy iter= 8 IMAGR1: Field 1 Clean flux density= 2.166 Jy 8 comps IMAGR1: Total Cleaned flux density = 2.166 Jy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -173.5 MilliJy,max = 1.6 Jy IMAGR1: TRY ANOTHER FIELD: this is 1.561E+00 < Second best 1.730E+00 IMAGR1: Field 1 min = -172.7 MilliJy,max = 1.6 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 154.31 MilliJy IMAGR1: 8085 Residual map points loaded IMAGR1: Field 1 min allowed flux = 815.400 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 3.106 Jy 16 comps IMAGR1: Total Cleaned flux density = 3.106 Jy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -78.6 MilliJy,max = 757.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.204E-01 < Second best 7.752E-01 IMAGR1: Field 1 min = -79.0 MilliJy,max = 742.3 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 79.31 MilliJy IMAGR1: 5919 Residual map points loaded IMAGR1: Field 1 min allowed flux = 354.261 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 3.581 Jy 25 comps IMAGR1: Total Cleaned flux density = 3.581 Jy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -48.5 MilliJy,max = 337.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.210E-01 < Second best 4.203E-01 IMAGR1: Field 3 min = -23.1 MilliJy,max = 45.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.361E-02 < Second best 3.529E-01 IMAGR1: Field 4 min = -22.4 MilliJy,max = 40.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.339E-02 < Second best 3.368E-01 IMAGR1: Field 1 min = -47.7 MilliJy,max = 324.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 30.05 MilliJy IMAGR1: 13582 Residual map points loaded IMAGR1: Field 1 min allowed flux = 154.525 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 3.809 Jy 35 comps IMAGR1: Total Cleaned flux density = 3.809 Jy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -60.5 MilliJy,max = 150.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 28.61 MilliJy IMAGR1: 578 Residual map points loaded IMAGR1: Field 2 min allowed flux = -71.584 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 81.092 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 3.890 Jy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -66.2 MilliJy,max = 76.9 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 15.03 MilliJy IMAGR1: 9335 Residual map points loaded IMAGR1: Field 1 min allowed flux = 38.390 MilliJy iter= 61 IMAGR1: Field 1 Clean flux density= 3.866 Jy 61 comps IMAGR1: Total Cleaned flux density = 3.947 Jy 70 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -37.8 MilliJy,max = 37.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.626E-02 < Second best 4.361E-02 IMAGR1: Field 3 min = -14.0 MilliJy,max = 36.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 13.98 MilliJy IMAGR1: 34 Residual map points loaded IMAGR1: Field 3 min allowed flux = 17.876 MilliJy iter= 9 IMAGR1: Field 3 Clean flux density= 23.498 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 3.971 Jy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -38.4 MilliJy,max = 37.8 MilliJy IMAGR1: BGC Clean: using 147 cell beam + residuals > 14.89 MilliJy IMAGR1: 2869 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 24.195 MilliJy iter= 127 IMAGR1: Field 1 Clean flux density= 3.973 Jy 127 comps IMAGR1: Total Cleaned flux density = 4.078 Jy 145 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.4 MilliJy,max = 22.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.235E-02 < Second best 3.339E-02 IMAGR1: Field 4 min = -12.1 MilliJy,max = 22.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.155E-02 < Second best 2.306E-02 IMAGR1: Field 1 min = -23.2 MilliJy,max = 22.6 MilliJy IMAGR1: BGC Clean: using 627 cell beam + residuals > 8.91 MilliJy IMAGR1: 9198 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 13.673 MilliJy iter= 224 IMAGR1: Field 1 Clean flux density= 4.063 Jy 224 comps IMAGR1: Total Cleaned flux density = 4.167 Jy 242 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.7 MilliJy,max = 14.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.348E-02 < Second best 2.155E-02 IMAGR1: Field 4 min = -9.9 MilliJy,max = 13.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.301E-02 < Second best 1.705E-02 IMAGR1: Field 3 min = -8.5 MilliJy,max = 12.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 1.348E-02 IMAGR1: BGC Clean: using 147 cell beam + residuals > 9.00 MilliJy IMAGR1: 479 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -10.897 MilliJy iter= 65 IMAGR1: Field 2 Clean flux density= 111.849 MilliJy 65 comps IMAGR1: Total Cleaned flux density = 4.198 Jy 298 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 9425 Pts IMAGR1: Field 1 min = -10.9 MilliJy,max = 13.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.94 MilliJy IMAGR1: 16688 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 9.148 MilliJy iter= 427 IMAGR1: Field 1 Clean flux density= 4.201 Jy 427 comps IMAGR1: Total Cleaned flux density = 4.337 Jy 501 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -7.2 MilliJy,max = 8.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.552E-03 < Second best 1.184E-02 IMAGR1: Field 3 min = -5.8 MilliJy,max = 7.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.503E-03 < Second best 1.045E-02 IMAGR1: Field 2 min = -8.8 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.77 MilliJy IMAGR1: 298 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -6.474 MilliJy iter= 126 IMAGR1: Field 2 Clean flux density= 107.441 MilliJy 126 comps IMAGR1: Total Cleaned flux density = 4.332 Jy 562 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 9425 Pts IMAGR1: Field 1 min = -7.3 MilliJy,max = 7.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.184E-03 < Second best 7.552E-03 IMAGR1: Field 4 min = -6.6 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.33 MilliJy IMAGR1: 568 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 4.919 MilliJy iter= 74 IMAGR1: Field 4 Clean flux density= 34.192 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 4.367 Jy 636 comps IMAGR1: ALGSTB: All 184 Rows In AP (Max 267) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 173- 0 Cells, with 9425 Pts IMAGR1: Field 1 min = -7.2 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.15 MilliJy IMAGR1: 16809 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.690 MilliJy iter= 702 IMAGR1: Field 1 Clean flux density= 4.253 Jy 702 comps IMAGR1: Total Cleaned flux density = 4.419 Jy 911 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.0 MilliJy,max = 6.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.872E-03 < Second best 6.213E-03 IMAGR1: Field 2 min = -5.7 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.970E-03 < Second best 5.448E-03 IMAGR1: Field 1 min = -5.9 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.31 MilliJy IMAGR1: 16660 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.330 MilliJy iter= 1020 IMAGR1: Field 1 Clean flux density= 4.321 Jy 1020 comps IMAGR1: Total Cleaned flux density = 4.486 Jy 1229 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.6 MilliJy,max = 4.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.960E-03 < Second best 4.872E-03 IMAGR1: Field 3 min = -3.8 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.652E-03 < Second best 4.717E-03 IMAGR1: Field 4 min = -3.8 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.583E-03 < Second best 4.152E-03 IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR1: 18846 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.428 MilliJy iter= 1404 IMAGR1: Field 1 Clean flux density= 4.324 Jy 1404 comps IMAGR1: Total Cleaned flux density = 4.490 Jy 1613 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.127E-03 < Second best 3.652E-03 IMAGR1: Field 3 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.127E-03 < Second best 3.583E-03 IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.023E-03 < Second best 3.288E-03 IMAGR1: Field 1 min = -4.9 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR1: 18737 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.790 MilliJy iter= 1843 IMAGR1: Field 1 Clean flux density= 4.397 Jy 1843 comps IMAGR1: Total Cleaned flux density = 4.562 Jy 2052 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.519E-03 < Second best 3.127E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.368E-03 < Second best 3.023E-03 IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.206E-03 < Second best 2.679E-03 IMAGR1: Field 1 min = -4.6 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR1: 19169 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.271 MilliJy iter= 2359 IMAGR1: Field 1 Clean flux density= 4.393 Jy 2359 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 4.558 Jy 2568 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.147E-03 < Second best 2.368E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.042E-03 < Second best 2.206E-03 IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.972E-03 < Second best 2.182E-03 IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR1: 18944 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.869 MilliJy iter= 2933 IMAGR1: Field 1 Clean flux density= 4.442 Jy 2933 comps IMAGR1: Total Cleaned flux density = 4.608 Jy 3142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.626E-03 < Second best 2.042E-03 IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.571E-03 < Second best 1.972E-03 IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.543E-03 < Second best 1.796E-03 IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR1: 19354 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.532 MilliJy iter= 3640 IMAGR1: Field 1 Clean flux density= 4.441 Jy 3640 comps IMAGR1: Total Cleaned flux density = 4.606 Jy 3849 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.363E-03 < Second best 1.571E-03 IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.316E-03 < Second best 1.543E-03 IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.283E-03 < Second best 1.472E-03 IMAGR1: Field 1 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 19138 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.246 MilliJy iter= 4411 IMAGR1: Field 1 Clean flux density= 4.461 Jy 4411 comps IMAGR1: Total Cleaned flux density = 4.626 Jy 4620 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.017E-03 < Second best 1.316E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.067E-03 < Second best 1.283E-03 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.038E-03 < Second best 1.198E-03 IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 845.54 MicroJy IMAGR1: 19380 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.010 MilliJy iter= 5341 IMAGR1: Field 1 Clean flux density= 4.470 Jy 5341 comps IMAGR1: Total Cleaned flux density = 4.635 Jy 5550 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -880.0 MicroJy,max = 942.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.646E-04 < Second best 1.038E-03 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.503E-04 < Second best 1.017E-03 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 843.43 MicroJy IMAGR1: 19 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -835.769 MicroJy iter= 142 IMAGR1: Field 2 Clean flux density= 107.603 MilliJy 142 comps IMAGR1: Total Cleaned flux density = 4.635 Jy 5566 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 695.74 MicroJy IMAGR1: 19183 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 820.995 MicroJy iter= 6374 IMAGR1: Field 1 Clean flux density= 4.481 Jy 6374 comps IMAGR1: Total Cleaned flux density = 4.646 Jy 6599 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -704.5 MicroJy,max = 747.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.829E-04 < Second best 8.503E-04 IMAGR1: Field 4 min = -882.0 MicroJy,max = 860.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.861E-04 < Second best 8.046E-04 IMAGR1: Field 2 min = -851.5 MicroJy,max = 892.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.223E-04 < Second best 7.885E-04 IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 560.18 MicroJy IMAGR1: 19566 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -665.394 MicroJy iter= 7634 IMAGR1: Field 1 Clean flux density= 4.481 Jy 7634 comps IMAGR1: Total Cleaned flux density = 4.647 Jy 7859 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -720.9 MicroJy,max = 734.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.890E-04 < Second best 6.861E-04 IMAGR1: Field 4 min = -764.9 MicroJy,max = 715.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.735E-04 < Second best 6.829E-04 IMAGR1: Field 3 min = -588.0 MicroJy,max = 617.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.515E-04 < Second best 6.383E-04 IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 466.99 MicroJy IMAGR1: 19454 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 552.737 MicroJy iter= 9080 IMAGR1: Field 1 Clean flux density= 4.496 Jy 9080 comps IMAGR1: Total Cleaned flux density = 4.661 Jy 9305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -581.8 MicroJy,max = 637.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 466.39 MicroJy IMAGR1: 21 Residual map points loaded IMAGR1: Field 2 min Clean flux = -482.190 MicroJy iter= 152 IMAGR1: Field 2 Clean flux density= 107.393 MilliJy 152 comps IMAGR1: Total Cleaned flux density = 4.661 Jy 9315 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -601.4 MicroJy,max = 488.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 465.99 MicroJy IMAGR1: 4 Residual map points loaded IMAGR1: Field 4 min Clean flux = -473.095 MicroJy iter= 77 IMAGR1: Field 4 Clean flux density= 34.039 MilliJy 77 comps IMAGR1: Total Cleaned flux density = 4.661 Jy 9318 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -474.4 MicroJy,max = 538.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.556E-04 < Second best 5.300E-04 IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 383.85 MicroJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 1 min Clean flux = 487.062 MicroJy iter= 9915 IMAGR1: Field 1 Clean flux density= 4.488 Jy 9915 comps IMAGR1: Total Cleaned flux density = 4.653 Jy 10153 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 487.062 less than limit 487.064 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 9915 to 7044 components IMAGR1: Field 2 compressed from 152 to 104 components IMAGR1: Field 3 compressed from 9 to 3 components IMAGR1: Field 4 compressed from 77 to 54 components IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: Field 2 min = -512.2 MicroJy,max = 546.2 MicroJy IMAGR1: Field 3 min = -412.5 MicroJy,max = 504.5 MicroJy IMAGR1: Field 4 min = -562.3 MicroJy,max = 420.0 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 4.003 Jy ( 338 CCs) from field 1 to field 2 IMAGR1: Restore 50.126 MilliJy ( 111 CCs) from field 1 to field 3 IMAGR1: Restore 50.937 MilliJy ( 111 CCs) from field 1 to field 4 IMAGR1: Restore 107.393 MilliJy ( 104 CCs) from field 2 to field 1 IMAGR1: Restore 23.498 MilliJy ( 3 CCs) from field 3 to field 1 IMAGR1: Restore 34.039 MilliJy ( 54 CCs) from field 4 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 4.653 Jy IMAGR1: Field 2 final Clean flux 4.111 Jy IMAGR1: Field 3 final Clean flux 73.624 MilliJy IMAGR1: Field 4 final Clean flux 84.976 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 21 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 81.4 Real= 102 s of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08118 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@0521+166_C,BAND.0-1 >> /home/auto/run/AH678_1999N AIPS 1: OV21_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :5 =0521+166' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0521+166_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Disk 1 in-CNO 26 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 24 AIPS 1: ' ' AIPS 1: ' ' AIPS 1: Found in Version=ABIN AIPS 1: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 24 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18281: 5438 messages, oldest written 11-SEP-2006 13:40:56 AIPS 1: Deleted 0 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 0.9 Real= 717 /home/auto/run/AH678_1999NOV21_1.run.0 finished on Mon Sep 11 15:23:51 MDT 2006