AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: $ AIPS 1: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 1: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 1: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 1: $ Rearanged inputs and options, added integration time calculation, AIPS 1: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 1: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 1: $ array, use model,.. AIPS 1: $ AIPS 1: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 1: $ find imsize, find cutoffflux, include infi le AIPS 1: $--------------------------------------------------------------- AIPS 1: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 1: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 1: $=============================================== AIPS 1: $! Calibrating amplitude and phase, and imaging VLA data AIPS 1: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 1: $--------------------------------------------------------------- AIPS 1: $; Copyright (C) 2002-2006 AIPS 1: $; Associated Universities, Inc. Washington DC, USA. AIPS 1: $; AIPS 1: $; This program is free software; you can redistribute it and/o r AIPS 1: $; modify it under the terms of the GNU General Public License as AIPS 1: $; published by the Free Software Foundation; either version 2 of AIPS 1: $; the License, or (at your option) any later version. AIPS 1: $; AIPS 1: $; This program is distributed in the hope that it will be usef ul, AIPS 1: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 1: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 1: $; GNU General Public License for more details. AIPS 1: $; AIPS 1: $; You should have received a copy of the GNU General Public AIPS 1: $; License along with this program; if not, write to the Free AIPS 1: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 1: $; MA 02139, USA. AIPS 1: $; AIPS 1: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 1: $; Internet email: aipsmail@nrao.edu. AIPS 1: $; Postal address: AIPS Project Office AIPS 1: $; National Radio Astronomy Observatory AIPS 1: $; 520 Edgemont Road AIPS 1: $; Charlottesville, VA 22903-2475 USA AIPS 1: $--------------------------------------------------------------- AIPS 1: $=============================================================== AIPS 1: AIPS 1: procedure pipeinit AIPS 1: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 1: scalar lsids,star,tint,fsw AIPS 1: string*2 lstyp AIPS 1: string*3 lsvla AIPS 1: string*6 lsidc,lsstrng AIPS 1: string*16 lsidn,lscal AIPS 1: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 1: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 1: string*20 expnm AIPS 1: string*48 expmsg AIPS 1: finish AIPS 1: pipeinit AIPS 1: AIPS 1: procedure pipeinpt AIPS 1: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 1: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 1: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 1: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 1: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 1: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 1: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 1: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 1: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 1: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 1: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 1: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 1: lsparm(9)=docal;lsparm(10)=doresid AIPS 1: $ check input values AIPS 1: $->lsbadd AIPS 1: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 1: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 1: if (error<>0) then AIPS 1: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 1: else AIPS 1: userid=0;k=1;lsname=0 AIPS 1: while (lsname=0);egetname k AIPS 1: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 1: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 1: else;k=k+1;end;end;end;else AIPS 1: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 1: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 1: else AIPS 1: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 1: end AIPS 1: end AIPS 1: AIPS 1: $->inname AIPS 1: $->inclass AIPS 1: $->inseq AIPS 1: $->fsw AIPS 1: $->lsflag AIPS 1: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 1: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 1: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 1: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 1: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 1: end AIPS 1: $->lscal AIPS 1: if (length(lscal)<>0) then AIPS 1: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 1: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 1: end AIPS 1: AIPS 1: $->lsflux AIPS 1: $-> #3+#4 uvrange AIPS 1: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 1: if((i=1)&(j=1))then;star=1;else; AIPS 1: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 1: end;end;end;end;clrtemp;end AIPS 1: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 1: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 1: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 1: end;end;clrtemp AIPS 1: $-> #11 dopol AIPS 1: $-> #12 bpa AIPS 1: $->lscont AIPS 1: $->lsplot AIPS 1: if (lsparm(1) > 0) then AIPS 1: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 1: else; AIPS 1: if (lsparm(5)=0) then; AIPS 1: keyword='TELESCOP';gethead; AIPS 1: if (substr(keystrng,1,3)<>'VLA') then; AIPS 1: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 1: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 1: for j=1:k AIPS 1: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 1: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: lsvla=substr(keystrng,i+1,i+3);else AIPS 1: lsvla=substr(keystrng,i+2,i+4);end AIPS 1: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 1: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: keyword=substr(keystrng,i+2,i+8);else AIPS 1: keyword=substr(keystrng,i+3,i+9);end AIPS 1: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 1: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 1: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 1: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 1: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 1: if(lsparm(5)>0)then AIPS 1: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 1: end;end;end;end AIPS 1: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 1: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 1: AIPS 1: $-> #7 niter AIPS 1: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 1: $-> #8 cutoff AIPS 1: $-> #9 docal AIPS 1: $-> #10 doresid AIPS 1: AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure getidn AIPS 1: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 1: finish AIPS 1: AIPS 1: procedure getset AIPS 1: default;getidn;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure lsclrcal AIPS 1: $ consolidate lists, deal with calcode='*' later AIPS 1: scalar lsidx,l,m,n AIPS 1: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 1: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 1: for i=1:lsidx $ remember source number AIPS 1: pixxy=i,3,0;tabget;error=0 AIPS 1: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 1: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 1: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 1: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 1: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 1: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 1: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 1: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 1: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 1: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 1: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 1: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 1: $here - clean up pnt cal for doubles - subtract from total count below AIPS 1: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 1: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 1: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 1: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 1: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 1: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 1: return;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure numtab(lsstrng) AIPS 1: keystrng'';j=0;clrtemp AIPS 1: while ((j<15)&(keystrng<>lsstrng)) AIPS 1: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 1: if (keystrng=lsstrng) then AIPS 1: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 1: keyword'';keystrng'';clrtemp AIPS 1: return keyvalue(1);finish AIPS 1: AIPS 1: procedure numbasel AIPS 1: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 1: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 1: for numbant=1:numarow AIPS 1: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 1: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 1: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 1: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 1: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 1: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 1: return numbase AIPS 1: finish AIPS 1: AIPS 1: procedure calcintt AIPS 1: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 1: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 1: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 1: else AIPS 1: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 1: if(numxrow>rmax)then;numxrow rmax;end AIPS 1: for numscan=1:numxrow;clrtemp AIPS 1: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 1: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 1: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 1: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 1: end;numcnst=numbasel;sum=0 AIPS 1: if (avr > 0) then AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 1: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 1: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 1: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 1: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 1: end AIPS 1: return avr AIPS 1: finish AIPS 1: AIPS 1: procedure guesintt AIPS 1: scalar intcst,intavr,intmod,intime AIPS 1: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 1: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 1: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 1: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 1: if (intavr>10) then AIPS 1: $ intime=10*floor(0.5+(intavr/10)) AIPS 1: intime=10*floor(intavr/10) AIPS 1: else;if (intavr>0) then AIPS 1: intmod=mod(intavr,intcst) AIPS 1: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 1: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 1: else;intime=intavr;end;end;clrtemp AIPS 1: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 1: return intime AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure chkobjct AIPS 1: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 1: then; object='3C286';end AIPS 1: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 1: then; object='3C48';end AIPS 1: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 1: then; object='3C138';end AIPS 1: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 1: then; object='3C147';end AIPS 1: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 1: then; object='3C295';end;clrtemp;return AIPS 1: finish AIPS 1: AIPS 1: procedure checkbnd AIPS 1: band='';j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9; AIPS 1: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 1: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 1: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 1: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 1: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 1: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 1: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 1: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure chkmodel AIPS 1: error=0;sysout='';sys2com'' AIPS 1: syscom'ls -1 $AIPSTARS/ AIPS 1: sys2com(1) inname!!'.MODEL' AIPS 1: sys2com(2) ' >& /dev/null AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure loadmodl AIPS 1: scalar lsidx,l AIPS 1: array lsload(5) AIPS 1: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 1: while (j<21) AIPS 1: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 1: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 1: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 1: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 1: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 1: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 1: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 1: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 1: end;return AIPS 1: finish AIPS 1: AIPS 1: procedure vlanew AIPS 1: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 1: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 1: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 1: if (inclass='LINE') then AIPS 1: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 1: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 1: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 1: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 1: finish AIPS 1: AIPS 1: procedure allzap AIPS 1: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure allplot AIPS 1: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 1: if (j>0) then AIPS 1: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 1: else;type 'NOTHING TO PLOT - DONE';end AIPS 1: finish AIPS 1: AIPS 1: procedure goplt0 AIPS 1: if (lsplot>0) then;go;end AIPS 1: finish $SN only AIPS 1: procedure goplt1 AIPS 1: if (lsplot>1) then;go;end AIPS 1: finish $SN+CL AIPS 1: procedure goplt2 AIPS 1: if (lsplot>2) then;go;end AIPS 1: finish $SN+CL+BP AIPS 1: procedure goplt3 AIPS 1: if (lsplot>3) then;go;end AIPS 1: finish $CL,BP applied AIPS 1: AIPS 1: procedure calpipe(lsdisk,lsname,lsrant) AIPS 1: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 1: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 1: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 1: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 1: if (lsflag>=1) then AIPS 1: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 1: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 1: end;task'FLAGR';getset AIPS 1: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 1: end AIPS 1: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 1: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 1: if (length(lscal)<>0) then AIPS 1: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 1: end;sources=lsampcal;go AIPS 1: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 1: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 1: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 1: if (lsmodl>0) then $ use models for ones that exist AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;clrtemp AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 1: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 1: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 1: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 1: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 1: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 1: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 1: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 1: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 1: if(star>0)then;calsour'';calcode'*';end;go AIPS 1: if (lsmodl>0) then AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 1: if (error<1) then;zap;end;end AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 1: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 1: if (star>0) then; AIPS 1: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 1: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 1: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 1: soucode='*' AIPS 1: else AIPS 1: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 1: end;go AIPS 1: if (lscont<1) then AIPS 1: type '****************************************************** **' AIPS 1: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 1: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 1: type '****************************************************** **';read AIPS 1: end AIPS 1: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 1: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 1: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 1: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 1: if (inclass='CH 0') then AIPS 1: task'TACOP';getset AIPS 1: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 1: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 1: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 1: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 1: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 1: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 1: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 1: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 1: sources=lsampcal;goplt3 AIPS 1: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 1: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure calcrms AIPS 1: scalar nbas,nvis,tbw,rms,minhrs AIPS 1: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 1: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 1: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 1: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 1: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 1: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 1: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 1: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 1: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 1: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 1: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 1: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 1: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 1: return rms AIPS 1: finish AIPS 1: AIPS 1: procedure setboxfle AIPS 1: scalar ci,bi AIPS 1: string*48 fbox AIPS 1: fbox'/tmp/SETFC@ AIPS 1: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 1: ci=0;bi=length(fbox) AIPS 1: while(ci& /dev/null AIPS 1: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure catboxfile AIPS 1: sys2com'';syscom 'cat AIPS 1: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 1: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure setimsize AIPS 1: scalar szf, kk AIPS 1: string*48 bxf AIPS 1: array szc(2), szi(2), orgc(2), orgi(2) AIPS 1: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 1: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 1: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 1: while (kk<9) AIPS 1: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 1: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 1: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 1: go;szf=nfield;szc=cellsize;szi=imsize AIPS 1: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 1: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 1: vput imagr AIPS 1: finish AIPS 1: AIPS 1: procedure imapipe(k,lsdisk,lsname) AIPS 1: vnum=33;dowait=true AIPS 1: if (k=1) then AIPS 1: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 1: baddisk=lsbadd;douvcomp=-1;go AIPS 1: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 1: go;end;end;clrtemp AIPS 1: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 1: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 1: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 1: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 1: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 1: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 1: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 1: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 1: while ((lssid(k)>0) & (k<1001)) AIPS 1: if (lssid(k)=keyvalue(1))then error=0;end AIPS 1: k=k+1;end;end;vget imagr AIPS 1: if (error < 1) then AIPS 1: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 1: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 1: while (j<30) AIPS 1: k=length(inname) AIPS 1: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 1: lstarg=0;j=30 AIPS 1: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 1: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 1: if(imsize(1)<0)then;imsize=256;end;end AIPS 1: else;j=j+1;end $ check next source, if not found -> targ et AIPS 1: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 1: AIPS 1: j=1 AIPS 1: $calibrator lstarg=0 AIPS 1: $target if lstarg=1 AIPS 1: AIPS 1: AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 1: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 1: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 1: if (inclass='CH 0') then AIPS 1: for k=1:keyvalue(1);bif=k;eif=k AIPS 1: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 1: end;clrtemp;k=keyvalue(1) AIPS 1: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 1: if (error < 1) then AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 1: if (keystrng='FREQ') then AIPS 1: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 1: else;j=j+1;end AIPS 1: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 1: if (bchan=1) then;bchan=2;end;j=k AIPS 1: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 1: end;end;clrtemp AIPS 1: else AIPS 1: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 1: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 1: else AIPS 1: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 1: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 1: end;end;boxfile=setboxfle;delboxfle AIPS 1: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 1: $ inclass'SCIMG';allzap AIPS 1: inclass'IBM*';intype'MA';allzap AIPS 1: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 1: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 1: end;end;dowait=false;vnum=0 AIPS 1: finish AIPS 1: AIPS 1: procedure avlapipe AIPS 1: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 1: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 1: else;lsclrcal;tint=guesintt;clrtemp AIPS 1: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 1: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 1: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 1: type'--------------------------------------------------- --------' AIPS 1: end;type ' ' AIPS 1: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 1: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 1: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: default'AVLAPIPE' AIPS 1: Found in Version=ABIN AIPS 1: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 1: docal 1; sources '*''' AIPS 1: $ to be set by itself later AIPS 1: solint 1; factor 5; doarray -1; imsize -1 AIPS 1: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 1: niter -1; cutoff -1 AIPS 1: $ for now debugging AIPS 1: docont 1; plver -1; doall 1; doresid 0 AIPS 1: AIPS 1: $ defaults AIPS 1: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 1: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 1: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 1: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 1: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 1: 'AB917_2000JAN03_1' >>AIPS 1: 'AB917_2000JAN03_1' >AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General catalog looks like AIPS 1: $$ Multi-source UV data file AIPS 1: $$ Multi-source TASAV file AIPS 1: $$ Single-source calibrated data - auvf AIPS 1: $$ Single-source calibrated images- aimg AIPS 1: AIPS 1: $May need to redefine after a restore 0: AIPS 1: $allzap AIPS 1: $calcintt AIPS 1: $guesintt AIPS 1: $lsparm(5);tint;lsdisk AIPS 1: AIPS 1: procedure flatfov AIPS 1: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 1: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 1: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 1: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 1: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 1: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 1: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 1: end AIPS 1: for i=3:uvi;getname i AIPS 1: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 1: for j=1:keyvalue(1) AIPS 1: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 1: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 1: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 1: $ so instead of maximum frequency span, use max individual bandw idth AIPS 1: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 1: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 1: for j=1:mai $ assume inseq starts at 1.. AIPS 1: inseq=j;kk=1;cellsize=0;userid=0 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 1: keyword='CDELT'!!char(kk);clrtemp AIPS 1: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 1: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 1: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 1: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 1: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 1: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 1: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 1: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 1: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 1: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 1: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 1: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 1: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 1: go;wait;allzap;recat AIPS 1: end;end;end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasimage AIPS 1: $LOS - Determine noise, do primary beam correction, include copy right AIPS 1: scalar numfle,ll,mm AIPS 1: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 1: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 1: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 1: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 1: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 1: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 1: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 1: end AIPS 1: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 1: for j=mai:numfle AIPS 1: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 1: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 1: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 1: for j=mai:numfle $ can only do on MA files AIPS 1: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasname AIPS 1: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 1: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 1: string*1 pm,rmsc AIPS 1: string*2 zz AIPS 1: string*3 mmm AIPS 1: string*4 rmss,sbms,fras AIPS 1: string*5 radi AIPS 1: string*30 dir AIPS 1: string*20 expn AIPS 1: ki=1;userid=0 AIPS 1: while (ki<9) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 1: typ ki, keys AIPS 1: if(substr(keystrng,1,2)='RA')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 1: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 1: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 1: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 1: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 1: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 1: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 1: typ 'HERE' AIPS 1: if(substr(keystrng,1,3)='DEC')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 1: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 1: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 1: ds=floor(dc1+(3600*dc2));clrtemp AIPS 1: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 1: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 1: if(substr(keystrng,1,6)='STOKES')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 1: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 1: end; AIPS 1: typ ki 'TOO' AIPS 1: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 1: end;clrtemp $ build the output file name here AIPS 1: typ 'BUILD NOW' AIPS 1: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 1: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 1: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 1: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 1: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 1: AIPS 1: AIPS 1: AIPS 1: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 1: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 1: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 1: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 1: else AIPS 1: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 1: end AIPS 1: AIPS 1: if (expnm='') then AIPS 1: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 1: mmm=substr(keystrng,5,6) AIPS 1: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 1: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 1: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 1: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 1: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 1: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 1: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 1: end AIPS 1: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print outf AIPS 1: AIPS 1: $ make the source dir here AIPS 1: dir='';sysout'';syscom'mkdir AIPS 1: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 1: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 1: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 1: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 1: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 1: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK1: Task QUACK (release of 31DEC06) begins QUACK1: Flagged 3.00 min. of data in 9 scans QUACK1: Appears to have ended successfully QUACK1: auto 31DEC06 TST: Cpu= 0.0 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes FLAGR1: Task FLAGR (release of 31DEC06) begins FLAGR1: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR1: Overall average amp= 2.266E-03 +- 2.779E-04 source= 1053-0058 FLAGR1: Overall average rms= 1.048E-03 +- 1.560E-04 source= 1053-0058 FLAGR1: Overall average amp= 2.377E-01 +- 1.241E-02 source= 1058+015 FLAGR1: Overall average rms= 1.509E-03 +- 2.745E-04 source= 1058+015 FLAGR1: Overall average amp= 2.140E-03 +- 2.891E-04 source= 1104-0004_P FLAGR1: Overall average rms= 1.036E-03 +- 1.385E-04 source= 1104-0004_P FLAGR1: Overall average amp= 6.705E-02 +- 3.556E-03 source= 1131-050 FLAGR1: Overall average rms= 1.390E-03 +- 2.082E-04 source= 1131-050 FLAGR1: Overall average amp= 3.089E-03 +- 7.773E-04 source= 1141-0141 FLAGR1: Overall average rms= 1.187E-03 +- 2.186E-04 source= 1141-0141 FLAGR1: Overall average amp= 2.008E-03 +- 3.254E-04 source= 1225-0150 FLAGR1: Overall average rms= 9.813E-04 +- 1.446E-04 source= 1225-0150 FLAGR1: Overall average amp= 9.885E-02 +- 5.335E-03 source= 1224+035 FLAGR1: Overall average rms= 1.392E-03 +- 2.266E-04 source= 1224+035 FLAGR1: Overall average amp= 2.575E-03 +- 2.629E-04 source= 1252+0053 FLAGR1: Overall average rms= 1.168E-03 +- 1.375E-04 source= 1252+0053 FLAGR1: Overall average amp= 7.329E-01 +- 4.783E-02 source= 1328+307 FLAGR1: Overall average rms= 2.485E-03 +- 8.709E-04 source= 1328+307 FLAGR1: Found 0 bad times, 14 total flags FLAGR1: Wrote 0 antenna & IF independent flags FLAGR1: Wrote 0 antenna independent, IF dependent flags FLAGR1: Wrote 14 antenna & IF dependent flags FLAGR1: Wrote 0 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 1.5 Real= 9 SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: / Resetting flux information to zero SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: SOURCES = '' /All sources selected SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: / Flux calculated using known spectrum SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: '1328+307 ' IF = 1 FLUX = 7.4620 (Jy calcd) SETJY1: '1328+307 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY1: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 20000103 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 1 CALIB1: Found 864 good solutions CALIB1: Average closure rms = 0.0110 +- 0.0089 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.40625 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.06250 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.03125 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C286_C.MODEL CALRD1: Create 3C286_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 20000103 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 7.462 Jy CALIB1: FACSET: 7.656116 Jy found from 542 components CALIB1: FACSET: scaling factor set to 9.74648E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 70 percent complete CALIB1: FACSET: source model will be scaled to 7.510 Jy CALIB1: FACSET: 7.656116 Jy found from 542 components CALIB1: FACSET: scaling factor set to 9.80917E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 542 CCs CALIB1: Determining solutions CALIB1: Deleted 54 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 216 good solutions CALIB1: Average closure rms = 0.0030 +- 0.0002 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.37500 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 1 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 216 merged records from 216 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 378 records from CL table no. 2 CLCAL1: Processing SN table 1 CLCAL1: WARNING: SN table 1 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 216 merged records from 216 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 20000103 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.079E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.105E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.051E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.094E+00 CALIB1: Found 432 good solutions CALIB1: Average closure rms = 0.0016 +- 0.0007 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.50000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.27778 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.3 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 20000103 . C BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 7.462 Jy CALIB1: FACSET: 7.656116 Jy found from 542 components CALIB1: FACSET: scaling factor set to 9.74648E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 70 percent complete CALIB1: FACSET: source model will be scaled to 7.510 Jy CALIB1: FACSET: 7.656116 Jy found from 542 components CALIB1: FACSET: scaling factor set to 9.80917E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 542 CCs CALIB1: Determining solutions CALIB1: Deleted 27 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.198E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.226E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.183E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.231E+00 CALIB1: Found 108 good solutions CALIB1: Average closure rms = 0.0005 +- 0.0000 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.50000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.9 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 1058+015 : 0 A 1 2.44211 +/- 0.00758 GETJY1: 2 2.44423 +/- 0.00702 GETJY1: 1131-050 : 0 A 1 0.68563 +/- 0.00310 GETJY1: 2 0.68593 +/- 0.00223 GETJY1: 1224+035 : 0 A 1 1.01400 +/- 0.00269 GETJY1: 2 1.01649 +/- 0.00253 GETJY1: Appears to have ended successfully GETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 2 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 108 merged records from 108 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.2 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 378 records from CL table no. 3 CLCAL1: Processing SN table 2 CLCAL1: WARNING: SN table 2 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 108 merged records from 108 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.1 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes TASAV1: Task TASAV (release of 31DEC06) begins TASAV1: Create 20000103 .TASAV . 1 (UV) on disk 1 cno 2 TASAV1: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV1: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Appears to have ended successfully TASAV1: auto 31DEC06 TST: Cpu= 0.1 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SPLIT1: Task SPLIT (release of 31DEC06) begins SPLIT1: You are using a non-standard program SPLIT1: Doing subarray 1 SPLIT1: Create 1053-0058 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 312 0 312 SPLIT1: Fully 0 0 9867 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Create 1058+015 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 3510 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Create 1104-0004_P .C BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 156 0 156 SPLIT1: Fully 0 0 9997 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Create 1131-050 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 3861 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Create 1141-0141 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 9828 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Create 1225-0150 .C BAND. 1 (UV) on disk 1 cno 8 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 52 0 52 SPLIT1: Fully 0 0 9750 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Create 1224+035 .C BAND. 1 (UV) on disk 1 cno 9 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 3861 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Create 1252+0053 .C BAND. 1 (UV) on disk 1 cno 10 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 9828 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Create 1328+307 .C BAND. 1 (UV) on disk 1 cno 11 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 153 0 153 SPLIT1: Fully 0 0 3708 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 0.3 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08557 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1053-0058 C BAND Seq 1 Disk: 1 in slot 3 SETFC1: SETCEL: recommends IMSIZE 1405 CELLSIZE 0.39325 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39325 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1053-0058_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 116.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 1 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 2036 2036 10 53 52.83 -00 58 53.6 00001 -1 1019 1024 1025 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08557 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1053-0058_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1053-0058' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1053-0058_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 0.0000E+00 3.0000E-02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1053-0058_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 IMAGR1: Create 1053-0058 .IMAGR . 1 (UV) on disk 1 cno 12 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 10179 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.623E+04 IMAGR1: UVWAIT: Adding temperance S 1.125E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.420E+07 and out 8.935E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 5.623E+04 over 20358 vis IMAGR1: Create 1053-0058 .IBM001. 1 (MA) on disk 1 cno 13 IMAGR1: Create 1053-0058 .ICL001. 1 (MA) on disk 1 cno 14 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.48614E+08 IMAGR1: Field 1 Beam min = -144.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.422 x 1.283 arcsec, PA= -4.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -1.5 MilliJy,max = 11.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.15 MilliJy IMAGR1: 10437 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.481 MilliJy iter= 9 IMAGR1: Total Cleaned flux density = 7.144 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -836.6 MicroJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 568.90 MicroJy IMAGR1: 11367 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.345 MilliJy iter= 19 IMAGR1: Total Cleaned flux density = 10.685 MilliJy 19 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -685.6 MicroJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 2019 cell beam + residuals > 339.15 MicroJy IMAGR1: 15870 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.003 MilliJy iter= 29 IMAGR1: Total Cleaned flux density = 12.198 MilliJy 29 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -605.2 MicroJy,max = 919.2 MicroJy IMAGR1: BGC Clean: using 493 cell beam + residuals > 299.29 MicroJy IMAGR1: 17407 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 540.921 MicroJy iter= 61 IMAGR1: Total Cleaned flux density = 13.866 MilliJy 61 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -521.0 MicroJy,max = 550.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 280.27 MicroJy IMAGR1: 19981 Residual map points loaded IMAGR1: Field 1 min Clean flux = 511.462 MicroJy iter= 65 IMAGR1: Total Cleaned flux density = 13.969 MilliJy 65 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 511.462 less than limit 513.410 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 65 to 27 components IMAGR1: Field 1 min = -508.7 MicroJy,max = 551.4 MicroJy IMAGR1: Restoring Clean components IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 13.969 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 12 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 11.9 Real= 20 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 20000103.C BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '8.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1328+307 MODEL =' '3C286_C' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08557 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1053-0058_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1053-0058' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1058+015 C BAND Seq 1 Disk: 1 in slot 4 SETFC1: SETCEL: recommends IMSIZE 1401 CELLSIZE 0.39460 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39460 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1058+015_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 10:58:29.62 01:33:58.2 3.221 1.000 0.000 SETFC1: 3 10:58:09.54 01:36:16.2 0.045 0.320 0.092 SETFC1: Add NVSS: wrote 2 fields to BOXFILE SETFC1: The Sun is 117.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 3 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 2 C 1 2036 2036 10 58 29.61 01 33 58.8 00001 -1 1019 1024 1025 C 2 246 246 10 58 29.62 01 33 58.2 00002 -1 100 128 129 C 3 246 246 10 58 09.54 01 36 16.2 00003 -1 100 128 129 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1058+015_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 7.1973E-02 -2.4000E-02 0 IMAGR1: Field 2 246 246 2.2192E-01 -6.2400E-01 0 IMAGR1: Field 3 246 246 -3.0087E+02 1.3738E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1058+015_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR1: Create 1058+015 .IMAGR . 1 (UV) on disk 1 cno 13 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 3510 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.661E+04 IMAGR1: UVWAIT: Adding temperance S 5.323E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.220E+07 and out 2.614E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.117 due to weighting IMAGR1: UVWAIT: Average summed weight 2.661E+04 over 7020 vis IMAGR1: Create 1058+015 .IBM001. 1 (MA) on disk 1 cno 14 IMAGR1: Create 1058+015 .IBM002. 1 (MA) on disk 1 cno 15 IMAGR1: Create 1058+015 .IBM003. 1 (MA) on disk 1 cno 16 IMAGR1: Create 1058+015 .ICL001. 1 (MA) on disk 1 cno 17 IMAGR1: Create 1058+015 .ICL002. 1 (MA) on disk 1 cno 18 IMAGR1: Create 1058+015 .ICL003. 1 (MA) on disk 1 cno 19 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.77561E+08 IMAGR1: Field 1 Beam min = -98.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.503 x 1.323 arcsec, PA= -7.0 IMAGR1: Field 2 Sum of gridding weights = 2.77561E+08 IMAGR1: Field 2 Beam min = -97.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.503 x 1.323 arcsec, PA= -7.0 IMAGR1: Field 3 Sum of gridding weights = 2.77562E+08 IMAGR1: Field 3 Beam min = -98.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.502 x 1.323 arcsec, PA= -6.8 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -238.7 MilliJy,max = 2.4 Jy IMAGR1: Field 2 min = -241.6 MilliJy,max = 2.3 Jy IMAGR1: Field 3 min = -167.6 MilliJy,max = 386.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 374.98 MilliJy IMAGR1: 2617 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.288 Jy iter= 7 IMAGR1: Field 1 Clean flux density= 1.264 Jy 7 comps IMAGR1: Total Cleaned flux density = 1.264 Jy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -126.0 MilliJy,max = 1.2 Jy IMAGR1: TRY ANOTHER FIELD: this is 1.101E+00 < Second best 1.225E+00 IMAGR1: Field 1 min = -117.2 MilliJy,max = 1.2 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 199.28 MilliJy IMAGR1: 1760 Residual map points loaded IMAGR1: Field 1 min allowed flux = 528.294 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 1.984 Jy 16 comps IMAGR1: Total Cleaned flux density = 1.984 Jy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -65.8 MilliJy,max = 515.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 179.05 MilliJy IMAGR1: 25 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 246.646 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 293.694 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 2.278 Jy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -33.5 MilliJy,max = 222.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.116E-01 < Second best 3.113E-01 IMAGR1: Field 3 min = -18.7 MilliJy,max = 35.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.321E-02 < Second best 2.347E-01 IMAGR1: Field 2 min = -35.6 MilliJy,max = 222.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 38.17 MilliJy IMAGR1: 297 Residual map points loaded IMAGR1: Field 2 min allowed flux = 101.334 MilliJy iter= 17 IMAGR1: Field 2 Clean flux density= 432.582 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 2.417 Jy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -31.8 MilliJy,max = 101.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 34.44 MilliJy IMAGR1: 45 Residual map points loaded IMAGR1: Field 1 min allowed flux = 48.551 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 2.042 Jy 24 comps IMAGR1: Total Cleaned flux density = 2.475 Jy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -38.4 MilliJy,max = 41.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.967E-02 < Second best 4.619E-02 IMAGR1: Field 1 min = -37.3 MilliJy,max = 43.7 MilliJy IMAGR1: BGC Clean: using 2009 cell beam + residuals > 9.92 MilliJy IMAGR1: 9784 Residual map points loaded IMAGR1: Field 1 min allowed flux = 20.562 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 2.032 Jy 52 comps IMAGR1: Total Cleaned flux density = 2.464 Jy 69 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.8 MilliJy,max = 19.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.273E-02 < Second best 3.321E-02 IMAGR1: Field 3 min = -7.1 MilliJy,max = 8.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.957E-03 < Second best 2.273E-02 IMAGR1: BGC Clean: using 509 cell beam + residuals > 8.93 MilliJy IMAGR1: 430 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -12.386 MilliJy iter= 53 IMAGR1: Field 2 Clean flux density= 421.542 MilliJy 53 comps IMAGR1: Total Cleaned flux density = 2.453 Jy 105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -14.8 MilliJy,max = 13.4 MilliJy IMAGR1: BGC Clean: using 1681 cell beam + residuals > 5.58 MilliJy IMAGR1: 12370 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 8.334 MilliJy iter= 118 IMAGR1: Field 1 Clean flux density= 2.039 Jy 118 comps IMAGR1: Total Cleaned flux density = 2.460 Jy 171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.5 MilliJy,max = 10.2 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 5.26 MilliJy IMAGR1: 443 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -6.521 MilliJy iter= 100 IMAGR1: Field 2 Clean flux density= 417.791 MilliJy 100 comps IMAGR1: Total Cleaned flux density = 2.456 Jy 218 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 639 cell beam + residuals > 3.85 MilliJy IMAGR1: 13739 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.466 MilliJy iter= 229 IMAGR1: Field 1 Clean flux density= 2.051 Jy 229 comps IMAGR1: Total Cleaned flux density = 2.469 Jy 329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.7 MilliJy,max = 5.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.349E-03 < Second best 6.238E-03 IMAGR1: Field 2 min = -5.5 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.66 MilliJy IMAGR1: 294 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.131 MilliJy iter= 146 IMAGR1: Field 2 Clean flux density= 416.216 MilliJy 146 comps IMAGR1: Total Cleaned flux density = 2.468 Jy 375 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR1: 18663 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.092 MilliJy iter= 435 IMAGR1: Field 1 Clean flux density= 2.067 Jy 435 comps IMAGR1: Total Cleaned flux density = 2.483 Jy 581 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.82 MilliJy IMAGR1: 25 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.895 MilliJy iter= 17 IMAGR1: Field 3 Clean flux density= 791.614 MicroJy 17 comps IMAGR1: Total Cleaned flux density = 2.484 Jy 598 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.637E-03 < Second best 3.917E-03 IMAGR1: Field 1 min = -5.2 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR1: 18971 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.243 MilliJy iter= 698 IMAGR1: Field 1 Clean flux density= 2.074 Jy 698 comps IMAGR1: Total Cleaned flux density = 2.491 Jy 861 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.713E-03 < Second best 3.107E-03 IMAGR1: Field 1 min = -4.8 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR1: 18845 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.596 MilliJy iter= 1100 IMAGR1: Field 1 Clean flux density= 2.061 Jy 1100 comps IMAGR1: Total Cleaned flux density = 2.478 Jy 1263 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR1: 56 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.888 MilliJy iter= 52 IMAGR1: Field 3 Clean flux density= 2.339 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 2.480 Jy 1298 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR1: 234 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.967 MilliJy iter= 221 IMAGR1: Field 2 Clean flux density= 416.610 MilliJy 221 comps IMAGR1: Total Cleaned flux density = 2.480 Jy 1373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR1: 18455 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.960 MilliJy iter= 1636 IMAGR1: Field 1 Clean flux density= 2.074 Jy 1636 comps IMAGR1: Total Cleaned flux density = 2.493 Jy 1909 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 247 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.518 MilliJy iter= 309 IMAGR1: Field 2 Clean flux density= 413.181 MilliJy 309 comps IMAGR1: Total Cleaned flux density = 2.489 Jy 1997 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 17746 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.604 MilliJy iter= 2386 IMAGR1: Field 1 Clean flux density= 2.074 Jy 2386 comps IMAGR1: Total Cleaned flux density = 2.490 Jy 2747 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR1: 95 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.212 MilliJy iter= 100 IMAGR1: Field 3 Clean flux density= 2.936 MilliJy 100 comps IMAGR1: Total Cleaned flux density = 2.491 Jy 2795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 18118 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.407 MilliJy iter= 3351 IMAGR1: Field 1 Clean flux density= 2.088 Jy 3351 comps IMAGR1: Total Cleaned flux density = 2.504 Jy 3760 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 1.06 MilliJy IMAGR1: 156 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.240 MilliJy iter= 340 IMAGR1: Field 2 Clean flux density= 410.199 MilliJy 340 comps IMAGR1: Total Cleaned flux density = 2.501 Jy 3791 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 639 cell beam + residuals > 913.66 MicroJy IMAGR1: 15483 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.106 MilliJy iter= 4007 IMAGR1: Field 1 Clean flux density= 2.063 Jy 4007 comps IMAGR1: Total Cleaned flux density = 2.476 Jy 4447 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -905.3 MicroJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 940.27 MicroJy IMAGR1: 18 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 929.190 MicroJy iter= 349 IMAGR1: Field 2 Clean flux density= 411.212 MilliJy 349 comps IMAGR1: Total Cleaned flux density = 2.477 Jy 4456 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -987.7 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.006E-03 < Second best 1.056E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 653.34 MicroJy IMAGR1: 19373 Residual map points loaded IMAGR1: Field 1 min Clean flux = -874.230 MicroJy iter= 4853 IMAGR1: Field 1 Clean flux density= 2.084 Jy 4853 comps IMAGR1: Total Cleaned flux density = 2.498 Jy 5302 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -780.2 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.562E-04 < Second best 8.890E-04 IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 222.04 MicroJy IMAGR1: 13255 Residual map points loaded IMAGR1: Field 2 min Clean flux = -873.127 MicroJy iter= 388 IMAGR1: Field 2 Clean flux density= 409.643 MilliJy 388 comps IMAGR1: Total Cleaned flux density = 2.497 Jy 5341 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 874.230 less than limit 874.307 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 4853 to 3319 components IMAGR1: Field 2 compressed from 388 to 197 components IMAGR1: Field 3 compressed from 100 to 62 components IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 971.0 MicroJy IMAGR1: Field 3 min = -785.0 MicroJy,max = 1.0 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 2.042 Jy ( 190 CCs) from field 1 to field 2 IMAGR1: Restore-482.403 MicroJy ( 64 CCs) from field 1 to field 3 IMAGR1: Restore 409.643 MilliJy ( 197 CCs) from field 2 to field 1 IMAGR1: Restore 2.936 MilliJy ( 62 CCs) from field 3 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 2.497 Jy IMAGR1: Field 2 final Clean flux 2.451 Jy IMAGR1: Field 3 final Clean flux 2.454 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 13 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 40.0 Real= 67 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1104-0004_P C BAND Seq 1 Disk: 1 in slot 5 SETFC1: SETCEL: recommends IMSIZE 1400 CELLSIZE 0.39472 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39472 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1104-0004_P_C,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 11:04:40.76 -00:04:41.8 0.033 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 114.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 2036 2036 11 04 40.81 -00 04 42.5 00001 -1 1019 1024 1025 C 2 246 246 11 04 40.76 -00 04 41.8 00002 -1 100 128 129 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1104-0004_P_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 0.0000E+00 5.0000E-02 0 IMAGR1: Field 2 246 246 -7.5000E-01 7.5000E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1104-0004_P_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1104-0004_P .IMAGR . 1 (UV) on disk 1 cno 16 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 10153 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.587E+04 IMAGR1: UVWAIT: Adding temperance S 1.117E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.424E+07 and out 9.092E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR1: UVWAIT: Average summed weight 5.587E+04 over 20254 vis IMAGR1: Create 1104-0004_P .IBM001. 1 (MA) on disk 1 cno 17 IMAGR1: Create 1104-0004_P .IBM002. 1 (MA) on disk 1 cno 18 IMAGR1: Create 1104-0004_P .ICL001. 1 (MA) on disk 1 cno 19 IMAGR1: Create 1104-0004_P .ICL002. 1 (MA) on disk 1 cno 20 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.65246E+08 IMAGR1: Field 1 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.390 x 1.305 arcsec, PA= -7.8 IMAGR1: Field 2 Sum of gridding weights = 9.65249E+08 IMAGR1: Field 2 Beam min = -156.0 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.390 x 1.305 arcsec, PA= -7.8 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -1.6 MilliJy,max = 9.7 MilliJy IMAGR1: Field 2 min = -1.5 MilliJy,max = 9.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 871.98 MicroJy IMAGR1: 13021 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.662 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 5.552 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 5.552 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -678.1 MicroJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.909E-03 < Second best 4.433E-03 IMAGR1: Field 1 min = -738.6 MicroJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 417.07 MicroJy IMAGR1: 14779 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.941 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 8.179 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 8.179 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -451.4 MicroJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.722E-03 < Second best 1.846E-03 IMAGR1: Field 1 min = -541.1 MicroJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 1989 cell beam + residuals > 309.39 MicroJy IMAGR1: 8927 Residual map points loaded IMAGR1: Field 1 min allowed flux = 844.297 MicroJy iter= 26 IMAGR1: Field 1 Clean flux density= 9.308 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 9.308 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -400.4 MicroJy,max = 809.1 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 288.18 MicroJy IMAGR1: 240 Residual map points loaded IMAGR1: Field 2 min Clean flux = 489.129 MicroJy iter= 6 IMAGR1: Field 2 Clean flux density= 381.172 MicroJy 6 comps IMAGR1: Total Cleaned flux density = 9.689 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -527.1 MicroJy,max = 520.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 26 to 3 components IMAGR1: Field 2 compressed from 6 to 2 components IMAGR1: Field 1 min = -527.1 MicroJy,max = 520.4 MicroJy IMAGR1: Field 2 min = -416.9 MicroJy,max = 463.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 9.308 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR1: Restore 381.172 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 9.689 MilliJy IMAGR1: Field 2 final Clean flux 9.689 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 16 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 11.0 Real= 23 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1131-050 C BAND Seq 1 Disk: 1 in slot 6 SETFC1: SETCEL: recommends IMSIZE 1355 CELLSIZE 0.40801 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40801 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1131-050_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 106.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 11 31 30.52 -05 00 19.7 00001 -1 507 512 513 C 2 1012 1012 11 31 30.52 -05 06 07.0 00002 -1 507 512 513 C 3 1012 1012 11 31 10.38 -05 03 13.3 00003 -1 507 512 513 C 4 1012 1012 11 31 50.65 -05 03 13.3 00004 -1 507 512 513 C 5 1012 1012 11 31 10.39 -04 57 26.0 00005 -1 507 512 513 C 6 1012 1012 11 31 50.65 -04 57 26.0 00006 -1 507 512 513 C 7 1012 1012 11 31 30.52 -04 54 32.3 00007 -1 507 512 513 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1131-050_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1131-050' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1131-050_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 4.9311E-02 -4.3000E-02 0 IMAGR1: Field 2 1012 1012 4.9311E-02 -3.4734E+02 0 IMAGR1: Field 3 1012 1012 -3.0090E+02 -1.7364E+02 0 IMAGR1: Field 4 1012 1012 3.0085E+02 -1.7364E+02 0 IMAGR1: Field 5 1012 1012 -3.0075E+02 1.7366E+02 0 IMAGR1: Field 6 1012 1012 3.0085E+02 1.7366E+02 0 IMAGR1: Field 7 1012 1012 4.9311E-02 3.4736E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1131-050_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1131-050 .IMAGR . 1 (UV) on disk 1 cno 18 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 3861 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.718E+04 IMAGR1: UVWAIT: Adding temperance S 7.435E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.402E+07 and out 2.892E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.121 due to weighting IMAGR1: UVWAIT: Average summed weight 3.718E+04 over 7722 vis IMAGR1: Create 1131-050 .IBM001. 1 (MA) on disk 1 cno 19 IMAGR1: Create 1131-050 .IBM002. 1 (MA) on disk 1 cno 20 IMAGR1: Create 1131-050 .IBM003. 1 (MA) on disk 1 cno 21 IMAGR1: Create 1131-050 .IBM004. 1 (MA) on disk 1 cno 22 IMAGR1: Create 1131-050 .IBM005. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1131-050 .IBM006. 1 (MA) on disk 1 cno 24 IMAGR1: Create 1131-050 .IBM007. 1 (MA) on disk 1 cno 25 IMAGR1: Create 1131-050 .ICL001. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1131-050 .ICL002. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1131-050 .ICL003. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1131-050 .ICL004. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1131-050 .ICL005. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1131-050 .ICL006. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1131-050 .ICL007. 1 (MA) on disk 1 cno 32 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.06988E+08 IMAGR1: Field 1 Beam min = -174.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.743 x 1.283 arcsec, PA= -23.2 IMAGR1: Field 2 Sum of gridding weights = 3.06989E+08 IMAGR1: Field 2 Beam min = -174.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.746 x 1.283 arcsec, PA= -23.2 IMAGR1: Field 3 Sum of gridding weights = 3.06989E+08 IMAGR1: Field 3 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.744 x 1.283 arcsec, PA= -23.1 IMAGR1: Field 4 Sum of gridding weights = 3.06988E+08 IMAGR1: Field 4 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.746 x 1.283 arcsec, PA= -23.3 IMAGR1: Field 5 Sum of gridding weights = 3.06987E+08 IMAGR1: Field 5 Beam min = -118.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.741 x 1.283 arcsec, PA= -23.1 IMAGR1: Field 6 Sum of gridding weights = 3.06987E+08 IMAGR1: Field 6 Beam min = -140.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.743 x 1.283 arcsec, PA= -23.3 IMAGR1: Field 7 Sum of gridding weights = 3.06988E+08 IMAGR1: Field 7 Beam min = -174.3 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.741 x 1.283 arcsec, PA= -23.2 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -64.6 MilliJy,max = 683.3 MilliJy IMAGR1: Field 2 min = -56.1 MilliJy,max = 219.6 MilliJy IMAGR1: Field 3 min = -70.8 MilliJy,max = 227.9 MilliJy IMAGR1: Field 4 min = -69.6 MilliJy,max = 233.5 MilliJy IMAGR1: Field 5 min = -70.0 MilliJy,max = 231.8 MilliJy IMAGR1: Field 6 min = -68.7 MilliJy,max = 234.4 MilliJy IMAGR1: Field 7 min = -62.4 MilliJy,max = 217.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 141.09 MilliJy IMAGR1: 380 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 448.343 MilliJy iter= 5 IMAGR1: Field 1 Clean flux density= 279.837 MilliJy 5 comps IMAGR1: Total Cleaned flux density = 279.837 MilliJy 5 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -38.8 MilliJy,max = 403.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 92.57 MilliJy IMAGR1: 257 Residual map points loaded IMAGR1: Field 1 min allowed flux = 192.999 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 509.650 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 509.650 MilliJy 13 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -16.5 MilliJy,max = 59.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.677E-02 < Second best 2.072E-01 IMAGR1: Field 7 min = -17.0 MilliJy,max = 60.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.733E-02 < Second best 1.986E-01 IMAGR1: Field 4 min = -17.3 MilliJy,max = 60.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.153E-02 < Second best 1.959E-01 IMAGR1: Field 5 min = -19.6 MilliJy,max = 60.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.220E-02 < Second best 1.836E-01 IMAGR1: Field 1 min = -18.9 MilliJy,max = 173.7 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 51.89 MilliJy IMAGR1: 90 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 81.700 MilliJy iter= 22 IMAGR1: Field 1 Clean flux density= 619.422 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 619.422 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -9.7 MilliJy,max = 27.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.604E-02 < Second best 1.240E-01 IMAGR1: Field 6 min = -8.9 MilliJy,max = 28.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.582E-02 < Second best 7.771E-02 IMAGR1: Field 1 min = -10.7 MilliJy,max = 75.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 16.87 MilliJy IMAGR1: 387 Residual map points loaded IMAGR1: Field 1 min allowed flux = 36.933 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 668.161 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 668.161 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.9 MilliJy,max = 23.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.202E-02 < Second best 5.677E-02 IMAGR1: Field 2 min = -7.1 MilliJy,max = 13.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.318E-02 < Second best 5.220E-02 IMAGR1: Field 5 min = -5.7 MilliJy,max = 10.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.312E-03 < Second best 5.153E-02 IMAGR1: Field 4 min = -5.4 MilliJy,max = 10.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.386E-03 < Second best 3.513E-02 IMAGR1: Field 1 min = -9.5 MilliJy,max = 34.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 7.63 MilliJy IMAGR1: 605 Residual map points loaded IMAGR1: Field 1 min allowed flux = 16.097 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 692.201 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 692.201 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.9 MilliJy,max = 22.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 7.01 MilliJy IMAGR1: 101 Residual map points loaded IMAGR1: Field 7 min allowed flux = 10.743 MilliJy iter= 9 IMAGR1: Field 7 Clean flux density= 13.952 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 706.152 MilliJy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.991E-03 < Second best 1.582E-02 IMAGR1: Field 6 min = -5.4 MilliJy,max = 6.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.981E-03 < Second best 1.532E-02 IMAGR1: Field 1 min = -12.2 MilliJy,max = 14.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 4.56 MilliJy IMAGR1: 519 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 6.759 MilliJy iter= 66 IMAGR1: Field 1 Clean flux density= 693.818 MilliJy 66 comps IMAGR1: Total Cleaned flux density = 707.769 MilliJy 75 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.8 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.268E-03 < Second best 1.023E-02 IMAGR1: Field 7 min = -4.0 MilliJy,max = 8.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.385E-03 < Second best 9.386E-03 IMAGR1: Field 4 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.965E-03 < Second best 8.385E-03 IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.96 MilliJy IMAGR1: 1003 Residual map points loaded IMAGR1: Field 7 min allowed flux = 4.322 MilliJy iter= 26 IMAGR1: Field 7 Clean flux density= 23.613 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 717.431 MilliJy 92 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.000E-03 < Second best 6.438E-03 IMAGR1: Field 1 min = -6.6 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 2.36 MilliJy IMAGR1: 3332 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.368 MilliJy iter= 113 IMAGR1: Field 1 Clean flux density= 693.568 MilliJy 113 comps IMAGR1: Total Cleaned flux density = 717.181 MilliJy 139 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.706E-03 < Second best 4.981E-03 IMAGR1: Field 6 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.919E-03 < Second best 4.268E-03 IMAGR1: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.072E-03 < Second best 4.120E-03 IMAGR1: Field 7 min = -2.9 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 2035 cell beam + residuals > 1.99 MilliJy IMAGR1: 1700 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.527 MilliJy iter= 68 IMAGR1: Field 7 Clean flux density= 34.569 MilliJy 68 comps IMAGR1: Total Cleaned flux density = 728.138 MilliJy 181 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.798E-03 < Second best 3.213E-03 IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 151 cell beam + residuals > 1.85 MilliJy IMAGR1: 1607 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.430 MilliJy iter= 178 IMAGR1: Field 1 Clean flux density= 697.260 MilliJy 178 comps IMAGR1: Total Cleaned flux density = 731.829 MilliJy 246 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.426E-03 < Second best 3.000E-03 IMAGR1: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.517E-03 < Second best 2.919E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.387E-03 < Second best 2.798E-03 IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.346E-03 < Second best 2.706E-03 IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.218E-03 < Second best 2.517E-03 IMAGR1: BGC Clean: using 153 cell beam + residuals > 1.64 MilliJy IMAGR1: 421 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.936 MilliJy iter= 47 IMAGR1: Field 5 Clean flux density= 2.988 MilliJy 47 comps IMAGR1: Total Cleaned flux density = 734.817 MilliJy 293 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 153 cell beam + residuals > 1.64 MilliJy IMAGR1: 642 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.943 MilliJy iter= 60 IMAGR1: Field 2 Clean flux density= 9.580 MilliJy 60 comps IMAGR1: Total Cleaned flux density = 744.397 MilliJy 353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.164E-03 < Second best 2.387E-03 IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.067E-03 < Second best 2.346E-03 IMAGR1: Field 4 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.089E-03 < Second best 2.323E-03 IMAGR1: Field 1 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 1939 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.621 MilliJy iter= 272 IMAGR1: Field 1 Clean flux density= 694.871 MilliJy 272 comps IMAGR1: Total Cleaned flux density = 742.008 MilliJy 447 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.873E-03 < Second best 2.164E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.949E-03 < Second best 2.089E-03 IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 2283 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.615 MilliJy iter= 138 IMAGR1: Field 4 Clean flux density= 7.018 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 749.027 MilliJy 585 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.725E-03 < Second best 1.949E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 321 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.370 MilliJy iter= 129 IMAGR1: Field 7 Clean flux density= 38.663 MilliJy 129 comps IMAGR1: Total Cleaned flux density = 753.120 MilliJy 646 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR1: 677 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.417 MilliJy iter= 97 IMAGR1: Field 3 Clean flux density= -594.733 MicroJy 97 comps IMAGR1: Total Cleaned flux density = 752.525 MilliJy 743 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.419E-03 < Second best 1.852E-03 IMAGR1: Field 5 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.565E-03 < Second best 1.725E-03 IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 854 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.264 MilliJy iter= 114 IMAGR1: Field 6 Clean flux density= 470.028 MicroJy 114 comps IMAGR1: Total Cleaned flux density = 752.996 MilliJy 857 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 817 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.247 MilliJy iter= 170 IMAGR1: Field 5 Clean flux density= 5.106 MilliJy 170 comps IMAGR1: Total Cleaned flux density = 755.113 MilliJy 980 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.449E-03 < Second best 1.547E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.252E-03 < Second best 1.449E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 960.40 MicroJy IMAGR1: 912 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.083 MilliJy iter= 395 IMAGR1: Field 1 Clean flux density= 694.862 MilliJy 395 comps IMAGR1: Total Cleaned flux density = 755.104 MilliJy 1103 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.119E-03 < Second best 1.356E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.128E-03 < Second best 1.311E-03 IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.058E-03 < Second best 1.252E-03 IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 864.63 MicroJy IMAGR1: 1656 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.008 MilliJy iter= 326 IMAGR1: Field 4 Clean flux density= 7.913 MilliJy 326 comps IMAGR1: Total Cleaned flux density = 755.999 MilliJy 1291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.038E-03 < Second best 1.194E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 774.74 MicroJy IMAGR1: 3292 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 938.463 MicroJy iter= 458 IMAGR1: Field 5 Clean flux density= 10.219 MilliJy 458 comps IMAGR1: Total Cleaned flux density = 761.111 MilliJy 1579 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.799E-04 < Second best 1.119E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 758.67 MicroJy IMAGR1: 766 Residual map points loaded IMAGR1: Field 2 min Clean flux = -832.579 MicroJy iter= 214 IMAGR1: Field 2 Clean flux density= 10.375 MilliJy 214 comps IMAGR1: Total Cleaned flux density = 761.907 MilliJy 1733 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.964E-04 < Second best 1.038E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 746.57 MicroJy IMAGR1: 533 Residual map points loaded IMAGR1: Field 6 min Clean flux = 832.730 MicroJy iter= 213 IMAGR1: Field 6 Clean flux density= -404.796 MicroJy 213 comps IMAGR1: Total Cleaned flux density = 761.032 MilliJy 1832 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -976.6 MicroJy,max = 904.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.907E-04 < Second best 9.799E-04 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 689.53 MicroJy IMAGR1: 321 Residual map points loaded IMAGR1: Field 3 min Clean flux = -833.583 MicroJy iter= 109 IMAGR1: Field 3 Clean flux density= -407.451 MicroJy 109 comps IMAGR1: Total Cleaned flux density = 761.219 MilliJy 1844 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.329E-04 < Second best 8.996E-04 IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 529.09 MicroJy IMAGR1: 4527 Residual map points loaded IMAGR1: Field 5 min Clean flux = -802.312 MicroJy iter= 464 IMAGR1: Field 5 Clean flux density= 9.702 MilliJy 464 comps IMAGR1: Total Cleaned flux density = 760.702 MilliJy 1850 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 509.46 MicroJy IMAGR1: 5558 Residual map points loaded IMAGR1: Field 7 min Clean flux = -830.349 MicroJy iter= 134 IMAGR1: Field 7 Clean flux density= 38.229 MilliJy 134 comps IMAGR1: Total Cleaned flux density = 760.268 MilliJy 1855 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -945.2 MicroJy,max = 913.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 485.57 MicroJy IMAGR1: 8115 Residual map points loaded IMAGR1: Field 1 min Clean flux = -826.248 MicroJy iter= 398 IMAGR1: Field 1 Clean flux density= 694.605 MilliJy 398 comps IMAGR1: Total Cleaned flux density = 760.011 MilliJy 1858 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 445.37 MicroJy IMAGR1: 19974 Residual map points loaded IMAGR1: Field 4 min Clean flux = -826.155 MicroJy iter= 331 IMAGR1: Field 4 Clean flux density= 7.490 MilliJy 331 comps IMAGR1: Total Cleaned flux density = 759.589 MilliJy 1863 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 833.583 less than limit 833.619 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 398 to 225 components IMAGR1: Field 2 compressed from 214 to 171 components IMAGR1: Field 3 compressed from 109 to 86 components IMAGR1: Field 4 compressed from 331 to 256 components IMAGR1: Field 5 compressed from 464 to 342 components IMAGR1: Field 6 compressed from 213 to 165 components IMAGR1: Field 7 compressed from 134 to 76 components IMAGR1: Field 1 min = -944.8 MicroJy,max = 913.8 MicroJy IMAGR1: Field 2 min = -1.2 MilliJy,max = 893.2 MicroJy IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: Field 7 min = -999.9 MicroJy,max = 998.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 455.433 MicroJy ( 19 CCs) from field 1 to field 2 IMAGR1: Restore-133.464 MicroJy ( 18 CCs) from field 1 to field 3 IMAGR1: Restore 1.285 MilliJy ( 17 CCs) from field 1 to field 4 IMAGR1: Restore-281.797 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR1: Restore 354.600 MicroJy ( 23 CCs) from field 1 to field 6 IMAGR1: Restore 1.429 MilliJy ( 22 CCs) from field 1 to field 7 IMAGR1: Restore 179.432 MicroJy ( 20 CCs) from field 2 to field 1 IMAGR1: Restore 387.820 MicroJy ( 23 CCs) from field 2 to field 3 IMAGR1: Restore 1.083 MilliJy ( 30 CCs) from field 2 to field 4 IMAGR1: Restore 889.569 MicroJy ( 11 CCs) from field 3 to field 5 IMAGR1: Restore 1.431 MilliJy ( 9 CCs) from field 4 to field 1 IMAGR1: Restore 2.047 MilliJy ( 13 CCs) from field 4 to field 2 IMAGR1: Restore 2.019 MilliJy ( 16 CCs) from field 4 to field 6 IMAGR1: Restore 417.730 MicroJy ( 7 CCs) from field 5 to field 1 IMAGR1: Restore 1.549 MilliJy ( 31 CCs) from field 5 to field 3 IMAGR1: Restore -21.651 MicroJy ( 9 CCs) from field 5 to field 7 IMAGR1: Restore 348.362 MicroJy ( 5 CCs) from field 6 to field 1 IMAGR1: Restore-676.158 MicroJy ( 16 CCs) from field 6 to field 4 IMAGR1: Restore 136.824 MicroJy ( 9 CCs) from field 6 to field 7 IMAGR1: Restore 1.069 MilliJy ( 12 CCs) from field 7 to field 1 IMAGR1: Restore 545.835 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR1: Restore 1.830 MilliJy ( 15 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 698.051 MilliJy IMAGR1: Field 2 final Clean flux 12.878 MilliJy IMAGR1: Field 3 final Clean flux 1.395 MilliJy IMAGR1: Field 4 final Clean flux 9.183 MilliJy IMAGR1: Field 5 final Clean flux 10.855 MilliJy IMAGR1: Field 6 final Clean flux 3.799 MilliJy IMAGR1: Field 7 final Clean flux 39.773 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 18 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 48.5 Real= 51 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1131-050_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1131-050' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1141-0141 C BAND Seq 1 Disk: 1 in slot 7 SETFC1: SETCEL: recommends IMSIZE 1342 CELLSIZE 0.41193 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41193 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1141-0141_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.097 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 106.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 11 41 06.54 -01 41 08.5 00001 -1 507 512 513 C 2 1012 1012 11 41 06.54 -01 46 59.2 00002 -1 507 512 513 C 3 1012 1012 11 40 46.28 -01 44 03.8 00003 -1 507 512 513 C 4 1012 1012 11 41 26.80 -01 44 03.8 00004 -1 507 512 513 C 5 1012 1012 11 40 46.29 -01 38 13.1 00005 -1 507 512 513 C 6 1012 1012 11 41 26.79 -01 38 13.1 00006 -1 507 512 513 C 7 1012 1012 11 41 06.54 -01 35 17.8 00007 -1 507 512 513 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1131-050_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1131-050' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1141-0141_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1141-0141' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1141-0141_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.0227E-10 -2.0000E-02 0 IMAGR1: Field 2 1012 1012 1.0227E-10 -3.5072E+02 0 IMAGR1: Field 3 1012 1012 -3.0377E+02 -1.7532E+02 0 IMAGR1: Field 4 1012 1012 3.0377E+02 -1.7532E+02 0 IMAGR1: Field 5 1012 1012 -3.0362E+02 1.7538E+02 0 IMAGR1: Field 6 1012 1012 3.0362E+02 1.7538E+02 0 IMAGR1: Field 7 1012 1012 1.0227E-10 3.5068E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1141-0141_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1141-0141 .IMAGR . 1 (UV) on disk 1 cno 25 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 9828 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 7.953E+04 IMAGR1: UVWAIT: Adding temperance S 1.591E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.184E+07 and out 8.339E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR1: UVWAIT: Average summed weight 7.953E+04 over 19656 vis IMAGR1: Create 1141-0141 .IBM001. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1141-0141 .IBM002. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1141-0141 .IBM003. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1141-0141 .IBM004. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1141-0141 .IBM005. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1141-0141 .IBM006. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1141-0141 .IBM007. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1141-0141 .ICL001. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1141-0141 .ICL002. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1141-0141 .ICL003. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1141-0141 .ICL004. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1141-0141 .ICL005. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1141-0141 .ICL006. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1141-0141 .ICL007. 1 (MA) on disk 1 cno 39 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 8.85250E+08 IMAGR1: Field 1 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.513 x 1.292 arcsec, PA= -23.0 IMAGR1: Field 2 Sum of gridding weights = 8.85249E+08 IMAGR1: Field 2 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.516 x 1.292 arcsec, PA= -23.0 IMAGR1: Field 3 Sum of gridding weights = 8.85251E+08 IMAGR1: Field 3 Beam min = -106.5 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.514 x 1.291 arcsec, PA= -22.8 IMAGR1: Field 4 Sum of gridding weights = 8.85250E+08 IMAGR1: Field 4 Beam min = -105.8 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.515 x 1.292 arcsec, PA= -23.2 IMAGR1: Field 5 Sum of gridding weights = 8.85248E+08 IMAGR1: Field 5 Beam min = -105.4 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.511 x 1.292 arcsec, PA= -22.8 IMAGR1: Field 6 Sum of gridding weights = 8.85248E+08 IMAGR1: Field 6 Beam min = -104.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.513 x 1.292 arcsec, PA= -23.3 IMAGR1: Field 7 Sum of gridding weights = 8.85247E+08 IMAGR1: Field 7 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.511 x 1.292 arcsec, PA= -23.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -2.2 MilliJy,max = 16.0 MilliJy IMAGR1: Field 2 min = -2.3 MilliJy,max = 7.3 MilliJy IMAGR1: Field 3 min = -2.0 MilliJy,max = 5.0 MilliJy IMAGR1: Field 4 min = -2.3 MilliJy,max = 7.3 MilliJy IMAGR1: Field 5 min = -2.0 MilliJy,max = 3.6 MilliJy IMAGR1: Field 6 min = -2.4 MilliJy,max = 5.1 MilliJy IMAGR1: Field 7 min = -2.3 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.26 MilliJy IMAGR1: 5217 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 9.490 MilliJy iter= 11 IMAGR1: Field 1 Clean flux density= 13.070 MilliJy 11 comps IMAGR1: Total Cleaned flux density = 13.070 MilliJy 11 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 9.4 MilliJy IMAGR1: BGC Clean: using 1739 cell beam + residuals > 2.03 MilliJy IMAGR1: 2184 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.595 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 28.966 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 28.966 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.809E-03 < Second best 5.254E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.145E-03 < Second best 4.825E-03 IMAGR1: Field 6 min = -1.3 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.084E-03 < Second best 4.746E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.864E-03 < Second best 4.610E-03 IMAGR1: Field 7 min = -1.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.059E-03 < Second best 4.374E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 499 cell beam + residuals > 1.18 MilliJy IMAGR1: 3649 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.271 MilliJy iter= 80 IMAGR1: Field 1 Clean flux density= 43.242 MilliJy 80 comps IMAGR1: Total Cleaned flux density = 43.242 MilliJy 80 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -712.3 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.059E-03 < Second best 2.809E-03 IMAGR1: Field 4 min = -798.5 MicroJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.677E-03 < Second best 2.164E-03 IMAGR1: Field 1 min = -973.9 MicroJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 151 cell beam + residuals > 970.37 MicroJy IMAGR1: 1046 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.435 MilliJy iter= 129 IMAGR1: Field 1 Clean flux density= 51.915 MilliJy 129 comps IMAGR1: Total Cleaned flux density = 51.915 MilliJy 129 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -860.2 MicroJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.149E-03 < Second best 2.084E-03 IMAGR1: Field 6 min = -873.6 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.042E-03 < Second best 2.059E-03 IMAGR1: Field 7 min = -749.9 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.953E-04 < Second best 1.864E-03 IMAGR1: Field 3 min = -693.3 MicroJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.921E-04 < Second best 1.677E-03 IMAGR1: Field 4 min = -680.7 MicroJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.236E-03 < Second best 1.369E-03 IMAGR1: Field 1 min = -842.6 MicroJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 151 cell beam + residuals > 613.14 MicroJy IMAGR1: 2813 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 918.956 MicroJy iter= 209 IMAGR1: Field 1 Clean flux density= 60.754 MilliJy 209 comps IMAGR1: Total Cleaned flux density = 60.754 MilliJy 209 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -598.8 MicroJy,max = 899.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.598E-04 < Second best 1.149E-03 IMAGR1: Field 2 min = -723.3 MicroJy,max = 873.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.357E-04 < Second best 1.059E-03 IMAGR1: Field 5 min = -595.4 MicroJy,max = 698.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.311E-04 < Second best 1.042E-03 IMAGR1: Field 6 min = -721.2 MicroJy,max = 897.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.575E-04 < Second best 9.953E-04 IMAGR1: Field 7 min = -643.2 MicroJy,max = 784.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.358E-04 < Second best 8.921E-04 IMAGR1: Field 3 min = -629.6 MicroJy,max = 894.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.685E-04 < Second best 8.775E-04 IMAGR1: Field 1 min = -737.4 MicroJy,max = 910.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 414.16 MicroJy IMAGR1: 5676 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 604.268 MicroJy iter= 325 IMAGR1: Field 1 Clean flux density= 67.778 MilliJy 325 comps IMAGR1: Total Cleaned flux density = 67.778 MilliJy 325 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -539.5 MicroJy,max = 693.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.634E-04 < Second best 8.575E-04 IMAGR1: Field 6 min = -631.8 MicroJy,max = 692.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.625E-04 < Second best 8.357E-04 IMAGR1: Field 2 min = -621.5 MicroJy,max = 706.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.759E-04 < Second best 7.358E-04 IMAGR1: Field 7 min = -579.1 MicroJy,max = 629.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.744E-04 < Second best 6.759E-04 IMAGR1: BGC Clean: using 151 cell beam + residuals > 389.04 MicroJy IMAGR1: 1659 Residual map points loaded IMAGR1: Field 2 min Clean flux = 522.192 MicroJy iter= 24 IMAGR1: Field 2 Clean flux density= 1.247 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 69.024 MilliJy 349 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -560.3 MicroJy,max = 702.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.852E-04 < Second best 6.634E-04 IMAGR1: Field 4 min = -528.3 MicroJy,max = 674.7 MicroJy IMAGR1: BGC Clean: using 151 cell beam + residuals > 389.04 MicroJy IMAGR1: 974 Residual map points loaded IMAGR1: Field 4 min Clean flux = 521.607 MicroJy iter= 16 IMAGR1: Field 4 Clean flux density= 904.304 MicroJy 16 comps IMAGR1: Total Cleaned flux density = 69.929 MilliJy 365 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -599.6 MicroJy,max = 618.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.920E-04 < Second best 6.311E-04 IMAGR1: Field 5 min = -534.3 MicroJy,max = 554.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.118E-04 < Second best 5.920E-04 IMAGR1: BGC Clean: using 151 cell beam + residuals > 389.04 MicroJy IMAGR1: 494 Residual map points loaded IMAGR1: Field 6 min Clean flux = -518.039 MicroJy iter= 6 IMAGR1: Field 6 Clean flux density= 124.076 MicroJy 6 comps IMAGR1: Total Cleaned flux density = 70.053 MilliJy 371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -664.4 MicroJy,max = 544.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.146E-04 < Second best 5.744E-04 IMAGR1: Field 7 min = -566.6 MicroJy,max = 555.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 297.61 MicroJy IMAGR1: 5940 Residual map points loaded IMAGR1: Field 7 min Clean flux = 512.673 MicroJy iter= 3 IMAGR1: Field 7 Clean flux density= 161.725 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 70.214 MilliJy 374 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -659.8 MicroJy,max = 545.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 282.51 MicroJy IMAGR1: 13546 Residual map points loaded IMAGR1: Field 1 min Clean flux = -511.600 MicroJy iter= 331 IMAGR1: Field 1 Clean flux density= 67.462 MilliJy 331 comps IMAGR1: Total Cleaned flux density = 69.899 MilliJy 380 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -523.3 MicroJy,max = 544.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 236.00 MicroJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 5 min Clean flux = 519.870 MicroJy iter= 2 IMAGR1: Field 5 Clean flux density= 104.743 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 70.004 MilliJy 382 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 522.192 less than limit 522.498 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 331 to 155 components IMAGR1: Field 2 compressed from 24 to 21 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 16 to 12 components IMAGR1: Field 5 compressed from 2 to 2 components IMAGR1: Field 6 compressed from 6 to 6 components IMAGR1: Field 7 compressed from 3 to 3 components IMAGR1: Field 1 min = -659.0 MicroJy,max = 542.2 MicroJy IMAGR1: Field 2 min = -581.3 MicroJy,max = 567.7 MicroJy IMAGR1: Field 3 min = -542.7 MicroJy,max = 672.6 MicroJy IMAGR1: Field 4 min = -522.6 MicroJy,max = 650.0 MicroJy IMAGR1: Field 5 min = -524.4 MicroJy,max = 547.0 MicroJy IMAGR1: Field 6 min = -594.4 MicroJy,max = 594.5 MicroJy IMAGR1: Field 7 min = -562.3 MicroJy,max = 521.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 498.958 MicroJy ( 11 CCs) from field 1 to field 2 IMAGR1: Restore 123.531 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR1: Restore 1.488 MilliJy ( 16 CCs) from field 1 to field 4 IMAGR1: Restore -52.570 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR1: Restore 1.846 MilliJy ( 20 CCs) from field 1 to field 6 IMAGR1: Restore 194.548 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR1: Restore 296.931 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR1: Restore 109.397 MicroJy ( 2 CCs) from field 2 to field 3 IMAGR1: Restore 283.024 MicroJy ( 6 CCs) from field 2 to field 4 IMAGR1: Restore 346.610 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR1: Restore 292.373 MicroJy ( 3 CCs) from field 4 to field 2 IMAGR1: Restore 56.109 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR1: Restore 51.987 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR1: Restore 51.987 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR1: Restore 174.238 MicroJy ( 3 CCs) from field 6 to field 1 IMAGR1: Restore 174.238 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 68.332 MilliJy IMAGR1: Field 2 final Clean flux 2.038 MilliJy IMAGR1: Field 3 final Clean flux 232.928 MicroJy IMAGR1: Field 4 final Clean flux 2.676 MilliJy IMAGR1: Field 5 final Clean flux 52.173 MicroJy IMAGR1: Field 6 final Clean flux 2.026 MilliJy IMAGR1: Field 7 final Clean flux 582.498 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 25 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 30.5 Real= 33 /tmp/SETFC@1053-0058_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 13 disk= 1 AIPS 1: Disk 1 in-CNO 14 renumbered as CNO 12 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1457 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1058+015_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1058+015' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1058+015_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 14 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 15 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 16 disk= 1 AIPS 1: Disk 1 in-CNO 17 renumbered as CNO 13 AIPS 1: Disk 1 in-CNO 18 renumbered as CNO 14 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 15 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1104-0004_P_C,BAND.0-1 >> /home/auto/run/AB917_20 AIPS 1: 00JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1104-0004_P' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1104-0004_P_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 17 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 18 disk= 1 AIPS 1: Disk 1 in-CNO 19 renumbered as CNO 16 AIPS 1: Disk 1 in-CNO 20 renumbered as CNO 17 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1131-050_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1131-050' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1131-050_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1141-0141_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1141-0141' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0872 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1225-0150 C BAND Seq 1 Disk: 1 in slot 8 SETFC1: SETCEL: recommends IMSIZE 1356 CELLSIZE 0.40748 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40748 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1225-0150_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 95.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 2 C 1 1012 1012 12 25 23.18 -01 50 35.0 00001 -1 507 512 513 C 2 1012 1012 12 25 23.18 -01 56 21.9 00002 -1 507 512 513 C 3 1012 1012 12 25 03.14 -01 53 28.5 00003 -1 507 512 513 C 4 1012 1012 12 25 43.22 -01 53 28.5 00004 -1 507 512 513 C 5 1012 1012 12 25 03.14 -01 47 41.6 00005 -1 507 512 513 C 6 1012 1012 12 25 43.22 -01 47 41.6 00006 -1 507 512 513 C 7 1012 1012 12 25 23.18 -01 44 48.1 00007 -1 507 512 513 umes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0872 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1225-0150_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1225-0150' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1225-0150_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 0.0000E+00 2.0000E-02 0 IMAGR1: Field 2 1012 1012 0.0000E+00 -3.4688E+02 0 IMAGR1: Field 3 1012 1012 -3.0044E+02 -1.7348E+02 0 IMAGR1: Field 4 1012 1012 3.0044E+02 -1.7348E+02 0 IMAGR1: Field 5 1012 1012 -3.0044E+02 1.7342E+02 0 IMAGR1: Field 6 1012 1012 3.0044E+02 1.7342E+02 0 IMAGR1: Field 7 1012 1012 0.0000E+00 3.4692E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1225-0150_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1225-0150 .IMAGR . 1 (UV) on disk 1 cno 32 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 9802 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 7.411E+04 IMAGR1: UVWAIT: Adding temperance S 1.482E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.022E+07 and out 8.012E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR1: UVWAIT: Average summed weight 7.411E+04 over 19604 vis IMAGR1: Create 1225-0150 .IBM001. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1225-0150 .IBM002. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1225-0150 .IBM003. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1225-0150 .IBM004. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1225-0150 .IBM005. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1225-0150 .IBM006. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1225-0150 .IBM007. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1225-0150 .ICL001. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1225-0150 .ICL002. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1225-0150 .ICL003. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1225-0150 .ICL004. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1225-0150 .ICL005. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1225-0150 .ICL006. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1225-0150 .ICL007. 1 (MA) on disk 1 cno 46 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 8.50569E+08 IMAGR1: Field 1 Beam min = -126.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.666 x 1.319 arcsec, PA= -31.9 IMAGR1: Field 2 Sum of gridding weights = 8.50566E+08 IMAGR1: Field 2 Beam min = -126.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.669 x 1.319 arcsec, PA= -31.9 IMAGR1: Field 3 Sum of gridding weights = 8.50566E+08 IMAGR1: Field 3 Beam min = -126.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.666 x 1.319 arcsec, PA= -31.7 IMAGR1: Field 4 Sum of gridding weights = 8.50566E+08 IMAGR1: Field 4 Beam min = -126.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.669 x 1.319 arcsec, PA= -32.1 IMAGR1: Field 5 Sum of gridding weights = 8.50567E+08 IMAGR1: Field 5 Beam min = -126.9 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.663 x 1.319 arcsec, PA= -31.8 IMAGR1: Field 6 Sum of gridding weights = 8.50567E+08 IMAGR1: Field 6 Beam min = -126.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.666 x 1.319 arcsec, PA= -32.1 IMAGR1: Field 7 Sum of gridding weights = 8.50568E+08 IMAGR1: Field 7 Beam min = -127.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.663 x 1.319 arcsec, PA= -32.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -568.3 MicroJy,max = 2.4 MilliJy IMAGR1: Field 2 min = -570.2 MicroJy,max = 649.7 MicroJy IMAGR1: Field 3 min = -475.4 MicroJy,max = 613.8 MicroJy IMAGR1: Field 4 min = -523.1 MicroJy,max = 686.3 MicroJy IMAGR1: Field 5 min = -505.7 MicroJy,max = 740.4 MicroJy IMAGR1: Field 6 min = -542.2 MicroJy,max = 785.7 MicroJy IMAGR1: Field 7 min = -543.7 MicroJy,max = 638.4 MicroJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 345.62 MicroJy IMAGR1: 4386 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.256 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 1.411 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 1.411 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -521.1 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 461 cell beam + residuals > 315.25 MicroJy IMAGR1: 1700 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 557.716 MicroJy iter= 17 IMAGR1: Field 1 Clean flux density= 2.152 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 2.152 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -462.3 MicroJy,max = 529.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.429E-04 < Second best 6.242E-04 IMAGR1: Field 4 min = -509.4 MicroJy,max = 474.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.308E-04 < Second best 6.108E-04 IMAGR1: Field 7 min = -467.5 MicroJy,max = 508.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.767E-04 < Second best 5.973E-04 IMAGR1: Field 2 min = -528.8 MicroJy,max = 520.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.465E-04 < Second best 5.943E-04 IMAGR1: Field 6 min = -533.0 MicroJy,max = 481.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.301E-04 < Second best 5.318E-04 IMAGR1: Field 1 min = -496.3 MicroJy,max = 513.2 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 17 to 3 components IMAGR1: Field 2 compressed from 0 to 0 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 0 to 0 components IMAGR1: Field 5 compressed from 0 to 0 components IMAGR1: Field 6 compressed from 0 to 0 components IMAGR1: Field 7 compressed from 0 to 0 components IMAGR1: Field 1 min = -496.3 MicroJy,max = 513.2 MicroJy IMAGR1: Field 2 min = -528.8 MicroJy,max = 520.1 MicroJy IMAGR1: Field 3 min = -445.4 MicroJy,max = 476.8 MicroJy IMAGR1: Field 4 min = -509.4 MicroJy,max = 474.7 MicroJy IMAGR1: Field 5 min = -462.3 MicroJy,max = 529.3 MicroJy IMAGR1: Field 6 min = -533.0 MicroJy,max = 481.9 MicroJy IMAGR1: Field 7 min = -467.5 MicroJy,max = 508.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 2.152 MilliJy IMAGR1: Field 2 final Clean flux 0.000 Jy IMAGR1: Field 3 final Clean flux 0.000 Jy IMAGR1: Field 4 final Clean flux 0.000 Jy IMAGR1: Field 5 final Clean flux 0.000 Jy IMAGR1: Field 6 final Clean flux 0.000 Jy IMAGR1: Field 7 final Clean flux 0.000 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 32 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 15.6 Real= 20 umes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0872 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1225-0150_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1225-0150' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1224+035 C BAND Seq 1 Disk: 1 in slot 9 SETFC1: SETCEL: recommends IMSIZE 1365 CELLSIZE 0.40476 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40476 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1224+035_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 98.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 12 24 52.42 03 30 50.3 00001 -1 507 512 513 C 2 1012 1012 12 24 52.42 03 25 05.7 00002 -1 507 512 513 C 3 1012 1012 12 24 32.49 03 27 58.0 00003 -1 507 512 513 C 4 1012 1012 12 25 12.35 03 27 58.0 00004 -1 507 512 513 C 5 1012 1012 12 24 32.49 03 33 42.6 00005 -1 507 512 513 C 6 1012 1012 12 25 12.35 03 33 42.6 00006 -1 507 512 513 C 7 1012 1012 12 24 52.42 03 36 34.9 00007 -1 507 512 513 umes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0872 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1225-0150_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1225-0150' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1224+035' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1224+035_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -2.8446E-02 7.0000E-03 0 IMAGR1: Field 2 1012 1012 -2.8446E-02 -3.4459E+02 0 IMAGR1: Field 3 1012 1012 -2.9842E+02 -1.7229E+02 0 IMAGR1: Field 4 1012 1012 2.9836E+02 -1.7229E+02 0 IMAGR1: Field 5 1012 1012 -2.9842E+02 1.7231E+02 0 IMAGR1: Field 6 1012 1012 2.9836E+02 1.7231E+02 0 IMAGR1: Field 7 1012 1012 -2.8446E-02 3.4461E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1224+035_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1224+035 .IMAGR . 1 (UV) on disk 1 cno 39 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 3861 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.705E+04 IMAGR1: UVWAIT: Adding temperance S 7.411E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.411E+07 and out 2.912E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.121 due to weighting IMAGR1: UVWAIT: Average summed weight 3.705E+04 over 7722 vis IMAGR1: Create 1224+035 .IBM001. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1224+035 .IBM002. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1224+035 .IBM003. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1224+035 .IBM004. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1224+035 .IBM005. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1224+035 .IBM006. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1224+035 .IBM007. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1224+035 .ICL001. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1224+035 .ICL002. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1224+035 .ICL003. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1224+035 .ICL004. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1224+035 .ICL005. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1224+035 .ICL006. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1224+035 .ICL007. 1 (MA) on disk 1 cno 53 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.09198E+08 IMAGR1: Field 1 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.649 x 1.324 arcsec, PA= -32.9 IMAGR1: Field 2 Sum of gridding weights = 3.09198E+08 IMAGR1: Field 2 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.652 x 1.324 arcsec, PA= -32.8 IMAGR1: Field 3 Sum of gridding weights = 3.09199E+08 IMAGR1: Field 3 Beam min = -101.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.649 x 1.324 arcsec, PA= -32.7 IMAGR1: Field 4 Sum of gridding weights = 3.09200E+08 IMAGR1: Field 4 Beam min = -144.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.652 x 1.325 arcsec, PA= -33.0 IMAGR1: Field 5 Sum of gridding weights = 3.09196E+08 IMAGR1: Field 5 Beam min = -100.4 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.647 x 1.324 arcsec, PA= -32.8 IMAGR1: Field 6 Sum of gridding weights = 3.09196E+08 IMAGR1: Field 6 Beam min = -144.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.650 x 1.325 arcsec, PA= -33.1 IMAGR1: Field 7 Sum of gridding weights = 3.09196E+08 IMAGR1: Field 7 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.647 x 1.325 arcsec, PA= -32.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -104.3 MilliJy,max = 1.0 Jy IMAGR1: Field 2 min = -87.3 MilliJy,max = 278.9 MilliJy IMAGR1: Field 3 min = -101.6 MilliJy,max = 315.9 MilliJy IMAGR1: Field 4 min = -99.9 MilliJy,max = 329.9 MilliJy IMAGR1: Field 5 min = -100.7 MilliJy,max = 323.4 MilliJy IMAGR1: Field 6 min = -98.0 MilliJy,max = 328.5 MilliJy IMAGR1: Field 7 min = -88.0 MilliJy,max = 292.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 145.01 MilliJy IMAGR1: 1884 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 538.983 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 529.107 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 529.107 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -51.5 MilliJy,max = 485.1 MilliJy IMAGR1: BGC Clean: using 2033 cell beam + residuals > 95.52 MilliJy IMAGR1: 453 Residual map points loaded IMAGR1: Field 1 min allowed flux = 232.018 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 805.382 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 805.382 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -21.3 MilliJy,max = 66.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.357E-02 < Second best 3.062E-01 IMAGR1: Field 4 min = -20.0 MilliJy,max = 68.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.425E-02 < Second best 2.803E-01 IMAGR1: Field 6 min = -19.6 MilliJy,max = 68.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.718E-02 < Second best 2.785E-01 IMAGR1: Field 7 min = -18.2 MilliJy,max = 58.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.599E-02 < Second best 2.687E-01 IMAGR1: Field 3 min = -21.4 MilliJy,max = 65.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.734E-02 < Second best 2.660E-01 IMAGR1: Field 2 min = -18.5 MilliJy,max = 61.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.849E-02 < Second best 2.207E-01 IMAGR1: Field 1 min = -24.0 MilliJy,max = 208.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 33.17 MilliJy IMAGR1: 1332 Residual map points loaded IMAGR1: Field 1 min allowed flux = 102.446 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 924.872 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 924.872 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.2 MilliJy,max = 94.0 MilliJy IMAGR1: BGC Clean: using 2015 cell beam + residuals > 19.99 MilliJy IMAGR1: 379 Residual map points loaded IMAGR1: Field 1 min allowed flux = 44.153 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 984.319 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 984.319 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.2 MilliJy,max = 11.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.077E-02 < Second best 6.357E-02 IMAGR1: Field 5 min = -5.0 MilliJy,max = 11.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.102E-02 < Second best 5.849E-02 IMAGR1: Field 2 min = -5.8 MilliJy,max = 13.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.266E-02 < Second best 5.734E-02 IMAGR1: Field 3 min = -5.3 MilliJy,max = 12.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.222E-02 < Second best 5.718E-02 IMAGR1: Field 6 min = -4.4 MilliJy,max = 12.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 5.599E-02 IMAGR1: Field 7 min = -5.8 MilliJy,max = 12.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.183E-02 < Second best 4.199E-02 IMAGR1: Field 1 min = -7.4 MilliJy,max = 39.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.31 MilliJy IMAGR1: 1930 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.544 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 1.010 Jy 41 comps IMAGR1: Total Cleaned flux density = 1.010 Jy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.9 MilliJy,max = 18.1 MilliJy IMAGR1: BGC Clean: using 1791 cell beam + residuals > 4.42 MilliJy IMAGR1: 432 Residual map points loaded IMAGR1: Field 1 min allowed flux = -8.952 MilliJy iter= 50 IMAGR1: Field 1 Clean flux density= 1.020 Jy 50 comps IMAGR1: Total Cleaned flux density = 1.020 Jy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.1 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.183E-03 < Second best 1.222E-02 IMAGR1: Field 3 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.932E-03 < Second best 1.184E-02 IMAGR1: Field 6 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.223E-03 < Second best 1.183E-02 IMAGR1: Field 7 min = -3.5 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.985E-03 < Second best 1.102E-02 IMAGR1: Field 5 min = -3.2 MilliJy,max = 4.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.195E-03 < Second best 1.077E-02 IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.004E-03 < Second best 8.519E-03 IMAGR1: Field 1 min = -8.1 MilliJy,max = 9.0 MilliJy IMAGR1: BGC Clean: using 1791 cell beam + residuals > 2.02 MilliJy IMAGR1: 6692 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.495 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 1.019 Jy 79 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.4 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.92 MilliJy IMAGR1: 1445 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.805 MilliJy iter= 124 IMAGR1: Field 1 Clean flux density= 1.017 Jy 124 comps IMAGR1: Total Cleaned flux density = 1.017 Jy 124 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.358E-03 < Second best 3.985E-03 IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.134E-03 < Second best 3.932E-03 IMAGR1: Field 3 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.748E-03 < Second best 3.223E-03 IMAGR1: Field 6 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.540E-03 < Second best 3.195E-03 IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.639E-03 < Second best 3.004E-03 IMAGR1: Field 4 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 1.42 MilliJy IMAGR1: 1535 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.843 MilliJy iter= 43 IMAGR1: Field 4 Clean flux density= -40.479 MicroJy 43 comps IMAGR1: Total Cleaned flux density = 1.017 Jy 167 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 1.42 MilliJy IMAGR1: 2154 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.868 MilliJy iter= 60 IMAGR1: Field 3 Clean flux density= 1.233 MilliJy 60 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 227 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.444E-03 < Second best 2.639E-03 IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.347E-03 < Second best 2.540E-03 IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.286E-03 < Second best 2.444E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR1: 3452 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.814 MilliJy iter= 231 IMAGR1: Field 1 Clean flux density= 1.018 Jy 231 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 334 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.529E-03 < Second best 2.347E-03 IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 1503 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.611 MilliJy iter= 101 IMAGR1: Field 5 Clean flux density= 7.843 MilliJy 101 comps IMAGR1: Total Cleaned flux density = 1.027 Jy 435 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 2067 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.603 MilliJy iter= 129 IMAGR1: Field 6 Clean flux density= -3.909 MilliJy 129 comps IMAGR1: Total Cleaned flux density = 1.023 Jy 564 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.508E-03 < Second best 1.786E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.561E-03 < Second best 1.761E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.565E-03 < Second best 1.734E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 1179 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.231 MilliJy iter= 332 IMAGR1: Field 1 Clean flux density= 1.014 Jy 332 comps IMAGR1: Total Cleaned flux density = 1.020 Jy 665 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 1249 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.250 MilliJy iter= 176 IMAGR1: Field 4 Clean flux density= 2.324 MilliJy 176 comps IMAGR1: Total Cleaned flux density = 1.022 Jy 798 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 1542 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.244 MilliJy iter= 219 IMAGR1: Field 3 Clean flux density= 302.085 MicroJy 219 comps IMAGR1: Total Cleaned flux density = 1.021 Jy 957 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.301E-03 < Second best 1.533E-03 IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.226E-03 < Second best 1.529E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.160E-03 < Second best 1.508E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.227E-03 < Second best 1.301E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 885.28 MicroJy IMAGR1: 1262 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.031 MilliJy iter= 262 IMAGR1: Field 5 Clean flux density= 5.976 MilliJy 262 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 1118 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 883.74 MicroJy IMAGR1: 378 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 960.297 MicroJy iter= 99 IMAGR1: Field 7 Clean flux density= 1.830 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 1.021 Jy 1217 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 880.37 MicroJy IMAGR1: 982 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -990.679 MicroJy iter= 287 IMAGR1: Field 6 Clean flux density= -3.210 MilliJy 287 comps IMAGR1: Total Cleaned flux density = 1.022 Jy 1375 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.012E-03 < Second best 1.191E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.026E-03 < Second best 1.178E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.20 MicroJy IMAGR1: 768 Residual map points loaded IMAGR1: Field 1 min Clean flux = -833.216 MicroJy iter= 428 IMAGR1: Field 1 Clean flux density= 1.014 Jy 428 comps IMAGR1: Total Cleaned flux density = 1.021 Jy 1471 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.273E-04 < Second best 1.026E-03 IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 718.34 MicroJy IMAGR1: 1360 Residual map points loaded IMAGR1: Field 3 min Clean flux = -833.253 MicroJy iter= 335 IMAGR1: Field 3 Clean flux density= -943.339 MicroJy 335 comps IMAGR1: Total Cleaned flux density = 1.020 Jy 1587 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 711.95 MicroJy IMAGR1: 1575 Residual map points loaded IMAGR1: Field 4 min Clean flux = -833.560 MicroJy iter= 326 IMAGR1: Field 4 Clean flux density= 1.558 MilliJy 326 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 1737 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 657.59 MicroJy IMAGR1: 1400 Residual map points loaded IMAGR1: Field 5 min Clean flux = -830.534 MicroJy iter= 294 IMAGR1: Field 5 Clean flux density= 5.643 MilliJy 294 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 1769 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.546E-04 < Second best 9.273E-04 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 586.38 MicroJy IMAGR1: 1929 Residual map points loaded IMAGR1: Field 2 min Clean flux = -830.195 MicroJy iter= 13 IMAGR1: Field 2 Clean flux density= -57.977 MicroJy 13 comps IMAGR1: Total Cleaned flux density = 1.018 Jy 1782 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -986.1 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.922E-04 < Second best 8.546E-04 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 449.12 MicroJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 6 min Clean flux = 829.598 MicroJy iter= 295 IMAGR1: Field 6 Clean flux density= -3.032 MilliJy 295 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 1790 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 833.560 less than limit 833.619 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 428 to 242 components IMAGR1: Field 2 compressed from 13 to 12 components IMAGR1: Field 3 compressed from 335 to 249 components IMAGR1: Field 4 compressed from 326 to 235 components IMAGR1: Field 5 compressed from 294 to 210 components IMAGR1: Field 6 compressed from 295 to 228 components IMAGR1: Field 7 compressed from 99 to 80 components IMAGR1: Field 1 min = -979.1 MicroJy,max = 1.0 MilliJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 918.9 MicroJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: Field 7 min = -979.9 MicroJy,max = 1.0 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.820 MilliJy ( 27 CCs) from field 1 to field 2 IMAGR1: Restore-534.767 MicroJy ( 17 CCs) from field 1 to field 3 IMAGR1: Restore-551.480 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR1: Restore-645.429 MicroJy ( 6 CCs) from field 1 to field 5 IMAGR1: Restore-561.627 MicroJy ( 7 CCs) from field 1 to field 6 IMAGR1: Restore 608.953 MicroJy ( 12 CCs) from field 1 to field 7 IMAGR1: Restore 106.427 MicroJy ( 4 CCs) from field 2 to field 3 IMAGR1: Restore-161.942 MicroJy ( 6 CCs) from field 2 to field 4 IMAGR1: Restore-785.352 MicroJy ( 8 CCs) from field 3 to field 1 IMAGR1: Restore -1.164 MilliJy ( 16 CCs) from field 3 to field 2 IMAGR1: Restore 253.347 MicroJy ( 19 CCs) from field 3 to field 5 IMAGR1: Restore -90.220 MicroJy ( 3 CCs) from field 4 to field 1 IMAGR1: Restore-446.999 MicroJy ( 6 CCs) from field 4 to field 2 IMAGR1: Restore-315.845 MicroJy ( 18 CCs) from field 4 to field 6 IMAGR1: Restore 125.750 MicroJy ( 13 CCs) from field 5 to field 1 IMAGR1: Restore 1.730 MilliJy ( 16 CCs) from field 5 to field 3 IMAGR1: Restore-345.287 MicroJy ( 20 CCs) from field 5 to field 7 IMAGR1: Restore 196.277 MicroJy ( 8 CCs) from field 6 to field 1 IMAGR1: Restore-441.600 MicroJy ( 15 CCs) from field 6 to field 4 IMAGR1: Restore 282.382 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR1: Restore 395.849 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR1: Restore 108.809 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR1: Restore 554.089 MicroJy ( 22 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.013 Jy IMAGR1: Field 2 final Clean flux -3.489 MilliJy IMAGR1: Field 3 final Clean flux 358.333 MicroJy IMAGR1: Field 4 final Clean flux 402.604 MicroJy IMAGR1: Field 5 final Clean flux 5.360 MilliJy IMAGR1: Field 6 final Clean flux -3.355 MilliJy IMAGR1: Field 7 final Clean flux 2.376 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 39 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 43.2 Real= 46 umes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1141-0141_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0872 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1225-0150_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1225-0150' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1225-0150_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1224+035_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1224+035' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1224+035_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1252+0053 C BAND Seq 1 Disk: 1 in slot 10 SETFC1: SETCEL: recommends IMSIZE 1370 CELLSIZE 0.40347 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40347 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1252+0053_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 90.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 1012 1012 12 52 43.78 00 53 19.7 00001 -1 507 512 513 C 2 1012 1012 12 52 43.78 00 47 36.2 00002 -1 507 512 513 C 3 1012 1012 12 52 23.95 00 50 28.0 00003 -1 507 512 513 C 4 1012 1012 12 53 03.61 00 50 28.0 00004 -1 507 512 513 C 5 1012 1012 12 52 23.95 00 56 11.4 00005 -1 507 512 513 C 6 1012 1012 12 53 03.61 00 56 11.4 00006 -1 507 512 513 C 7 1012 1012 12 52 43.78 00 59 03.2 00007 -1 507 512 513 CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1252+0053_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1252+0053' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1252+0053_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 2.0461E-10 1.0000E-02 0 IMAGR1: Field 2 1012 1012 2.0461E-10 -3.4349E+02 0 IMAGR1: Field 3 1012 1012 -2.9741E+02 -1.7169E+02 0 IMAGR1: Field 4 1012 1012 2.9741E+02 -1.7169E+02 0 IMAGR1: Field 5 1012 1012 -2.9741E+02 1.7171E+02 0 IMAGR1: Field 6 1012 1012 2.9741E+02 1.7171E+02 0 IMAGR1: Field 7 1012 1012 2.0461E-10 3.4351E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1252+0053_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1252+0053 .IMAGR . 1 (UV) on disk 1 cno 46 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 9828 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 7.524E+04 IMAGR1: UVWAIT: Adding temperance S 1.505E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.997E+07 and out 8.084E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 7.524E+04 over 19656 vis IMAGR1: Create 1252+0053 .IBM001. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1252+0053 .IBM002. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1252+0053 .IBM003. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1252+0053 .IBM004. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1252+0053 .IBM005. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1252+0053 .IBM006. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1252+0053 .IBM007. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1252+0053 .ICL001. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1252+0053 .ICL002. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1252+0053 .ICL003. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1252+0053 .ICL004. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1252+0053 .ICL005. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1252+0053 .ICL006. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1252+0053 .ICL007. 1 (MA) on disk 1 cno 60 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 8.58280E+08 IMAGR1: Field 1 Beam min = -135.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.693 x 1.337 arcsec, PA= -42.1 IMAGR1: Field 2 Sum of gridding weights = 8.58284E+08 IMAGR1: Field 2 Beam min = -135.0 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.696 x 1.337 arcsec, PA= -42.0 IMAGR1: Field 3 Sum of gridding weights = 8.58282E+08 IMAGR1: Field 3 Beam min = -130.4 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.692 x 1.337 arcsec, PA= -41.9 IMAGR1: Field 4 Sum of gridding weights = 8.58282E+08 IMAGR1: Field 4 Beam min = -128.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.697 x 1.337 arcsec, PA= -42.2 IMAGR1: Field 5 Sum of gridding weights = 8.58279E+08 IMAGR1: Field 5 Beam min = -129.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.690 x 1.337 arcsec, PA= -42.0 IMAGR1: Field 6 Sum of gridding weights = 8.58279E+08 IMAGR1: Field 6 Beam min = -127.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.694 x 1.337 arcsec, PA= -42.3 IMAGR1: Field 7 Sum of gridding weights = 8.58278E+08 IMAGR1: Field 7 Beam min = -135.0 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.691 x 1.337 arcsec, PA= -42.2 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -2.4 MilliJy,max = 17.1 MilliJy IMAGR1: Field 2 min = -1.6 MilliJy,max = 3.8 MilliJy IMAGR1: Field 3 min = -1.4 MilliJy,max = 2.8 MilliJy IMAGR1: Field 4 min = -1.4 MilliJy,max = 4.3 MilliJy IMAGR1: Field 5 min = -1.4 MilliJy,max = 4.0 MilliJy IMAGR1: Field 6 min = -1.4 MilliJy,max = 2.5 MilliJy IMAGR1: Field 7 min = -1.7 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.35 MilliJy IMAGR1: 1657 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 8.337 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 9.763 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 9.763 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 2035 cell beam + residuals > 1.45 MilliJy IMAGR1: 447 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.621 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 14.584 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 14.584 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -649.1 MicroJy,max = 967.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.616E-04 < Second best 3.524E-03 IMAGR1: Field 7 min = -599.2 MicroJy,max = 973.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.299E-04 < Second best 3.444E-03 IMAGR1: Field 1 min = -804.0 MicroJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.160E-03 < Second best 3.397E-03 IMAGR1: Field 4 min = -529.3 MicroJy,max = 926.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.490E-04 < Second best 3.300E-03 IMAGR1: Field 5 min = -585.7 MicroJy,max = 708.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.408E-04 < Second best 3.160E-03 IMAGR1: BGC Clean: using 1685 cell beam + residuals > 729.55 MicroJy IMAGR1: 385 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.600 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 16.714 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 16.714 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -518.7 MicroJy,max = 575.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.969E-04 < Second best 2.403E-03 IMAGR1: Field 6 min = -547.2 MicroJy,max = 557.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.879E-04 < Second best 1.522E-03 IMAGR1: Field 1 min = -783.9 MicroJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 593 cell beam + residuals > 376.28 MicroJy IMAGR1: 1769 Residual map points loaded IMAGR1: Field 1 min allowed flux = 712.380 MicroJy iter= 36 IMAGR1: Field 1 Clean flux density= 17.579 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 17.579 MilliJy 36 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -527.5 MicroJy,max = 613.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.871E-04 < Second best 8.616E-04 IMAGR1: Field 2 min = -561.5 MicroJy,max = 672.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.097E-04 < Second best 7.490E-04 IMAGR1: Field 4 min = -496.6 MicroJy,max = 614.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.368E-04 < Second best 6.789E-04 IMAGR1: Field 1 min = -697.6 MicroJy,max = 696.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 307.05 MicroJy IMAGR1: 4448 Residual map points loaded IMAGR1: Field 1 min Clean flux = 520.750 MicroJy iter= 56 IMAGR1: Field 1 Clean flux density= 18.248 MilliJy 56 comps IMAGR1: Total Cleaned flux density = 18.248 MilliJy 56 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -533.9 MicroJy,max = 457.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.383E-04 < Second best 5.871E-04 IMAGR1: Field 7 min = -537.5 MicroJy,max = 556.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 280.88 MicroJy IMAGR1: 6304 Residual map points loaded IMAGR1: Field 7 min Clean flux = 501.068 MicroJy iter= 4 IMAGR1: Field 7 Clean flux density= 212.820 MicroJy 4 comps IMAGR1: Total Cleaned flux density = 18.461 MilliJy 60 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -497.5 MicroJy,max = 613.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 265.13 MicroJy IMAGR1: 7254 Residual map points loaded IMAGR1: Field 4 min Clean flux = 490.362 MicroJy iter= 2 IMAGR1: Field 4 Clean flux density= 103.521 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 18.565 MilliJy 62 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -532.9 MicroJy,max = 596.3 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 56 to 15 components IMAGR1: Field 2 compressed from 0 to 0 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 2 to 1 components IMAGR1: Field 5 compressed from 0 to 0 components IMAGR1: Field 6 compressed from 0 to 0 components IMAGR1: Field 7 compressed from 4 to 3 components IMAGR1: Field 1 min = -531.7 MicroJy,max = 522.5 MicroJy IMAGR1: Field 2 min = -532.9 MicroJy,max = 596.3 MicroJy IMAGR1: Field 3 min = -543.8 MicroJy,max = 578.4 MicroJy IMAGR1: Field 4 min = -498.1 MicroJy,max = 612.9 MicroJy IMAGR1: Field 5 min = -531.9 MicroJy,max = 457.0 MicroJy IMAGR1: Field 6 min = -541.5 MicroJy,max = 538.4 MicroJy IMAGR1: Field 7 min = -527.0 MicroJy,max = 491.0 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 107.349 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR1: Restore 103.521 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore 103.521 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR1: Restore 53.707 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 18.406 MilliJy IMAGR1: Field 2 final Clean flux 210.869 MicroJy IMAGR1: Field 3 final Clean flux 0.000 Jy IMAGR1: Field 4 final Clean flux 103.521 MicroJy IMAGR1: Field 5 final Clean flux 0.000 Jy IMAGR1: Field 6 final Clean flux 0.000 Jy IMAGR1: Field 7 final Clean flux 212.820 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 46 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 19.8 Real= 21 CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1252+0053_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1252+0053' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1328+307_C,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1328+307 C BAND Seq 1 Disk: 1 in slot 11 SETFC1: SETCEL: recommends IMSIZE 1313 CELLSIZE 0.42096 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.42096 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1328+307_C,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.100 deg SETFC1: Searching catalog between 0.10 and 0.23 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 93.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 24 34.6 00002 -1 507 512 513 C 3 1012 1012 13 30 44.29 30 27 33.6 00003 -1 507 512 513 C 4 1012 1012 13 31 32.29 30 27 33.6 00004 -1 507 512 513 C 5 1012 1012 13 30 44.26 30 33 32.0 00005 -1 507 512 513 C 6 1012 1012 13 31 32.32 30 33 32.0 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 36 31.3 00007 -1 507 512 513 CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1252+0053_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1252+0053' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1328+307_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1328+307_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1328+307' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1328+307_C,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 2.4554E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 2.4554E-02 -3.5836E+02 0 IMAGR1: Field 3 1012 1012 -3.1013E+02 -1.7936E+02 0 IMAGR1: Field 4 1012 1012 3.1018E+02 -1.7936E+02 0 IMAGR1: Field 5 1012 1012 -3.1052E+02 1.7904E+02 0 IMAGR1: Field 6 1012 1012 3.1057E+02 1.7904E+02 0 IMAGR1: Field 7 1012 1012 2.4554E-02 3.5834E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1328+307_C,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1328+307 .IMAGR . 1 (UV) on disk 1 cno 53 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 3861 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.172E+04 IMAGR1: UVWAIT: Adding temperance S 6.344E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.297E+07 and out 2.895E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR1: UVWAIT: Average summed weight 3.172E+04 over 7644 vis IMAGR1: Create 1328+307 .IBM001. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1328+307 .IBM002. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1328+307 .IBM003. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1328+307 .IBM004. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1328+307 .IBM005. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1328+307 .IBM006. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1328+307 .IBM007. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1328+307 .ICL001. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1328+307 .ICL002. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1328+307 .ICL003. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1328+307 .ICL004. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1328+307 .ICL005. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1328+307 .ICL006. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1328+307 .ICL007. 1 (MA) on disk 1 cno 67 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.07338E+08 IMAGR1: Field 1 Beam min = -123.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.576 x 1.287 arcsec, PA= -85.1 IMAGR1: Field 2 Sum of gridding weights = 3.07338E+08 IMAGR1: Field 2 Beam min = -123.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.576 x 1.287 arcsec, PA= -84.9 IMAGR1: Field 3 Sum of gridding weights = 3.07337E+08 IMAGR1: Field 3 Beam min = -106.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.574 x 1.287 arcsec, PA= -85.1 IMAGR1: Field 4 Sum of gridding weights = 3.07338E+08 IMAGR1: Field 4 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.578 x 1.287 arcsec, PA= -84.9 IMAGR1: Field 5 Sum of gridding weights = 3.07338E+08 IMAGR1: Field 5 Beam min = -106.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.574 x 1.286 arcsec, PA= -85.3 IMAGR1: Field 6 Sum of gridding weights = 3.07339E+08 IMAGR1: Field 6 Beam min = -111.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.578 x 1.286 arcsec, PA= -85.1 IMAGR1: Field 7 Sum of gridding weights = 3.07339E+08 IMAGR1: Field 7 Beam min = -123.8 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.576 x 1.286 arcsec, PA= -85.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -791.2 MilliJy,max = 7.4 Jy IMAGR1: Field 2 min = -565.9 MilliJy,max = 2.1 Jy IMAGR1: Field 3 min = -577.1 MilliJy,max = 2.0 Jy IMAGR1: Field 4 min = -559.9 MilliJy,max = 2.3 Jy IMAGR1: Field 5 min = -541.4 MilliJy,max = 2.2 Jy IMAGR1: Field 6 min = -569.6 MilliJy,max = 2.0 Jy IMAGR1: Field 7 min = -588.6 MilliJy,max = 2.1 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.21 Jy IMAGR1: 889 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.951 Jy iter= 7 IMAGR1: Field 1 Clean flux density= 3.878 Jy 7 comps IMAGR1: Total Cleaned flux density = 3.878 Jy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -379.9 MilliJy,max = 3.6 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 644.43 MilliJy IMAGR1: 565 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.701 Jy iter= 15 IMAGR1: Field 1 Clean flux density= 5.903 Jy 15 comps IMAGR1: Total Cleaned flux density = 5.903 Jy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -123.2 MilliJy,max = 495.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.721E-01 < Second best 2.061E+00 IMAGR1: Field 4 min = -123.6 MilliJy,max = 492.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.550E-01 < Second best 2.009E+00 IMAGR1: Field 7 min = -136.4 MilliJy,max = 436.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.165E-01 < Second best 2.004E+00 IMAGR1: Field 2 min = -125.9 MilliJy,max = 453.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.325E-01 < Second best 1.617E+00 IMAGR1: Field 1 min = -165.2 MilliJy,max = 1.5 Jy IMAGR1: BGC Clean: using 1775 cell beam + residuals > 421.07 MilliJy IMAGR1: 101 Residual map points loaded IMAGR1: Field 1 min allowed flux = 740.739 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 6.877 Jy 24 comps IMAGR1: Total Cleaned flux density = 6.877 Jy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -59.8 MilliJy,max = 196.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.406E-01 < Second best 1.374E+00 IMAGR1: Field 6 min = -74.6 MilliJy,max = 187.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.329E-01 < Second best 7.045E-01 IMAGR1: Field 1 min = -105.2 MilliJy,max = 670.8 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 129.02 MilliJy IMAGR1: 668 Residual map points loaded IMAGR1: Field 1 min allowed flux = 310.774 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 7.350 Jy 34 comps IMAGR1: Total Cleaned flux density = 7.350 Jy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -47.6 MilliJy,max = 93.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.872E-02 < Second best 4.550E-01 IMAGR1: Field 4 min = -37.8 MilliJy,max = 88.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.805E-02 < Second best 4.325E-01 IMAGR1: Field 2 min = -45.8 MilliJy,max = 81.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.740E-02 < Second best 4.165E-01 IMAGR1: Field 7 min = -59.2 MilliJy,max = 81.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.819E-02 < Second best 2.956E-01 IMAGR1: Field 1 min = -73.5 MilliJy,max = 291.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 50.70 MilliJy IMAGR1: 1454 Residual map points loaded IMAGR1: Field 1 min allowed flux = 144.830 MilliJy iter= 43 IMAGR1: Field 1 Clean flux density= 7.540 Jy 43 comps IMAGR1: Total Cleaned flux density = 7.540 Jy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -35.7 MilliJy,max = 47.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.577E-02 < Second best 1.378E-01 IMAGR1: Field 1 min = -93.7 MilliJy,max = 135.3 MilliJy IMAGR1: BGC Clean: using 1773 cell beam + residuals > 38.12 MilliJy IMAGR1: 711 Residual map points loaded IMAGR1: Field 1 min allowed flux = 65.192 MilliJy iter= 62 IMAGR1: Field 1 Clean flux density= 7.579 Jy 62 comps IMAGR1: Total Cleaned flux density = 7.579 Jy 62 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -27.5 MilliJy,max = 29.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.641E-02 < Second best 8.872E-02 IMAGR1: Field 5 min = -34.0 MilliJy,max = 34.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.288E-02 < Second best 7.819E-02 IMAGR1: Field 7 min = -43.3 MilliJy,max = 42.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.133E-02 < Second best 7.805E-02 IMAGR1: Field 4 min = -33.9 MilliJy,max = 29.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.683E-02 < Second best 7.740E-02 IMAGR1: Field 2 min = -40.1 MilliJy,max = 37.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.836E-02 < Second best 6.207E-02 IMAGR1: Field 1 min = -67.1 MilliJy,max = 60.1 MilliJy IMAGR1: BGC Clean: using 703 cell beam + residuals > 18.92 MilliJy IMAGR1: 7394 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 35.122 MilliJy iter= 133 IMAGR1: Field 1 Clean flux density= 7.574 Jy 133 comps IMAGR1: Total Cleaned flux density = 7.574 Jy 133 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -25.2 MilliJy,max = 26.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.408E-02 < Second best 4.133E-02 IMAGR1: Field 7 min = -24.4 MilliJy,max = 26.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.509E-02 < Second best 3.836E-02 IMAGR1: Field 2 min = -24.8 MilliJy,max = 24.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.354E-02 < Second best 3.349E-02 IMAGR1: Field 1 min = -32.5 MilliJy,max = 31.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.106E-02 < Second best 3.288E-02 IMAGR1: Field 5 min = -24.4 MilliJy,max = 25.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.331E-02 < Second best 3.106E-02 IMAGR1: BGC Clean: using 103 cell beam + residuals > 14.22 MilliJy IMAGR1: 4389 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 22.680 MilliJy iter= 238 IMAGR1: Field 1 Clean flux density= 7.631 Jy 238 comps IMAGR1: Total Cleaned flux density = 7.631 Jy 238 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -21.3 MilliJy,max = 21.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.062E-02 < Second best 2.641E-02 IMAGR1: Field 6 min = -24.3 MilliJy,max = 22.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.326E-02 < Second best 2.509E-02 IMAGR1: Field 7 min = -21.3 MilliJy,max = 20.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.967E-02 < Second best 2.408E-02 IMAGR1: Field 3 min = -24.9 MilliJy,max = 25.1 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 14.04 MilliJy IMAGR1: 1345 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 17.835 MilliJy iter= 71 IMAGR1: Field 3 Clean flux density= -2.315 MilliJy 71 comps IMAGR1: Total Cleaned flux density = 7.629 Jy 309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -21.1 MilliJy,max = 21.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.923E-02 < Second best 2.331E-02 IMAGR1: Field 5 min = -19.3 MilliJy,max = 20.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.950E-02 < Second best 2.326E-02 IMAGR1: Field 6 min = -24.3 MilliJy,max = 21.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 13.19 MilliJy IMAGR1: 2312 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -17.332 MilliJy iter= 110 IMAGR1: Field 6 Clean flux density= 13.835 MilliJy 110 comps IMAGR1: Total Cleaned flux density = 7.643 Jy 419 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -21.2 MilliJy,max = 18.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.81 MilliJy IMAGR1: 917 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 14.114 MilliJy iter= 322 IMAGR1: Field 1 Clean flux density= 7.615 Jy 322 comps IMAGR1: Total Cleaned flux density = 7.626 Jy 503 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -19.4 MilliJy,max = 19.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.685E-02 < Second best 1.967E-02 IMAGR1: Field 7 min = -18.1 MilliJy,max = 19.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.824E-02 < Second best 1.950E-02 IMAGR1: Field 5 min = -18.2 MilliJy,max = 20.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.41 MilliJy IMAGR1: 1491 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -14.247 MilliJy iter= 134 IMAGR1: Field 5 Clean flux density= 29.444 MilliJy 134 comps IMAGR1: Total Cleaned flux density = 7.655 Jy 637 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -18.3 MilliJy,max = 18.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.587E-02 < Second best 1.824E-02 IMAGR1: Field 7 min = -17.8 MilliJy,max = 18.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 11.25 MilliJy IMAGR1: 816 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 13.240 MilliJy iter= 115 IMAGR1: Field 7 Clean flux density= 47.126 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 7.703 Jy 752 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -16.2 MilliJy,max = 19.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.480E-02 < Second best 1.685E-02 IMAGR1: Field 4 min = -18.1 MilliJy,max = 18.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 10.62 MilliJy IMAGR1: 1305 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 12.795 MilliJy iter= 161 IMAGR1: Field 4 Clean flux density= -18.718 MilliJy 161 comps IMAGR1: Total Cleaned flux density = 7.684 Jy 913 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -16.9 MilliJy,max = 16.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.348E-02 < Second best 1.587E-02 IMAGR1: Field 2 min = -15.9 MilliJy,max = 18.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.68 MilliJy IMAGR1: 1331 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 11.499 MilliJy iter= 176 IMAGR1: Field 2 Clean flux density= 65.421 MilliJy 176 comps IMAGR1: Total Cleaned flux density = 7.749 Jy 1089 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -15.6 MilliJy,max = 19.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.59 MilliJy IMAGR1: 1105 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 11.068 MilliJy iter= 241 IMAGR1: Field 3 Clean flux density= 37.058 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 7.789 Jy 1259 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -12.3 MilliJy,max = 13.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.084E-02 < Second best 1.349E-02 IMAGR1: Field 1 min = -11.6 MilliJy,max = 12.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.184E-02 < Second best 1.348E-02 IMAGR1: Field 6 min = -16.7 MilliJy,max = 16.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 8.75 MilliJy IMAGR1: 1970 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 10.377 MilliJy iter= 352 IMAGR1: Field 6 Clean flux density= 38.708 MilliJy 352 comps IMAGR1: Total Cleaned flux density = 7.814 Jy 1501 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -13.4 MilliJy,max = 14.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.107E-02 < Second best 1.224E-02 IMAGR1: Field 4 min = -12.7 MilliJy,max = 12.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.024E-02 < Second best 1.184E-02 IMAGR1: Field 1 min = -11.1 MilliJy,max = 11.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.84 MilliJy IMAGR1: 640 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -8.599 MilliJy iter= 470 IMAGR1: Field 1 Clean flux density= 7.608 Jy 470 comps IMAGR1: Total Cleaned flux density = 7.807 Jy 1649 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.2 MilliJy,max = 12.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.81 MilliJy IMAGR1: 320 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 8.344 MilliJy iter= 229 IMAGR1: Field 7 Clean flux density= 37.401 MilliJy 229 comps IMAGR1: Total Cleaned flux density = 7.797 Jy 1763 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -12.3 MilliJy,max = 13.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.823E-03 < Second best 1.084E-02 IMAGR1: Field 5 min = -11.9 MilliJy,max = 12.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 7.33 MilliJy IMAGR1: 998 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -8.201 MilliJy iter= 335 IMAGR1: Field 5 Clean flux density= 32.252 MilliJy 335 comps IMAGR1: Total Cleaned flux density = 7.800 Jy 1964 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -12.4 MilliJy,max = 13.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.519E-03 < Second best 1.024E-02 IMAGR1: Field 4 min = -12.6 MilliJy,max = 13.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.85 MilliJy IMAGR1: 1206 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -7.723 MilliJy iter= 399 IMAGR1: Field 4 Clean flux density= 9.889 MilliJy 399 comps IMAGR1: Total Cleaned flux density = 7.828 Jy 2202 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -11.9 MilliJy,max = 12.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.294E-03 < Second best 9.823E-03 IMAGR1: Field 2 min = -11.6 MilliJy,max = 11.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.724E-03 < Second best 9.519E-03 IMAGR1: Field 3 min = -12.6 MilliJy,max = 13.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.20 MilliJy IMAGR1: 2374 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -7.189 MilliJy iter= 594 IMAGR1: Field 3 Clean flux density= 49.285 MilliJy 594 comps IMAGR1: Total Cleaned flux density = 7.841 Jy 2555 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.9 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.17 MilliJy IMAGR1: 324 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -6.497 MilliJy iter= 303 IMAGR1: Field 2 Clean flux density= 74.472 MilliJy 303 comps IMAGR1: Total Cleaned flux density = 7.850 Jy 2682 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -11.6 MilliJy,max = 12.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 6.18 MilliJy IMAGR1: 1164 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 6.790 MilliJy iter= 621 IMAGR1: Field 6 Clean flux density= 55.513 MilliJy 621 comps IMAGR1: Total Cleaned flux density = 7.867 Jy 2951 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.5 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.762E-03 < Second best 7.989E-03 IMAGR1: Field 7 min = -10.1 MilliJy,max = 10.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.466E-03 < Second best 7.849E-03 IMAGR1: Field 5 min = -10.2 MilliJy,max = 9.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.880E-03 < Second best 7.466E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.49 MilliJy IMAGR1: 786 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -5.906 MilliJy iter= 448 IMAGR1: Field 7 Clean flux density= 38.492 MilliJy 448 comps IMAGR1: Total Cleaned flux density = 7.868 Jy 3170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -10.2 MilliJy,max = 8.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.20 MilliJy IMAGR1: 250 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 5.397 MilliJy iter= 509 IMAGR1: Field 4 Clean flux density= -6.321 MilliJy 509 comps IMAGR1: Total Cleaned flux density = 7.851 Jy 3280 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -10.3 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.89 MilliJy IMAGR1: 1379 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -5.342 MilliJy iter= 896 IMAGR1: Field 3 Clean flux density= 34.389 MilliJy 896 comps IMAGR1: Total Cleaned flux density = 7.836 Jy 3582 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.6 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.85 MilliJy IMAGR1: 631 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -5.164 MilliJy iter= 535 IMAGR1: Field 5 Clean flux density= 29.191 MilliJy 535 comps IMAGR1: Total Cleaned flux density = 7.833 Jy 3782 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.5 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.82 MilliJy IMAGR1: 497 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.055 MilliJy iter= 628 IMAGR1: Field 1 Clean flux density= 7.596 Jy 628 comps IMAGR1: Total Cleaned flux density = 7.821 Jy 3940 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -9.3 MilliJy,max = 10.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.54 MilliJy IMAGR1: 1288 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -4.918 MilliJy iter= 943 IMAGR1: Field 6 Clean flux density= 67.454 MilliJy 943 comps IMAGR1: Total Cleaned flux density = 7.833 Jy 4262 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.0 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.31 MilliJy IMAGR1: 608 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.553 MilliJy iter= 534 IMAGR1: Field 2 Clean flux density= 97.542 MilliJy 534 comps IMAGR1: Total Cleaned flux density = 7.856 Jy 4493 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.4 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.10 MilliJy IMAGR1: 397 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -4.270 MilliJy iter= 625 IMAGR1: Field 7 Clean flux density= 34.922 MilliJy 625 comps IMAGR1: Total Cleaned flux density = 7.853 Jy 4670 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.9 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR1: 469 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -4.205 MilliJy iter= 677 IMAGR1: Field 4 Clean flux density= -581.261 MicroJy 677 comps IMAGR1: Total Cleaned flux density = 7.859 Jy 4838 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.6 MilliJy,max = 7.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.84 MilliJy IMAGR1: 1328 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.137 MilliJy iter= 1237 IMAGR1: Field 3 Clean flux density= 55.283 MilliJy 1237 comps IMAGR1: Total Cleaned flux density = 7.880 Jy 5179 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.6 MilliJy,max = 7.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR1: 823 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 3.942 MilliJy iter= 788 IMAGR1: Field 5 Clean flux density= 19.275 MilliJy 788 comps IMAGR1: Total Cleaned flux density = 7.870 Jy 5432 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.9 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.61 MilliJy IMAGR1: 679 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.792 MilliJy iter= 856 IMAGR1: Field 1 Clean flux density= 7.586 Jy 856 comps IMAGR1: Total Cleaned flux density = 7.860 Jy 5660 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.6 MilliJy,max = 9.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.41 MilliJy IMAGR1: 1857 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.702 MilliJy iter= 1385 IMAGR1: Field 6 Clean flux density= 83.558 MilliJy 1385 comps IMAGR1: Total Cleaned flux density = 7.876 Jy 6102 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.3 MilliJy,max = 7.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.29 MilliJy IMAGR1: 525 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -3.413 MilliJy iter= 749 IMAGR1: Field 2 Clean flux density= 106.134 MilliJy 749 comps IMAGR1: Total Cleaned flux density = 7.884 Jy 6317 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.8 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.20 MilliJy IMAGR1: 412 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.310 MilliJy iter= 821 IMAGR1: Field 7 Clean flux density= 20.676 MilliJy 821 comps IMAGR1: Total Cleaned flux density = 7.870 Jy 6513 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -7.2 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR1: 912 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.304 MilliJy iter= 961 IMAGR1: Field 4 Clean flux density= -12.224 MilliJy 961 comps IMAGR1: Total Cleaned flux density = 7.858 Jy 6797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -7.6 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR1: 1582 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.202 MilliJy iter= 1666 IMAGR1: Field 3 Clean flux density= 64.421 MilliJy 1666 comps IMAGR1: Total Cleaned flux density = 7.868 Jy 7226 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.7 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR1: 1223 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 3.085 MilliJy iter= 1138 IMAGR1: Field 5 Clean flux density= 33.255 MilliJy 1138 comps IMAGR1: Total Cleaned flux density = 7.882 Jy 7576 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.8 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.84 MilliJy IMAGR1: 1032 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.991 MilliJy iter= 1166 IMAGR1: Field 1 Clean flux density= 7.565 Jy 1166 comps IMAGR1: Total Cleaned flux density = 7.861 Jy 7886 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.4 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR1: 1892 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.896 MilliJy iter= 1868 IMAGR1: Field 6 Clean flux density= 118.655 MilliJy 1868 comps IMAGR1: Total Cleaned flux density = 7.896 Jy 8369 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.9 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR1: 553 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.731 MilliJy iter= 1013 IMAGR1: Field 2 Clean flux density= 111.040 MilliJy 1013 comps IMAGR1: Total Cleaned flux density = 7.901 Jy 8633 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.9 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR1: 492 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.665 MilliJy iter= 1051 IMAGR1: Field 7 Clean flux density= 26.574 MilliJy 1051 comps IMAGR1: Total Cleaned flux density = 7.907 Jy 8863 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.9 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR1: 873 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.631 MilliJy iter= 1249 IMAGR1: Field 4 Clean flux density= -17.636 MilliJy 1249 comps IMAGR1: Total Cleaned flux density = 7.901 Jy 9151 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -7.0 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.43 MilliJy IMAGR1: 1677 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.576 MilliJy iter= 2123 IMAGR1: Field 3 Clean flux density= 67.189 MilliJy 2123 comps IMAGR1: Total Cleaned flux density = 7.904 Jy 9608 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.0 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR1: 1218 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.469 MilliJy iter= 1520 IMAGR1: Field 5 Clean flux density= 40.773 MilliJy 1520 comps IMAGR1: Total Cleaned flux density = 7.912 Jy 9990 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR1: 1035 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.382 MilliJy iter= 1503 IMAGR1: Field 1 Clean flux density= 7.550 Jy 1503 comps IMAGR1: Total Cleaned flux density = 7.897 Jy 10327 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.5 MilliJy,max = 7.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR1: 1844 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.319 MilliJy iter= 2393 IMAGR1: Field 6 Clean flux density= 121.844 MilliJy 2393 comps IMAGR1: Total Cleaned flux density = 7.900 Jy 10852 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.8 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR1: 512 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.199 MilliJy iter= 1258 IMAGR1: Field 2 Clean flux density= 122.424 MilliJy 1258 comps IMAGR1: Total Cleaned flux density = 7.911 Jy 11097 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR1: 693 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.165 MilliJy iter= 1366 IMAGR1: Field 7 Clean flux density= 28.972 MilliJy 1366 comps IMAGR1: Total Cleaned flux density = 7.914 Jy 11412 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR1: 1211 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.145 MilliJy iter= 1632 IMAGR1: Field 4 Clean flux density= -16.756 MilliJy 1632 comps IMAGR1: Total Cleaned flux density = 7.915 Jy 11795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.7 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR1: 2352 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.116 MilliJy iter= 2747 IMAGR1: Field 3 Clean flux density= 56.552 MilliJy 2747 comps IMAGR1: Total Cleaned flux density = 7.904 Jy 12419 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.0 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR1: 1614 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.039 MilliJy iter= 2016 IMAGR1: Field 5 Clean flux density= 40.386 MilliJy 2016 comps IMAGR1: Total Cleaned flux density = 7.904 Jy 12915 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.5 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR1: 1475 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.982 MilliJy iter= 1926 IMAGR1: Field 1 Clean flux density= 7.545 Jy 1926 comps IMAGR1: Total Cleaned flux density = 7.898 Jy 13338 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.9 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR1: 2405 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.943 MilliJy iter= 3052 IMAGR1: Field 6 Clean flux density= 127.778 MilliJy 3052 comps IMAGR1: Total Cleaned flux density = 7.904 Jy 13997 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR1: 700 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.860 MilliJy iter= 1602 IMAGR1: Field 2 Clean flux density= 122.239 MilliJy 1602 comps IMAGR1: Total Cleaned flux density = 7.904 Jy 14341 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR1: 1299 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.865 MilliJy iter= 1844 IMAGR1: Field 7 Clean flux density= 40.342 MilliJy 1844 comps IMAGR1: Total Cleaned flux density = 7.915 Jy 14819 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.75 MilliJy IMAGR1: 1349 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.826 MilliJy iter= 2069 IMAGR1: Field 4 Clean flux density= -9.584 MilliJy 2069 comps IMAGR1: Total Cleaned flux density = 7.922 Jy 15256 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.1 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR1: 2593 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.812 MilliJy iter= 3447 IMAGR1: Field 3 Clean flux density= 52.386 MilliJy 3447 comps IMAGR1: Total Cleaned flux density = 7.918 Jy 15956 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR1: 1449 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.752 MilliJy iter= 2492 IMAGR1: Field 5 Clean flux density= 28.087 MilliJy 2492 comps IMAGR1: Total Cleaned flux density = 7.906 Jy 16432 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR1: 1618 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.713 MilliJy iter= 2419 IMAGR1: Field 1 Clean flux density= 7.552 Jy 2419 comps IMAGR1: Total Cleaned flux density = 7.914 Jy 16925 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.2 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR1: 2108 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.671 MilliJy iter= 3663 IMAGR1: Field 6 Clean flux density= 130.910 MilliJy 3663 comps IMAGR1: Total Cleaned flux density = 7.917 Jy 17536 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR1: 1171 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.627 MilliJy iter= 2313 IMAGR1: Field 7 Clean flux density= 48.339 MilliJy 2313 comps IMAGR1: Total Cleaned flux density = 7.925 Jy 18005 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR1: 885 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.588 MilliJy iter= 2010 IMAGR1: Field 2 Clean flux density= 117.221 MilliJy 2010 comps IMAGR1: Total Cleaned flux density = 7.920 Jy 18413 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.0 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR1: 1671 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.596 MilliJy iter= 2575 IMAGR1: Field 4 Clean flux density= -8.732 MilliJy 2575 comps IMAGR1: Total Cleaned flux density = 7.921 Jy 18919 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.3 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR1: 2625 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.561 MilliJy iter= 4215 IMAGR1: Field 3 Clean flux density= 46.036 MilliJy 4215 comps IMAGR1: Total Cleaned flux density = 7.914 Jy 19687 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR1: 2122 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.538 MilliJy iter= 3086 IMAGR1: Field 5 Clean flux density= 22.258 MilliJy 3086 comps IMAGR1: Total Cleaned flux density = 7.908 Jy 20281 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR1: 2378 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.514 MilliJy iter= 3082 IMAGR1: Field 1 Clean flux density= 7.555 Jy 3082 comps IMAGR1: Total Cleaned flux density = 7.911 Jy 20944 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.8 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 3079 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.497 MilliJy iter= 4519 IMAGR1: Field 6 Clean flux density= 152.513 MilliJy 4519 comps IMAGR1: Total Cleaned flux density = 7.933 Jy 21800 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 2703 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.492 MilliJy iter= 3159 IMAGR1: Field 7 Clean flux density= 52.556 MilliJy 3159 comps IMAGR1: Total Cleaned flux density = 7.937 Jy 22646 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 1586 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.462 MilliJy iter= 3098 IMAGR1: Field 4 Clean flux density= -20.603 MilliJy 3098 comps IMAGR1: Total Cleaned flux density = 7.925 Jy 23169 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR1: 1481 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.448 MilliJy iter= 2591 IMAGR1: Field 2 Clean flux density= 108.567 MilliJy 2591 comps IMAGR1: Total Cleaned flux density = 7.916 Jy 23750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.5 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 2744 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.447 MilliJy iter= 4987 IMAGR1: Field 3 Clean flux density= 59.776 MilliJy 4987 comps IMAGR1: Total Cleaned flux density = 7.930 Jy 24522 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 2215 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.441 MilliJy iter= 3754 IMAGR1: Field 5 Clean flux density= 14.455 MilliJy 3754 comps IMAGR1: Total Cleaned flux density = 7.922 Jy 25190 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR1: 1466 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.400 MilliJy iter= 3536 IMAGR1: Field 1 Clean flux density= 7.577 Jy 3536 comps IMAGR1: Total Cleaned flux density = 7.944 Jy 25644 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 2772 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.395 MilliJy iter= 5375 IMAGR1: Field 6 Clean flux density= 141.714 MilliJy 5375 comps IMAGR1: Total Cleaned flux density = 7.933 Jy 26500 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 946 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.325 MilliJy iter= 3578 IMAGR1: Field 7 Clean flux density= 59.810 MilliJy 3578 comps IMAGR1: Total Cleaned flux density = 7.941 Jy 26919 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR1: 2532 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.354 MilliJy iter= 3792 IMAGR1: Field 4 Clean flux density= -34.335 MilliJy 3792 comps IMAGR1: Total Cleaned flux density = 7.927 Jy 27613 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 3334 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.367 MilliJy iter= 3597 IMAGR1: Field 2 Clean flux density= 65.363 MilliJy 3597 comps IMAGR1: Total Cleaned flux density = 7.884 Jy 28619 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.2 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.60 MilliJy IMAGR1: 2682 Residual map points loaded IMAGR1: Field 3 min allowed flux = 1.976 MilliJy iter= 5223 IMAGR1: Field 3 Clean flux density= 97.972 MilliJy 5223 comps IMAGR1: Total Cleaned flux density = 7.922 Jy 28855 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.8 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR1: 1792 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.316 MilliJy iter= 5849 IMAGR1: Field 3 Clean flux density= 84.805 MilliJy 5849 comps IMAGR1: Total Cleaned flux density = 7.909 Jy 29481 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 1899 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.305 MilliJy iter= 4349 IMAGR1: Field 5 Clean flux density= 23.092 MilliJy 4349 comps IMAGR1: Total Cleaned flux density = 7.917 Jy 30076 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 1025 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.275 MilliJy iter= 3895 IMAGR1: Field 1 Clean flux density= 7.602 Jy 3895 comps IMAGR1: Total Cleaned flux density = 7.942 Jy 30435 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.2 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR1: 2616 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.263 MilliJy iter= 6197 IMAGR1: Field 6 Clean flux density= 135.873 MilliJy 6197 comps IMAGR1: Total Cleaned flux density = 7.936 Jy 31257 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 439 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.181 MilliJy iter= 3834 IMAGR1: Field 2 Clean flux density= 64.351 MilliJy 3834 comps IMAGR1: Total Cleaned flux density = 7.935 Jy 31494 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.16 MilliJy IMAGR1: 2867 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.437 MilliJy iter= 3987 IMAGR1: Field 4 Clean flux density= -27.933 MilliJy 3987 comps IMAGR1: Total Cleaned flux density = 7.942 Jy 31689 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 849 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.162 MilliJy iter= 4303 IMAGR1: Field 4 Clean flux density= -34.957 MilliJy 4303 comps IMAGR1: Total Cleaned flux density = 7.935 Jy 32005 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 1200 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.145 MilliJy iter= 4105 IMAGR1: Field 7 Clean flux density= 77.067 MilliJy 4105 comps IMAGR1: Total Cleaned flux density = 7.952 Jy 32532 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.8 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR1: 1689 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.121 MilliJy iter= 6442 IMAGR1: Field 3 Clean flux density= 78.545 MilliJy 6442 comps IMAGR1: Total Cleaned flux density = 7.946 Jy 33125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 2094 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.101 MilliJy iter= 4981 IMAGR1: Field 5 Clean flux density= 20.853 MilliJy 4981 comps IMAGR1: Total Cleaned flux density = 7.943 Jy 33757 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 1481 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.074 MilliJy iter= 4358 IMAGR1: Field 1 Clean flux density= 7.618 Jy 4358 comps IMAGR1: Total Cleaned flux density = 7.960 Jy 34220 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 3383 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.048 MilliJy iter= 7157 IMAGR1: Field 6 Clean flux density= 128.410 MilliJy 7157 comps IMAGR1: Total Cleaned flux density = 7.952 Jy 35180 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 998.60 MicroJy IMAGR1: 1111 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.018 MilliJy iter= 4351 IMAGR1: Field 2 Clean flux density= 62.179 MilliJy 4351 comps IMAGR1: Total Cleaned flux density = 7.950 Jy 35697 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.08 MilliJy IMAGR1: 3291 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.335 MilliJy iter= 4552 IMAGR1: Field 4 Clean flux density= -25.519 MilliJy 4552 comps IMAGR1: Total Cleaned flux density = 7.959 Jy 35946 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 986.96 MicroJy IMAGR1: 1540 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.019 MilliJy iter= 5034 IMAGR1: Field 4 Clean flux density= -35.676 MilliJy 5034 comps IMAGR1: Total Cleaned flux density = 7.949 Jy 36428 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 986.96 MicroJy IMAGR1: 3559 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.033 MilliJy iter= 5204 IMAGR1: Field 7 Clean flux density= 111.441 MilliJy 5204 comps IMAGR1: Total Cleaned flux density = 7.984 Jy 37527 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.7 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 5899 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.065 MilliJy iter= 7989 IMAGR1: Field 3 Clean flux density= 47.370 MilliJy 7989 comps IMAGR1: Total Cleaned flux density = 7.952 Jy 39074 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 5 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 5450 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.083 MilliJy iter= 6519 IMAGR1: Field 5 Clean flux density= 57.510 MilliJy 6519 comps IMAGR1: Total Cleaned flux density = 7.989 Jy 40612 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 5 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.15 MilliJy IMAGR1: 3138 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= -1.917 MilliJy iter= 6573 IMAGR1: Field 5 Clean flux density= 45.959 MilliJy 6573 comps IMAGR1: Total Cleaned flux density = 7.978 Jy 40666 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 997.23 MicroJy IMAGR1: 2186 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.033 MilliJy iter= 7385 IMAGR1: Field 5 Clean flux density= 33.416 MilliJy 7385 comps IMAGR1: Total Cleaned flux density = 7.965 Jy 41478 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 1.00 MilliJy IMAGR1: 2681 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.160 MilliJy iter= 4627 IMAGR1: Field 1 Clean flux density= 7.606 Jy 4627 comps IMAGR1: Total Cleaned flux density = 7.953 Jy 41747 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 983.67 MicroJy IMAGR1: 268 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 998.471 MicroJy iter= 4745 IMAGR1: Field 1 Clean flux density= 7.615 Jy 4745 comps IMAGR1: Total Cleaned flux density = 7.962 Jy 41865 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 945.84 MicroJy IMAGR1: 1691 Residual map points loaded IMAGR1: Field 3 min allowed flux = -997.399 MicroJy iter= 8517 IMAGR1: Field 3 Clean flux density= 57.775 MilliJy 8517 comps IMAGR1: Total Cleaned flux density = 7.972 Jy 42393 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.9 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 953.27 MicroJy IMAGR1: 6243 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.007 MilliJy iter= 8741 IMAGR1: Field 6 Clean flux density= 116.494 MilliJy 8741 comps IMAGR1: Total Cleaned flux density = 7.960 Jy 43977 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 965.16 MicroJy IMAGR1: 6087 Residual map points loaded IMAGR1: Field 7 min allowed flux = 1.050 MilliJy iter= 6556 IMAGR1: Field 7 Clean flux density= 153.260 MilliJy 6556 comps IMAGR1: Total Cleaned flux density = 8.002 Jy 45329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.23 MilliJy IMAGR1: 1703 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 7 min algorithm flux= -1.521 MilliJy iter= 6724 IMAGR1: Field 7 Clean flux density= 122.606 MilliJy 6724 comps IMAGR1: Total Cleaned flux density = 7.971 Jy 45497 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 922.46 MicroJy IMAGR1: 308 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 934.740 MicroJy iter= 6882 IMAGR1: Field 7 Clean flux density= 129.408 MilliJy 6882 comps IMAGR1: Total Cleaned flux density = 7.978 Jy 45655 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.08 MilliJy IMAGR1: 2151 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= -1.450 MilliJy iter= 7465 IMAGR1: Field 5 Clean flux density= 26.688 MilliJy 7465 comps IMAGR1: Total Cleaned flux density = 7.971 Jy 45735 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 914.54 MicroJy IMAGR1: 3046 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -944.902 MicroJy iter= 8434 IMAGR1: Field 5 Clean flux density= 37.019 MilliJy 8434 comps IMAGR1: Total Cleaned flux density = 7.982 Jy 46704 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 922.46 MicroJy IMAGR1: 3609 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 961.600 MicroJy iter= 5532 IMAGR1: Field 2 Clean flux density= 76.748 MilliJy 5532 comps IMAGR1: Total Cleaned flux density = 7.996 Jy 47885 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 541 cell beam + residuals > 995.61 MicroJy IMAGR1: 9638 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.660 MilliJy iter= 5102 IMAGR1: Field 4 Clean flux density= -32.662 MilliJy 5102 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 7.999 Jy 47953 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 960.33 MicroJy IMAGR1: 7259 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.011 MilliJy iter= 6963 IMAGR1: Field 4 Clean flux density= -44.105 MilliJy 6963 comps IMAGR1: Total Cleaned flux density = 7.988 Jy 49814 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 1.06 MilliJy IMAGR1: 8523 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.231 MilliJy iter= 7926 IMAGR1: Field 4 Clean flux density= -56.968 MilliJy 7926 comps IMAGR1: Total Cleaned flux density = 7.975 Jy 50777 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 1059 cell beam + residuals > 962.16 MicroJy IMAGR1: 5930 Residual map points loaded IMAGR1: Field 4 min allowed flux = -1.693 MilliJy iter= 7979 IMAGR1: Field 4 Clean flux density= -49.845 MilliJy 7979 comps IMAGR1: Total Cleaned flux density = 7.982 Jy 50830 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 922.59 MicroJy IMAGR1: 2876 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -953.523 MicroJy iter= 8862 IMAGR1: Field 4 Clean flux density= -46.919 MilliJy 8862 comps IMAGR1: Total Cleaned flux density = 7.985 Jy 51713 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 922.42 MicroJy IMAGR1: 7748 Residual map points loaded IMAGR1: Field 6 min allowed flux = 1.058 MilliJy iter= 9994 IMAGR1: Field 6 Clean flux density= 90.642 MilliJy 9994 comps IMAGR1: Total Cleaned flux density = 7.959 Jy 52966 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 946.29 MicroJy IMAGR1: 5987 Residual map points loaded IMAGR1: Field 6 min allowed flux = 1.167 MilliJy iter= 10501 IMAGR1: Field 6 Clean flux density= 125.267 MilliJy 10501 comps IMAGR1: Total Cleaned flux density = 7.994 Jy 53473 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 889.60 MicroJy IMAGR1: 994 Residual map points loaded IMAGR1: Field 6 min allowed flux = -1.097 MilliJy iter= 10587 IMAGR1: Field 6 Clean flux density= 114.222 MilliJy 10587 comps IMAGR1: Total Cleaned flux density = 7.983 Jy 53559 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 862.67 MicroJy IMAGR1: 290 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -867.299 MicroJy iter= 10748 IMAGR1: Field 6 Clean flux density= 113.935 MilliJy 10748 comps IMAGR1: Total Cleaned flux density = 7.983 Jy 53720 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.01 MilliJy IMAGR1: 3304 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.240 MilliJy iter= 5004 IMAGR1: Field 1 Clean flux density= 7.611 Jy 5004 comps IMAGR1: Total Cleaned flux density = 7.979 Jy 53979 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 866.93 MicroJy IMAGR1: 1654 Residual map points loaded IMAGR1: Field 1 min allowed flux = -951.917 MicroJy iter= 5330 IMAGR1: Field 1 Clean flux density= 7.602 Jy 5330 comps IMAGR1: Total Cleaned flux density = 7.970 Jy 54305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 925.52 MicroJy IMAGR1: 9476 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 983.449 MicroJy iter= 10769 IMAGR1: Field 3 Clean flux density= 96.174 MilliJy 10769 comps IMAGR1: Total Cleaned flux density = 8.009 Jy 56557 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 3 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.37 MilliJy IMAGR1: 6280 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -2.099 MilliJy iter= 10884 IMAGR1: Field 3 Clean flux density= 76.843 MilliJy 10884 comps IMAGR1: Total Cleaned flux density = 7.989 Jy 56672 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 952.92 MicroJy IMAGR1: 11547 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.019 MilliJy iter= 13823 IMAGR1: Field 3 Clean flux density= 108.872 MilliJy 13823 comps IMAGR1: Total Cleaned flux density = 8.021 Jy 59611 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 3 min = -6.3 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 541 cell beam + residuals > 1.85 MilliJy IMAGR1: 18173 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -4.024 MilliJy iter= 13880 IMAGR1: Field 3 Clean flux density= 86.717 MilliJy 13880 comps IMAGR1: Total Cleaned flux density = 7.999 Jy 59668 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.63 MilliJy IMAGR1: 12508 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -2.758 MilliJy iter= 14019 IMAGR1: Field 3 Clean flux density= 70.103 MilliJy 14019 comps IMAGR1: Total Cleaned flux density = 7.983 Jy 59807 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 1.19 MilliJy IMAGR1: 12660 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.258 MilliJy iter= 16364 IMAGR1: Field 3 Clean flux density= 146.694 MilliJy 16364 comps IMAGR1: Total Cleaned flux density = 8.059 Jy 62152 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 3 min = -5.3 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 2.14 MilliJy IMAGR1: 9763 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -3.793 MilliJy iter= 16446 IMAGR1: Field 3 Clean flux density= 117.206 MilliJy 16446 comps IMAGR1: Total Cleaned flux density = 8.030 Jy 62234 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.54 MilliJy IMAGR1: 15426 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -2.221 MilliJy iter= 17015 IMAGR1: Field 3 Clean flux density= 95.420 MilliJy 17015 comps IMAGR1: Total Cleaned flux density = 8.008 Jy 62803 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 900.38 MicroJy IMAGR1: 1630 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -926.430 MicroJy iter= 17532 IMAGR1: Field 3 Clean flux density= 74.503 MilliJy 17532 comps IMAGR1: Total Cleaned flux density = 7.987 Jy 63320 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 841.35 MicroJy IMAGR1: 3242 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -868.765 MicroJy iter= 6666 IMAGR1: Field 2 Clean flux density= 65.805 MilliJy 6666 comps IMAGR1: Total Cleaned flux density = 7.976 Jy 64454 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.4 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 1237 cell beam + residuals > 907.12 MicroJy IMAGR1: 10859 Residual map points loaded IMAGR1: Field 4 min allowed flux = 1.609 MilliJy iter= 8908 IMAGR1: Field 4 Clean flux density= -43.481 MilliJy 8908 comps IMAGR1: Total Cleaned flux density = 7.980 Jy 64500 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 870.67 MicroJy IMAGR1: 8571 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 4 min algorithm flux= 1.256 MilliJy iter= 9155 IMAGR1: Field 4 Clean flux density= -34.833 MilliJy 9155 comps IMAGR1: Total Cleaned flux density = 7.988 Jy 64747 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 823.21 MicroJy IMAGR1: 2093 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -843.688 MicroJy iter= 9903 IMAGR1: Field 4 Clean flux density= -37.175 MilliJy 9903 comps IMAGR1: Total Cleaned flux density = 7.986 Jy 65495 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 814.45 MicroJy IMAGR1: 1036 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -835.871 MicroJy iter= 5715 IMAGR1: Field 1 Clean flux density= 7.616 Jy 5715 comps IMAGR1: Total Cleaned flux density = 8.000 Jy 65880 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.06 MilliJy IMAGR1: 1693 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 5 min algorithm flux= -1.514 MilliJy iter= 8487 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 Clean flux density= 29.500 MilliJy 8487 comps IMAGR1: Total Cleaned flux density = 7.992 Jy 65933 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 799.29 MicroJy IMAGR1: 4612 Residual map points loaded IMAGR1: Field 5 min Clean flux = 833.565 MicroJy iter= 9652 IMAGR1: Field 5 Clean flux density= 30.762 MilliJy 9652 comps IMAGR1: Total Cleaned flux density = 7.994 Jy 67098 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 827.36 MicroJy IMAGR1: 9457 Residual map points loaded IMAGR1: Field 7 min allowed flux = 881.972 MicroJy iter= 9252 IMAGR1: Field 7 Clean flux density= 141.605 MilliJy 9252 comps IMAGR1: Total Cleaned flux density = 8.006 Jy 69468 comps IMAGR1: ALGSTB: All 535 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 524- 0 Cells, with 3861 Pts IMAGR1: Field 3 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 1.02 MilliJy IMAGR1: 16415 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 3 min algorithm flux= -1.239 MilliJy iter= 18896 IMAGR1: Field 3 Clean flux density= 59.598 MilliJy 18896 comps IMAGR1: Total Cleaned flux density = 7.991 Jy 70832 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 1.07 MilliJy IMAGR1: 3387 Residual map points loaded IMAGR1: Field 3 min allowed flux = 1.319 MilliJy iter= 19196 IMAGR1: Field 3 Clean flux density= 71.136 MilliJy 19196 comps IMAGR1: Total Cleaned flux density = 8.002 Jy 71132 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 812.75 MicroJy IMAGR1: 1062 Residual map points loaded IMAGR1: Field 3 min Clean flux = 833.487 MicroJy iter= 19639 IMAGR1: Field 3 Clean flux density= 62.805 MilliJy 19639 comps IMAGR1: Total Cleaned flux density = 7.994 Jy 71575 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 804.32 MicroJy IMAGR1: 5587 Residual map points loaded IMAGR1: Field 7 min allowed flux = 931.444 MicroJy iter= 9977 IMAGR1: Field 7 Clean flux density= 135.021 MilliJy 9977 comps IMAGR1: Total Cleaned flux density = 7.987 Jy 72300 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 731.24 MicroJy IMAGR1: 606 Residual map points loaded IMAGR1: Field 7 min Clean flux = -833.532 MicroJy iter= 10063 IMAGR1: Field 7 Clean flux density= 135.745 MilliJy 10063 comps IMAGR1: Total Cleaned flux density = 7.988 Jy 72386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 163 cell beam + residuals > 721.04 MicroJy IMAGR1: 7431 Residual map points loaded IMAGR1: Field 2 min Clean flux = -833.575 MicroJy iter= 7546 IMAGR1: Field 2 Clean flux density= 58.482 MilliJy 7546 comps IMAGR1: Total Cleaned flux density = 7.981 Jy 73266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 763.23 MicroJy IMAGR1: 12778 Residual map points loaded IMAGR1: Field 6 min allowed flux = 941.168 MicroJy iter= 11727 IMAGR1: Field 6 Clean flux density= 111.903 MilliJy 11727 comps IMAGR1: Total Cleaned flux density = 7.979 Jy 74245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 677.39 MicroJy IMAGR1: 5714 Residual map points loaded IMAGR1: Field 6 min Clean flux = 833.028 MicroJy iter= 12127 IMAGR1: Field 6 Clean flux density= 117.729 MilliJy 12127 comps IMAGR1: Total Cleaned flux density = 7.985 Jy 74645 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 806.98 MicroJy IMAGR1: 3062 Residual map points loaded IMAGR1: Field 4 min allowed flux = 994.823 MicroJy iter= 10124 IMAGR1: Field 4 Clean flux density= -32.545 MilliJy 10124 comps IMAGR1: Total Cleaned flux density = 7.989 Jy 74866 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 677.39 MicroJy IMAGR1: 2683 Residual map points loaded IMAGR1: Field 4 min Clean flux = -833.594 MicroJy iter= 10265 IMAGR1: Field 4 Clean flux density= -40.898 MilliJy 10265 comps IMAGR1: Total Cleaned flux density = 7.981 Jy 75007 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 165 cell beam + residuals > 611.56 MicroJy IMAGR1: 7723 Residual map points loaded IMAGR1: Field 1 min Clean flux = 833.552 MicroJy iter= 5978 IMAGR1: Field 1 Clean flux density= 7.624 Jy 5978 comps IMAGR1: Total Cleaned flux density = 7.989 Jy 75270 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 833.594 less than limit 833.619 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 5978 to 2931 components IMAGR1: Field 2 compressed from 7546 to 4173 components IMAGR1: Field 3 compressed from 19639 to 9819 components IMAGR1: Field 4 compressed from 10265 to 4914 components IMAGR1: Field 5 compressed from 9652 to 4547 components IMAGR1: Field 6 compressed from 12127 to 5798 components IMAGR1: Field 7 compressed from 10063 to 5164 components IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR1: Field 5 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR1: Field 7 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 9.042 MilliJy ( 145 CCs) from field 1 to field 2 IMAGR1: Restore 10.071 MilliJy ( 295 CCs) from field 1 to field 3 IMAGR1: Restore -28.757 MilliJy ( 560 CCs) from field 1 to field 4 IMAGR1: Restore 67.747 MilliJy ( 546 CCs) from field 1 to field 5 IMAGR1: Restore -7.180 MilliJy ( 375 CCs) from field 1 to field 6 IMAGR1: Restore 7.532 MilliJy ( 178 CCs) from field 1 to field 7 IMAGR1: Restore -9.919 MilliJy ( 226 CCs) from field 2 to field 1 IMAGR1: Restore 25.830 MilliJy ( 269 CCs) from field 2 to field 3 IMAGR1: Restore -17.014 MilliJy ( 519 CCs) from field 2 to field 4 IMAGR1: Restore 16.616 MilliJy ( 976 CCs) from field 3 to field 1 IMAGR1: Restore -10.926 MilliJy ( 969 CCs) from field 3 to field 2 IMAGR1: Restore -7.148 MilliJy ( 746 CCs) from field 3 to field 5 IMAGR1: Restore -26.588 MilliJy ( 363 CCs) from field 4 to field 1 IMAGR1: Restore 323.185 MicroJy ( 225 CCs) from field 4 to field 2 IMAGR1: Restore 12.128 MilliJy ( 254 CCs) from field 4 to field 6 IMAGR1: Restore 19.004 MilliJy ( 288 CCs) from field 5 to field 1 IMAGR1: Restore -12.959 MilliJy ( 273 CCs) from field 5 to field 3 IMAGR1: Restore 6.829 MilliJy ( 233 CCs) from field 5 to field 7 IMAGR1: Restore 3.057 MilliJy ( 275 CCs) from field 6 to field 1 IMAGR1: Restore 13.088 MilliJy ( 227 CCs) from field 6 to field 4 IMAGR1: Restore 12.423 MilliJy ( 345 CCs) from field 6 to field 7 IMAGR1: Restore 7.958 MilliJy ( 302 CCs) from field 7 to field 1 IMAGR1: Restore -6.979 MilliJy ( 616 CCs) from field 7 to field 5 IMAGR1: Restore -7.177 MilliJy ( 449 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 7.634 Jy IMAGR1: Field 2 final Clean flux 56.920 MilliJy IMAGR1: Field 3 final Clean flux 85.748 MilliJy IMAGR1: Field 4 final Clean flux -73.582 MilliJy IMAGR1: Field 5 final Clean flux 84.382 MilliJy IMAGR1: Field 6 final Clean flux 115.500 MilliJy IMAGR1: Field 7 final Clean flux 162.529 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 53 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 226.5 Real= 230 CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08708 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1252+0053_C,BAND.0-1 >> /home/auto/run/AB917_2000 AIPS 1: JAN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1252+0053' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1252+0053_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1389 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1328+307_C,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1328+307_C,BAND.0-1 >> /home/auto/run/AB917_2000J AIPS 1: AN03_1.log.0 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1328+307' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1328+307_C,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: ' ' AIPS 1: ' ' AIPS 1: Found in Version=ABIN AIPS 1: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 59 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18248: 5661 messages, oldest written 08-SEP-2006 13:07:34 AIPS 1: Deleted 0 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 1.3 Real= 545 /home/auto/run/AB917_2000JAN03_1.run.0 finished on Fri Sep 8 17:43:15 MDT 2006