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 5: You are NOT assigned a TV device or server AIPS 5: You are NOT assigned a graphics device or server AIPS 5: Enter user ID number ?AIPS 5: 31DEC06 AIPS: AIPS 5: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 5: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 5: for details, type HELP GNUGPL AIPS 5: This is free software, and you are welcome to redistribute it AIPS 5: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 5: Previous session command-line history *not* recovered. AIPS 5: TAB-key completions enabled, type HELP READLINE for details. AIPS 5: Recovered POPS environment from last exit >>>AIPS 5: Found in Version=ABIN AIPS 5: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 5: AIPS 5: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 5: procedure pipedef1 AIPS 5: string*12 pnam AIPS 5: string*6 pcls AIPS 5: scalar pseq,pdsk AIPS 5: pdsk=1 AIPS 5: finish AIPS 5: pipedef1 AIPS 5: procedure namepipe AIPS 5: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 5: finish AIPS 5: procedure pipename AIPS 5: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 5: finish AIPS 5: AIPS 5: procedure checkcat AIPS 5: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 5: scalar numcat AIPS 5: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 5: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 5: if(numcat>0)then;recat;end;clrtemp AIPS 5: return numcat AIPS 5: finish AIPS 5: AIPS 5: procedure gx AIPS 5: $ inputs AIPS 5: go;wait AIPS 5: finish AIPS 5: AIPS 5: procedure pre_fillm AIPS 5: $LOS - sets VLA archive defaults for fillm AIPS 5: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 5: finish AIPS 5: AIPS 5: procedure fname AIPS 5: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 5: finish AIPS 5: AIPS 5: procedure del AIPS 5: error=1;zap AIPS 5: finish AIPS 5: AIPS 5: procedure skipdata AIPS 5: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 5: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 5: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 5: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 5: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 5: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 5: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 5: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 5: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 5: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 5: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 5: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 5: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 5: end AIPS 5: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 5: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 5: finish AIPS 5: AIPS 5: procedure checkids AIPS 5: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 5: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 5: scalar q1,q2 AIPS 5: string*1 co1,co2 AIPS 5: string*16 n1,n2 AIPS 5: array alist(100),blist(100) AIPS 5: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 5: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 5: if (n > 1) then AIPS 5: for m=1:(n-1);clrtemp AIPS 5: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 5: for l=(m+1):n;clrtemp AIPS 5: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 5: if (abs(ra1a-ra2a)=0) then AIPS 5: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 5: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 5: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 5: if (abs(dc1a-dc2a)=0) then AIPS 5: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 5: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 5: if (q1=q2) then $ same qualifier; same calcode? AIPS 5: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 5: if (co1=co2) then AIPS 5: pixxy m,1;tabget;q1 keyvalue(1) AIPS 5: pixxy l,1;tabget;q2 keyvalue(1) AIPS 5: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 5: if (idx>100) then; AIPS 5: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 5: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 5: else AIPS 5: if (length(n1)1) then;task'DSORC';n=0 AIPS 5: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 5: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure checkcal AIPS 5: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 5: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 5: scalar idx,jdx AIPS 5: string*16 sname AIPS 5: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 5: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 5: for jdx=1:idx AIPS 5: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 5: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try B1950 name AIPS 5: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try J2000 AIPS 5: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 5: if(error>0)then $ try J2000 name AIPS 5: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 5: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 5: end;end;end;clrtemp AIPS 5: end AIPS 5: $ if error>0 check on coords (for different name than standard) AIPS 5: $ but keyval not reliable to do this.. ?? AIPS 5: $ end AIPS 5: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 5: else;checkids;error=-1;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure j2000fix AIPS 5: $LOS - convert data to J2000 by default use of uvfix AIPS 5: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 5: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 5: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure datachks AIPS 5: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 5: if(error<1)then $ file exists AIPS 5: skipdata;if(error<1)then $ file was not zapped AIPS 5: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 5: j2000fix AIPS 5: $ addcalco AIPS 5: end;end;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure freqchks AIPS 5: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 5: scalar rows, nfrq AIPS 5: if(error<1)then $ file exists AIPS 5: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 5: if (nfrq > 1) then AIPS 5: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 5: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 5: for rows=1:nfrq AIPS 5: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 5: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 5: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 5: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 5: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 5: tget uvcop;freqid=1;clrtemp AIPS 5: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 5: finish AIPS 5: AIPS 5: procedure pre_move AIPS 5: $LOS - moves file to another AIPS user number AIPS 5: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: $ AIPS 5: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 5: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 5: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 5: $ Rearanged inputs and options, added integration time calculation, AIPS 5: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 5: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 5: $ array, use model,.. AIPS 5: $ AIPS 5: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 5: $ find imsize, find cutoffflux, include infi le AIPS 5: $--------------------------------------------------------------- AIPS 5: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 5: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 5: $=============================================== AIPS 5: $! Calibrating amplitude and phase, and imaging VLA data AIPS 5: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 5: $--------------------------------------------------------------- AIPS 5: $; Copyright (C) 2002-2006 AIPS 5: $; Associated Universities, Inc. Washington DC, USA. AIPS 5: $; AIPS 5: $; This program is free software; you can redistribute it and/o r AIPS 5: $; modify it under the terms of the GNU General Public License as AIPS 5: $; published by the Free Software Foundation; either version 2 of AIPS 5: $; the License, or (at your option) any later version. AIPS 5: $; AIPS 5: $; This program is distributed in the hope that it will be usef ul, AIPS 5: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 5: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 5: $; GNU General Public License for more details. AIPS 5: $; AIPS 5: $; You should have received a copy of the GNU General Public AIPS 5: $; License along with this program; if not, write to the Free AIPS 5: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 5: $; MA 02139, USA. AIPS 5: $; AIPS 5: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 5: $; Internet email: aipsmail@nrao.edu. AIPS 5: $; Postal address: AIPS Project Office AIPS 5: $; National Radio Astronomy Observatory AIPS 5: $; 520 Edgemont Road AIPS 5: $; Charlottesville, VA 22903-2475 USA AIPS 5: $--------------------------------------------------------------- AIPS 5: $=============================================================== AIPS 5: AIPS 5: procedure pipeinit AIPS 5: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 5: scalar lsids,star,tint,fsw AIPS 5: string*2 lstyp AIPS 5: string*3 lsvla AIPS 5: string*6 lsidc,lsstrng AIPS 5: string*16 lsidn,lscal AIPS 5: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 5: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 5: string*20 expnm AIPS 5: string*48 expmsg AIPS 5: finish AIPS 5: pipeinit AIPS 5: AIPS 5: procedure pipeinpt AIPS 5: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 5: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 5: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 5: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 5: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 5: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 5: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 5: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 5: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 5: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 5: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 5: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 5: lsparm(9)=docal;lsparm(10)=doresid AIPS 5: $ check input values AIPS 5: $->lsbadd AIPS 5: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 5: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 5: if (error<>0) then AIPS 5: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 5: else AIPS 5: userid=0;k=1;lsname=0 AIPS 5: while (lsname=0);egetname k AIPS 5: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 5: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 5: else;k=k+1;end;end;end;else AIPS 5: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 5: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 5: else AIPS 5: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 5: end AIPS 5: end AIPS 5: AIPS 5: $->inname AIPS 5: $->inclass AIPS 5: $->inseq AIPS 5: $->fsw AIPS 5: $->lsflag AIPS 5: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 5: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 5: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 5: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 5: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 5: end AIPS 5: $->lscal AIPS 5: if (length(lscal)<>0) then AIPS 5: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 5: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 5: end AIPS 5: AIPS 5: $->lsflux AIPS 5: $-> #3+#4 uvrange AIPS 5: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 5: if((i=1)&(j=1))then;star=1;else; AIPS 5: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 5: end;end;end;end;clrtemp;end AIPS 5: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 5: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 5: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 5: end;end;clrtemp AIPS 5: $-> #11 dopol AIPS 5: $-> #12 bpa AIPS 5: $->lscont AIPS 5: $->lsplot AIPS 5: if (lsparm(1) > 0) then AIPS 5: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 5: else; AIPS 5: if (lsparm(5)=0) then; AIPS 5: keyword='TELESCOP';gethead; AIPS 5: if (substr(keystrng,1,3)<>'VLA') then; AIPS 5: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 5: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 5: for j=1:k AIPS 5: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 5: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 5: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 5: lsvla=substr(keystrng,i+1,i+3);else AIPS 5: lsvla=substr(keystrng,i+2,i+4);end AIPS 5: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 5: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 5: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 5: keyword=substr(keystrng,i+2,i+8);else AIPS 5: keyword=substr(keystrng,i+3,i+9);end AIPS 5: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 5: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 5: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 5: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 5: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 5: if(lsparm(5)>0)then AIPS 5: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 5: end;end;end;end AIPS 5: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 5: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 5: AIPS 5: $-> #7 niter AIPS 5: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 5: $-> #8 cutoff AIPS 5: $-> #9 docal AIPS 5: $-> #10 doresid AIPS 5: AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure getidn AIPS 5: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 5: finish AIPS 5: AIPS 5: procedure getset AIPS 5: default;getidn;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure lsclrcal AIPS 5: $ consolidate lists, deal with calcode='*' later AIPS 5: scalar lsidx,l,m,n AIPS 5: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 5: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 5: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 5: for i=1:lsidx $ remember source number AIPS 5: pixxy=i,3,0;tabget;error=0 AIPS 5: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 5: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 5: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 5: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 5: for i=1:lsidx AIPS 5: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 5: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 5: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 5: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 5: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 5: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 5: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 5: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 5: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 5: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 5: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 5: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 5: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 5: $here - clean up pnt cal for doubles - subtract from total count below AIPS 5: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 5: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 5: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 5: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 5: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 5: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 5: return;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure numtab(lsstrng) AIPS 5: keystrng'';j=0;clrtemp AIPS 5: while ((j<15)&(keystrng<>lsstrng)) AIPS 5: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 5: if (keystrng=lsstrng) then AIPS 5: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 5: keyword'';keystrng'';clrtemp AIPS 5: return keyvalue(1);finish AIPS 5: AIPS 5: procedure numbasel AIPS 5: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 5: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 5: for numbant=1:numarow AIPS 5: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 5: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 5: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 5: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 5: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 5: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 5: return numbase AIPS 5: finish AIPS 5: AIPS 5: procedure calcintt AIPS 5: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 5: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 5: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 5: else AIPS 5: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 5: if(numxrow>rmax)then;numxrow rmax;end AIPS 5: for numscan=1:numxrow;clrtemp AIPS 5: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 5: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 5: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 5: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 5: end;numcnst=numbasel;sum=0 AIPS 5: if (avr > 0) then AIPS 5: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 5: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 5: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 5: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 5: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 5: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 5: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 5: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 5: end AIPS 5: return avr AIPS 5: finish AIPS 5: AIPS 5: procedure guesintt AIPS 5: scalar intcst,intavr,intmod,intime AIPS 5: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 5: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 5: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 5: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 5: if (intavr>10) then AIPS 5: $ intime=10*floor(0.5+(intavr/10)) AIPS 5: intime=10*floor(intavr/10) AIPS 5: else;if (intavr>0) then AIPS 5: intmod=mod(intavr,intcst) AIPS 5: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 5: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 5: else;intime=intavr;end;end;clrtemp AIPS 5: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 5: return intime AIPS 5: finish AIPS 5: AIPS 5: procedure checkids AIPS 5: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 5: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 5: scalar q1,q2 AIPS 5: string*1 co1,co2 AIPS 5: string*16 n1,n2 AIPS 5: array alist(100),blist(100) AIPS 5: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 5: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 5: if (n > 1) then AIPS 5: for m=1:(n-1);clrtemp AIPS 5: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 5: for l=(m+1):n;clrtemp AIPS 5: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 5: if (abs(ra1a-ra2a)=0) then AIPS 5: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 5: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 5: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 5: if (abs(dc1a-dc2a)=0) then AIPS 5: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 5: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 5: if (q1=q2) then $ same qualifier; same calcode? AIPS 5: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 5: if (co1=co2) then AIPS 5: pixxy m,1;tabget;q1 keyvalue(1) AIPS 5: pixxy l,1;tabget;q2 keyvalue(1) AIPS 5: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 5: if (idx>100) then; AIPS 5: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 5: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 5: else AIPS 5: if (length(n1)1) then;task'DSORC';n=0 AIPS 5: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 5: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure chkobjct AIPS 5: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 5: then; object='3C286';end AIPS 5: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 5: then; object='3C48';end AIPS 5: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 5: then; object='3C138';end AIPS 5: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 5: then; object='3C147';end AIPS 5: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 5: then; object='3C295';end;clrtemp;return AIPS 5: finish AIPS 5: AIPS 5: procedure checkbnd AIPS 5: band='';j=1 AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 5: keyvalue(1)=keyvalue(1)/1e9; AIPS 5: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 5: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 5: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 5: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 5: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 5: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 5: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 5: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure chkmodel AIPS 5: error=0;sysout='';sys2com'' AIPS 5: syscom'ls -1 $AIPSTARS/ AIPS 5: sys2com(1) inname!!'.MODEL' AIPS 5: sys2com(2) ' >& /dev/null AIPS 5: system AIPS 5: finish AIPS 5: AIPS 5: procedure loadmodl AIPS 5: scalar lsidx,l AIPS 5: array lsload(5) AIPS 5: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 5: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 5: for i=1:lsidx AIPS 5: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 5: while (j<21) AIPS 5: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 5: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 5: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 5: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 5: for j=1:(l-1) AIPS 5: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 5: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 5: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 5: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 5: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 5: end;return AIPS 5: finish AIPS 5: AIPS 5: procedure vlanew AIPS 5: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 5: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 5: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 5: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 5: if (inclass='LINE') then AIPS 5: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 5: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 5: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 5: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 5: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 5: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 5: finish AIPS 5: AIPS 5: procedure allzap AIPS 5: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure allplot AIPS 5: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 5: if (j>0) then AIPS 5: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 5: else;type 'NOTHING TO PLOT - DONE';end AIPS 5: finish AIPS 5: AIPS 5: procedure goplt0 AIPS 5: if (lsplot>0) then;go;end AIPS 5: finish $SN only AIPS 5: procedure goplt1 AIPS 5: if (lsplot>1) then;go;end AIPS 5: finish $SN+CL AIPS 5: procedure goplt2 AIPS 5: if (lsplot>2) then;go;end AIPS 5: finish $SN+CL+BP AIPS 5: procedure goplt3 AIPS 5: if (lsplot>3) then;go;end AIPS 5: finish $CL,BP applied AIPS 5: AIPS 5: procedure calpipe(lsdisk,lsname,lsrant) AIPS 5: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 5: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 5: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 5: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 5: if (lsflag>=1) then AIPS 5: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 5: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 5: end;task'FLAGR';getset AIPS 5: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 5: end AIPS 5: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 5: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 5: if (length(lscal)<>0) then AIPS 5: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 5: end;sources=lsampcal;go AIPS 5: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 5: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 5: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 5: if (lsmodl>0) then $ use models for ones that exist AIPS 5: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 5: for j=1:(l-1) AIPS 5: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 5: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 5: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 5: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 5: $ if no model, use point with full uvrange AIPS 5: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 5: end;clrtemp AIPS 5: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 5: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 5: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 5: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 5: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 5: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 5: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 5: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 5: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 5: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 5: if(star>0)then;calsour'';calcode'*';end;go AIPS 5: if (lsmodl>0) then AIPS 5: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 5: for j=1:(l-1) AIPS 5: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 5: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 5: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 5: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 5: $ if no model, use point with full uvrange AIPS 5: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 5: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 5: for j=1:(l-1) AIPS 5: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 5: if (error<1) then;zap;end;end AIPS 5: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 5: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 5: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 5: if (star>0) then; AIPS 5: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 5: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 5: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 5: soucode='*' AIPS 5: else AIPS 5: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 5: end;go AIPS 5: if (lscont<1) then AIPS 5: type '****************************************************** **' AIPS 5: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 5: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 5: type '****************************************************** **';read AIPS 5: end AIPS 5: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 5: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 5: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 5: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 5: if (inclass='CH 0') then AIPS 5: task'TACOP';getset AIPS 5: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 5: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 5: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 5: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 5: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 5: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 5: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 5: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 5: sources=lsampcal;goplt3 AIPS 5: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 5: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure calcrms AIPS 5: scalar nbas,nvis,tbw,rms,minhrs AIPS 5: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 5: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 5: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 5: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 5: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 5: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 5: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 5: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 5: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 5: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 5: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 5: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 5: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 5: return rms AIPS 5: finish AIPS 5: AIPS 5: procedure setboxfle AIPS 5: scalar ci,bi AIPS 5: string*48 fbox AIPS 5: fbox'/tmp/SETFC@ AIPS 5: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 5: ci=0;bi=length(fbox) AIPS 5: while(ci& /dev/null AIPS 5: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 5: finish AIPS 5: AIPS 5: procedure catboxfile AIPS 5: sys2com'';syscom 'cat AIPS 5: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 5: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 5: system AIPS 5: finish AIPS 5: AIPS 5: procedure setimsize AIPS 5: scalar szf, kk AIPS 5: string*48 bxf AIPS 5: array szc(2), szi(2), orgc(2), orgi(2) AIPS 5: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 5: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 5: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 5: while (kk<9) AIPS 5: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 5: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 5: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 5: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 5: go;szf=nfield;szc=cellsize;szi=imsize AIPS 5: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 5: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 5: vput imagr AIPS 5: finish AIPS 5: AIPS 5: procedure imapipe(k,lsdisk,lsname) AIPS 5: vnum=33;dowait=true AIPS 5: if (k=1) then AIPS 5: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 5: baddisk=lsbadd;douvcomp=-1;go AIPS 5: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 5: go;end;end;clrtemp AIPS 5: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 5: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 5: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 5: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 5: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 5: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 5: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 5: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 5: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 5: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 5: while ((lssid(k)>0) & (k<1001)) AIPS 5: if (lssid(k)=keyvalue(1))then error=0;end AIPS 5: k=k+1;end;end;vget imagr AIPS 5: if (error < 1) then AIPS 5: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 5: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 5: while (j<30) AIPS 5: k=length(inname) AIPS 5: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 5: lstarg=0;j=30 AIPS 5: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 5: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 5: if(imsize(1)<0)then;imsize=256;end;end AIPS 5: else;j=j+1;end $ check next source, if not found -> targ et AIPS 5: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 5: AIPS 5: j=1 AIPS 5: $calibrator lstarg=0 AIPS 5: $target if lstarg=1 AIPS 5: AIPS 5: AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 5: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 5: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 5: if (inclass='CH 0') then AIPS 5: for k=1:keyvalue(1);bif=k;eif=k AIPS 5: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 5: end;clrtemp;k=keyvalue(1) AIPS 5: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 5: if (error < 1) then AIPS 5: while (j<9) AIPS 5: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 5: if (keystrng='FREQ') then AIPS 5: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 5: else;j=j+1;end AIPS 5: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 5: if (bchan=1) then;bchan=2;end;j=k AIPS 5: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 5: end;end;clrtemp AIPS 5: else AIPS 5: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 5: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 5: else AIPS 5: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 5: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 5: end;end;boxfile=setboxfle;delboxfle AIPS 5: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 5: $ inclass'SCIMG';allzap AIPS 5: inclass'IBM*';intype'MA';allzap AIPS 5: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 5: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 5: end;end;dowait=false;vnum=0 AIPS 5: finish AIPS 5: AIPS 5: procedure avlapipe AIPS 5: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 5: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 5: else;lsclrcal;tint=guesintt;clrtemp AIPS 5: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 5: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 5: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 5: type'--------------------------------------------------- --------' AIPS 5: end;type ' ' AIPS 5: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 5: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 5: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: default'AVLAPIPE' AIPS 5: Found in Version=ABIN AIPS 5: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 5: docal 1; sources '*''' AIPS 5: $ to be set by itself later AIPS 5: solint 1; factor 5; doarray -1; imsize -1 AIPS 5: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 5: niter -1; cutoff -1 AIPS 5: $ for now debugging AIPS 5: docont 1; plver -1; doall 1; doresid 0 AIPS 5: AIPS 5: $ defaults AIPS 5: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 5: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 5: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 5: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 5: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 5: 'AK485_1999DEC10_1' >>AIPS 5: 'AK485_1999DEC10_1' >AIPS 5: Found in Version=ABIN AIPS 5: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 5: AIPS 5: $$ General catalog looks like AIPS 5: $$ Multi-source UV data file AIPS 5: $$ Multi-source TASAV file AIPS 5: $$ Single-source calibrated data - auvf AIPS 5: $$ Single-source calibrated images- aimg AIPS 5: AIPS 5: $May need to redefine after a restore 0: AIPS 5: $allzap AIPS 5: $calcintt AIPS 5: $guesintt AIPS 5: $lsparm(5);tint;lsdisk AIPS 5: AIPS 5: procedure flatfov AIPS 5: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 5: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 5: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 5: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 5: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 5: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 5: while (kk<5) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 5: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 5: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 5: end AIPS 5: for i=3:uvi;getname i AIPS 5: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 5: for j=1:keyvalue(1) AIPS 5: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 5: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 5: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 5: $ so instead of maximum frequency span, use max individual bandw idth AIPS 5: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 5: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 5: for j=1:mai $ assume inseq starts at 1.. AIPS 5: inseq=j;kk=1;cellsize=0;userid=0 AIPS 5: while (kk<5) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 5: keyword='CDELT'!!char(kk);clrtemp AIPS 5: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 5: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 5: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 5: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 5: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 5: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 5: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 5: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 5: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 5: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 5: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 5: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 5: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 5: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 5: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 5: go;wait;allzap;recat AIPS 5: end;end;end AIPS 5: finish AIPS 5: AIPS 5: procedure nvasimage AIPS 5: $LOS - Determine noise, do primary beam correction, include copy right AIPS 5: scalar numfle,ll,mm AIPS 5: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 5: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 5: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 5: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 5: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 5: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 5: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 5: end AIPS 5: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 5: for j=mai:numfle AIPS 5: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 5: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 5: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 5: for j=mai:numfle $ can only do on MA files AIPS 5: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 5: end AIPS 5: finish AIPS 5: AIPS 5: procedure nvasname AIPS 5: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 5: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 5: string*1 pm,rmsc AIPS 5: string*2 zz AIPS 5: string*3 mmm AIPS 5: string*4 rmss,sbms,fras AIPS 5: string*5 radi AIPS 5: string*30 dir AIPS 5: string*20 expn AIPS 5: ki=1;userid=0 AIPS 5: while (ki<9) AIPS 5: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 5: typ ki, keys AIPS 5: if(substr(keystrng,1,2)='RA')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 5: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 5: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 5: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 5: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 5: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 5: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 5: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 5: typ 'HERE' AIPS 5: if(substr(keystrng,1,3)='DEC')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 5: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 5: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 5: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 5: ds=floor(dc1+(3600*dc2));clrtemp AIPS 5: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 5: if(substr(keystrng,1,4)='FREQ')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 5: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 5: if(substr(keystrng,1,6)='STOKES')then AIPS 5: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 5: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 5: end; AIPS 5: typ ki 'TOO' AIPS 5: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 5: end;clrtemp $ build the output file name here AIPS 5: typ 'BUILD NOW' AIPS 5: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 5: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 5: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 5: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 5: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 5: AIPS 5: AIPS 5: AIPS 5: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 5: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 5: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 5: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 5: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 5: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 5: else AIPS 5: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 5: end AIPS 5: AIPS 5: if (expnm='') then AIPS 5: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 5: mmm=substr(keystrng,5,6) AIPS 5: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 5: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 5: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 5: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 5: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 5: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 5: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 5: end AIPS 5: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print outf AIPS 5: AIPS 5: $ make the source dir here AIPS 5: dir='';sysout'';syscom'mkdir AIPS 5: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 5: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 5: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 5: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 5: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 5: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK5: Task QUACK (release of 31DEC06) begins QUACK5: Flagged 4.67 min. of data in 28 scans QUACK5: Appears to have ended successfully QUACK5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes FLAGR5: Task FLAGR (release of 31DEC06) begins FLAGR5: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR5: Overall average amp= 8.785E-02 +- 3.057E-03 source= 1637+472 FLAGR5: Overall average rms= 1.366E-03 +- 1.098E-04 source= 1637+472 FLAGR5: Overall average amp= 2.201E-03 +- 2.045E-04 source= GRBXP1 FLAGR5: Overall average rms= 9.507E-04 +- 6.619E-05 source= GRBXP1 FLAGR5: Overall average amp= 2.197E-03 +- 2.058E-04 source= GRBXP2 FLAGR5: Overall average rms= 9.521E-04 +- 7.480E-05 source= GRBXP2 FLAGR5: Overall average amp= 2.925E-01 +- 4.655E-02 source= 0137+331 FLAGR5: Overall average rms= 1.470E-03 +- 2.217E-04 source= 0137+331 FLAGR5: Found 3 bad times, 146 total flags FLAGR5: Wrote 0 antenna & IF independent flags FLAGR5: Wrote 3 antenna independent, IF dependent flags FLAGR5: Wrote 143 antenna & IF dependent flags FLAGR5: Wrote 0 antenna & IF dependent, all-times flags FLAGR5: Appears to have ended successfully FLAGR5: auto 31DEC06 TST: Cpu= 5.6 Real= 28 SETJY5: Task SETJY (release of 31DEC06) begins SETJY5: / Resetting flux information to zero SETJY5: BIF = 1 EIF = 2 /Range of IFs SETJY5: SOURCES = '' /All sources selected SETJY5: Appears to have ended successfully SETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes SETJY5: Task SETJY (release of 31DEC06) begins SETJY5: A source model for this calibrator may be available SETJY5: Use the verb CALDIR to see if there is one SETJY5: A source model for this calibrator may be available SETJY5: Use the verb CALDIR to see if there is one SETJY5: / Flux calculated using known spectrum SETJY5: BIF = 1 EIF = 2 /Range of IFs SETJY5: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY5: '0137+331 ' IF = 2 FLUX = 3.1449 (Jy calcd) SETJY5: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY5: Appears to have ended successfully SETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 19991210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing cal transfer mode with point model for each source CALIB5: This is not self-calibration CALIB5: Dividing data by source flux densities CALIB5: Determining solutions CALIB5: Writing SN table 1 CALIB5: Found 1659 good solutions CALIB5: Failed on 5 solutions CALIB5: Average closure rms = 0.0242 +- 0.0051 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.26562 of the times had 8 - 10 percent outside 2.5 times rms CALIB5: 0.60938 of the times had 10 - 12 percent outside 2.5 times rms CALIB5: 0.10938 of the times had 12 - 14 percent outside 2.5 times rms CALIB5: 0.01562 of the times had 14 - 16 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: CALREF: CANNOT RELATE ANTENNA 4 TO 22 IN SUBARRAY 1 CALIB5: CALREF: CANNOT RELATE ANTENNA 4 TO 22 IN SUBARRAY 1 CALIB5: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB5: Some solutions were not adjusted to the common CALIB5: reference antenna. This may be because one or more CALIB5: antennas were not used. Check your data before CALIB5: proceeding. CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.5 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD5: Task CALRD (release of 31DEC06) begins CALRD5: Reading disk file AIPSTARS:3C48_X.MODEL CALRD5: Create 3C48_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD5: Appears to have ended successfully CALRD5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 19991210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing self-cal mode with CC model CALIB5: SETGDS: imaging done with reprojected tangent point(s) CALIB5: FACSET: source model will be scaled to 3.164 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.22586E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: VISDFT: Model components of type Point CALIB5: I Polarization model processed CALIB5: Model computation is 80 percent complete CALIB5: FACSET: source model will be scaled to 3.145 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.17087E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: I Polarization model processed CALIB5: Field 1 used 300 CCs CALIB5: Determining solutions CALIB5: Deleted 26 records from SN table no. 1 CALIB5: Writing SN table 1 CALIB5: Found 104 good solutions CALIB5: Average closure rms = 0.0032 +- 0.0001 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.50000 of the times had 10 - 12 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 12 - 14 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 16 - 18 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.5 Real= 4 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode 2PT CLCAL5: Processing SN table 1 CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 416 merged records from 416 input records CLCAL5: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.4 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode SELF CLCAL5: Deleted 364 records from CL table no. 2 CLCAL5: Processing SN table 1 CLCAL5: WARNING: SN table 1 has already been applied CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 416 merged records from 416 input records CLCAL5: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 19991210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing cal transfer mode with point model for each source CALIB5: This is not self-calibration CALIB5: Dividing data by source flux densities CALIB5: Determining solutions CALIB5: Writing SN table 2 CALIB5: RPOL, IF= 1 The average gain over these antennas is 1.574E+01 CALIB5: RPOL, IF= 2 The average gain over these antennas is 1.704E+01 CALIB5: LPOL, IF= 1 The average gain over these antennas is 1.596E+01 CALIB5: LPOL, IF= 2 The average gain over these antennas is 1.379E+01 CALIB5: Found 1644 good solutions CALIB5: Failed on 20 solutions CALIB5: Average closure rms = 0.0032 +- 0.0003 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.40000 of the times had 0 - 2 percent outside 2.5 times rms CALIB5: 0.50769 of the times had 2 - 4 percent outside 2.5 times rms CALIB5: 0.03077 of the times had 10 - 12 percent outside 2.5 times rms CALIB5: 0.03077 of the times had 12 - 14 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: CALREF: CANNOT RELATE ANTENNA 4 TO 22 IN SUBARRAY 1 CALIB5: CALREF: CANNOT RELATE ANTENNA 4 TO 22 IN SUBARRAY 1 CALIB5: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB5: Some solutions were not adjusted to the common CALIB5: reference antenna. This may be because one or more CALIB5: antennas were not used. Check your data before CALIB5: proceeding. CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 2.0 Real= 12 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes CALIB5: Task CALIB (release of 31DEC06) begins CALIB5: CALIB USING 19991210 . X BAND . 1 DISK= 1 USID=**** CALIB5: L1 Solution type CALIB5: Selecting, editing and calibrating the data CALIB5: Doing self-cal mode with CC model CALIB5: SETGDS: imaging done with reprojected tangent point(s) CALIB5: FACSET: source model will be scaled to 3.164 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.22586E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: VISDFT: Model components of type Point CALIB5: I Polarization model processed CALIB5: Model computation is 80 percent complete CALIB5: FACSET: source model will be scaled to 3.145 Jy CALIB5: FACSET: 3.429181 Jy found from 300 components CALIB5: FACSET: scaling factor set to 9.17087E-01 CALIB5: VISDFT: Begin DFT component division CALIB5: I Polarization model processed CALIB5: Field 1 used 300 CCs CALIB5: Determining solutions CALIB5: Deleted 26 records from SN table no. 2 CALIB5: Writing SN table 2 CALIB5: RPOL, IF= 1 The average gain over these antennas is 2.251E+01 CALIB5: RPOL, IF= 2 The average gain over these antennas is 1.906E+01 CALIB5: LPOL, IF= 1 The average gain over these antennas is 2.546E+01 CALIB5: LPOL, IF= 2 The average gain over these antennas is 2.436E+01 CALIB5: Found 104 good solutions CALIB5: Average closure rms = 0.0006 +- 0.0001 CALIB5: Fraction of times having data > 2.5 rms from solution CALIB5: 0.75000 of the times had 4 - 6 percent outside 2.5 times rms CALIB5: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB5: Adjusting solutions to a common reference antenna CALIB5: Appears to have ended successfully CALIB5: auto 31DEC06 TST: Cpu= 0.5 Real= 3 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 GETJY5: Task GETJY (release of 31DEC06) begins GETJY5: Source:Qual CALCODE IF Flux (Jy) GETJY5: 1637+472 : 0 B 1 0.86597 +/- 0.00947 GETJY5: 2 0.86532 +/- 0.00916 GETJY5: Appears to have ended successfully GETJY5: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode 2PT CLCAL5: Processing SN table 2 CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 416 merged records from 416 input records CLCAL5: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.4 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes CLCAL5: Task CLCAL (release of 31DEC06) begins CLCAL5: Using interpolation mode SELF CLCAL5: Deleted 364 records from CL table no. 3 CLCAL5: Processing SN table 2 CLCAL5: WARNING: SN table 2 has already been applied CLCAL5: SNMRG: Merging SN table CLCAL5: SNMRG: Write 416 merged records from 416 input records CLCAL5: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL5: Appears to have ended successfully CLCAL5: auto 31DEC06 TST: Cpu= 0.2 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes TASAV5: Task TASAV (release of 31DEC06) begins TASAV5: Create 19991210 .TASAV . 1 (UV) on disk 1 cno 2 TASAV5: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV5: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV5: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV5: Appears to have ended successfully TASAV5: auto 31DEC06 TST: Cpu= 0.2 Real= 1 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes SPLIT5: Task SPLIT (release of 31DEC06) begins SPLIT5: You are using a non-standard program SPLIT5: Doing subarray 1 SPLIT5: Create 1637+472 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT5: Applying CL Table version 3 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 3616 1119 4602 SPLIT5: Fully 0 0 27422 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT5: Create GRBXP1 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 2762 2700 5357 SPLIT5: Fully 0 0 65168 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT5: Create GRBXP2 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 1292 900 2180 SPLIT5: Fully 0 0 68245 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT5: Create 0137+331 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT5: Previously flagged flagged by gain kept SPLIT5: Partially 150 0 150 SPLIT5: Fully 0 0 3425 SPLIT5: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT5: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT5: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT5: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT5: Appears to have ended successfully SPLIT5: auto 31DEC06 TST: Cpu= 0.6 Real= 2 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06078 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found 1637+472 X BAND Seq 1 Disk: 1 in slot 3 SETFC5: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23416 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23416 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 70.6 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 2.4 Real= 13 C 1 1012 1012 16 37 45.13 47 17 33.8 00001 -1 507 512 513 C 2 1012 1012 16 37 45.13 47 14 14.5 00002 -1 507 512 513 C 3 1012 1012 16 37 28.17 47 15 54.1 00003 -1 507 512 513 C 4 1012 1012 16 38 02.09 47 15 54.1 00004 -1 507 512 513 C 5 1012 1012 16 37 28.15 47 19 13.4 00005 -1 507 512 513 C 6 1012 1012 16 38 02.11 47 19 13.4 00006 -1 507 512 513 C 7 1012 1012 16 37 45.13 47 20 53.2 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06078 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_1999D AIPS 5: EC10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 -7.1217E-03 -3.6000E-02 0 IMAGR5: Field 2 1012 1012 -7.1217E-03 -1.9934E+02 0 IMAGR5: Field 3 1012 1012 -1.7255E+02 -9.9736E+01 0 IMAGR5: Field 4 1012 1012 1.7254E+02 -9.9736E+01 0 IMAGR5: Field 5 1012 1012 -1.7276E+02 9.9564E+01 0 IMAGR5: Field 6 1012 1012 1.7274E+02 9.9564E+01 0 IMAGR5: Field 7 1012 1012 -7.1217E-03 1.9936E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@1637+472_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create 1637+472 .IMAGR . 1 (UV) on disk 1 cno 7 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 32024 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 2.920E+04 IMAGR5: UVWAIT: Adding temperance S 5.840E+03 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 1.417E+08 and out 1.872E+08 IMAGR5: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR5: UVWAIT: Average summed weight 2.920E+04 over 63814 vis IMAGR5: Create 1637+472 .IBM001. 1 (MA) on disk 1 cno 8 IMAGR5: Create 1637+472 .IBM002. 1 (MA) on disk 1 cno 9 IMAGR5: Create 1637+472 .IBM003. 1 (MA) on disk 1 cno 10 IMAGR5: Create 1637+472 .IBM004. 1 (MA) on disk 1 cno 11 IMAGR5: Create 1637+472 .IBM005. 1 (MA) on disk 1 cno 12 IMAGR5: Create 1637+472 .IBM006. 1 (MA) on disk 1 cno 13 IMAGR5: Create 1637+472 .IBM007. 1 (MA) on disk 1 cno 14 IMAGR5: Create 1637+472 .ICL001. 1 (MA) on disk 1 cno 15 IMAGR5: Create 1637+472 .ICL002. 1 (MA) on disk 1 cno 16 IMAGR5: Create 1637+472 .ICL003. 1 (MA) on disk 1 cno 17 IMAGR5: Create 1637+472 .ICL004. 1 (MA) on disk 1 cno 18 IMAGR5: Create 1637+472 .ICL005. 1 (MA) on disk 1 cno 19 IMAGR5: Create 1637+472 .ICL006. 1 (MA) on disk 1 cno 20 IMAGR5: Create 1637+472 .ICL007. 1 (MA) on disk 1 cno 21 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 1.98759E+09 IMAGR5: Field 1 Beam min = -118.2 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.184 x 0.672 arcsec, PA= 83.1 IMAGR5: Field 2 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 2 Beam min = -118.2 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.184 x 0.672 arcsec, PA= 83.0 IMAGR5: Field 3 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 3 Beam min = -78.1 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.185 x 0.672 arcsec, PA= 83.0 IMAGR5: Field 4 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 4 Beam min = -78.2 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.183 x 0.672 arcsec, PA= 83.1 IMAGR5: Field 5 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 5 Beam min = -78.1 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.185 x 0.672 arcsec, PA= 83.0 IMAGR5: Field 6 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 6 Beam min = -78.2 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.183 x 0.672 arcsec, PA= 83.1 IMAGR5: Field 7 Sum of gridding weights = 1.98758E+09 IMAGR5: Field 7 Beam min = -118.2 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.184 x 0.672 arcsec, PA= 83.1 IMAGR5: CLBHIS: minimum component 0.210 of current peak IMAGR5: Field 1 min = -68.3 MilliJy,max = 857.5 MilliJy IMAGR5: Field 2 min = -34.9 MilliJy,max = 47.7 MilliJy IMAGR5: Field 3 min = -52.9 MilliJy,max = 50.4 MilliJy IMAGR5: Field 4 min = -53.2 MilliJy,max = 49.8 MilliJy IMAGR5: Field 5 min = -54.1 MilliJy,max = 48.9 MilliJy IMAGR5: Field 6 min = -54.2 MilliJy,max = 49.7 MilliJy IMAGR5: Field 7 min = -33.4 MilliJy,max = 47.8 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 40.64 MilliJy IMAGR5: 803 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 201.991 MilliJy iter= 15 IMAGR5: Field 1 Clean flux density= 681.984 MilliJy 15 comps IMAGR5: Total Cleaned flux density = 681.984 MilliJy 15 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -16.9 MilliJy,max = 185.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 19.77 MilliJy IMAGR5: 55 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 40.252 MilliJy iter= 33 IMAGR5: Field 1 Clean flux density= 854.199 MilliJy 33 comps IMAGR5: Total Cleaned flux density = 854.199 MilliJy 33 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.979E-03 < Second best 4.746E-02 IMAGR5: Field 6 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.432E-03 < Second best 4.564E-02 IMAGR5: Field 7 min = -2.9 MilliJy,max = 3.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.358E-03 < Second best 4.560E-02 IMAGR5: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.952E-03 < Second best 3.826E-02 IMAGR5: Field 1 min = -20.9 MilliJy,max = 36.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 16.55 MilliJy IMAGR5: 17 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 20.457 MilliJy iter= 43 IMAGR5: Field 1 Clean flux density= 871.995 MilliJy 43 comps IMAGR5: Total Cleaned flux density = 871.995 MilliJy 43 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -4.1 MilliJy,max = 3.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.580E-03 < Second best 3.610E-02 IMAGR5: Field 5 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.455E-03 < Second best 1.945E-02 IMAGR5: Field 1 min = -19.9 MilliJy,max = 18.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR5: 4191 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -5.192 MilliJy iter= 166 IMAGR5: Field 1 Clean flux density= 896.988 MilliJy 166 comps IMAGR5: Total Cleaned flux density = 896.988 MilliJy 166 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -4.8 MilliJy,max = 6.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR5: 434 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -2.992 MilliJy iter= 293 IMAGR5: Field 1 Clean flux density= 912.938 MilliJy 293 comps IMAGR5: Total Cleaned flux density = 912.938 MilliJy 293 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.644E-03 < Second best 3.358E-03 IMAGR5: Field 7 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.698E-03 < Second best 2.979E-03 IMAGR5: Field 3 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.708E-03 < Second best 2.952E-03 IMAGR5: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.885E-03 < Second best 2.851E-03 IMAGR5: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 686 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.912 MilliJy iter= 435 IMAGR5: Field 1 Clean flux density= 922.855 MilliJy 435 comps IMAGR5: Total Cleaned flux density = 922.855 MilliJy 435 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.891E-03 < Second best 2.455E-03 IMAGR5: Field 5 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR5: 2657 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.361 MilliJy iter= 118 IMAGR5: Field 5 Clean flux density= 1.724 MilliJy 118 comps IMAGR5: Total Cleaned flux density = 924.579 MilliJy 553 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR5: 2347 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.325 MilliJy iter= 127 IMAGR5: Field 4 Clean flux density= 1.634 MilliJy 127 comps IMAGR5: Total Cleaned flux density = 926.213 MilliJy 680 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.678E-03 < Second best 1.826E-03 IMAGR5: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR5: 2041 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 1.343 MilliJy iter= 627 IMAGR5: Field 1 Clean flux density= 932.500 MilliJy 627 comps IMAGR5: Total Cleaned flux density = 935.858 MilliJy 872 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.590E-03 < Second best 1.698E-03 IMAGR5: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR5: 1550 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.215 MilliJy iter= 146 IMAGR5: Field 7 Clean flux density= 4.223 MilliJy 146 comps IMAGR5: Total Cleaned flux density = 940.081 MilliJy 1018 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR5: 1508 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.193 MilliJy iter= 155 IMAGR5: Field 2 Clean flux density= 4.529 MilliJy 155 comps IMAGR5: Total Cleaned flux density = 944.609 MilliJy 1173 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.431E-03 < Second best 1.590E-03 IMAGR5: Field 3 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR5: 2207 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.195 MilliJy iter= 207 IMAGR5: Field 3 Clean flux density= 2.576 MilliJy 207 comps IMAGR5: Total Cleaned flux density = 947.185 MilliJy 1380 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR5: 1821 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.163 MilliJy iter= 207 IMAGR5: Field 6 Clean flux density= -3.216 MilliJy 207 comps IMAGR5: Total Cleaned flux density = 943.969 MilliJy 1587 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR5: 2300 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.145 MilliJy iter= 359 IMAGR5: Field 5 Clean flux density= 1.064 MilliJy 359 comps IMAGR5: Total Cleaned flux density = 943.310 MilliJy 1828 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 987.94 MicroJy IMAGR5: 1263 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.087 MilliJy iter= 814 IMAGR5: Field 1 Clean flux density= 935.213 MilliJy 814 comps IMAGR5: Total Cleaned flux density = 946.023 MilliJy 2015 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 968.69 MicroJy IMAGR5: 2268 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.094 MilliJy iter= 399 IMAGR5: Field 4 Clean flux density= 516.967 MicroJy 399 comps IMAGR5: Total Cleaned flux density = 944.906 MilliJy 2287 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 956.13 MicroJy IMAGR5: 991 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.031 MilliJy iter= 329 IMAGR5: Field 7 Clean flux density= 4.327 MilliJy 329 comps IMAGR5: Total Cleaned flux density = 945.010 MilliJy 2470 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 942.42 MicroJy IMAGR5: 1755 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.032 MilliJy iter= 449 IMAGR5: Field 3 Clean flux density= 1.746 MilliJy 449 comps IMAGR5: Total Cleaned flux density = 944.180 MilliJy 2712 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 927.55 MicroJy IMAGR5: 1099 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 994.616 MicroJy iter= 355 IMAGR5: Field 2 Clean flux density= 6.530 MilliJy 355 comps IMAGR5: Total Cleaned flux density = 946.182 MilliJy 2912 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 912.26 MicroJy IMAGR5: 1708 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -992.905 MicroJy iter= 471 IMAGR5: Field 6 Clean flux density= -4.273 MilliJy 471 comps IMAGR5: Total Cleaned flux density = 945.125 MilliJy 3176 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 895.52 MicroJy IMAGR5: 2415 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -985.723 MicroJy iter= 689 IMAGR5: Field 5 Clean flux density= 3.776 MilliJy 689 comps IMAGR5: Total Cleaned flux density = 947.837 MilliJy 3506 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 881.06 MicroJy IMAGR5: 2022 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -955.246 MicroJy iter= 701 IMAGR5: Field 4 Clean flux density= 1.707 MilliJy 701 comps IMAGR5: Total Cleaned flux density = 949.027 MilliJy 3808 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 866.18 MicroJy IMAGR5: 972 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 911.677 MicroJy iter= 1013 IMAGR5: Field 1 Clean flux density= 936.995 MilliJy 1013 comps IMAGR5: Total Cleaned flux density = 950.808 MilliJy 4007 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 853.68 MicroJy IMAGR5: 1599 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -910.309 MicroJy iter= 717 IMAGR5: Field 3 Clean flux density= 1.513 MilliJy 717 comps IMAGR5: Total Cleaned flux density = 950.576 MilliJy 4275 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 840.87 MicroJy IMAGR5: 796 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 879.673 MicroJy iter= 526 IMAGR5: Field 7 Clean flux density= 5.121 MilliJy 526 comps IMAGR5: Total Cleaned flux density = 951.370 MilliJy 4472 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 829.64 MicroJy IMAGR5: 869 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 868.047 MicroJy iter= 561 IMAGR5: Field 2 Clean flux density= 6.884 MilliJy 561 comps IMAGR5: Total Cleaned flux density = 951.724 MilliJy 4678 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 816.09 MicroJy IMAGR5: 1641 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -866.791 MicroJy iter= 764 IMAGR5: Field 6 Clean flux density= -9.757 MilliJy 764 comps IMAGR5: Total Cleaned flux density = 946.240 MilliJy 4971 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 800.32 MicroJy IMAGR5: 2449 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 861.392 MicroJy iter= 1075 IMAGR5: Field 5 Clean flux density= 6.069 MilliJy 1075 comps IMAGR5: Total Cleaned flux density = 948.534 MilliJy 5357 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 785.31 MicroJy IMAGR5: 2155 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 839.369 MicroJy iter= 1073 IMAGR5: Field 4 Clean flux density= 3.767 MilliJy 1073 comps IMAGR5: Total Cleaned flux density = 950.594 MilliJy 5729 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 774.98 MicroJy IMAGR5: 648 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 800.519 MicroJy iter= 1198 IMAGR5: Field 1 Clean flux density= 938.723 MilliJy 1198 comps IMAGR5: Total Cleaned flux density = 952.323 MilliJy 5914 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 762.37 MicroJy IMAGR5: 1590 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 803.483 MicroJy iter= 1036 IMAGR5: Field 3 Clean flux density= 1.255 MilliJy 1036 comps IMAGR5: Total Cleaned flux density = 952.064 MilliJy 6233 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 753.36 MicroJy IMAGR5: 613 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 776.451 MicroJy iter= 712 IMAGR5: Field 7 Clean flux density= 5.240 MilliJy 712 comps IMAGR5: Total Cleaned flux density = 952.184 MilliJy 6419 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 743.72 MicroJy IMAGR5: 640 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -766.756 MicroJy iter= 756 IMAGR5: Field 2 Clean flux density= 8.403 MilliJy 756 comps IMAGR5: Total Cleaned flux density = 953.701 MilliJy 6614 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 731.43 MicroJy IMAGR5: 1556 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -767.798 MicroJy iter= 1094 IMAGR5: Field 6 Clean flux density= -11.507 MilliJy 1094 comps IMAGR5: Total Cleaned flux density = 951.951 MilliJy 6944 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 716.67 MicroJy IMAGR5: 2479 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 761.943 MicroJy iter= 1515 IMAGR5: Field 5 Clean flux density= 4.377 MilliJy 1515 comps IMAGR5: Total Cleaned flux density = 950.260 MilliJy 7384 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 703.42 MicroJy IMAGR5: 2209 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -743.591 MicroJy iter= 1493 IMAGR5: Field 4 Clean flux density= 4.167 MilliJy 1493 comps IMAGR5: Total Cleaned flux density = 950.658 MilliJy 7804 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 693.35 MicroJy IMAGR5: 1283 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -720.414 MicroJy iter= 1337 IMAGR5: Field 3 Clean flux density= 3.262 MilliJy 1337 comps IMAGR5: Total Cleaned flux density = 952.665 MilliJy 8105 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -1.1 MilliJy,max = 978.8 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 683.96 MicroJy IMAGR5: 466 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 698.456 MicroJy iter= 1362 IMAGR5: Field 1 Clean flux density= 938.575 MilliJy 1362 comps IMAGR5: Total Cleaned flux density = 952.517 MilliJy 8269 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 676.28 MicroJy IMAGR5: 540 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -692.094 MicroJy iter= 899 IMAGR5: Field 7 Clean flux density= 5.848 MilliJy 899 comps IMAGR5: Total Cleaned flux density = 953.125 MilliJy 8456 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 666.59 MicroJy IMAGR5: 1331 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 692.320 MicroJy iter= 1419 IMAGR5: Field 6 Clean flux density= -13.717 MilliJy 1419 comps IMAGR5: Total Cleaned flux density = 950.915 MilliJy 8781 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 657.40 MicroJy IMAGR5: 647 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -674.751 MicroJy iter= 981 IMAGR5: Field 2 Clean flux density= 8.345 MilliJy 981 comps IMAGR5: Total Cleaned flux density = 950.857 MilliJy 9006 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 644.30 MicroJy IMAGR5: 2656 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -680.665 MicroJy iter= 2023 IMAGR5: Field 5 Clean flux density= 5.396 MilliJy 2023 comps IMAGR5: Total Cleaned flux density = 951.877 MilliJy 9514 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 632.64 MicroJy IMAGR5: 2168 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 663.312 MicroJy iter= 1950 IMAGR5: Field 4 Clean flux density= 3.284 MilliJy 1950 comps IMAGR5: Total Cleaned flux density = 950.995 MilliJy 9971 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 623.26 MicroJy IMAGR5: 1415 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 645.195 MicroJy iter= 1680 IMAGR5: Field 3 Clean flux density= 3.470 MilliJy 1680 comps IMAGR5: Total Cleaned flux density = 951.203 MilliJy 10314 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -949.7 MicroJy,max = 888.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 617.05 MicroJy IMAGR5: 354 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 626.124 MicroJy iter= 1507 IMAGR5: Field 1 Clean flux density= 939.535 MilliJy 1507 comps IMAGR5: Total Cleaned flux density = 952.162 MilliJy 10459 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 608.54 MicroJy IMAGR5: 1213 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -628.116 MicroJy iter= 1748 IMAGR5: Field 6 Clean flux density= -12.243 MilliJy 1748 comps IMAGR5: Total Cleaned flux density = 953.637 MilliJy 10788 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 601.04 MicroJy IMAGR5: 516 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -612.635 MicroJy iter= 1100 IMAGR5: Field 7 Clean flux density= 5.906 MilliJy 1100 comps IMAGR5: Total Cleaned flux density = 953.695 MilliJy 10989 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 589.95 MicroJy IMAGR5: 2205 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -615.535 MicroJy iter= 2492 IMAGR5: Field 5 Clean flux density= 5.844 MilliJy 2492 comps IMAGR5: Total Cleaned flux density = 954.143 MilliJy 11458 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -989.2 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 582.06 MicroJy IMAGR5: 699 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 594.781 MicroJy iter= 1223 IMAGR5: Field 2 Clean flux density= 9.808 MilliJy 1223 comps IMAGR5: Total Cleaned flux density = 955.607 MilliJy 11700 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 571.51 MicroJy IMAGR5: 2234 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -596.847 MicroJy iter= 2461 IMAGR5: Field 4 Clean flux density= 3.297 MilliJy 2461 comps IMAGR5: Total Cleaned flux density = 955.619 MilliJy 12211 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 563.06 MicroJy IMAGR5: 1505 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 582.458 MicroJy iter= 2088 IMAGR5: Field 3 Clean flux density= 3.744 MilliJy 2088 comps IMAGR5: Total Cleaned flux density = 955.893 MilliJy 12619 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -934.6 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 555.79 MicroJy IMAGR5: 1233 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -571.610 MicroJy iter= 2096 IMAGR5: Field 6 Clean flux density= -14.590 MilliJy 2096 comps IMAGR5: Total Cleaned flux density = 953.546 MilliJy 12967 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -905.8 MicroJy,max = 826.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 549.67 MicroJy IMAGR5: 302 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -556.149 MicroJy iter= 1649 IMAGR5: Field 1 Clean flux density= 939.303 MilliJy 1649 comps IMAGR5: Total Cleaned flux density = 953.315 MilliJy 13109 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 540.37 MicroJy IMAGR5: 2179 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 561.609 MicroJy iter= 3001 IMAGR5: Field 5 Clean flux density= 6.038 MilliJy 3001 comps IMAGR5: Total Cleaned flux density = 953.509 MilliJy 13618 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -952.4 MicroJy,max = 962.7 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 534.05 MicroJy IMAGR5: 520 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 542.823 MicroJy iter= 1314 IMAGR5: Field 7 Clean flux density= 4.904 MilliJy 1314 comps IMAGR5: Total Cleaned flux density = 952.506 MilliJy 13832 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -945.5 MicroJy,max = 992.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 525.42 MicroJy IMAGR5: 2045 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 545.318 MicroJy iter= 2974 IMAGR5: Field 4 Clean flux density= 4.452 MilliJy 2974 comps IMAGR5: Total Cleaned flux density = 953.660 MilliJy 14345 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -890.9 MicroJy,max = 870.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 518.78 MicroJy IMAGR5: 588 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -527.467 MicroJy iter= 1452 IMAGR5: Field 2 Clean flux density= 10.732 MilliJy 1452 comps IMAGR5: Total Cleaned flux density = 954.584 MilliJy 14574 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.1 MilliJy,max = 951.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 510.94 MicroJy IMAGR5: 1472 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 526.293 MicroJy iter= 2510 IMAGR5: Field 3 Clean flux density= 5.135 MilliJy 2510 comps IMAGR5: Total Cleaned flux density = 955.974 MilliJy 14996 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -862.9 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 503.70 MicroJy IMAGR5: 1385 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 518.128 MicroJy iter= 2511 IMAGR5: Field 6 Clean flux density= -14.688 MilliJy 2511 comps IMAGR5: Total Cleaned flux density = 955.876 MilliJy 15411 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 495.09 MicroJy IMAGR5: 2147 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 512.819 MicroJy iter= 3539 IMAGR5: Field 5 Clean flux density= 4.638 MilliJy 3539 comps IMAGR5: Total Cleaned flux density = 954.475 MilliJy 15949 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -763.5 MicroJy,max = 705.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 490.34 MicroJy IMAGR5: 286 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -494.807 MicroJy iter= 1783 IMAGR5: Field 1 Clean flux density= 939.407 MilliJy 1783 comps IMAGR5: Total Cleaned flux density = 954.580 MilliJy 16083 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -895.6 MicroJy,max = 918.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 481.96 MicroJy IMAGR5: 1994 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -498.243 MicroJy iter= 3503 IMAGR5: Field 4 Clean flux density= 6.752 MilliJy 3503 comps IMAGR5: Total Cleaned flux density = 956.880 MilliJy 16612 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -825.2 MicroJy,max = 849.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 476.80 MicroJy IMAGR5: 589 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 484.424 MicroJy iter= 1570 IMAGR5: Field 7 Clean flux density= 4.004 MilliJy 1570 comps IMAGR5: Total Cleaned flux density = 955.980 MilliJy 16868 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -811.7 MicroJy,max = 793.4 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 472.33 MicroJy IMAGR5: 510 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -479.118 MicroJy iter= 1678 IMAGR5: Field 2 Clean flux density= 11.222 MilliJy 1678 comps IMAGR5: Total Cleaned flux density = 956.471 MilliJy 17094 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -1.0 MilliJy,max = 860.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 465.43 MicroJy IMAGR5: 1483 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 477.984 MicroJy iter= 2953 IMAGR5: Field 3 Clean flux density= 5.168 MilliJy 2953 comps IMAGR5: Total Cleaned flux density = 956.504 MilliJy 17537 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -799.0 MicroJy,max = 974.4 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 458.66 MicroJy IMAGR5: 1474 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 470.871 MicroJy iter= 2966 IMAGR5: Field 6 Clean flux density= -14.880 MilliJy 2966 comps IMAGR5: Total Cleaned flux density = 956.311 MilliJy 17992 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -977.4 MicroJy,max = 1.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 450.29 MicroJy IMAGR5: 2488 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 466.987 MicroJy iter= 4187 IMAGR5: Field 5 Clean flux density= 5.599 MilliJy 4187 comps IMAGR5: Total Cleaned flux density = 957.273 MilliJy 18640 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -857.5 MicroJy,max = 875.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 443.12 MicroJy IMAGR5: 2038 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -456.879 MicroJy iter= 4068 IMAGR5: Field 4 Clean flux density= 4.737 MilliJy 4068 comps IMAGR5: Total Cleaned flux density = 955.258 MilliJy 19205 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -665.5 MicroJy,max = 642.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 439.46 MicroJy IMAGR5: 205 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 442.498 MicroJy iter= 1900 IMAGR5: Field 1 Clean flux density= 939.545 MilliJy 1900 comps IMAGR5: Total Cleaned flux density = 955.395 MilliJy 19322 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -762.2 MicroJy,max = 780.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 435.62 MicroJy IMAGR5: 476 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -441.156 MicroJy iter= 1803 IMAGR5: Field 7 Clean flux density= 3.976 MilliJy 1803 comps IMAGR5: Total Cleaned flux density = 955.367 MilliJy 19555 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -763.6 MicroJy,max = 705.4 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 431.93 MicroJy IMAGR5: 507 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 437.533 MicroJy iter= 1914 IMAGR5: Field 2 Clean flux density= 12.027 MilliJy 1914 comps IMAGR5: Total Cleaned flux density = 956.172 MilliJy 19791 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -954.1 MicroJy,max = 805.4 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 425.39 MicroJy IMAGR5: 1432 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 435.918 MicroJy iter= 3420 IMAGR5: Field 3 Clean flux density= 4.525 MilliJy 3420 comps IMAGR5: Total Cleaned flux density = 955.529 MilliJy 20258 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -778.6 MicroJy,max = 867.1 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 419.24 MicroJy IMAGR5: 1500 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -429.709 MicroJy iter= 3454 IMAGR5: Field 6 Clean flux density= -14.776 MilliJy 3454 comps IMAGR5: Total Cleaned flux density = 955.633 MilliJy 20746 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -925.2 MicroJy,max = 1.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 410.88 MicroJy IMAGR5: 2374 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 423.977 MicroJy iter= 4827 IMAGR5: Field 5 Clean flux density= 4.557 MilliJy 4827 comps IMAGR5: Total Cleaned flux density = 954.591 MilliJy 21386 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -799.1 MicroJy,max = 819.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 403.66 MicroJy IMAGR5: 2477 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -416.969 MicroJy iter= 4751 IMAGR5: Field 4 Clean flux density= 4.795 MilliJy 4751 comps IMAGR5: Total Cleaned flux density = 954.648 MilliJy 22069 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -629.1 MicroJy,max = 572.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 401.57 MicroJy IMAGR5: 210 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -404.096 MicroJy iter= 2018 IMAGR5: Field 1 Clean flux density= 939.223 MilliJy 2018 comps IMAGR5: Total Cleaned flux density = 954.326 MilliJy 22187 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -694.1 MicroJy,max = 724.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 398.62 MicroJy IMAGR5: 544 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -403.505 MicroJy iter= 2051 IMAGR5: Field 7 Clean flux density= 4.799 MilliJy 2051 comps IMAGR5: Total Cleaned flux density = 955.150 MilliJy 22435 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -703.2 MicroJy,max = 690.2 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 395.38 MicroJy IMAGR5: 474 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -400.028 MicroJy iter= 2158 IMAGR5: Field 2 Clean flux density= 11.959 MilliJy 2158 comps IMAGR5: Total Cleaned flux density = 955.082 MilliJy 22679 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -857.0 MicroJy,max = 732.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 389.71 MicroJy IMAGR5: 1484 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 398.667 MicroJy iter= 3907 IMAGR5: Field 3 Clean flux density= 5.627 MilliJy 3907 comps IMAGR5: Total Cleaned flux density = 956.184 MilliJy 23166 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -709.5 MicroJy,max = 808.4 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 384.11 MicroJy IMAGR5: 1553 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -392.875 MicroJy iter= 3961 IMAGR5: Field 6 Clean flux density= -14.499 MilliJy 3961 comps IMAGR5: Total Cleaned flux density = 956.462 MilliJy 23673 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -866.3 MicroJy,max = 1.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 377.10 MicroJy IMAGR5: 2493 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 388.849 MicroJy iter= 5537 IMAGR5: Field 5 Clean flux density= 4.589 MilliJy 5537 comps IMAGR5: Total Cleaned flux density = 956.494 MilliJy 24383 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -725.1 MicroJy,max = 788.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 370.36 MicroJy IMAGR5: 2520 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -381.639 MicroJy iter= 5471 IMAGR5: Field 4 Clean flux density= 4.002 MilliJy 5471 comps IMAGR5: Total Cleaned flux density = 955.701 MilliJy 25103 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 1 min = -577.1 MicroJy,max = 501.7 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 368.52 MicroJy IMAGR5: 165 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 370.205 MicroJy iter= 2112 IMAGR5: Field 1 Clean flux density= 939.150 MilliJy 2112 comps IMAGR5: Total Cleaned flux density = 955.629 MilliJy 25197 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -642.7 MicroJy,max = 670.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 365.98 MicroJy IMAGR5: 588 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -370.426 MicroJy iter= 2325 IMAGR5: Field 7 Clean flux density= 4.959 MilliJy 2325 comps IMAGR5: Total Cleaned flux density = 955.789 MilliJy 25471 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 2 min = -670.4 MicroJy,max = 667.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 363.29 MicroJy IMAGR5: 500 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 367.331 MicroJy iter= 2411 IMAGR5: Field 2 Clean flux density= 11.999 MilliJy 2411 comps IMAGR5: Total Cleaned flux density = 955.828 MilliJy 25724 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 3 min = -793.1 MicroJy,max = 660.0 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 358.24 MicroJy IMAGR5: 1691 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 366.054 MicroJy iter= 4438 IMAGR5: Field 3 Clean flux density= 6.703 MilliJy 4438 comps IMAGR5: Total Cleaned flux density = 956.904 MilliJy 26255 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 6 min = -658.0 MicroJy,max = 767.8 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 353.13 MicroJy IMAGR5: 1520 Residual map points loaded IMAGR5: Field 6 min Clean flux = -364.694 MicroJy iter= 4322 IMAGR5: Field 6 Clean flux density= -14.380 MilliJy 4322 comps IMAGR5: Total Cleaned flux density = 957.023 MilliJy 26616 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 5 min = -798.5 MicroJy,max = 942.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 344.00 MicroJy IMAGR5: 2901 Residual map points loaded IMAGR5: Field 5 min Clean flux = -364.657 MicroJy iter= 5879 IMAGR5: Field 5 Clean flux density= 4.225 MilliJy 5879 comps IMAGR5: Total Cleaned flux density = 956.658 MilliJy 26958 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 4 min = -696.3 MicroJy,max = 752.5 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 332.01 MicroJy IMAGR5: 4510 Residual map points loaded IMAGR5: Field 4 min Clean flux = -364.536 MicroJy iter= 5659 IMAGR5: Field 4 Clean flux density= 4.084 MilliJy 5659 comps IMAGR5: Total Cleaned flux density = 956.741 MilliJy 27146 comps IMAGR5: ALGSTB: All 509 Rows In AP (Max 1035) IMAGR5: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR5: ALGSTB: Pass 1; 498- 0 Cells, with 32024 Pts IMAGR5: Field 7 min = -619.9 MicroJy,max = 620.7 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 321.12 MicroJy IMAGR5: 2517 Residual map points loaded IMAGR5: Field 7 min Clean flux = -364.234 MicroJy iter= 2340 IMAGR5: Field 7 Clean flux density= 4.922 MilliJy 2340 comps IMAGR5: Total Cleaned flux density = 956.704 MilliJy 27161 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -525.2 MicroJy,max = 489.8 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 312.77 MicroJy IMAGR5: 2410 Residual map points loaded IMAGR5: Field 1 min Clean flux = -364.379 MicroJy iter= 2120 IMAGR5: Field 1 Clean flux density= 938.930 MilliJy 2120 comps IMAGR5: Total Cleaned flux density = 956.484 MilliJy 27169 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -640.2 MicroJy,max = 644.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 302.39 MicroJy IMAGR5: 5492 Residual map points loaded IMAGR5: Field 2 min Clean flux = 364.629 MicroJy iter= 2420 IMAGR5: Field 2 Clean flux density= 12.109 MilliJy 2420 comps IMAGR5: Total Cleaned flux density = 956.594 MilliJy 27178 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -755.0 MicroJy,max = 632.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 275.77 MicroJy IMAGR5: 19988 Residual map points loaded IMAGR5: Field 3 min Clean flux = 364.669 MicroJy iter= 4469 IMAGR5: Field 3 Clean flux density= 6.813 MilliJy 4469 comps IMAGR5: Total Cleaned flux density = 956.704 MilliJy 27209 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Peak residual in window 364.694 less than limit 364.698 MicroJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 2120 to 1036 components IMAGR5: Field 2 compressed from 2420 to 1491 components IMAGR5: Field 3 compressed from 4469 to 2486 components IMAGR5: Field 4 compressed from 5659 to 3056 components IMAGR5: Field 5 compressed from 5879 to 3112 components IMAGR5: Field 6 compressed from 4322 to 2400 components IMAGR5: Field 7 compressed from 2340 to 1427 components IMAGR5: Field 1 min = -523.3 MicroJy,max = 492.8 MicroJy IMAGR5: Field 2 min = -638.8 MicroJy,max = 644.0 MicroJy IMAGR5: Field 3 min = -750.0 MicroJy,max = 632.4 MicroJy IMAGR5: Field 4 min = -695.6 MicroJy,max = 738.9 MicroJy IMAGR5: Field 5 min = -800.5 MicroJy,max = 930.7 MicroJy IMAGR5: Field 6 min = -645.0 MicroJy,max = 755.1 MicroJy IMAGR5: Field 7 min = -618.5 MicroJy,max = 618.4 MicroJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 654.254 MicroJy ( 89 CCs) from field 1 to field 2 IMAGR5: Restore 3.797 MilliJy ( 171 CCs) from field 1 to field 3 IMAGR5: Restore-756.226 MicroJy ( 173 CCs) from field 1 to field 4 IMAGR5: Restore 1.573 MilliJy ( 164 CCs) from field 1 to field 5 IMAGR5: Restore -1.300 MilliJy ( 171 CCs) from field 1 to field 6 IMAGR5: Restore -1.003 MilliJy ( 79 CCs) from field 1 to field 7 IMAGR5: Restore 110.661 MicroJy ( 61 CCs) from field 2 to field 1 IMAGR5: Restore 2.128 MilliJy ( 150 CCs) from field 2 to field 3 IMAGR5: Restore -1.232 MilliJy ( 266 CCs) from field 2 to field 4 IMAGR5: Restore 1.411 MilliJy ( 114 CCs) from field 3 to field 1 IMAGR5: Restore-197.396 MicroJy ( 119 CCs) from field 3 to field 2 IMAGR5: Restore -1.380 MilliJy ( 272 CCs) from field 3 to field 5 IMAGR5: Restore -2.559 MilliJy ( 161 CCs) from field 4 to field 1 IMAGR5: Restore 210.925 MicroJy ( 181 CCs) from field 4 to field 2 IMAGR5: Restore-937.440 MicroJy ( 258 CCs) from field 4 to field 6 IMAGR5: Restore 1.119 MilliJy ( 163 CCs) from field 5 to field 1 IMAGR5: Restore 1.169 MilliJy ( 238 CCs) from field 5 to field 3 IMAGR5: Restore 993.536 MicroJy ( 168 CCs) from field 5 to field 7 IMAGR5: Restore -4.268 MilliJy ( 120 CCs) from field 6 to field 1 IMAGR5: Restore -6.471 MilliJy ( 276 CCs) from field 6 to field 4 IMAGR5: Restore -1.405 MilliJy ( 79 CCs) from field 6 to field 7 IMAGR5: Restore 1.936 MilliJy ( 72 CCs) from field 7 to field 1 IMAGR5: Restore 773.770 MicroJy ( 239 CCs) from field 7 to field 5 IMAGR5: Restore 1.181 MilliJy ( 107 CCs) from field 7 to field 6 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 936.681 MilliJy IMAGR5: Field 2 final Clean flux 12.777 MilliJy IMAGR5: Field 3 final Clean flux 13.907 MilliJy IMAGR5: Field 4 final Clean flux -4.375 MilliJy IMAGR5: Field 5 final Clean flux 5.192 MilliJy IMAGR5: Field 6 final Clean flux -15.436 MilliJy IMAGR5: Field 7 final Clean flux 3.507 MilliJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 7 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 129.7 Real= 794 sys2com(7)=char(ds );end AIPS 5: sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 5: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 5: AIPS 5: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 5: print sysout AIPS 5: $keep sysout - not if we use dir instead AIPS 5: syscom'';sys2com'';clrtemp AIPS 5: return AIPS 5: finish AIPS 5: AIPS 5: procedure nvasarch AIPS 5: scalar nn AIPS 5: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 5: default fitab;indisk=lsdisk;recat AIPS 5: $ figure out array for uv name AIPS 5: $ getname 1; AIPS 5: for nn=mai:numfle $ archive MA files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: typ length(outfile),length(sysout) AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: outfile='FITS:'!!outfile AIPS 5: ;go;wait; $zap AIPS 5: ;system AIPS 5: end AIPS 5: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 5: numfle=mai -1 AIPS 5: for nn=3:numfle $ archive calibrated UV files AIPS 5: getname nn AIPS 5: nvasname AIPS 5: outfile='/tmp/tempuvfits AIPS 5: go;wait; $zap AIPS 5: syscom'mv -f AIPS 5: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 5: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 5: sysout'';sys2com(3) ' >& /dev/null AIPS 5: system AIPS 5: end AIPS 5: getname 2 $ archive calibration tables AIPS 5: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 5: AIPS 5: sys2com'';sysout'';syscom 'mkdir AIPS 5: sys2com(1)=' $adat/ AIPS 5: AIPS 5: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 5: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 5: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 5: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 5: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 5: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 5: AIPS 5: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 5: system;clrtemp AIPS 5: AIPS 5: finish AIPS 5: AIPS 5: procedure nvas AIPS 5: typ expid;flatfov;nvasimage AIPS 5: $nvasarch AIPS 5: finish >AIPS 5: Found in Version=ABIN AIPS 5: Found in Version=ABIN AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 5: Got(1) disk= 1 user=**** type=UV 19991210.X BAND.1 AIPS 5: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 5: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 5: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: '0137+331 MODEL =' '3C48_X' AIPS 5: SYSTEM command to be executed is: AIPS 5: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Destroyed 1 extension files of type CC AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 2 disk= 1 AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: Resumes AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.06078 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@1637+472_X,BAND.0-1 >> /home/auto/run/AK485_1999D AIPS 5: EC10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :1 =1637+472' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04096 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found GRBXP1 X BAND Seq 1 Disk: 1 in slot 4 SETFC5: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.23392 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23392 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@GRBXP1_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 69.9 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 1.2 Real= 8 C 1 1012 1012 16 33 50.00 46 27 60.0 00001 -1 507 512 513 C 2 1012 1012 16 33 50.00 46 24 40.9 00002 -1 507 512 513 C 3 1012 1012 16 33 33.32 46 26 20.4 00003 -1 507 512 513 C 4 1012 1012 16 34 06.68 46 26 20.4 00004 -1 507 512 513 C 5 1012 1012 16 33 33.30 46 29 39.5 00005 -1 507 512 513 C 6 1012 1012 16 34 06.70 46 29 39.5 00006 -1 507 512 513 C 7 1012 1012 16 33 50.00 46 31 19.1 00007 -1 507 512 513 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04096 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP1_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =GRBXP1' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@GRBXP1_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 1.4095E-10 2.5580E-11 0 IMAGR5: Field 2 1012 1012 1.4095E-10 -1.9910E+02 0 IMAGR5: Field 3 1012 1012 -1.7233E+02 -9.9600E+01 0 IMAGR5: Field 4 1012 1012 1.7233E+02 -9.9600E+01 0 IMAGR5: Field 5 1012 1012 -1.7254E+02 9.9500E+01 0 IMAGR5: Field 6 1012 1012 1.7254E+02 9.9500E+01 0 IMAGR5: Field 7 1012 1012 1.4095E-10 1.9910E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@GRBXP1_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create GRBXP1 .IMAGR . 1 (UV) on disk 1 cno 14 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 70525 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 9.087E+04 IMAGR5: UVWAIT: Adding temperance S 1.817E+04 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 3.184E+08 and out 4.446E+08 IMAGR5: UVWAIT: Noise is increased by a factor 1.177 due to weighting IMAGR5: UVWAIT: Average summed weight 9.087E+04 over 140985 vis IMAGR5: Create GRBXP1 .IBM001. 1 (MA) on disk 1 cno 15 IMAGR5: Create GRBXP1 .IBM002. 1 (MA) on disk 1 cno 16 IMAGR5: Create GRBXP1 .IBM003. 1 (MA) on disk 1 cno 17 IMAGR5: Create GRBXP1 .IBM004. 1 (MA) on disk 1 cno 18 IMAGR5: Create GRBXP1 .IBM005. 1 (MA) on disk 1 cno 19 IMAGR5: Create GRBXP1 .IBM006. 1 (MA) on disk 1 cno 20 IMAGR5: Create GRBXP1 .IBM007. 1 (MA) on disk 1 cno 21 IMAGR5: Create GRBXP1 .ICL001. 1 (MA) on disk 1 cno 22 IMAGR5: Create GRBXP1 .ICL002. 1 (MA) on disk 1 cno 23 IMAGR5: Create GRBXP1 .ICL003. 1 (MA) on disk 1 cno 24 IMAGR5: Create GRBXP1 .ICL004. 1 (MA) on disk 1 cno 25 IMAGR5: Create GRBXP1 .ICL005. 1 (MA) on disk 1 cno 26 IMAGR5: Create GRBXP1 .ICL006. 1 (MA) on disk 1 cno 27 IMAGR5: Create GRBXP1 .ICL007. 1 (MA) on disk 1 cno 28 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 4.72040E+09 IMAGR5: Field 1 Beam min = -113.2 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.160 x 0.643 arcsec, PA= 85.6 IMAGR5: Field 2 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 2 Beam min = -113.2 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.160 x 0.643 arcsec, PA= 85.6 IMAGR5: Field 3 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 3 Beam min = -109.3 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.162 x 0.643 arcsec, PA= 85.5 IMAGR5: Field 4 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 4 Beam min = -77.8 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.159 x 0.643 arcsec, PA= 85.7 IMAGR5: Field 5 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 5 Beam min = -97.8 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.161 x 0.643 arcsec, PA= 85.6 IMAGR5: Field 6 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 6 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.159 x 0.643 arcsec, PA= 85.7 IMAGR5: Field 7 Sum of gridding weights = 4.72039E+09 IMAGR5: Field 7 Beam min = -113.2 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.160 x 0.643 arcsec, PA= 85.6 IMAGR5: CLBHIS: minimum component 0.257 of current peak IMAGR5: Field 1 min = -228.9 MicroJy,max = 1.3 MilliJy IMAGR5: Field 2 min = -221.9 MicroJy,max = 254.3 MicroJy IMAGR5: Field 3 min = -228.8 MicroJy,max = 225.3 MicroJy IMAGR5: Field 4 min = -199.6 MicroJy,max = 195.0 MicroJy IMAGR5: Field 5 min = -210.8 MicroJy,max = 219.9 MicroJy IMAGR5: Field 6 min = -225.9 MicroJy,max = 208.7 MicroJy IMAGR5: Field 7 min = -229.7 MicroJy,max = 1.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 113.75 MicroJy IMAGR5: 8859 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 478.402 MicroJy iter= 11 IMAGR5: Field 7 Clean flux density= 888.720 MicroJy 11 comps IMAGR5: Total Cleaned flux density = 888.720 MicroJy 11 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -216.9 MicroJy,max = 636.6 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 111.27 MicroJy IMAGR5: 7498 Residual map points loaded IMAGR5: Field 1 min Clean flux = 245.682 MicroJy iter= 20 IMAGR5: Field 1 Clean flux density= 736.817 MicroJy 20 comps IMAGR5: Total Cleaned flux density = 1.626 MilliJy 31 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -216.7 MicroJy,max = 248.3 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 94.16 MicroJy IMAGR5: 19986 Residual map points loaded IMAGR5: Field 7 min Clean flux = 223.435 MicroJy iter= 13 IMAGR5: Field 7 Clean flux density= 935.890 MicroJy 13 comps IMAGR5: Total Cleaned flux density = 1.673 MilliJy 33 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Peak residual in window 245.682 less than limit 245.753 MicroJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 20 to 7 components IMAGR5: Field 2 compressed from 0 to 0 components IMAGR5: Field 3 compressed from 0 to 0 components IMAGR5: Field 4 compressed from 0 to 0 components IMAGR5: Field 5 compressed from 0 to 0 components IMAGR5: Field 6 compressed from 0 to 0 components IMAGR5: Field 7 compressed from 13 to 4 components IMAGR5: Field 1 min = -212.1 MicroJy,max = 238.2 MicroJy IMAGR5: Field 2 min = -221.4 MicroJy,max = 228.6 MicroJy IMAGR5: Field 3 min = -211.1 MicroJy,max = 231.2 MicroJy IMAGR5: Field 4 min = -207.2 MicroJy,max = 195.0 MicroJy IMAGR5: Field 5 min = -199.3 MicroJy,max = 218.0 MicroJy IMAGR5: Field 6 min = -216.7 MicroJy,max = 208.3 MicroJy IMAGR5: Field 7 min = -216.3 MicroJy,max = 217.6 MicroJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 318.171 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR5: Restore 935.890 MicroJy ( 4 CCs) from field 7 to field 1 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 1.673 MilliJy IMAGR5: Field 2 final Clean flux 0.000 Jy IMAGR5: Field 3 final Clean flux 0.000 Jy IMAGR5: Field 4 final Clean flux 0.000 Jy IMAGR5: Field 5 final Clean flux 0.000 Jy IMAGR5: Field 6 final Clean flux 0.000 Jy IMAGR5: Field 7 final Clean flux 1.254 MilliJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 14 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 17.5 Real= 105 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04096 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP1_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =GRBXP1' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 21 disk= 1 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04099 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP2_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found GRBXP2 X BAND Seq 1 Disk: 1 in slot 5 SETFC5: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.23394 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23394 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@GRBXP2_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 69.8 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 1.2 Real= 8 C 1 1012 1012 16 33 59.00 46 25 15.0 00001 -1 507 512 513 C 2 1012 1012 16 33 59.00 46 21 55.8 00002 -1 507 512 513 C 3 1012 1012 16 33 42.33 46 23 35.3 00003 -1 507 512 513 C 4 1012 1012 16 34 15.67 46 23 35.3 00004 -1 507 512 513 C 5 1012 1012 16 33 42.31 46 26 54.5 00005 -1 507 512 513 C 6 1012 1012 16 34 15.69 46 26 54.5 00006 -1 507 512 513 C 7 1012 1012 16 33 59.00 46 28 34.2 00007 -1 507 512 513 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04096 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP1_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =GRBXP1' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 21 disk= 1 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04099 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP2_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP2_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :3 =GRBXP2' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@GRBXP2_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 1.4107E-10 2.5580E-11 0 IMAGR5: Field 2 1012 1012 1.4107E-10 -1.9920E+02 0 IMAGR5: Field 3 1012 1012 -1.7237E+02 -9.9700E+01 0 IMAGR5: Field 4 1012 1012 1.7237E+02 -9.9700E+01 0 IMAGR5: Field 5 1012 1012 -1.7258E+02 9.9500E+01 0 IMAGR5: Field 6 1012 1012 1.7258E+02 9.9500E+01 0 IMAGR5: Field 7 1012 1012 1.4107E-10 1.9920E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@GRBXP2_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create GRBXP2 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 70425 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 9.183E+04 IMAGR5: UVWAIT: Adding temperance S 1.837E+04 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 3.180E+08 and out 4.490E+08 IMAGR5: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR5: UVWAIT: Average summed weight 9.184E+04 over 140796 vis IMAGR5: Create GRBXP2 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR5: Create GRBXP2 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR5: Create GRBXP2 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR5: Create GRBXP2 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR5: Create GRBXP2 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR5: Create GRBXP2 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR5: Create GRBXP2 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR5: Create GRBXP2 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR5: Create GRBXP2 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR5: Create GRBXP2 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR5: Create GRBXP2 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR5: Create GRBXP2 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR5: Create GRBXP2 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR5: Create GRBXP2 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 1 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.180 x 0.642 arcsec, PA= 84.4 IMAGR5: Field 2 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 2 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.180 x 0.642 arcsec, PA= 84.4 IMAGR5: Field 3 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 3 Beam min = -112.6 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.181 x 0.642 arcsec, PA= 84.3 IMAGR5: Field 4 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 4 Beam min = -78.4 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.179 x 0.642 arcsec, PA= 84.5 IMAGR5: Field 5 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 5 Beam min = -94.6 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.181 x 0.642 arcsec, PA= 84.4 IMAGR5: Field 6 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 6 Beam min = -96.7 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.179 x 0.642 arcsec, PA= 84.5 IMAGR5: Field 7 Sum of gridding weights = 4.76650E+09 IMAGR5: Field 7 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.180 x 0.642 arcsec, PA= 84.4 IMAGR5: CLBHIS: minimum component 0.264 of current peak IMAGR5: Field 1 min = -202.8 MicroJy,max = 195.5 MicroJy IMAGR5: Field 2 min = -216.7 MicroJy,max = 210.7 MicroJy IMAGR5: Field 3 min = -209.8 MicroJy,max = 236.9 MicroJy IMAGR5: Field 4 min = -215.1 MicroJy,max = 209.3 MicroJy IMAGR5: Field 5 min = -206.8 MicroJy,max = 541.0 MicroJy IMAGR5: Field 6 min = -218.8 MicroJy,max = 218.8 MicroJy IMAGR5: Field 7 min = -208.0 MicroJy,max = 578.9 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 103.26 MicroJy IMAGR5: 10013 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 345.453 MicroJy iter= 6 IMAGR5: Field 7 Clean flux density= 271.797 MicroJy 6 comps IMAGR5: Total Cleaned flux density = 271.797 MicroJy 6 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -209.1 MicroJy,max = 320.3 MicroJy IMAGR5: TRY ANOTHER FIELD: this is 3.059E-04 < Second best 3.292E-04 IMAGR5: Field 7 min = -205.8 MicroJy,max = 312.5 MicroJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 102.38 MicroJy IMAGR5: 9925 Residual map points loaded IMAGR5: Field 7 min Clean flux = 223.429 MicroJy iter= 11 IMAGR5: Field 7 Clean flux density= 406.071 MicroJy 11 comps IMAGR5: Total Cleaned flux density = 406.071 MicroJy 11 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -210.1 MicroJy,max = 212.8 MicroJy IMAGR5: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR5: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 0 to 0 components IMAGR5: Field 2 compressed from 0 to 0 components IMAGR5: Field 3 compressed from 0 to 0 components IMAGR5: Field 4 compressed from 0 to 0 components IMAGR5: Field 5 compressed from 0 to 0 components IMAGR5: Field 6 compressed from 0 to 0 components IMAGR5: Field 7 compressed from 11 to 3 components IMAGR5: Field 1 min = -197.4 MicroJy,max = 195.5 MicroJy IMAGR5: Field 2 min = -216.6 MicroJy,max = 208.4 MicroJy IMAGR5: Field 3 min = -205.6 MicroJy,max = 230.4 MicroJy IMAGR5: Field 4 min = -213.4 MicroJy,max = 206.8 MicroJy IMAGR5: Field 5 min = -210.1 MicroJy,max = 212.8 MicroJy IMAGR5: Field 6 min = -218.3 MicroJy,max = 219.3 MicroJy IMAGR5: Field 7 min = -204.6 MicroJy,max = 210.2 MicroJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 406.071 MicroJy ( 3 CCs) from field 7 to field 5 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 0.000 Jy IMAGR5: Field 2 final Clean flux 0.000 Jy IMAGR5: Field 3 final Clean flux 0.000 Jy IMAGR5: Field 4 final Clean flux 0.000 Jy IMAGR5: Field 5 final Clean flux 406.071 MicroJy IMAGR5: Field 6 final Clean flux 0.000 Jy IMAGR5: Field 7 final Clean flux 406.071 MicroJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 21 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 16.7 Real= 102 f /tmp/SETFC@1637+472_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 8 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 9 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 10 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 11 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 12 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 13 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 14 disk= 1 AIPS 5: Disk 1 in-CNO 15 renumbered as CNO 7 AIPS 5: Disk 1 in-CNO 16 renumbered as CNO 8 AIPS 5: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 5: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 5: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 5: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 5: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04096 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP1_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :2 =GRBXP1' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP1_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 15 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 16 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 17 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 18 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 19 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 20 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 21 disk= 1 AIPS 5: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 5: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 5: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 5: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 5: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 5: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 5: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.04099 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP2_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@GRBXP2_X,BAND.0-1 >> /home/auto/run/AK485_1999DEC AIPS 5: 10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :3 =GRBXP2' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@GRBXP2_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 22 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 23 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 24 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 25 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 26 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 27 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 28 disk= 1 AIPS 5: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 5: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 5: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 5: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 5: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 5: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 5: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC5: Task SETFC (release of 31DEC06) begins SETFC5: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 6 SETFC5: SETCEL: recommends IMSIZE 1331 CELLSIZE 0.24056 SETFC5: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24056 SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 SETFC5: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC5: Searching catalog between 0.06 and 0.13 degrees radius SETFC5: ZTXOP2: using translated file name = SETFC5: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC5: No NVSS sources selected for BOXFILE SETFC5: The Sun is 132.6 deg away - ignoring SETFC5: First field number written was 1 SETFC5: Highest field number written was 7 SETFC5: returns adverbs to AIPS SETFC5: Appears to have ended successfully SETFC5: auto 31DEC06 TST: Cpu= 0.1 Real= 1 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 1012 1012 01 37 41.30 33 06 10.3 00002 -1 507 512 513 C 3 1012 1012 01 37 27.18 33 07 52.7 00003 -1 507 512 513 C 4 1012 1012 01 37 55.42 33 07 52.7 00004 -1 507 512 513 C 5 1012 1012 01 37 27.17 33 11 17.5 00005 -1 507 512 513 C 6 1012 1012 01 37 55.43 33 11 17.5 00006 -1 507 512 513 C 7 1012 1012 01 37 41.30 33 12 59.9 00007 -1 507 512 513 n-CNO 31 renumbered as CNO 23 AIPS 5: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 5: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 5: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 5: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_1999D AIPS 5: EC10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :4 =0137+331' AIPS 5: ' ' IMAGR5: Task IMAGR (release of 31DEC06) begins IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR5: FIELDF: Final field parameters and # read are: IMAGR5: Field 1 1012 1012 6.2786E-03 -3.4000E-02 0 IMAGR5: Field 2 1012 1012 6.2786E-03 -2.0483E+02 0 IMAGR5: Field 3 1012 1012 -1.7730E+02 -1.0243E+02 0 IMAGR5: Field 4 1012 1012 1.7731E+02 -1.0243E+02 0 IMAGR5: Field 5 1012 1012 -1.7743E+02 1.0237E+02 0 IMAGR5: Field 6 1012 1012 1.7744E+02 1.0237E+02 0 IMAGR5: Field 7 1012 1012 6.2786E-03 2.0477E+02 0 IMAGR5: ZTXOP2: using translated file name = IMAGR5: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR5: WINDF: Number of clean boxes/field read as follows: IMAGR5: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR5: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR5: Create 0137+331 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR5: Beginning channel 1 through 1 with 2 IFs IMAGR5: IMACPY: Copied 3575 visibilities to be imaged IMAGR5: **** WARNING data included out of inner portion of UV plane **** IMAGR5: **** Watch for high-frequency & other poor cleaning effects **** IMAGR5: UVWAIT: begin finding uniform weights IMAGR5: UVWAIT: Average grid weight 3.221E+04 IMAGR5: UVWAIT: Adding temperance S 6.442E+03 IMAGR5: UVWAIT: begin applying uniform or other weights IMAGR5: UVWAIT: Sum of weights in 1.666E+07 and out 1.866E+07 IMAGR5: UVWAIT: Noise is increased by a factor 1.126 due to weighting IMAGR5: UVWAIT: Average summed weight 3.221E+04 over 7150 vis IMAGR5: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR5: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR5: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR5: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR5: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR5: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR5: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR5: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR5: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR5: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR5: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR5: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR5: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR5: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR5: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR5: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR5: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR5: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR5: Field 1 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 1 Beam min = -129.0 MilliJy, max = 1.0 Jy IMAGR5: Field 1 fit FWHM = 1.027 x 0.768 arcsec, PA= -65.9 IMAGR5: Field 2 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 2 Beam min = -129.0 MilliJy, max = 1.0 Jy IMAGR5: Field 2 fit FWHM = 1.027 x 0.767 arcsec, PA= -65.8 IMAGR5: Field 3 Sum of gridding weights = 1.98059E+08 IMAGR5: Field 3 Beam min = -102.7 MilliJy, max = 1.0 Jy IMAGR5: Field 3 fit FWHM = 1.026 x 0.767 arcsec, PA= -65.8 IMAGR5: Field 4 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 4 Beam min = -113.7 MilliJy, max = 1.0 Jy IMAGR5: Field 4 fit FWHM = 1.028 x 0.768 arcsec, PA= -65.8 IMAGR5: Field 5 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 5 Beam min = -117.0 MilliJy, max = 1.0 Jy IMAGR5: Field 5 fit FWHM = 1.026 x 0.768 arcsec, PA= -65.9 IMAGR5: Field 6 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 6 Beam min = -102.9 MilliJy, max = 1.0 Jy IMAGR5: Field 6 fit FWHM = 1.028 x 0.768 arcsec, PA= -65.9 IMAGR5: Field 7 Sum of gridding weights = 1.98060E+08 IMAGR5: Field 7 Beam min = -129.0 MilliJy, max = 1.0 Jy IMAGR5: Field 7 fit FWHM = 1.027 x 0.768 arcsec, PA= -65.9 IMAGR5: CLBHIS: minimum component 0.500 of current peak IMAGR5: Field 1 min = -273.1 MilliJy,max = 2.8 Jy IMAGR5: Field 2 min = -253.3 MilliJy,max = 908.5 MilliJy IMAGR5: Field 3 min = -255.4 MilliJy,max = 1.0 Jy IMAGR5: Field 4 min = -288.5 MilliJy,max = 1.0 Jy IMAGR5: Field 5 min = -266.0 MilliJy,max = 1.0 Jy IMAGR5: Field 6 min = -267.4 MilliJy,max = 981.5 MilliJy IMAGR5: Field 7 min = -257.4 MilliJy,max = 890.3 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 724.36 MilliJy IMAGR5: 356 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 2.036 Jy iter= 4 IMAGR5: Field 1 Clean flux density= 960.600 MilliJy 4 comps IMAGR5: Total Cleaned flux density = 960.600 MilliJy 4 comps IMAGR5: SETDO3: imaging done with multiple tangent planes IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: VISDFT: Model components of type Point IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -182.2 MilliJy,max = 1.8 Jy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 528.06 MilliJy IMAGR5: 250 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 949.253 MilliJy iter= 12 IMAGR5: Field 1 Clean flux density= 2.036 Jy 12 comps IMAGR5: Total Cleaned flux density = 2.036 Jy 12 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -90.7 MilliJy,max = 331.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.058E-01 < Second best 9.516E-01 IMAGR5: Field 4 min = -97.1 MilliJy,max = 328.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.995E-01 < Second best 9.031E-01 IMAGR5: Field 1 min = -90.5 MilliJy,max = 874.8 MilliJy IMAGR5: BGC Clean: using 733 cell beam + residuals > 295.18 MilliJy IMAGR5: 109 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 435.723 MilliJy iter= 21 IMAGR5: Field 1 Clean flux density= 2.603 Jy 21 comps IMAGR5: Total Cleaned flux density = 2.603 Jy 21 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -46.5 MilliJy,max = 152.9 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.458E-01 < Second best 8.489E-01 IMAGR5: Field 7 min = -46.7 MilliJy,max = 158.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.513E-01 < Second best 7.459E-01 IMAGR5: Field 6 min = -50.2 MilliJy,max = 170.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.156E-01 < Second best 7.281E-01 IMAGR5: Field 3 min = -43.5 MilliJy,max = 156.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.096E-01 < Second best 4.146E-01 IMAGR5: Field 1 min = -50.0 MilliJy,max = 401.8 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 112.99 MilliJy IMAGR5: 432 Residual map points loaded IMAGR5: Field 1 min allowed flux = 187.424 MilliJy iter= 31 IMAGR5: Field 1 Clean flux density= 2.886 Jy 31 comps IMAGR5: Total Cleaned flux density = 2.886 Jy 31 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -30.3 MilliJy,max = 67.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.978E-02 < Second best 2.995E-01 IMAGR5: Field 4 min = -29.4 MilliJy,max = 71.4 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 6.112E-02 < Second best 1.783E-01 IMAGR5: Field 1 min = -34.8 MilliJy,max = 181.1 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 48.60 MilliJy IMAGR5: 947 Residual map points loaded IMAGR5: Field 1 min allowed flux = 88.385 MilliJy iter= 43 IMAGR5: Field 1 Clean flux density= 3.039 Jy 43 comps IMAGR5: Total Cleaned flux density = 3.039 Jy 43 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -27.2 MilliJy,max = 49.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.253E-02 < Second best 1.458E-01 IMAGR5: Field 2 min = -21.5 MilliJy,max = 40.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.844E-02 < Second best 1.156E-01 IMAGR5: Field 6 min = -26.9 MilliJy,max = 42.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.305E-02 < Second best 1.096E-01 IMAGR5: Field 3 min = -21.3 MilliJy,max = 38.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.967E-02 < Second best 8.412E-02 IMAGR5: Field 1 min = -31.2 MilliJy,max = 87.3 MilliJy IMAGR5: BGC Clean: using 2043 cell beam + residuals > 22.92 MilliJy IMAGR5: 1772 Residual map points loaded IMAGR5: Field 1 min allowed flux = 41.281 MilliJy iter= 58 IMAGR5: Field 1 Clean flux density= 3.131 Jy 58 comps IMAGR5: Total Cleaned flux density = 3.131 Jy 58 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -19.0 MilliJy,max = 23.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.207E-02 < Second best 5.978E-02 IMAGR5: Field 5 min = -19.7 MilliJy,max = 21.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.987E-02 < Second best 4.253E-02 IMAGR5: Field 7 min = -24.2 MilliJy,max = 31.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.868E-02 < Second best 3.931E-02 IMAGR5: Field 1 min = -32.7 MilliJy,max = 40.4 MilliJy IMAGR5: BGC Clean: using 731 cell beam + residuals > 13.54 MilliJy IMAGR5: 2346 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 20.303 MilliJy iter= 96 IMAGR5: Field 1 Clean flux density= 3.170 Jy 96 comps IMAGR5: Total Cleaned flux density = 3.170 Jy 96 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -14.8 MilliJy,max = 18.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.556E-02 < Second best 3.305E-02 IMAGR5: Field 6 min = -19.6 MilliJy,max = 15.3 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.607E-02 < Second best 2.967E-02 IMAGR5: Field 3 min = -15.1 MilliJy,max = 17.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.682E-02 < Second best 2.868E-02 IMAGR5: Field 7 min = -18.3 MilliJy,max = 21.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.952E-02 < Second best 2.207E-02 IMAGR5: Field 4 min = -14.1 MilliJy,max = 17.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.682E-02 < Second best 1.987E-02 IMAGR5: Field 5 min = -15.3 MilliJy,max = 15.4 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.462E-02 < Second best 1.952E-02 IMAGR5: BGC Clean: using 2043 cell beam + residuals > 10.48 MilliJy IMAGR5: 1202 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 13.322 MilliJy iter= 29 IMAGR5: Field 7 Clean flux density= 11.001 MilliJy 29 comps IMAGR5: Total Cleaned flux density = 3.181 Jy 125 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -18.5 MilliJy,max = 15.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.69 MilliJy IMAGR5: 1323 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -11.988 MilliJy iter= 153 IMAGR5: Field 1 Clean flux density= 3.138 Jy 153 comps IMAGR5: Total Cleaned flux density = 3.149 Jy 182 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -13.4 MilliJy,max = 16.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.550E-02 < Second best 1.682E-02 IMAGR5: Field 3 min = -14.8 MilliJy,max = 17.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 8.45 MilliJy IMAGR5: 2114 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 11.451 MilliJy iter= 75 IMAGR5: Field 3 Clean flux density= 43.126 MilliJy 75 comps IMAGR5: Total Cleaned flux density = 3.192 Jy 257 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -14.4 MilliJy,max = 16.0 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 8.52 MilliJy IMAGR5: 1775 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 11.035 MilliJy iter= 85 IMAGR5: Field 6 Clean flux density= 53.093 MilliJy 85 comps IMAGR5: Total Cleaned flux density = 3.245 Jy 342 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -12.8 MilliJy,max = 13.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.089E-02 < Second best 1.550E-02 IMAGR5: Field 4 min = -12.1 MilliJy,max = 13.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.309E-02 < Second best 1.462E-02 IMAGR5: Field 5 min = -11.4 MilliJy,max = 12.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.088E-02 < Second best 1.309E-02 IMAGR5: BGC Clean: using 171 cell beam + residuals > 8.52 MilliJy IMAGR5: 354 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 9.747 MilliJy iter= 51 IMAGR5: Field 4 Clean flux density= 27.047 MilliJy 51 comps IMAGR5: Total Cleaned flux density = 3.272 Jy 393 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -10.5 MilliJy,max = 13.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 1.013E-02 < Second best 1.145E-02 IMAGR5: Field 1 min = -11.7 MilliJy,max = 9.6 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 9.159E-03 < Second best 1.094E-02 IMAGR5: Field 3 min = -11.9 MilliJy,max = 12.3 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 6.66 MilliJy IMAGR5: 2313 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -8.410 MilliJy iter= 189 IMAGR5: Field 3 Clean flux density= -496.693 MicroJy 189 comps IMAGR5: Total Cleaned flux density = 3.229 Jy 507 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -11.4 MilliJy,max = 11.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 9.562E-03 < Second best 1.088E-02 IMAGR5: Field 5 min = -11.3 MilliJy,max = 11.4 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 6.66 MilliJy IMAGR5: 837 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 7.796 MilliJy iter= 87 IMAGR5: Field 5 Clean flux density= -14.524 MilliJy 87 comps IMAGR5: Total Cleaned flux density = 3.214 Jy 594 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -12.5 MilliJy,max = 11.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 9.126E-03 < Second best 1.013E-02 IMAGR5: Field 7 min = -9.1 MilliJy,max = 12.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.94 MilliJy IMAGR5: 1428 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -7.192 MilliJy iter= 160 IMAGR5: Field 7 Clean flux density= 36.677 MilliJy 160 comps IMAGR5: Total Cleaned flux density = 3.240 Jy 725 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -11.3 MilliJy,max = 9.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.94 MilliJy IMAGR5: 547 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 6.669 MilliJy iter= 85 IMAGR5: Field 2 Clean flux density= -31.076 MilliJy 85 comps IMAGR5: Total Cleaned flux density = 3.209 Jy 810 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -9.6 MilliJy,max = 11.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.67 MilliJy IMAGR5: 1672 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 6.772 MilliJy iter= 212 IMAGR5: Field 4 Clean flux density= 57.050 MilliJy 212 comps IMAGR5: Total Cleaned flux density = 3.239 Jy 971 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 6.786E-03 < Second best 9.126E-03 IMAGR5: Field 6 min = -9.6 MilliJy,max = 9.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 7.607E-03 < Second best 8.052E-03 IMAGR5: Field 3 min = -8.5 MilliJy,max = 9.0 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 7.139E-03 < Second best 7.607E-03 IMAGR5: BGC Clean: using 103 cell beam + residuals > 5.06 MilliJy IMAGR5: 789 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -5.738 MilliJy iter= 214 IMAGR5: Field 6 Clean flux density= 74.877 MilliJy 214 comps IMAGR5: Total Cleaned flux density = 3.261 Jy 1100 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -10.1 MilliJy,max = 10.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.88 MilliJy IMAGR5: 2895 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 5.898 MilliJy iter= 328 IMAGR5: Field 5 Clean flux density= -23.470 MilliJy 328 comps IMAGR5: Total Cleaned flux density = 3.252 Jy 1341 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -8.4 MilliJy,max = 9.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.861E-03 < Second best 6.880E-03 IMAGR5: Field 7 min = -6.0 MilliJy,max = 6.7 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 5.766E-03 < Second best 6.786E-03 IMAGR5: Field 1 min = -6.7 MilliJy,max = 8.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.57 MilliJy IMAGR5: 205 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -4.855 MilliJy iter= 226 IMAGR5: Field 1 Clean flux density= 3.158 Jy 226 comps IMAGR5: Total Cleaned flux density = 3.272 Jy 1414 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -8.4 MilliJy,max = 8.5 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 4.29 MilliJy IMAGR5: 1142 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -4.782 MilliJy iter= 368 IMAGR5: Field 4 Clean flux density= 19.325 MilliJy 368 comps IMAGR5: Total Cleaned flux density = 3.234 Jy 1570 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.03 MilliJy IMAGR5: 440 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -4.367 MilliJy iter= 204 IMAGR5: Field 2 Clean flux density= -37.521 MilliJy 204 comps IMAGR5: Total Cleaned flux density = 3.228 Jy 1689 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -6.5 MilliJy,max = 7.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR5: 573 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 4.351 MilliJy iter= 319 IMAGR5: Field 3 Clean flux density= 12.420 MilliJy 319 comps IMAGR5: Total Cleaned flux density = 3.240 Jy 1819 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -6.1 MilliJy,max = 6.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR5: 646 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 4.353 MilliJy iter= 308 IMAGR5: Field 7 Clean flux density= 35.412 MilliJy 308 comps IMAGR5: Total Cleaned flux density = 3.239 Jy 1967 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.7 MilliJy,max = 5.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 4.989E-03 < Second best 5.490E-03 IMAGR5: Field 6 min = -7.7 MilliJy,max = 6.0 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 3.45 MilliJy IMAGR5: 1485 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -3.838 MilliJy iter= 423 IMAGR5: Field 6 Clean flux density= 51.739 MilliJy 423 comps IMAGR5: Total Cleaned flux density = 3.216 Jy 2176 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -6.7 MilliJy,max = 5.9 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 3.45 MilliJy IMAGR5: 958 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -3.735 MilliJy iter= 493 IMAGR5: Field 5 Clean flux density= -16.223 MilliJy 493 comps IMAGR5: Total Cleaned flux density = 3.223 Jy 2341 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.947E-03 < Second best 4.577E-03 IMAGR5: Field 4 min = -5.6 MilliJy,max = 6.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR5: 1825 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -3.537 MilliJy iter= 632 IMAGR5: Field 4 Clean flux density= 38.341 MilliJy 632 comps IMAGR5: Total Cleaned flux density = 3.242 Jy 2605 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 3.09 MilliJy IMAGR5: 425 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 3.246 MilliJy iter= 332 IMAGR5: Field 2 Clean flux density= -33.286 MilliJy 332 comps IMAGR5: Total Cleaned flux density = 3.247 Jy 2733 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.6 MilliJy,max = 4.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR5: 638 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 3.148 MilliJy iter= 475 IMAGR5: Field 7 Clean flux density= 17.827 MilliJy 475 comps IMAGR5: Total Cleaned flux density = 3.229 Jy 2900 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -5.4 MilliJy,max = 6.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR5: 1425 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 3.114 MilliJy iter= 582 IMAGR5: Field 3 Clean flux density= 16.301 MilliJy 582 comps IMAGR5: Total Cleaned flux density = 3.233 Jy 3163 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 3.316E-03 < Second best 3.673E-03 IMAGR5: Field 6 min = -5.9 MilliJy,max = 5.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR5: 887 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 2.910 MilliJy iter= 631 IMAGR5: Field 6 Clean flux density= 33.160 MilliJy 631 comps IMAGR5: Total Cleaned flux density = 3.214 Jy 3371 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -5.3 MilliJy,max = 4.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR5: 1953 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.841 MilliJy iter= 793 IMAGR5: Field 5 Clean flux density= -25.864 MilliJy 793 comps IMAGR5: Total Cleaned flux density = 3.205 Jy 3671 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -5.3 MilliJy,max = 5.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR5: 4785 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.862 MilliJy iter= 1137 IMAGR5: Field 4 Clean flux density= 88.605 MilliJy 1137 comps IMAGR5: Total Cleaned flux density = 3.255 Jy 4176 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -5.2 MilliJy,max = 4.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR5: 1919 Residual map points loaded IMAGR5: Field 1 min algorithm flux= 2.782 MilliJy iter= 557 IMAGR5: Field 1 Clean flux density= 3.096 Jy 557 comps IMAGR5: Total Cleaned flux density = 3.193 Jy 4507 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -3.6 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR5: 596 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 2.626 MilliJy iter= 516 IMAGR5: Field 2 Clean flux density= 8.859 MilliJy 516 comps IMAGR5: Total Cleaned flux density = 3.235 Jy 4691 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.44 MilliJy IMAGR5: 512 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 2.529 MilliJy iter= 625 IMAGR5: Field 7 Clean flux density= 21.152 MilliJy 625 comps IMAGR5: Total Cleaned flux density = 3.238 Jy 4841 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR5: 485 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 2.458 MilliJy iter= 731 IMAGR5: Field 3 Clean flux density= 24.360 MilliJy 731 comps IMAGR5: Total Cleaned flux density = 3.246 Jy 4990 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -4.6 MilliJy,max = 4.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR5: 585 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 2.416 MilliJy iter= 806 IMAGR5: Field 6 Clean flux density= 29.659 MilliJy 806 comps IMAGR5: Total Cleaned flux density = 3.243 Jy 5165 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 2.19 MilliJy IMAGR5: 291 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.243 MilliJy iter= 1220 IMAGR5: Field 4 Clean flux density= 101.422 MilliJy 1220 comps IMAGR5: Total Cleaned flux density = 3.255 Jy 5248 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -4.2 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 2.19 MilliJy IMAGR5: 643 Residual map points loaded IMAGR5: Field 5 min algorithm flux= -2.258 MilliJy iter= 948 IMAGR5: Field 5 Clean flux density= -38.428 MilliJy 948 comps IMAGR5: Total Cleaned flux density = 3.243 Jy 5403 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR5: TRY ANOTHER FIELD: this is 2.122E-03 < Second best 2.511E-03 IMAGR5: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR5: 1251 Residual map points loaded IMAGR5: Field 2 min algorithm flux= -1.963 MilliJy iter= 816 IMAGR5: Field 2 Clean flux density= 14.676 MilliJy 816 comps IMAGR5: Total Cleaned flux density = 3.249 Jy 5703 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.80 MilliJy IMAGR5: 2021 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.944 MilliJy iter= 996 IMAGR5: Field 7 Clean flux density= 17.426 MilliJy 996 comps IMAGR5: Total Cleaned flux density = 3.245 Jy 6074 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR5: 1855 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.891 MilliJy iter= 1123 IMAGR5: Field 3 Clean flux density= 28.952 MilliJy 1123 comps IMAGR5: Total Cleaned flux density = 3.249 Jy 6466 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -4.4 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR5: 3080 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.892 MilliJy iter= 1344 IMAGR5: Field 6 Clean flux density= 5.995 MilliJy 1344 comps IMAGR5: Total Cleaned flux density = 3.226 Jy 7004 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -3.7 MilliJy,max = 3.4 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR5: 3695 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.855 MilliJy iter= 1558 IMAGR5: Field 5 Clean flux density= -16.691 MilliJy 1558 comps IMAGR5: Total Cleaned flux density = 3.248 Jy 7614 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.82 MilliJy IMAGR5: 11195 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 2.093 MilliJy iter= 2302 IMAGR5: Field 4 Clean flux density= 178.557 MilliJy 2302 comps IMAGR5: Total Cleaned flux density = 3.325 Jy 8696 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -6.4 MilliJy,max = 4.3 MilliJy IMAGR5: BGC Clean: using 617 cell beam + residuals > 2.30 MilliJy IMAGR5: 17559 Residual map points loaded IMAGR5: Field 1 min allowed flux = -3.176 MilliJy iter= 731 IMAGR5: Field 1 Clean flux density= 3.039 Jy 731 comps IMAGR5: Total Cleaned flux density = 3.268 Jy 8870 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR5: 2334 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.960 MilliJy iter= 1199 IMAGR5: Field 1 Clean flux density= 3.067 Jy 1199 comps IMAGR5: Total Cleaned flux density = 3.295 Jy 9338 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR5: 1183 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.796 MilliJy iter= 2651 IMAGR5: Field 4 Clean flux density= 144.562 MilliJy 2651 comps IMAGR5: Total Cleaned flux density = 3.261 Jy 9687 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR5: 569 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.738 MilliJy iter= 1003 IMAGR5: Field 2 Clean flux density= 26.117 MilliJy 1003 comps IMAGR5: Total Cleaned flux density = 3.273 Jy 9874 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR5: 48 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.638 MilliJy iter= 1226 IMAGR5: Field 1 Clean flux density= 3.065 Jy 1226 comps IMAGR5: Total Cleaned flux density = 3.272 Jy 9901 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR5: 1742 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.677 MilliJy iter= 1363 IMAGR5: Field 7 Clean flux density= 11.139 MilliJy 1363 comps IMAGR5: Total Cleaned flux density = 3.265 Jy 10268 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR5: 1864 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.665 MilliJy iter= 1597 IMAGR5: Field 3 Clean flux density= 35.954 MilliJy 1597 comps IMAGR5: Total Cleaned flux density = 3.272 Jy 10742 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR5: 638 Residual map points loaded IMAGR5: Field 6 min algorithm flux= -1.538 MilliJy iter= 1564 IMAGR5: Field 6 Clean flux density= 606.981 MicroJy 1564 comps IMAGR5: Total Cleaned flux density = 3.267 Jy 10962 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR5: 1470 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.478 MilliJy iter= 1967 IMAGR5: Field 5 Clean flux density= -44.847 MilliJy 1967 comps IMAGR5: Total Cleaned flux density = 3.239 Jy 11371 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.4 MilliJy,max = 3.2 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR5: 3707 Residual map points loaded IMAGR5: Field 4 min algorithm flux= -1.475 MilliJy iter= 3219 IMAGR5: Field 4 Clean flux density= 212.726 MilliJy 3219 comps IMAGR5: Total Cleaned flux density = 3.307 Jy 11939 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR5: 1977 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.451 MilliJy iter= 1474 IMAGR5: Field 2 Clean flux density= 2.014 MilliJy 1474 comps IMAGR5: Total Cleaned flux density = 3.283 Jy 12410 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR5: 4927 Residual map points loaded IMAGR5: Field 7 min algorithm flux= -1.477 MilliJy iter= 2124 IMAGR5: Field 7 Clean flux density= 12.392 MilliJy 2124 comps IMAGR5: Total Cleaned flux density = 3.284 Jy 13171 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 2533 Residual map points loaded IMAGR5: Field 3 min algorithm flux= 1.425 MilliJy iter= 2215 IMAGR5: Field 3 Clean flux density= 27.801 MilliJy 2215 comps IMAGR5: Total Cleaned flux density = 3.276 Jy 13789 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 1170 Residual map points loaded IMAGR5: Field 1 min algorithm flux= -1.402 MilliJy iter= 1574 IMAGR5: Field 1 Clean flux density= 3.059 Jy 1574 comps IMAGR5: Total Cleaned flux density = 3.270 Jy 14137 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 2084 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 6 min algorithm flux= -2.235 MilliJy iter= 1565 IMAGR5: Field 6 Clean flux density= 383.513 MicroJy 1565 comps IMAGR5: Total Cleaned flux density = 3.270 Jy 14138 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 2025 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 6 min algorithm flux= -2.229 MilliJy iter= 1566 IMAGR5: Field 6 Clean flux density= 160.631 MicroJy 1566 comps IMAGR5: Total Cleaned flux density = 3.269 Jy 14139 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 1980 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 6 min algorithm flux= -2.129 MilliJy iter= 1569 IMAGR5: Field 6 Clean flux density= 390.910 MicroJy 1569 comps IMAGR5: Total Cleaned flux density = 3.270 Jy 14142 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 1865 Residual map points loaded IMAGR5: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR5: Field 6 min algorithm flux= -2.043 MilliJy iter= 1571 IMAGR5: Field 6 Clean flux density= 394.811 MicroJy 1571 comps IMAGR5: Total Cleaned flux density = 3.270 Jy 14144 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR5: 1778 Residual map points loaded IMAGR5: Field 6 min algorithm flux= 1.407 MilliJy iter= 2095 IMAGR5: Field 6 Clean flux density= 965.323 MicroJy 2095 comps IMAGR5: Total Cleaned flux density = 3.270 Jy 14668 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR5: 613 Residual map points loaded IMAGR5: Field 5 min algorithm flux= 1.359 MilliJy iter= 2159 IMAGR5: Field 5 Clean flux density= -49.339 MilliJy 2159 comps IMAGR5: Total Cleaned flux density = 3.266 Jy 14860 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR5: 144 Residual map points loaded IMAGR5: Field 7 min algorithm flux= 1.291 MilliJy iter= 2202 IMAGR5: Field 7 Clean flux density= 14.883 MilliJy 2202 comps IMAGR5: Total Cleaned flux density = 3.268 Jy 14938 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR5: 758 Residual map points loaded IMAGR5: Field 4 min algorithm flux= 1.244 MilliJy iter= 3446 IMAGR5: Field 4 Clean flux density= 221.594 MilliJy 3446 comps IMAGR5: Total Cleaned flux density = 3.277 Jy 15165 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR5: 1338 Residual map points loaded IMAGR5: Field 2 min algorithm flux= 1.236 MilliJy iter= 1858 IMAGR5: Field 2 Clean flux density= 17.419 MilliJy 1858 comps IMAGR5: Total Cleaned flux density = 3.292 Jy 15549 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR5: 1092 Residual map points loaded IMAGR5: Field 3 min algorithm flux= -1.171 MilliJy iter= 2534 IMAGR5: Field 3 Clean flux density= -976.462 MicroJy 2534 comps IMAGR5: Total Cleaned flux density = 3.264 Jy 15868 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR5: 226 Residual map points loaded IMAGR5: Field 6 min Clean flux = -1.091 MilliJy iter= 2188 IMAGR5: Field 6 Clean flux density= 3.035 MilliJy 2188 comps IMAGR5: Total Cleaned flux density = 3.266 Jy 15961 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR5: 278 Residual map points loaded IMAGR5: Field 1 min Clean flux = -1.091 MilliJy iter= 1644 IMAGR5: Field 1 Clean flux density= 3.065 Jy 1644 comps IMAGR5: Total Cleaned flux density = 3.272 Jy 16031 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 967.26 MicroJy IMAGR5: 1357 Residual map points loaded IMAGR5: Field 5 min Clean flux = 1.091 MilliJy iter= 2311 IMAGR5: Field 5 Clean flux density= -54.080 MilliJy 2311 comps IMAGR5: Total Cleaned flux density = 3.267 Jy 16183 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 946.33 MicroJy IMAGR5: 1358 Residual map points loaded IMAGR5: Field 7 min Clean flux = 1.090 MilliJy iter= 2343 IMAGR5: Field 7 Clean flux density= 14.077 MilliJy 2343 comps IMAGR5: Total Cleaned flux density = 3.266 Jy 16324 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 103 cell beam + residuals > 908.13 MicroJy IMAGR5: 4779 Residual map points loaded IMAGR5: Field 4 min Clean flux = 1.091 MilliJy iter= 3717 IMAGR5: Field 4 Clean flux density= 226.043 MilliJy 3717 comps IMAGR5: Total Cleaned flux density = 3.271 Jy 16595 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 807.99 MicroJy IMAGR5: 2519 Residual map points loaded IMAGR5: Field 2 min Clean flux = 1.089 MilliJy iter= 1907 IMAGR5: Field 2 Clean flux density= 20.915 MilliJy 1907 comps IMAGR5: Total Cleaned flux density = 3.274 Jy 16644 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR5: BGC Clean: using 171 cell beam + residuals > 591.68 MicroJy IMAGR5: 15611 Residual map points loaded IMAGR5: Field 3 min Clean flux = 1.087 MilliJy iter= 2561 IMAGR5: Field 3 Clean flux density= -1.095 MilliJy 2561 comps IMAGR5: Total Cleaned flux density = 3.274 Jy 16671 comps IMAGR5: VISDFT: Begin DFT component subtraction IMAGR5: I Polarization model processed IMAGR5: Peak residual in window 1.091 less than limit 1.092 MilliJy IMAGR5: Merging the Clean components files IMAGR5: Field 1 compressed from 1644 to 1107 components IMAGR5: Field 2 compressed from 1907 to 1240 components IMAGR5: Field 3 compressed from 2561 to 1616 components IMAGR5: Field 4 compressed from 3717 to 2421 components IMAGR5: Field 5 compressed from 2311 to 1497 components IMAGR5: Field 6 compressed from 2188 to 1380 components IMAGR5: Field 7 compressed from 2343 to 1606 components IMAGR5: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR5: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR5: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR5: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR5: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR5: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR5: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR5: Restoring Clean components IMAGR5: Restoring overlapped Clean components IMAGR5: Restore 724.898 MicroJy ( 63 CCs) from field 1 to field 2 IMAGR5: Restore -19.357 MilliJy ( 166 CCs) from field 1 to field 3 IMAGR5: Restore -8.965 MilliJy ( 116 CCs) from field 1 to field 4 IMAGR5: Restore -31.170 MilliJy ( 238 CCs) from field 1 to field 5 IMAGR5: Restore -2.782 MilliJy ( 96 CCs) from field 1 to field 6 IMAGR5: Restore 18.556 MilliJy ( 76 CCs) from field 1 to field 7 IMAGR5: Restore -4.854 MilliJy ( 27 CCs) from field 2 to field 1 IMAGR5: Restore 6.144 MilliJy ( 168 CCs) from field 2 to field 3 IMAGR5: Restore 5.216 MilliJy ( 34 CCs) from field 2 to field 4 IMAGR5: Restore -5.280 MilliJy ( 43 CCs) from field 3 to field 1 IMAGR5: Restore -4.878 MilliJy ( 55 CCs) from field 3 to field 2 IMAGR5: Restore -7.433 MilliJy ( 165 CCs) from field 3 to field 5 IMAGR5: Restore 17.355 MilliJy ( 112 CCs) from field 4 to field 1 IMAGR5: Restore 13.034 MilliJy ( 102 CCs) from field 4 to field 2 IMAGR5: Restore 10.414 MilliJy ( 103 CCs) from field 4 to field 6 IMAGR5: Restore 3.345 MilliJy ( 61 CCs) from field 5 to field 1 IMAGR5: Restore 4.489 MilliJy ( 59 CCs) from field 5 to field 3 IMAGR5: Restore-941.592 MicroJy ( 83 CCs) from field 5 to field 7 IMAGR5: Restore-145.490 MicroJy ( 12 CCs) from field 6 to field 1 IMAGR5: Restore 20.990 MilliJy ( 120 CCs) from field 6 to field 4 IMAGR5: Restore-300.442 MicroJy ( 19 CCs) from field 6 to field 7 IMAGR5: Restore 38.017 MicroJy ( 56 CCs) from field 7 to field 1 IMAGR5: Restore -13.279 MilliJy ( 137 CCs) from field 7 to field 5 IMAGR5: Restore -19.127 MilliJy ( 135 CCs) from field 7 to field 6 IMAGR5: Checking image max/min IMAGR5: Field 1 final Clean flux 3.075 Jy IMAGR5: Field 2 final Clean flux 29.795 MilliJy IMAGR5: Field 3 final Clean flux -9.819 MilliJy IMAGR5: Field 4 final Clean flux 243.284 MilliJy IMAGR5: Field 5 final Clean flux -105.962 MilliJy IMAGR5: Field 6 final Clean flux -8.460 MilliJy IMAGR5: Field 7 final Clean flux 31.391 MilliJy IMAGR5: Deleting UV work file: IMAGR5: Destroyed 1 extension files of type AN IMAGR5: Destroyed 1 extension files of type FQ IMAGR5: Destroyed UV image file: catno= 28 disk= 1 IMAGR5: Appears to have ended successfully IMAGR5: auto 31DEC06 TST: Cpu= 99.1 Real= 586 n-CNO 31 renumbered as CNO 23 AIPS 5: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 5: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 5: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 5: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 5: ' ' AIPS 5: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Waiting for returned adverbs AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: cat /tmp/SETFC@0137+331_X,BAND.0-1 >> /home/auto/run/AK485_1999D AIPS 5: EC10_1.log.0 AIPS 5: ' NOW STARTING WITH SOURCE :4 =0137+331' AIPS 5: ' ' AIPS 5: Resumes AIPS 5: SYSTEM command to be executed is: AIPS 5: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 29 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 30 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 31 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 32 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 33 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 34 disk= 1 AIPS 5: Destroyed 1 extension files of type HI AIPS 5: Destroyed MA image file: catno= 35 disk= 1 AIPS 5: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 5: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 5: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 5: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 5: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 5: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 5: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 5: ' ' AIPS 5: ' ' AIPS 5: Found in Version=ABIN AIPS 5: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 5: Disk 1 No files needed renumbering AIPS 5: 'EMPTY CATALOG ?' 34 >AIPS 5: Begin check for any 'standard' scratch files AIPS 5: Scratch files -- destroyed: 0 still active: 0 AIPS 5: User18456: 4332 messages, oldest written 17-SEP-2006 22:08:17 AIPS 5: Deleted 0 messages AIPS 5: Saved POPS environment in area named 'LASTEXIT' AIPS 5: Session command-line history saved. AIPS 5: auto 31DEC06 TST: Cpu= 0.9 Real= 1679 /home/auto/run/AK485_1999DEC10_1.run.0 finished on Mon Sep 18 02:26:29 MDT 2006