AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Oct 3 14:33 /home/auto/bin/AVLAPREP.001 Pipe version = Oct 2 09:13 /home/auto/bin/AVLAPIPE.001 Post version = Oct 9 18:40 /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 global default file /home/auto/aips/DA00/DADEVS.LIST for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history *not* recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure expid AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: return expnm AIPS 2: finish AIPS 2: type expid AIPS 2: ' ' >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw,kj AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 7e4; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;j=1 AIPS 2: while (j<9);keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if(keystrng='FREQ')then AIPS 2: keyword='CRVAL'!!char(j);gethead;keyval(1)=keyval(1)/1 e10;j=9 AIPS 2: if (keyval(1) < 1.8) then;clrtemp;go;else AIPS 2: type 'QUACK SKIPPED FOR THIS HIGH FREQUENCY OBSERVAT ION' AIPS 2: type 'MAY BE A FAST-SWITHCING OBS - IE LOSS OF ALL D ATA' AIPS 2: type 'RUN BY HAND IF YOU REALLY WANT THIS QUACK';tge t quack AIPS 2: end;else;j=j+1;end;end AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go;clrtemp AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;kj=0;userid=0;clrtemp AIPS 2: while (kj<9) AIPS 2: kj=kj+1;keyvalue=0;keystrng'';keyword='CTYPE'!!char(kj);ge thead;clrtemp AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kj);gethead AIPS 2: kj=10;end;end;vget;if((keyvalue(1))>17e9&(solint>0.5))then;s olint=1/3 AIPS 2: aparm(7)=3.5;vput;type' AUTOMATIC RESET: SOLINT=20SEC (HIG H FREQ)';end AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode'';snver=numta b('SN')+1 AIPS 2: solint=lsparm(13)*lsparm(2);clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: string*20 expnm AIPS 2: string*75 expmsg AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(2 )=30 AIPS 2: bparm(3)=1;bparm(4)=0;bparm(5)=0.031;bparm(6)=256;bparm(7)=256 ;bparm(8)=100 AIPS 2: gx;bparm(4)=3*bparm(1);bparm(1)=-0.7*bparm(1);bcount=nfield+1 AIPS 2: type'SEARCHING FOR NVSS SOURCES';gx;szf=nfield;szc=cellsize;sz i=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: keyword'GCOUNT';gethead;if(keyvalue(1)<10)then;type'NO DATA' ;error=1;end AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=7e4)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >AIPS 2: ZTXOP2: FILE TO BE WRITTEN ALREADY EXISTS AIPS 2: DELETE PRE-EXISTING COMPRESS SCRATCH FILE >::::>AIPS 2: 'AB922_1999NOV01_1' >>AIPS 2: 'AB922_1999NOV01_1' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: egetname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk =1 AIPS 2: while (kk<7) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=10;else;kk=kk+1;en d;end AIPS 2: for i=3:uvi;egetname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: end;intype'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - CHECK?';end; inclass'NVAS06' AIPS 2: chkname;if(error<1)then;type inname!!' : FLATFOV ALREADY D ONE';mai=0;end AIPS 2: if (mai=1) then;inclass'*001' AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);geth ead AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fo v;end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsi ze(2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1), cellsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view radius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov /cellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps =1;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp =15;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSE C RADIUS' AIPS 2: inclass'?CL001';gx AIPS 2: $inclass'?CL*';allzap;recat AIPS 2: ;inclass'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI' ;dparm fov,0 AIPS 2: gx;allzap;recat AIPS 2: end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while((mai'BLANK')) AIPS 2: mai=mai+1;egetname mai;end;if(inclass<>'BLANK')then;mai=numf le+1;end AIPS 2: for j=mai:numfle;default imean;docat=1;intype'SC';egetname j;c hkname AIPS 2: if(error=0)then;keyvalue=0;keystrng'';keyword='CRPIX1';gethe ad AIPS 2: ll=keyvalue(1);keyword='CRPIX2';gethead;mm=keyvalue(1);doinv ers=1 AIPS 2: blc(1)=ll-29;blc(2)=mm-30;trc(1)=ll+30;trc(2)=mm+29;imstat;d oinv=-1 AIPS 2: blc=0;trc=0;rms=pixstd;go;wa;if(pixstd=rms)then;keyword'ACTN OISE' AIPS 2: keytype'R';keyvalue=rms,0;puthead;end;end;end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: intype'SC';egetname mai;chkname;if(error=0)then;getoname mai AIPS 2: outclass'RADCOR';outseq=0;inclass'BLANK';outdisk=indisk;gx;z ap;recat;end AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: intype'SC';egetname mai;chkname;getoname mai;outclass'NVAS06 '; AIPS 2: if(inclass='RADCOR')then;gx;inclass'RADCOR';zap;recat;end;en d AIPS 2: finish AIPS 2: AIPS 2: procedure mkarr AIPS 2: string*1 sx,lx,az AIPS 2: string*4 nnsl AIPS 2: scalar aw, ae, an, ai AIPS 2: numbant=0;aw=0;ae=0;an=0 AIPS 2: keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyvalue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end;clrtemp AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then;lsvla=substr(keystrng ,i+1,i+3) AIPS 2: else;lsvla=substr(keystrng,i+2,i+4);end;az=substr(lsvla,1,1) AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then;numbant=numbant+1 AIPS 2: if (lsvla='VPT')then;ai=75;lx='P';else;ai=value(substr(lsv la,2,3)) AIPS 2: if(az='W')then;aw=max(aw,ai);else;if(az='E')then;ae=max( ae,ai);else AIPS 2: if(az='N')then;an=max(an,ai);else;if(lx<>'P')then; AIPS 2: type lsvla!!' - ERROR: ANTENNA NOT KNOWN';end;en d;end;end AIPS 2: clrtemp;end;end;end AIPS 2: if (lx<>'P')then;ai=max(aw,ae);ai=max(ai,an);lx='D';if(ai>36)t hen;lx='A' AIPS 2: else;if(ai>18)then;lx='B';else;if(ai>9)then;lx='C';end;end ;end;end AIPS 2: ai=min(aw,ae);ai=min(ai,an);sx='A';if(ai<10)then;sx='D';else;i f(ai<19)then AIPS 2: sx='C';else;if(ai<37)then;sx='B';end;end;end;clrtemp AIPS 2: if(numbant<10)then AIPS 2: nnsl='0'!!char(numbant)!!sx!!lx;else;nnsl=char(numbant)!!sx! !lx;end AIPS 2: return nnsl AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,rh,rm,rs,dd,dm,ds,rmsv,sbmv AIPS 2: scalar ifx,nif,nu,nu1,nu2,bw,nst,stv,msuv1,msuv2,msuv AIPS 2: string*1 pm,rmsc,stc,ik AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras,frqs,nnsl AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expnm AIPS 2: expnm = '' AIPS 2: if(expnm='')then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';g ethead AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';en d AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';en d AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';en d AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';en d AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';en d AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';en d AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng ,7,8)!!'_1' AIPS 2: end;ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: ik=char(ki);keyvalue=0;keystrng'';keyword='CTYPE'!!ik;gethea d;clrtemp AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!ik;gethead;ra1=keyvalue(1);ra2=keyvalue(2 );msuv1=ra1+ra2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(1)=-1*keyvalue(1)*360 0;ra1=ra1/15 AIPS 2: ra2=ra2/15;rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1 =(ra1-rm)*60 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+0.005)/1000);clrtemp AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!ik;gethead;ra1=0.5*keyvalue(1)*cellsize(1 );end AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!ik;gethead;dc1=keyvalue(1);dc2=keyvalue(2) ;msuv1=dc1+dc2 AIPS 2: keyword='CDELT'!!ik;gethead;cellsize(2)=keyvalue(1)*3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2)+0.0005);clrtemp;keyword='NAXIS'!!i k AIPS 2: gethead;dc1=0.5*(keyvalue(1)-10)*cellsize(2);end $ie corre ct for (c)-top AIPS 2: if(substr(keystrng,1,2)='IF')then AIPS 2: keyword='NAXIS'!!ik;gethead;nif=keyvalue(1);clrtemp;end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!ik;gethead;nu1=keyvalue(1)/1e6;nu2=keyval ue(2)/1e6 AIPS 2: keyword='CDELT'!!ik;gethead;bw=keyvalue(1)/1e6;end;nu=(nu1 +nu2);clrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!ik;gethead;stv=keyvalue(1) AIPS 2: keyword='NAXIS'!!ik;gethead;nst=keyvalue(1);clrtemp AIPS 2: if(nst=4)then;stc='F';else;if(nst=2)then;stc='H';else;if(s tv=-1)then AIPS 2: stc='R';else;if(stv=-2)then;stc='L';else;if(stv=-5)t hen;stc='X' AIPS 2: else;if(stv=-6)then;stc='Y';else;if(stv >0)then;st c='I';else AIPS 2: stc='U';end;end;end;end;end;end;end;end AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: if(intype='UV')then;nu1=0;nu2=0;clrtemp;inext'FQ';for ifx=1:ni f AIPS 2: pixxy=1,2,ifx;tabget;nu1=nu1+((keyvalue(1)+keyvalue(2))/1e 6) AIPS 2: pixxy=1,3,ifx;tabget;nu2=nu2+((keyvalue(1)+keyvalue(2))/1e 6);end AIPS 2: nu=nu+0.5*(nu1+(0.5*nu2));clrtemp;else;if(intype='MA')then; AIPS 2: fras=substr(char(0.5*(ra1+dc1)),1,4);nu=nu+(bw/(2*nif));el se AIPS 2: type 'ERROR: FILE TYPE UNKNOWN (HOW DID THIS HAPPEN?)';end ;end AIPS 2: frqs=substr(char((nu+5)/1000),1,4);clrtemp AIPS 2: if (intype='MA')then; $read conv size, rms from header, use ims i*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2/ 60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyvalu e(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: outfile=frqs!!stc!!sbms!!'_'!!expnm!!'_'!!rmss!!rmsc!!fras!! radi AIPS 2: else;outfile=frqs!!stc!!nnsl!!'_'!!expnm!!'.UVF';sys2com(1)=' $aimg/ AIPS 2: end AIPS 2: msuv=(sqrt((msuv1*msuv1)+(msuv2*msuv2)))*3600 AIPS 2: if(msuv>5)then $ not multisource UV, make a source dir AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'! ! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char( rm);end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: sys2com(4)=substr(sys2com(4),1,4);clrtemp AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char( dm);end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 1.17 min. of data in 7 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 7.461E-01 +- 2.849E-02 source= 1331+305 FLAGR2: Overall average rms= 2.968E-03 +- 5.356E-04 source= 1331+305 FLAGR2: Overall average amp= 1.737E-01 +- 2.728E-03 source= 1400+621 FLAGR2: Overall average rms= 2.417E-03 +- 3.166E-04 source= 1400+621 FLAGR2: Overall average amp= 8.230E-02 +- 1.787E-03 source= 1549+506 FLAGR2: Overall average rms= 2.374E-03 +- 3.435E-04 source= 1549+506 FLAGR2: Overall average amp= 4.531E-03 +- 6.854E-04 source= 1600+434 FLAGR2: Overall average rms= 1.884E-03 +- 2.241E-04 source= 1600+434 FLAGR2: Overall average amp= 1.838E-02 +- 3.873E-03 source= 1559+437 FLAGR2: Overall average rms= 2.302E-03 +- 3.465E-04 source= 1559+437 FLAGR2: Overall average amp= 1.524E-01 +- 3.552E-03 source= 1634+627 FLAGR2: Overall average rms= 2.423E-03 +- 3.889E-04 source= 1634+627 FLAGR2: Found 0 bad times, 13 total flags FLAGR2: Wrote 0 antenna & IF independent flags FLAGR2: Wrote 0 antenna independent, IF dependent flags FLAGR2: Wrote 13 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 7.4620 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 7.5100 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991101 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 516 good solutions CALIB2: Average closure rms = 0.0062 +- 0.0014 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.40000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.15000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.10000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_C.MODEL CALRD2: Create 3C286_C .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991101 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 25 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 100 good solutions CALIB2: Average closure rms = 0.0026 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.75000 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 129 merged records from 129 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.1 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 494 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 129 merged records from 129 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991101 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.008E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.031E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.009E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.050E+00 CALIB2: Found 516 good solutions CALIB2: Average closure rms = 0.0011 +- 0.0002 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.42857 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.23810 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.19048 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.04762 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 0.3 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 19991101 . C BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: FACSET: source model will be scaled to 7.462 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.75165E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 90 percent complete CALIB2: FACSET: source model will be scaled to 7.510 Jy CALIB2: FACSET: 7.652053 Jy found from 542 components CALIB2: FACSET: scaling factor set to 9.81438E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 542 CCs CALIB2: Determining solutions CALIB2: Deleted 25 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.150E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.176E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.154E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.200E+00 CALIB2: Found 100 good solutions CALIB2: Average closure rms = 0.0005 +- 0.0000 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.50000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1400+621 : 0 C 1 1.73148 +/- 0.00238 GETJY2: 2 1.74384 +/- 0.00259 GETJY2: 1549+506 : 0 A 1 0.82511 +/- 0.00118 GETJY2: 2 0.82139 +/- 0.00119 GETJY2: 1634+627 : 0 C 1 1.51989 +/- 0.00295 GETJY2: 2 1.53529 +/- 0.00334 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 129 merged records from 129 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 475 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 129 merged records from 129 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 19991101 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.1 Real= 0 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .C BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 360 0 360 SPLIT2: Fully 0 0 4140 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create 1400+621 .C BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 4750 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1549+506 .C BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 410 0 410 SPLIT2: Fully 0 0 9331 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1600+434 .C BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 0 0 0 SPLIT2: Fully 0 0 17875 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create 1559+437 .C BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 75 0 75 SPLIT2: Fully 0 0 6750 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Create 1634+627 .C BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 378 0 378 SPLIT2: Fully 0 0 5307 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 0.2 Real= 1 d AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char( ds);end AIPS 2: sys2com(7)=substr(sys2com(7),1,2);clrtemp AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(di r) $must be 23 AIPS 2: dir=substr(dir,8,ki);if(ki<>23)then;type'OOPS: WRONG DIRECTO RY NAME ?';end AIPS 2: end;syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: string*4 nnsl AIPS 2: string*20 expnm AIPS 2: string*64 expfile AIPS 2: scalar nn,mai,uvi,xe,nif AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error;intype'UV';chknam e;uvi=1-error AIPS 2: default fitab;indisk=lsdisk;recat;douvcomp=-1;nif=2;type expid AIPS 2: $2IF IM, or reset in uv#1 AIPS 2: if(numfle>3)then $ at least 1UVF, 1TSV, 1SS, 1MA AIPS 2: egetname 1;nnsl=mkarr;nvasname;i=1;clrtemp AIPS 2: while((substr(expnm,i,i)<>'_')&(i<21));i=i+1;end;dir=substr( expnm,1,i-1) AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.UVF';syscom'm kdir AIPS 2: sysout'';sys2com'';sys2com(2) ' >& /dev/null AIPS 2: sys2com(1)' $ADAT/'!!dir;system;gx;clrtemp;egetname 2;clrtemp ;syscom'\mv -f AIPS 2: outfile='ADAT:'!!expnm!!'_'!!frqs!!stc!!nnsl!!'.TSV';gx AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'_* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ADAT/'!!expnm!!'.* $ADAT/'!!dir;system AIPS 2: sys2com(1)' $ARUN/'!!expnm!!'.* $ADAT/'!!dir;system;j=2;mai= 0 AIPS 2: while(j& /de v/null AIPS 2: outfile='AIMG:'!!outfile;if(xe=1)then;gx;end;syscom'\mv -f $aimg/ AIPS 2: sys2com(1)=substr(outfile,6,length(outfile))!!' $aimg/ AIPS 2: sys2com(2)=dir;system;clrtemp;end;for nn=(uvi+1):numfle $ archive MAps AIPS 2: egetname nn;chkname;xe=1-error;if((intype='MA')&(inclass=' NVAS06'))then AIPS 2: nvasname;sysout'';sys2com'';sys2com(8) ' >& /dev/null AIPS 2: expfile=outfile;outfile='AIMG:'!!outfile AIPS 2: if(xe=1)then;gx;syscom'fits2jpeg -fits $aimg/ AIPS 2: sys2com(1)=expfile!!' -jpeg $aimg/ AIPS 2: sys2com(2)=expfile!!'.jpg ; convert $aimg/ AIPS 2: sys2com(3)=expfile!!'.jpg AIPS 2: sys2com(4)=' -resize 150x150 -gamma 1.5 -depth 32 $aimg/ AIPS 2: sys2com(5)=expfile!!'.JPG'!!' ; \mv -f $aimg/ AIPS 2: sys2com(6)=expfile!!'* $aimg/ AIPS 2: sys2com(7)=dir;system;clrtemp;end;end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;if(uvi>3)then;nvasimage;nvasarch AIPS 2: end AIPS 2: AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 19991101.C BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_C' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_C.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1958 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1365 CELLSIZE 0.40482 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40482 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 C BAND Seq 1 Disk: 1 in slot 3 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 47.0 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: 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 48.3 00002 -1 507 512 513 C 3 1012 1012 13 30 45.21 30 27 40.5 00003 -1 507 512 513 C 4 1012 1012 13 31 31.37 30 27 40.5 00004 -1 507 512 513 C 5 1012 1012 13 30 45.18 30 33 25.1 00005 -1 507 512 513 C 6 1012 1012 13 31 31.39 30 33 25.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 36 17.6 00007 -1 507 512 513 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.3262E-02 -3.4466E+02 0 IMAGR2: Field 3 1012 1012 -2.9824E+02 -1.7246E+02 0 IMAGR2: Field 4 1012 1012 2.9829E+02 -1.7246E+02 0 IMAGR2: Field 5 1012 1012 -2.9863E+02 1.7214E+02 0 IMAGR2: Field 6 1012 1012 2.9855E+02 1.7214E+02 0 IMAGR2: Field 7 1012 1012 2.3262E-02 3.4464E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 9 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4500 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.563E+04 IMAGR2: UVWAIT: Adding temperance S 3.126E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.959E+06 and out 9.647E+06 IMAGR2: UVWAIT: Noise is increased by a factor 1.114 due to weighting IMAGR2: UVWAIT: Average summed weight 1.563E+04 over 8640 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 10 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 11 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 12 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 13 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 14 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 15 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 16 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 23 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 1 Beam min = -171.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.641 x 1.231 arcsec, PA= 66.6 IMAGR2: Field 2 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 2 Beam min = -171.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.645 x 1.232 arcsec, PA= 66.5 IMAGR2: Field 3 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 3 Beam min = -140.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.651 x 1.231 arcsec, PA= 66.5 IMAGR2: Field 4 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 4 Beam min = -132.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.636 x 1.232 arcsec, PA= 66.6 IMAGR2: Field 5 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 5 Beam min = -120.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.647 x 1.231 arcsec, PA= 66.6 IMAGR2: Field 6 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 6 Beam min = -132.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.632 x 1.231 arcsec, PA= 66.7 IMAGR2: Field 7 Sum of gridding weights = 1.02415E+08 IMAGR2: Field 7 Beam min = -171.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.638 x 1.231 arcsec, PA= 66.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -800.2 MilliJy,max = 7.5 Jy IMAGR2: Field 2 min = -724.9 MilliJy,max = 2.7 Jy IMAGR2: Field 3 min = -748.0 MilliJy,max = 2.8 Jy IMAGR2: Field 4 min = -765.0 MilliJy,max = 2.2 Jy IMAGR2: Field 5 min = -773.3 MilliJy,max = 2.2 Jy IMAGR2: Field 6 min = -772.0 MilliJy,max = 2.8 Jy IMAGR2: Field 7 min = -742.0 MilliJy,max = 2.7 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.32 Jy IMAGR2: 1203 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.407 Jy iter= 6 IMAGR2: Field 1 Clean flux density= 3.497 Jy 6 comps IMAGR2: Total Cleaned flux density = 3.497 Jy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -421.6 MilliJy,max = 4.0 Jy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 835.04 MilliJy IMAGR2: 574 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.897 Jy iter= 14 IMAGR2: Field 1 Clean flux density= 5.756 Jy 14 comps IMAGR2: Total Cleaned flux density = 5.756 Jy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -174.0 MilliJy,max = 662.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.313E-01 < Second best 2.672E+00 IMAGR2: Field 3 min = -188.0 MilliJy,max = 661.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.300E-01 < Second best 2.494E+00 IMAGR2: Field 2 min = -175.3 MilliJy,max = 640.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.927E-01 < Second best 2.462E+00 IMAGR2: Field 7 min = -163.3 MilliJy,max = 637.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.873E-01 < Second best 1.804E+00 IMAGR2: Field 1 min = -183.0 MilliJy,max = 1.7 Jy IMAGR2: BGC Clean: using 1749 cell beam + residuals > 579.81 MilliJy IMAGR2: 83 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 779.574 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 6.824 Jy 23 comps IMAGR2: Total Cleaned flux density = 6.824 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -82.5 MilliJy,max = 219.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.632E-01 < Second best 1.574E+00 IMAGR2: Field 4 min = -77.5 MilliJy,max = 226.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.652E-01 < Second best 7.416E-01 IMAGR2: Field 1 min = -90.3 MilliJy,max = 711.7 MilliJy IMAGR2: BGC Clean: using 1935 cell beam + residuals > 195.26 MilliJy IMAGR2: 210 Residual map points loaded IMAGR2: Field 1 min allowed flux = 338.862 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 7.278 Jy 32 comps IMAGR2: Total Cleaned flux density = 7.278 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -42.7 MilliJy,max = 113.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.085E-01 < Second best 6.300E-01 IMAGR2: Field 3 min = -49.6 MilliJy,max = 111.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.062E-01 < Second best 5.927E-01 IMAGR2: Field 2 min = -45.8 MilliJy,max = 120.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.152E-01 < Second best 5.873E-01 IMAGR2: Field 7 min = -42.7 MilliJy,max = 117.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.124E-01 < Second best 3.224E-01 IMAGR2: Field 1 min = -59.5 MilliJy,max = 309.7 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 64.21 MilliJy IMAGR2: 881 Residual map points loaded IMAGR2: Field 1 min allowed flux = 149.714 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 7.477 Jy 41 comps IMAGR2: Total Cleaned flux density = 7.477 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -33.1 MilliJy,max = 48.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.915E-02 < Second best 1.632E-01 IMAGR2: Field 5 min = -40.7 MilliJy,max = 47.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.021E-02 < Second best 1.424E-01 IMAGR2: Field 1 min = -57.0 MilliJy,max = 136.4 MilliJy IMAGR2: BGC Clean: using 1935 cell beam + residuals > 37.50 MilliJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 1 min allowed flux = 65.140 MilliJy iter= 53 IMAGR2: Field 1 Clean flux density= 7.557 Jy 53 comps IMAGR2: Total Cleaned flux density = 7.557 Jy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -36.1 MilliJy,max = 33.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.453E-02 < Second best 1.124E-01 IMAGR2: Field 7 min = -44.7 MilliJy,max = 37.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.272E-02 < Second best 1.085E-01 IMAGR2: Field 6 min = -25.4 MilliJy,max = 27.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.654E-02 < Second best 1.062E-01 IMAGR2: Field 3 min = -41.3 MilliJy,max = 36.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.730E-02 < Second best 6.201E-02 IMAGR2: Field 1 min = -64.8 MilliJy,max = 62.8 MilliJy IMAGR2: BGC Clean: using 1749 cell beam + residuals > 19.91 MilliJy IMAGR2: 3136 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.400 MilliJy iter= 88 IMAGR2: Field 1 Clean flux density= 7.563 Jy 88 comps IMAGR2: Total Cleaned flux density = 7.563 Jy 88 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -29.1 MilliJy,max = 29.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.805E-02 < Second best 4.021E-02 IMAGR2: Field 5 min = -32.4 MilliJy,max = 32.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.742E-02 < Second best 3.915E-02 IMAGR2: Field 4 min = -21.9 MilliJy,max = 27.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.391E-02 < Second best 3.730E-02 IMAGR2: Field 3 min = -32.5 MilliJy,max = 29.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.845E-02 < Second best 3.453E-02 IMAGR2: Field 2 min = -24.5 MilliJy,max = 23.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.340E-02 < Second best 3.088E-02 IMAGR2: Field 1 min = -31.9 MilliJy,max = 30.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 14.33 MilliJy IMAGR2: 2234 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 21.852 MilliJy iter= 147 IMAGR2: Field 1 Clean flux density= 7.576 Jy 147 comps IMAGR2: Total Cleaned flux density = 7.576 Jy 147 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -26.4 MilliJy,max = 26.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.525E-02 < Second best 2.805E-02 IMAGR2: Field 7 min = -22.0 MilliJy,max = 23.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.212E-02 < Second best 2.742E-02 IMAGR2: Field 5 min = -29.4 MilliJy,max = 28.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.40 MilliJy IMAGR2: 4104 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -19.774 MilliJy iter= 87 IMAGR2: Field 5 Clean flux density= -41.311 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 7.535 Jy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -21.9 MilliJy,max = 25.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 13.24 MilliJy IMAGR2: 1838 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 17.720 MilliJy iter= 90 IMAGR2: Field 6 Clean flux density= 47.302 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 7.582 Jy 324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -24.0 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.911E-02 < Second best 2.391E-02 IMAGR2: Field 4 min = -18.5 MilliJy,max = 20.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.927E-02 < Second best 2.340E-02 IMAGR2: Field 2 min = -17.0 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.598E-02 < Second best 2.212E-02 IMAGR2: Field 7 min = -18.5 MilliJy,max = 19.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.899E-02 < Second best 2.086E-02 IMAGR2: Field 1 min = -17.4 MilliJy,max = 21.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.51 MilliJy IMAGR2: 319 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -13.094 MilliJy iter= 191 IMAGR2: Field 1 Clean flux density= 7.603 Jy 191 comps IMAGR2: Total Cleaned flux density = 7.609 Jy 368 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -18.6 MilliJy,max = 19.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.50 MilliJy IMAGR2: 1362 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -14.313 MilliJy iter= 99 IMAGR2: Field 4 Clean flux density= 13.986 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -22.8 MilliJy,max = 19.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 11.48 MilliJy IMAGR2: 1633 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -14.455 MilliJy iter= 131 IMAGR2: Field 3 Clean flux density= -15.862 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 7.607 Jy 598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -15.6 MilliJy,max = 16.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.540E-02 < Second best 1.891E-02 IMAGR2: Field 5 min = -18.4 MilliJy,max = 15.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.385E-02 < Second best 1.693E-02 IMAGR2: Field 6 min = -12.4 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.206E-02 < Second best 1.598E-02 IMAGR2: Field 2 min = -13.0 MilliJy,max = 13.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.277E-02 < Second best 1.540E-02 IMAGR2: BGC Clean: using 137 cell beam + residuals > 9.17 MilliJy IMAGR2: 722 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -10.552 MilliJy iter= 88 IMAGR2: Field 7 Clean flux density= -20.283 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 7.587 Jy 686 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -17.4 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.232E-02 < Second best 1.383E-02 IMAGR2: Field 3 min = -11.7 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.103E-02 < Second best 1.368E-02 IMAGR2: Field 4 min = -12.8 MilliJy,max = 15.9 MilliJy IMAGR2: BGC Clean: using 981 cell beam + residuals > 7.90 MilliJy IMAGR2: 3326 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 9.051 MilliJy iter= 197 IMAGR2: Field 4 Clean flux density= 47.569 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 7.620 Jy 784 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -11.1 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.038E-02 < Second best 1.250E-02 IMAGR2: Field 1 min = -11.5 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.142E-02 < Second best 1.232E-02 IMAGR2: Field 5 min = -17.7 MilliJy,max = 14.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.29 MilliJy IMAGR2: 3297 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 9.205 MilliJy iter= 308 IMAGR2: Field 5 Clean flux density= 4.605 MilliJy 308 comps IMAGR2: Total Cleaned flux density = 7.666 Jy 1005 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.6 MilliJy,max = 12.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.086E-02 < Second best 1.142E-02 IMAGR2: Field 1 min = -12.3 MilliJy,max = 13.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.19 MilliJy IMAGR2: 515 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.999 MilliJy iter= 293 IMAGR2: Field 1 Clean flux density= 7.575 Jy 293 comps IMAGR2: Total Cleaned flux density = 7.638 Jy 1107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.7 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.384E-03 < Second best 1.086E-02 IMAGR2: Field 6 min = -10.4 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 7.05 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.956 MilliJy iter= 233 IMAGR2: Field 6 Clean flux density= 17.168 MilliJy 233 comps IMAGR2: Total Cleaned flux density = 7.608 Jy 1250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.3 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.239E-03 < Second best 1.009E-02 IMAGR2: Field 7 min = -9.0 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.790E-03 < Second best 8.811E-03 IMAGR2: Field 5 min = -13.6 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 6.30 MilliJy IMAGR2: 372 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 6.778 MilliJy iter= 403 IMAGR2: Field 5 Clean flux density= 17.303 MilliJy 403 comps IMAGR2: Total Cleaned flux density = 7.621 Jy 1345 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.3 MilliJy,max = 10.6 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.81 MilliJy IMAGR2: 1057 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -6.437 MilliJy iter= 346 IMAGR2: Field 4 Clean flux density= 49.429 MilliJy 346 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 1494 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.3 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 5.46 MilliJy IMAGR2: 1107 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 6.051 MilliJy iter= 283 IMAGR2: Field 3 Clean flux density= 10.658 MilliJy 283 comps IMAGR2: Total Cleaned flux density = 7.649 Jy 1646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.7 MilliJy,max = 7.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.470E-03 < Second best 7.790E-03 IMAGR2: Field 7 min = -8.3 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 139 cell beam + residuals > 5.46 MilliJy IMAGR2: 215 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -5.688 MilliJy iter= 155 IMAGR2: Field 7 Clean flux density= -17.508 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 7.652 Jy 1713 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.806E-03 < Second best 7.616E-03 IMAGR2: Field 6 min = -8.1 MilliJy,max = 8.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.71 MilliJy IMAGR2: 883 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.107 MilliJy iter= 381 IMAGR2: Field 6 Clean flux density= -612.931 MicroJy 381 comps IMAGR2: Total Cleaned flux density = 7.634 Jy 1861 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.1 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.120E-03 < Second best 6.470E-03 IMAGR2: Field 2 min = -7.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.47 MilliJy IMAGR2: 765 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.868 MilliJy iter= 162 IMAGR2: Field 2 Clean flux density= 29.759 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 7.664 Jy 2023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -6.4 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.15 MilliJy IMAGR2: 357 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.370 MilliJy iter= 433 IMAGR2: Field 4 Clean flux density= 44.529 MilliJy 433 comps IMAGR2: Total Cleaned flux density = 7.659 Jy 2110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.7 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.17 MilliJy IMAGR2: 2049 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.733 MilliJy iter= 675 IMAGR2: Field 5 Clean flux density= -34.696 MilliJy 675 comps IMAGR2: Total Cleaned flux density = 7.607 Jy 2382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.2 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.17 MilliJy IMAGR2: 113 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.260 MilliJy iter= 339 IMAGR2: Field 1 Clean flux density= 7.591 Jy 339 comps IMAGR2: Total Cleaned flux density = 7.623 Jy 2428 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.1 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.85 MilliJy IMAGR2: 406 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.025 MilliJy iter= 393 IMAGR2: Field 3 Clean flux density= 24.580 MilliJy 393 comps IMAGR2: Total Cleaned flux density = 7.637 Jy 2538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.69 MilliJy IMAGR2: 268 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.827 MilliJy iter= 247 IMAGR2: Field 7 Clean flux density= -18.746 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 7.636 Jy 2630 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.3 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.52 MilliJy IMAGR2: 1286 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.810 MilliJy iter= 597 IMAGR2: Field 6 Clean flux density= 1.958 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 7.638 Jy 2846 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.37 MilliJy IMAGR2: 584 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.550 MilliJy iter= 311 IMAGR2: Field 2 Clean flux density= 27.203 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 7.636 Jy 2995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.0 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.11 MilliJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.279 MilliJy iter= 829 IMAGR2: Field 5 Clean flux density= -38.902 MilliJy 829 comps IMAGR2: Total Cleaned flux density = 7.632 Jy 3149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.6 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.00 MilliJy IMAGR2: 1389 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.236 MilliJy iter= 673 IMAGR2: Field 4 Clean flux density= 54.636 MilliJy 673 comps IMAGR2: Total Cleaned flux density = 7.642 Jy 3389 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR2: 243 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.031 MilliJy iter= 432 IMAGR2: Field 1 Clean flux density= 7.590 Jy 432 comps IMAGR2: Total Cleaned flux density = 7.641 Jy 3482 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.5 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 1585 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.093 MilliJy iter= 671 IMAGR2: Field 3 Clean flux density= 48.196 MilliJy 671 comps IMAGR2: Total Cleaned flux density = 7.665 Jy 3760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.4 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 810 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.965 MilliJy iter= 454 IMAGR2: Field 7 Clean flux density= -26.017 MilliJy 454 comps IMAGR2: Total Cleaned flux density = 7.658 Jy 3967 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.66 MilliJy IMAGR2: 1506 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.845 MilliJy iter= 867 IMAGR2: Field 6 Clean flux density= -11.607 MilliJy 867 comps IMAGR2: Total Cleaned flux density = 7.644 Jy 4237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 952 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.720 MilliJy iter= 536 IMAGR2: Field 2 Clean flux density= 37.171 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 7.654 Jy 4462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 917 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.631 MilliJy iter= 1041 IMAGR2: Field 5 Clean flux density= -44.601 MilliJy 1041 comps IMAGR2: Total Cleaned flux density = 7.648 Jy 4674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR2: 824 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.514 MilliJy iter= 872 IMAGR2: Field 4 Clean flux density= 57.945 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 7.652 Jy 4873 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 1132 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.429 MilliJy iter= 899 IMAGR2: Field 3 Clean flux density= 53.319 MilliJy 899 comps IMAGR2: Total Cleaned flux density = 7.657 Jy 5101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR2: 173 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.306 MilliJy iter= 500 IMAGR2: Field 1 Clean flux density= 7.594 Jy 500 comps IMAGR2: Total Cleaned flux density = 7.661 Jy 5169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.6 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.267 MilliJy iter= 625 IMAGR2: Field 7 Clean flux density= -27.864 MilliJy 625 comps IMAGR2: Total Cleaned flux density = 7.659 Jy 5340 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR2: 1571 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.217 MilliJy iter= 1152 IMAGR2: Field 6 Clean flux density= -26.304 MilliJy 1152 comps IMAGR2: Total Cleaned flux density = 7.644 Jy 5625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 1059 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.120 MilliJy iter= 769 IMAGR2: Field 2 Clean flux density= 44.058 MilliJy 769 comps IMAGR2: Total Cleaned flux density = 7.651 Jy 5858 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 1587 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.083 MilliJy iter= 1352 IMAGR2: Field 5 Clean flux density= -54.007 MilliJy 1352 comps IMAGR2: Total Cleaned flux density = 7.641 Jy 6169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR2: 1578 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.011 MilliJy iter= 1200 IMAGR2: Field 4 Clean flux density= 74.446 MilliJy 1200 comps IMAGR2: Total Cleaned flux density = 7.658 Jy 6497 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR2: 2843 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.991 MilliJy iter= 1338 IMAGR2: Field 3 Clean flux density= 54.575 MilliJy 1338 comps IMAGR2: Total Cleaned flux density = 7.659 Jy 6936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR2: 871 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.929 MilliJy iter= 722 IMAGR2: Field 1 Clean flux density= 7.589 Jy 722 comps IMAGR2: Total Cleaned flux density = 7.654 Jy 7158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 604 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.856 MilliJy iter= 796 IMAGR2: Field 7 Clean flux density= -31.164 MilliJy 796 comps IMAGR2: Total Cleaned flux density = 7.651 Jy 7329 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR2: 2247 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.876 MilliJy iter= 1543 IMAGR2: Field 6 Clean flux density= -35.770 MilliJy 1543 comps IMAGR2: Total Cleaned flux density = 7.641 Jy 7720 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1215 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.795 MilliJy iter= 1028 IMAGR2: Field 2 Clean flux density= 47.944 MilliJy 1028 comps IMAGR2: Total Cleaned flux density = 7.645 Jy 7979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.0 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR2: 1644 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.771 MilliJy iter= 1704 IMAGR2: Field 5 Clean flux density= -59.235 MilliJy 1704 comps IMAGR2: Total Cleaned flux density = 7.640 Jy 8331 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1108 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.709 MilliJy iter= 1475 IMAGR2: Field 4 Clean flux density= 76.162 MilliJy 1475 comps IMAGR2: Total Cleaned flux density = 7.642 Jy 8606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 2343 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.669 MilliJy iter= 1732 IMAGR2: Field 3 Clean flux density= 66.735 MilliJy 1732 comps IMAGR2: Total Cleaned flux density = 7.654 Jy 9000 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 696 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.613 MilliJy iter= 905 IMAGR2: Field 1 Clean flux density= 7.584 Jy 905 comps IMAGR2: Total Cleaned flux density = 7.649 Jy 9183 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 2839 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.610 MilliJy iter= 1989 IMAGR2: Field 6 Clean flux density= -39.569 MilliJy 1989 comps IMAGR2: Total Cleaned flux density = 7.645 Jy 9629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 255 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.521 MilliJy iter= 892 IMAGR2: Field 7 Clean flux density= -30.571 MilliJy 892 comps IMAGR2: Total Cleaned flux density = 7.646 Jy 9725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1779 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.540 MilliJy iter= 1357 IMAGR2: Field 2 Clean flux density= 55.047 MilliJy 1357 comps IMAGR2: Total Cleaned flux density = 7.653 Jy 10054 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 1614 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.504 MilliJy iter= 2048 IMAGR2: Field 5 Clean flux density= -67.607 MilliJy 2048 comps IMAGR2: Total Cleaned flux density = 7.644 Jy 10398 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR2: 1325 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.462 MilliJy iter= 1801 IMAGR2: Field 4 Clean flux density= 86.891 MilliJy 1801 comps IMAGR2: Total Cleaned flux density = 7.655 Jy 10724 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 2838 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.442 MilliJy iter= 2200 IMAGR2: Field 3 Clean flux density= 71.920 MilliJy 2200 comps IMAGR2: Total Cleaned flux density = 7.660 Jy 11192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1142 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.425 MilliJy iter= 1158 IMAGR2: Field 1 Clean flux density= 7.572 Jy 1158 comps IMAGR2: Total Cleaned flux density = 7.648 Jy 11445 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 3577 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.408 MilliJy iter= 2523 IMAGR2: Field 6 Clean flux density= -29.932 MilliJy 2523 comps IMAGR2: Total Cleaned flux density = 7.658 Jy 11979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 2167 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.367 MilliJy iter= 1765 IMAGR2: Field 2 Clean flux density= 55.914 MilliJy 1765 comps IMAGR2: Total Cleaned flux density = 7.659 Jy 12387 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1482 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.349 MilliJy iter= 1202 IMAGR2: Field 7 Clean flux density= -32.854 MilliJy 1202 comps IMAGR2: Total Cleaned flux density = 7.656 Jy 12697 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.29 MilliJy IMAGR2: 1098 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.330 MilliJy iter= 2348 IMAGR2: Field 5 Clean flux density= -67.666 MilliJy 2348 comps IMAGR2: Total Cleaned flux density = 7.656 Jy 12997 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1269 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.307 MilliJy iter= 2118 IMAGR2: Field 4 Clean flux density= 96.706 MilliJy 2118 comps IMAGR2: Total Cleaned flux density = 7.666 Jy 13314 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2600 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.297 MilliJy iter= 2631 IMAGR2: Field 3 Clean flux density= 74.238 MilliJy 2631 comps IMAGR2: Total Cleaned flux density = 7.668 Jy 13745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 480 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.254 MilliJy iter= 1275 IMAGR2: Field 1 Clean flux density= 7.572 Jy 1275 comps IMAGR2: Total Cleaned flux density = 7.668 Jy 13862 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 3488 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.256 MilliJy iter= 3024 IMAGR2: Field 6 Clean flux density= -37.948 MilliJy 3024 comps IMAGR2: Total Cleaned flux density = 7.660 Jy 14363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR2: 2231 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.221 MilliJy iter= 2147 IMAGR2: Field 2 Clean flux density= 59.646 MilliJy 2147 comps IMAGR2: Total Cleaned flux density = 7.664 Jy 14745 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 1341 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.190 MilliJy iter= 1472 IMAGR2: Field 7 Clean flux density= -31.956 MilliJy 1472 comps IMAGR2: Total Cleaned flux density = 7.665 Jy 15015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 919 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.174 MilliJy iter= 2596 IMAGR2: Field 5 Clean flux density= -65.342 MilliJy 2596 comps IMAGR2: Total Cleaned flux density = 7.667 Jy 15263 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.174 MilliJy iter= 2427 IMAGR2: Field 4 Clean flux density= 103.886 MilliJy 2427 comps IMAGR2: Total Cleaned flux density = 7.674 Jy 15572 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 3350 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.175 MilliJy iter= 2984 IMAGR2: Field 3 Clean flux density= 74.758 MilliJy 2984 comps IMAGR2: Total Cleaned flux density = 7.675 Jy 15925 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 6196 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.175 MilliJy iter= 3440 IMAGR2: Field 6 Clean flux density= -31.883 MilliJy 3440 comps IMAGR2: Total Cleaned flux density = 7.681 Jy 16341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 956.03 MicroJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.173 MilliJy iter= 1358 IMAGR2: Field 1 Clean flux density= 7.570 Jy 1358 comps IMAGR2: Total Cleaned flux density = 7.679 Jy 16424 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.80 MicroJy IMAGR2: 6987 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.173 MilliJy iter= 2236 IMAGR2: Field 2 Clean flux density= 57.444 MilliJy 2236 comps IMAGR2: Total Cleaned flux density = 7.677 Jy 16513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 672.37 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.171 MilliJy iter= 1493 IMAGR2: Field 7 Clean flux density= -31.815 MilliJy 1493 comps IMAGR2: Total Cleaned flux density = 7.677 Jy 16534 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.175 less than limit 1.175 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1358 to 685 components IMAGR2: Field 2 compressed from 2236 to 1202 components IMAGR2: Field 3 compressed from 2984 to 1575 components IMAGR2: Field 4 compressed from 2427 to 1283 components IMAGR2: Field 5 compressed from 2596 to 1393 components IMAGR2: Field 6 compressed from 3440 to 1881 components IMAGR2: Field 7 compressed from 1493 to 899 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 12.319 MilliJy ( 53 CCs) from field 1 to field 2 IMAGR2: Restore -1.488 MilliJy ( 96 CCs) from field 1 to field 3 IMAGR2: Restore -7.354 MilliJy ( 61 CCs) from field 1 to field 4 IMAGR2: Restore -8.040 MilliJy ( 95 CCs) from field 1 to field 5 IMAGR2: Restore -11.980 MilliJy ( 120 CCs) from field 1 to field 6 IMAGR2: Restore -9.191 MilliJy ( 90 CCs) from field 1 to field 7 IMAGR2: Restore -1.172 MilliJy ( 50 CCs) from field 2 to field 1 IMAGR2: Restore-151.855 MicroJy ( 153 CCs) from field 2 to field 3 IMAGR2: Restore 4.544 MilliJy ( 131 CCs) from field 2 to field 4 IMAGR2: Restore-634.739 MicroJy ( 48 CCs) from field 3 to field 1 IMAGR2: Restore -4.236 MilliJy ( 65 CCs) from field 3 to field 2 IMAGR2: Restore -14.681 MilliJy ( 53 CCs) from field 3 to field 5 IMAGR2: Restore 2.185 MilliJy ( 35 CCs) from field 4 to field 1 IMAGR2: Restore 1.428 MilliJy ( 42 CCs) from field 4 to field 2 IMAGR2: Restore 9.040 MilliJy ( 64 CCs) from field 4 to field 6 IMAGR2: Restore -17.374 MilliJy ( 35 CCs) from field 5 to field 1 IMAGR2: Restore -9.148 MilliJy ( 92 CCs) from field 5 to field 3 IMAGR2: Restore -14.942 MilliJy ( 60 CCs) from field 5 to field 7 IMAGR2: Restore 1.921 MilliJy ( 30 CCs) from field 6 to field 1 IMAGR2: Restore 19.391 MilliJy ( 67 CCs) from field 6 to field 4 IMAGR2: Restore 4.126 MilliJy ( 49 CCs) from field 6 to field 7 IMAGR2: Restore -83.622 MicroJy ( 23 CCs) from field 7 to field 1 IMAGR2: Restore -2.040 MilliJy ( 140 CCs) from field 7 to field 5 IMAGR2: Restore 3.088 MilliJy ( 45 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 7.555 Jy IMAGR2: Field 2 final Clean flux 66.955 MilliJy IMAGR2: Field 3 final Clean flux 63.970 MilliJy IMAGR2: Field 4 final Clean flux 120.467 MilliJy IMAGR2: Field 5 final Clean flux -90.103 MilliJy IMAGR2: Field 6 final Clean flux -31.735 MilliJy IMAGR2: Field 7 final Clean flux -51.822 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 9 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 107.9 Real= 108 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1341 CELLSIZE 0.41201 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.41201 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.097 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 C BAND Seq 1 Disk: 1 in slot 4 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 76.9 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 04 47.8 00002 -1 507 512 513 C 3 1012 1012 13 59 45.34 62 07 42.7 00003 -1 507 512 513 C 4 1012 1012 14 01 11.97 62 07 42.7 00004 -1 507 512 513 C 5 1012 1012 13 59 45.20 62 13 33.5 00005 -1 507 512 513 C 6 1012 1012 14 01 12.11 62 13 33.5 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 16 29.3 00007 -1 507 512 513 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -3.5073E+02 0 IMAGR2: Field 3 1012 1012 -3.0323E+02 -1.7583E+02 0 IMAGR2: Field 4 1012 1012 3.0327E+02 -1.7583E+02 0 IMAGR2: Field 5 1012 1012 -3.0421E+02 1.7497E+02 0 IMAGR2: Field 6 1012 1012 3.0425E+02 1.7497E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 3.5077E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 16 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 4825 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.642E+04 IMAGR2: UVWAIT: Adding temperance S 3.283E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.841E+06 and out 1.178E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.122 due to weighting IMAGR2: UVWAIT: Average summed weight 1.642E+04 over 9575 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 17 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 18 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 19 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 20 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 21 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 30 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.25031E+08 IMAGR2: Field 1 Beam min = -205.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.072 x 1.210 arcsec, PA= -88.2 IMAGR2: Field 2 Sum of gridding weights = 1.25031E+08 IMAGR2: Field 2 Beam min = -205.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.072 x 1.210 arcsec, PA= -88.2 IMAGR2: Field 3 Sum of gridding weights = 1.25030E+08 IMAGR2: Field 3 Beam min = -103.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.076 x 1.210 arcsec, PA= -88.4 IMAGR2: Field 4 Sum of gridding weights = 1.25031E+08 IMAGR2: Field 4 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.068 x 1.210 arcsec, PA= -88.0 IMAGR2: Field 5 Sum of gridding weights = 1.25030E+08 IMAGR2: Field 5 Beam min = -103.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.076 x 1.210 arcsec, PA= -88.3 IMAGR2: Field 6 Sum of gridding weights = 1.25030E+08 IMAGR2: Field 6 Beam min = -115.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.068 x 1.210 arcsec, PA= -87.9 IMAGR2: Field 7 Sum of gridding weights = 1.25031E+08 IMAGR2: Field 7 Beam min = -205.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.072 x 1.210 arcsec, PA= -88.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -139.1 MilliJy,max = 1.7 Jy IMAGR2: Field 2 min = -135.6 MilliJy,max = 563.3 MilliJy IMAGR2: Field 3 min = -180.6 MilliJy,max = 547.8 MilliJy IMAGR2: Field 4 min = -183.6 MilliJy,max = 554.2 MilliJy IMAGR2: Field 5 min = -178.4 MilliJy,max = 544.5 MilliJy IMAGR2: Field 6 min = -170.7 MilliJy,max = 529.6 MilliJy IMAGR2: Field 7 min = -150.4 MilliJy,max = 565.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 270.16 MilliJy IMAGR2: 1577 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 922.246 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 905.346 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 905.346 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -66.5 MilliJy,max = 830.0 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 224.75 MilliJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 397.005 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 1.378 Jy 15 comps IMAGR2: Total Cleaned flux density = 1.378 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -37.8 MilliJy,max = 109.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.047E-01 < Second best 5.221E-01 IMAGR2: Field 3 min = -39.0 MilliJy,max = 112.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-01 < Second best 5.189E-01 IMAGR2: Field 5 min = -36.3 MilliJy,max = 117.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.124E-01 < Second best 5.048E-01 IMAGR2: Field 6 min = -37.3 MilliJy,max = 118.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.130E-01 < Second best 3.776E-01 IMAGR2: Field 1 min = -30.9 MilliJy,max = 357.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.399E-01 < Second best 3.695E-01 IMAGR2: Field 7 min = -34.6 MilliJy,max = 119.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.820E-02 < Second best 3.624E-01 IMAGR2: Field 2 min = -30.0 MilliJy,max = 118.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.776E-02 < Second best 3.399E-01 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 55.63 MilliJy IMAGR2: 1816 Residual map points loaded IMAGR2: Field 1 min allowed flux = 176.108 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 1.582 Jy 23 comps IMAGR2: Total Cleaned flux density = 1.582 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.0 MilliJy,max = 158.5 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 42.92 MilliJy IMAGR2: 192 Residual map points loaded IMAGR2: Field 1 min allowed flux = 73.082 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.694 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.694 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.9 MilliJy,max = 25.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.402E-02 < Second best 1.124E-01 IMAGR2: Field 5 min = -11.2 MilliJy,max = 26.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.543E-02 < Second best 1.074E-01 IMAGR2: Field 3 min = -11.9 MilliJy,max = 22.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.162E-02 < Second best 1.047E-01 IMAGR2: Field 4 min = -9.3 MilliJy,max = 19.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.891E-02 < Second best 7.820E-02 IMAGR2: Field 7 min = -9.8 MilliJy,max = 22.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.888E-02 < Second best 7.776E-02 IMAGR2: Field 2 min = -9.7 MilliJy,max = 23.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.698E-02 < Second best 6.952E-02 IMAGR2: Field 1 min = -14.3 MilliJy,max = 66.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.38 MilliJy IMAGR2: 2022 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.231 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.737 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.737 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.5 MilliJy,max = 30.3 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 8.10 MilliJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.899 MilliJy iter= 56 IMAGR2: Field 1 Clean flux density= 1.751 Jy 56 comps IMAGR2: Total Cleaned flux density = 1.751 Jy 56 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.7 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.359E-03 < Second best 2.402E-02 IMAGR2: Field 6 min = -8.7 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.335E-03 < Second best 2.162E-02 IMAGR2: Field 3 min = -8.2 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.832E-03 < Second best 1.891E-02 IMAGR2: Field 4 min = -8.1 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.706E-03 < Second best 1.888E-02 IMAGR2: Field 7 min = -8.0 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.468E-03 < Second best 1.698E-02 IMAGR2: Field 2 min = -8.4 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.203E-03 < Second best 1.419E-02 IMAGR2: Field 1 min = -14.4 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 1759 cell beam + residuals > 4.29 MilliJy IMAGR2: 6123 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.081 MilliJy iter= 101 IMAGR2: Field 1 Clean flux density= 1.747 Jy 101 comps IMAGR2: Total Cleaned flux density = 1.747 Jy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.1 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.522E-03 < Second best 8.335E-03 IMAGR2: Field 6 min = -6.4 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.497E-03 < Second best 7.832E-03 IMAGR2: Field 3 min = -5.7 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.635E-03 < Second best 7.706E-03 IMAGR2: Field 4 min = -6.8 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.473E-03 < Second best 7.468E-03 IMAGR2: Field 7 min = -5.4 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.590E-03 < Second best 7.203E-03 IMAGR2: Field 2 min = -6.7 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.132E-03 < Second best 6.752E-03 IMAGR2: Field 1 min = -7.1 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.25 MilliJy IMAGR2: 5268 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.395 MilliJy iter= 192 IMAGR2: Field 1 Clean flux density= 1.764 Jy 192 comps IMAGR2: Total Cleaned flux density = 1.764 Jy 192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.214E-03 < Second best 6.473E-03 IMAGR2: Field 4 min = -6.7 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 2148 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.444 MilliJy iter= 90 IMAGR2: Field 4 Clean flux density= -29.087 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 1.735 Jy 282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.14 MilliJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.797 MilliJy iter= 62 IMAGR2: Field 3 Clean flux density= 19.021 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 1.754 Jy 344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.802E-03 < Second best 5.497E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.439E-03 < Second best 5.214E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.621E-03 < Second best 5.155E-03 IMAGR2: Field 1 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.303E-03 < Second best 5.132E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.557E-03 < Second best 4.621E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 2923 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.427 MilliJy iter= 144 IMAGR2: Field 5 Clean flux density= 25.496 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.027E-03 < Second best 4.303E-03 IMAGR2: Field 1 min = -5.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 407 cell beam + residuals > 2.50 MilliJy IMAGR2: 545 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.829 MilliJy iter= 248 IMAGR2: Field 1 Clean flux density= 1.755 Jy 248 comps IMAGR2: Total Cleaned flux density = 1.770 Jy 544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.605E-03 < Second best 4.027E-03 IMAGR2: Field 6 min = -3.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.31 MilliJy IMAGR2: 890 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.739 MilliJy iter= 101 IMAGR2: Field 6 Clean flux density= 7.896 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 1.778 Jy 645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.718E-03 < Second best 3.628E-03 IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.919E-03 < Second best 3.605E-03 IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.049E-03 < Second best 3.557E-03 IMAGR2: Field 2 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.980E-03 < Second best 3.278E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.776E-03 < Second best 3.049E-03 IMAGR2: BGC Clean: using 531 cell beam + residuals > 2.04 MilliJy IMAGR2: 890 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.287 MilliJy iter= 172 IMAGR2: Field 4 Clean flux density= -16.566 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 1.791 Jy 727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 531 cell beam + residuals > 2.04 MilliJy IMAGR2: 175 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.159 MilliJy iter= 37 IMAGR2: Field 2 Clean flux density= -3.250 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 1.787 Jy 764 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 531 cell beam + residuals > 2.04 MilliJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.207 MilliJy iter= 126 IMAGR2: Field 3 Clean flux density= 15.858 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 1.784 Jy 828 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.395E-03 < Second best 2.718E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.515E-03 < Second best 2.701E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 739 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.947 MilliJy iter= 351 IMAGR2: Field 1 Clean flux density= 1.755 Jy 351 comps IMAGR2: Total Cleaned flux density = 1.784 Jy 931 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.235E-03 < Second best 2.515E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.208E-03 < Second best 2.395E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1403 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.835 MilliJy iter= 295 IMAGR2: Field 5 Clean flux density= 19.451 MilliJy 295 comps IMAGR2: Total Cleaned flux density = 1.778 Jy 1082 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.58 MilliJy IMAGR2: 1043 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.784 MilliJy iter= 245 IMAGR2: Field 6 Clean flux density= 7.485 MilliJy 245 comps IMAGR2: Total Cleaned flux density = 1.778 Jy 1226 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.954E-03 < Second best 2.189E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.906E-03 < Second best 2.113E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.937E-03 < Second best 2.066E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 923 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.528 MilliJy iter= 194 IMAGR2: Field 2 Clean flux density= 1.971 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 1383 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 642 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.493 MilliJy iter= 140 IMAGR2: Field 7 Clean flux density= -2.516 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 1523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.794E-03 < Second best 1.906E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.769E-03 < Second best 1.863E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.467E-03 < Second best 1.794E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 941 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.412 MilliJy iter= 299 IMAGR2: Field 3 Clean flux density= 17.625 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 1.782 Jy 1696 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 797 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.397 MilliJy iter= 342 IMAGR2: Field 4 Clean flux density= -17.994 MilliJy 342 comps IMAGR2: Total Cleaned flux density = 1.781 Jy 1866 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.471E-03 < Second best 1.710E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.339E-03 < Second best 1.471E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 520 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.170 MilliJy iter= 428 IMAGR2: Field 5 Clean flux density= 19.036 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 1.780 Jy 1999 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.242E-03 < Second best 1.464E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.211E-03 < Second best 1.430E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.270E-03 < Second best 1.353E-03 IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.199E-03 < Second best 1.339E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 922.68 MicroJy IMAGR2: 2427 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.134 MilliJy iter= 381 IMAGR2: Field 6 Clean flux density= 10.862 MilliJy 381 comps IMAGR2: Total Cleaned flux density = 1.784 Jy 2135 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.176E-03 < Second best 1.270E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.34 MicroJy IMAGR2: 2869 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.133 MilliJy iter= 162 IMAGR2: Field 7 Clean flux density= -1.573 MilliJy 162 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 2157 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.79 MicroJy IMAGR2: 1534 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.132 MilliJy iter= 358 IMAGR2: Field 1 Clean flux density= 1.755 Jy 358 comps IMAGR2: Total Cleaned flux density = 1.785 Jy 2164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 791.37 MicroJy IMAGR2: 3658 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.133 MilliJy iter= 220 IMAGR2: Field 2 Clean flux density= 81.757 MicroJy 220 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 2190 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 766.90 MicroJy IMAGR2: 4488 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.129 MilliJy iter= 313 IMAGR2: Field 3 Clean flux density= 17.174 MilliJy 313 comps IMAGR2: Total Cleaned flux density = 1.782 Jy 2204 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.94 MicroJy IMAGR2: 4774 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.124 MilliJy iter= 352 IMAGR2: Field 4 Clean flux density= -17.313 MilliJy 352 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 2214 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 590.67 MicroJy IMAGR2: 19993 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.123 MilliJy iter= 431 IMAGR2: Field 5 Clean flux density= 18.693 MilliJy 431 comps IMAGR2: Total Cleaned flux density = 1.783 Jy 2217 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.134 less than limit 1.135 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 358 to 177 components IMAGR2: Field 2 compressed from 220 to 166 components IMAGR2: Field 3 compressed from 313 to 231 components IMAGR2: Field 4 compressed from 352 to 257 components IMAGR2: Field 5 compressed from 431 to 334 components IMAGR2: Field 6 compressed from 381 to 273 components IMAGR2: Field 7 compressed from 162 to 131 components IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-788.802 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 390.535 MicroJy ( 19 CCs) from field 1 to field 3 IMAGR2: Restore -2.448 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR2: Restore 347.618 MicroJy ( 18 CCs) from field 1 to field 5 IMAGR2: Restore -2.734 MilliJy ( 16 CCs) from field 1 to field 6 IMAGR2: Restore 6.949 MilliJy ( 20 CCs) from field 1 to field 7 IMAGR2: Restore 316.517 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore -3.646 MilliJy ( 18 CCs) from field 2 to field 3 IMAGR2: Restore 2.817 MilliJy ( 17 CCs) from field 2 to field 4 IMAGR2: Restore 1.404 MilliJy ( 9 CCs) from field 3 to field 1 IMAGR2: Restore -83.434 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 7.261 MilliJy ( 36 CCs) from field 3 to field 5 IMAGR2: Restore -5.854 MilliJy ( 18 CCs) from field 4 to field 1 IMAGR2: Restore -4.296 MilliJy ( 22 CCs) from field 4 to field 2 IMAGR2: Restore -1.110 MilliJy ( 10 CCs) from field 4 to field 6 IMAGR2: Restore 4.854 MilliJy ( 26 CCs) from field 5 to field 1 IMAGR2: Restore 2.422 MilliJy ( 18 CCs) from field 5 to field 3 IMAGR2: Restore 3.167 MilliJy ( 32 CCs) from field 5 to field 7 IMAGR2: Restore-797.610 MicroJy ( 10 CCs) from field 6 to field 1 IMAGR2: Restore 3.291 MilliJy ( 27 CCs) from field 6 to field 4 IMAGR2: Restore -1.548 MilliJy ( 19 CCs) from field 6 to field 7 IMAGR2: Restore 149.010 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore -1.421 MilliJy ( 10 CCs) from field 7 to field 5 IMAGR2: Restore 1.440 MilliJy ( 16 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.755 Jy IMAGR2: Field 2 final Clean flux -5.086 MilliJy IMAGR2: Field 3 final Clean flux 16.340 MilliJy IMAGR2: Field 4 final Clean flux -13.653 MilliJy IMAGR2: Field 5 final Clean flux 24.881 MilliJy IMAGR2: Field 6 final Clean flux 8.457 MilliJy IMAGR2: Field 7 final Clean flux 6.995 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 16 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 50.6 Real= 51 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1331 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1358 CELLSIZE 0.40687 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40687 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.096 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1331 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 C BAND Seq 1 Disk: 1 in slot 5 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 67.6 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 1 in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 10 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 11 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 12 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 13 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 14 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 15 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 16 disk= 1 AIPS 2: Disk 1 in-CNO 17 renumbered as CNO 9 AIPS 2: Disk 1 in-CNO 18 renumbered as CNO 10 AIPS 2: Disk 1 in-CNO 19 renumbered as CNO 11 AIPS 2: Disk 1 in-CNO 20 renumbered as CNO 12 AIPS 2: Disk 1 in-CNO 21 renumbered as CNO 13 AIPS 2: Disk 1 in-CNO 22 renumbered as CNO 14 AIPS 2: Disk 1 in-CNO 23 renumbered as CNO 15 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1891 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 17 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 18 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 19 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 20 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 21 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Disk 1 in-CNO 24 renumbered as CNO 16 AIPS 2: Disk 1 in-CNO 25 renumbered as CNO 17 AIPS 2: Disk 1 in-CNO 26 renumbered as CNO 18 AIPS 2: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 2: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1331 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 32 19.4 00002 -1 507 512 513 C 3 1012 1012 15 48 45.97 50 35 12.3 00003 -1 507 512 513 C 4 1012 1012 15 49 48.97 50 35 12.3 00004 -1 507 512 513 C 5 1012 1012 15 48 45.91 50 40 58.7 00005 -1 507 512 513 C 6 1012 1012 15 49 49.03 50 40 58.7 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 43 52.2 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -3.4639E+02 0 IMAGR2: Field 3 1012 1012 -2.9967E+02 -1.7349E+02 0 IMAGR2: Field 4 1012 1012 2.9970E+02 -1.7349E+02 0 IMAGR2: Field 5 1012 1012 -3.0024E+02 1.7291E+02 0 IMAGR2: Field 6 1012 1012 3.0027E+02 1.7291E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 3.4641E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 23 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 9723 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.919E+04 IMAGR2: UVWAIT: Adding temperance S 3.838E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.103E+07 and out 2.634E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.121 due to weighting IMAGR2: UVWAIT: Average summed weight 1.919E+04 over 19090 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 37 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.79624E+08 IMAGR2: Field 1 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.574 x 1.235 arcsec, PA= -74.8 IMAGR2: Field 2 Sum of gridding weights = 2.79623E+08 IMAGR2: Field 2 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.573 x 1.235 arcsec, PA= -74.9 IMAGR2: Field 3 Sum of gridding weights = 2.79622E+08 IMAGR2: Field 3 Beam min = -108.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.576 x 1.235 arcsec, PA= -75.0 IMAGR2: Field 4 Sum of gridding weights = 2.79622E+08 IMAGR2: Field 4 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.572 x 1.235 arcsec, PA= -74.7 IMAGR2: Field 5 Sum of gridding weights = 2.79623E+08 IMAGR2: Field 5 Beam min = -96.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.576 x 1.235 arcsec, PA= -74.9 IMAGR2: Field 6 Sum of gridding weights = 2.79623E+08 IMAGR2: Field 6 Beam min = -112.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.572 x 1.235 arcsec, PA= -74.6 IMAGR2: Field 7 Sum of gridding weights = 2.79623E+08 IMAGR2: Field 7 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.575 x 1.235 arcsec, PA= -74.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -66.4 MilliJy,max = 823.0 MilliJy IMAGR2: Field 2 min = -71.0 MilliJy,max = 167.3 MilliJy IMAGR2: Field 3 min = -78.3 MilliJy,max = 144.1 MilliJy IMAGR2: Field 4 min = -72.9 MilliJy,max = 130.5 MilliJy IMAGR2: Field 5 min = -75.9 MilliJy,max = 126.7 MilliJy IMAGR2: Field 6 min = -80.8 MilliJy,max = 144.7 MilliJy IMAGR2: Field 7 min = -67.3 MilliJy,max = 166.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 76.63 MilliJy IMAGR2: 2296 Residual map points loaded IMAGR2: Field 1 min allowed flux = 393.639 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 468.726 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 468.726 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -28.7 MilliJy,max = 354.3 MilliJy IMAGR2: BGC Clean: using 1895 cell beam + residuals > 55.97 MilliJy IMAGR2: 279 Residual map points loaded IMAGR2: Field 1 min allowed flux = 169.453 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 670.502 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 670.502 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.5 MilliJy,max = 152.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.450E-01 < Second best 1.595E-01 IMAGR2: Field 2 min = -13.3 MilliJy,max = 30.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.865E-02 < Second best 1.590E-01 IMAGR2: Field 7 min = -12.7 MilliJy,max = 32.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.119E-02 < Second best 1.450E-01 IMAGR2: BGC Clean: using 133 cell beam + residuals > 52.71 MilliJy IMAGR2: 19 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 72.946 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 757.362 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 757.362 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.1 MilliJy,max = 12.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.056E-02 < Second best 1.244E-01 IMAGR2: Field 3 min = -6.1 MilliJy,max = 11.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.084E-02 < Second best 1.085E-01 IMAGR2: Field 5 min = -5.9 MilliJy,max = 10.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.670E-03 < Second best 1.058E-01 IMAGR2: Field 4 min = -7.3 MilliJy,max = 11.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.014E-02 < Second best 6.936E-02 IMAGR2: Field 1 min = -5.9 MilliJy,max = 65.7 MilliJy IMAGR2: BGC Clean: using 2031 cell beam + residuals > 8.84 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min allowed flux = 31.424 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 799.080 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 799.080 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.8 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.923E-03 < Second best 2.988E-02 IMAGR2: Field 1 min = -3.4 MilliJy,max = 29.3 MilliJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 7.08 MilliJy IMAGR2: 63 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.509 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 818.050 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 818.050 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.871E-03 < Second best 1.380E-02 IMAGR2: Field 1 min = -3.9 MilliJy,max = 13.3 MilliJy IMAGR2: BGC Clean: using 135 cell beam + residuals > 4.57 MilliJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.650 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 826.738 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 826.738 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.178E-03 < Second best 1.056E-02 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.658E-03 < Second best 1.014E-02 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.247E-03 < Second best 9.670E-03 IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.075E-03 < Second best 6.923E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.940E-03 < Second best 6.326E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 1487 cell beam + residuals > 1.23 MilliJy IMAGR2: 1647 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.979 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 827.688 MilliJy 72 comps IMAGR2: Total Cleaned flux density = 827.688 MilliJy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.832E-03 < Second best 2.837E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 693 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.694 MilliJy iter= 115 IMAGR2: Field 1 Clean flux density= 825.791 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 825.791 MilliJy 115 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.063E-03 < Second best 2.247E-03 IMAGR2: Field 4 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.860E-03 < Second best 2.178E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.796E-03 < Second best 2.075E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.576E-03 < Second best 2.063E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 4295 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.515 MilliJy iter= 66 IMAGR2: Field 6 Clean flux density= -2.298 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 823.493 MilliJy 181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.510E-03 < Second best 1.860E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.03 MilliJy IMAGR2: 3699 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.413 MilliJy iter= 80 IMAGR2: Field 4 Clean flux density= -2.463 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 821.029 MilliJy 261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.420E-03 < Second best 1.796E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.03 MilliJy IMAGR2: 1686 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.314 MilliJy iter= 80 IMAGR2: Field 3 Clean flux density= 762.039 MicroJy 80 comps IMAGR2: Total Cleaned flux density = 821.791 MilliJy 341 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 983.42 MicroJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.132 MilliJy iter= 167 IMAGR2: Field 1 Clean flux density= 826.438 MilliJy 167 comps IMAGR2: Total Cleaned flux density = 822.439 MilliJy 393 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.377E-03 < Second best 1.510E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.353E-03 < Second best 1.450E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.19 MicroJy IMAGR2: 2929 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.197 MilliJy iter= 191 IMAGR2: Field 6 Clean flux density= -90.890 MicroJy 191 comps IMAGR2: Total Cleaned flux density = 824.646 MilliJy 518 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.299E-03 < Second best 1.377E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 925.48 MicroJy IMAGR2: 2365 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.159 MilliJy iter= 143 IMAGR2: Field 5 Clean flux density= -4.370 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 820.276 MilliJy 661 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.270E-03 < Second best 1.353E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.26 MicroJy IMAGR2: 323 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -980.148 MicroJy iter= 79 IMAGR2: Field 7 Clean flux density= 959.756 MicroJy 79 comps IMAGR2: Total Cleaned flux density = 821.236 MilliJy 740 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.27 MicroJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -998.843 MicroJy iter= 107 IMAGR2: Field 2 Clean flux density= -661.383 MicroJy 107 comps IMAGR2: Total Cleaned flux density = 820.575 MilliJy 847 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 869.02 MicroJy IMAGR2: 1615 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.014 MilliJy iter= 231 IMAGR2: Field 4 Clean flux density= -3.394 MilliJy 231 comps IMAGR2: Total Cleaned flux density = 819.644 MilliJy 998 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.95 MicroJy IMAGR2: 993 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -941.645 MicroJy iter= 218 IMAGR2: Field 3 Clean flux density= 3.780 MilliJy 218 comps IMAGR2: Total Cleaned flux density = 822.662 MilliJy 1136 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.820E-04 < Second best 1.111E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.532E-04 < Second best 1.083E-03 IMAGR2: Field 1 min = -983.8 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.841E-04 < Second best 9.820E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 732.84 MicroJy IMAGR2: 2194 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 861.014 MicroJy iter= 405 IMAGR2: Field 6 Clean flux density= -4.041 MilliJy 405 comps IMAGR2: Total Cleaned flux density = 818.711 MilliJy 1350 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.820E-04 < Second best 9.562E-04 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.873E-04 < Second best 9.532E-04 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 680.88 MicroJy IMAGR2: 2922 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -808.288 MicroJy iter= 415 IMAGR2: Field 5 Clean flux density= -576.576 MicroJy 415 comps IMAGR2: Total Cleaned flux density = 822.505 MilliJy 1622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -986.4 MicroJy,max = 954.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.972E-04 < Second best 9.022E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.112E-04 < Second best 8.841E-04 IMAGR2: Field 1 min = -842.5 MicroJy,max = 952.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.278E-04 < Second best 8.820E-04 IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.75 MicroJy IMAGR2: 3509 Residual map points loaded IMAGR2: Field 4 min Clean flux = -798.195 MicroJy iter= 316 IMAGR2: Field 4 Clean flux density= -2.978 MilliJy 316 comps IMAGR2: Total Cleaned flux density = 822.920 MilliJy 1707 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -839.1 MicroJy,max = 914.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 615.47 MicroJy IMAGR2: 225 Residual map points loaded IMAGR2: Field 1 min Clean flux = -789.876 MicroJy iter= 170 IMAGR2: Field 1 Clean flux density= 826.359 MilliJy 170 comps IMAGR2: Total Cleaned flux density = 822.840 MilliJy 1710 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.618E-04 < Second best 8.112E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 983.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 566.49 MicroJy IMAGR2: 3366 Residual map points loaded IMAGR2: Field 3 min Clean flux = -797.654 MicroJy iter= 223 IMAGR2: Field 3 Clean flux density= 3.373 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 822.434 MilliJy 1715 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -987.4 MicroJy,max = 956.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.23 MicroJy IMAGR2: 1464 Residual map points loaded IMAGR2: Field 7 min Clean flux = -786.372 MicroJy iter= 81 IMAGR2: Field 7 Clean flux density= 797.992 MicroJy 81 comps IMAGR2: Total Cleaned flux density = 822.272 MilliJy 1717 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 537.76 MicroJy IMAGR2: 2173 Residual map points loaded IMAGR2: Field 2 min Clean flux = -776.522 MicroJy iter= 109 IMAGR2: Field 2 Clean flux density= -819.416 MicroJy 109 comps IMAGR2: Total Cleaned flux density = 822.114 MilliJy 1719 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 170 to 49 components IMAGR2: Field 2 compressed from 109 to 90 components IMAGR2: Field 3 compressed from 223 to 168 components IMAGR2: Field 4 compressed from 316 to 244 components IMAGR2: Field 5 compressed from 415 to 325 components IMAGR2: Field 6 compressed from 405 to 299 components IMAGR2: Field 7 compressed from 81 to 63 components IMAGR2: Field 1 min = -819.0 MicroJy,max = 914.1 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 989.1 MicroJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -986.6 MicroJy,max = 957.6 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 235.583 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore-483.819 MicroJy ( 5 CCs) from field 1 to field 3 IMAGR2: Restore 1.496 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR2: Restore -12.916 MicroJy ( 6 CCs) from field 1 to field 5 IMAGR2: Restore 766.752 MicroJy ( 8 CCs) from field 1 to field 6 IMAGR2: Restore 115.224 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 104.237 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 227.991 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore-167.532 MicroJy ( 30 CCs) from field 2 to field 4 IMAGR2: Restore 615.185 MicroJy ( 7 CCs) from field 3 to field 1 IMAGR2: Restore 45.326 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 489.061 MicroJy ( 19 CCs) from field 3 to field 5 IMAGR2: Restore-736.573 MicroJy ( 9 CCs) from field 4 to field 1 IMAGR2: Restore-231.852 MicroJy ( 10 CCs) from field 4 to field 2 IMAGR2: Restore 621.396 MicroJy ( 19 CCs) from field 4 to field 6 IMAGR2: Restore 285.385 MicroJy ( 12 CCs) from field 5 to field 1 IMAGR2: Restore-864.984 MicroJy ( 23 CCs) from field 5 to field 3 IMAGR2: Restore 670.699 MicroJy ( 24 CCs) from field 5 to field 7 IMAGR2: Restore 42.848 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR2: Restore 126.252 MicroJy ( 22 CCs) from field 6 to field 4 IMAGR2: Restore 131.267 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR2: Restore 98.338 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 653.338 MicroJy ( 18 CCs) from field 7 to field 5 IMAGR2: Restore-104.669 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 826.768 MilliJy IMAGR2: Field 2 final Clean flux -770.359 MicroJy IMAGR2: Field 3 final Clean flux 2.252 MilliJy IMAGR2: Field 4 final Clean flux -1.523 MilliJy IMAGR2: Field 5 final Clean flux 552.906 MicroJy IMAGR2: Field 6 final Clean flux -2.758 MilliJy IMAGR2: Field 7 final Clean flux 1.715 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 23 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 45.5 Real= 45 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1373 CELLSIZE 0.40269 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40269 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 C BAND Seq 1 Disk: 1 in slot 6 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 61.8 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 11 04.9 00002 -1 507 512 513 C 3 1012 1012 16 01 13.28 43 13 56.2 00003 -1 507 512 513 C 4 1012 1012 16 02 07.61 43 13 56.2 00004 -1 507 512 513 C 5 1012 1012 16 01 13.24 43 19 39.0 00005 -1 507 512 513 C 6 1012 1012 16 02 07.65 43 19 39.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 22 30.6 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -3.4286E+02 0 IMAGR2: Field 3 1012 1012 -2.9666E+02 -1.7156E+02 0 IMAGR2: Field 4 1012 1012 2.9664E+02 -1.7156E+02 0 IMAGR2: Field 5 1012 1012 -2.9709E+02 1.7124E+02 0 IMAGR2: Field 6 1012 1012 2.9707E+02 1.7124E+02 0 IMAGR2: Field 7 1012 1012 4.3681E-02 3.4284E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 30 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 17875 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.977E+04 IMAGR2: UVWAIT: Adding temperance S 9.955E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.009E+07 and out 5.555E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR2: UVWAIT: Average summed weight 4.978E+04 over 35750 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 44 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 5.89724E+08 IMAGR2: Field 1 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.457 x 1.170 arcsec, PA= -69.6 IMAGR2: Field 2 Sum of gridding weights = 5.89724E+08 IMAGR2: Field 2 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.457 x 1.171 arcsec, PA= -69.6 IMAGR2: Field 3 Sum of gridding weights = 5.89724E+08 IMAGR2: Field 3 Beam min = -107.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.458 x 1.171 arcsec, PA= -69.8 IMAGR2: Field 4 Sum of gridding weights = 5.89722E+08 IMAGR2: Field 4 Beam min = -104.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.455 x 1.170 arcsec, PA= -69.4 IMAGR2: Field 5 Sum of gridding weights = 5.89723E+08 IMAGR2: Field 5 Beam min = -107.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.459 x 1.170 arcsec, PA= -69.7 IMAGR2: Field 6 Sum of gridding weights = 5.89723E+08 IMAGR2: Field 6 Beam min = -104.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.456 x 1.170 arcsec, PA= -69.3 IMAGR2: Field 7 Sum of gridding weights = 5.89724E+08 IMAGR2: Field 7 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.458 x 1.170 arcsec, PA= -69.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.4 MilliJy,max = 23.6 MilliJy IMAGR2: Field 2 min = -3.1 MilliJy,max = 5.4 MilliJy IMAGR2: Field 3 min = -3.0 MilliJy,max = 7.1 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.6 MilliJy IMAGR2: Field 5 min = -1.7 MilliJy,max = 6.4 MilliJy IMAGR2: Field 6 min = -2.9 MilliJy,max = 6.8 MilliJy IMAGR2: Field 7 min = -2.8 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 2.86 MilliJy IMAGR2: 5878 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.906 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 21.749 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 21.749 MilliJy 13 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 1541 cell beam + residuals > 2.42 MilliJy IMAGR2: 920 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.434 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 34.707 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 34.707 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.412E-03 < Second best 6.016E-03 IMAGR2: Field 6 min = -914.9 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.372E-03 < Second best 5.170E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 471 cell beam + residuals > 1.75 MilliJy IMAGR2: 114 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.438 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 40.613 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 40.613 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -710.3 MicroJy,max = 928.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.874E-04 < Second best 4.583E-03 IMAGR2: Field 2 min = -710.4 MicroJy,max = 813.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.787E-04 < Second best 3.804E-03 IMAGR2: Field 5 min = -648.3 MicroJy,max = 784.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.208E-04 < Second best 3.686E-03 IMAGR2: Field 4 min = -695.5 MicroJy,max = 780.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.612E-04 < Second best 2.320E-03 IMAGR2: Field 1 min = -953.5 MicroJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 1083 cell beam + residuals > 571.11 MicroJy IMAGR2: 1768 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.164 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 43.335 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 43.335 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -681.3 MicroJy,max = 679.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.385E-04 < Second best 1.372E-03 IMAGR2: Field 6 min = -654.4 MicroJy,max = 768.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.356E-04 < Second best 1.109E-03 IMAGR2: Field 1 min = -959.4 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 143 cell beam + residuals > 440.02 MicroJy IMAGR2: 2444 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 688.667 MicroJy iter= 106 IMAGR2: Field 1 Clean flux density= 45.650 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 45.650 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -635.3 MicroJy,max = 676.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.423E-04 < Second best 7.787E-04 IMAGR2: Field 2 min = -630.5 MicroJy,max = 734.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.842E-04 < Second best 7.356E-04 IMAGR2: Field 6 min = -639.2 MicroJy,max = 671.3 MicroJy IMAGR2: BGC Clean: using 159 cell beam + residuals > 387.91 MicroJy IMAGR2: 1763 Residual map points loaded IMAGR2: Field 6 min Clean flux = 585.431 MicroJy iter= 8 IMAGR2: Field 6 Clean flux density= 372.934 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 46.023 MilliJy 114 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -682.4 MicroJy,max = 595.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.39 MicroJy IMAGR2: 4736 Residual map points loaded IMAGR2: Field 1 min Clean flux = 582.996 MicroJy iter= 114 IMAGR2: Field 1 Clean flux density= 45.394 MilliJy 114 comps IMAGR2: Total Cleaned flux density = 45.767 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -565.3 MicroJy,max = 623.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.973E-04 < Second best 6.385E-04 IMAGR2: Field 3 min = -638.0 MicroJy,max = 631.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.765E-04 < Second best 6.208E-04 IMAGR2: Field 5 min = -603.7 MicroJy,max = 746.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.36 MicroJy IMAGR2: 3137 Residual map points loaded IMAGR2: Field 5 min Clean flux = -543.364 MicroJy iter= 2 IMAGR2: Field 5 Clean flux density= -114.710 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 45.652 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -565.3 MicroJy,max = 624.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 329.06 MicroJy IMAGR2: 5944 Residual map points loaded IMAGR2: Field 7 min Clean flux = -565.318 MicroJy iter= 3 IMAGR2: Field 7 Clean flux density= 65.942 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 45.718 MilliJy 127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -620.5 MicroJy,max = 734.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 311.59 MicroJy IMAGR2: 10751 Residual map points loaded IMAGR2: Field 2 min Clean flux = 585.874 MicroJy iter= 2 IMAGR2: Field 2 Clean flux density= -1.048 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 45.717 MilliJy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -638.6 MicroJy,max = 626.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 275.34 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 3 min Clean flux = 577.134 MicroJy iter= 2 IMAGR2: Field 3 Clean flux density= 117.677 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 45.835 MilliJy 131 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 585.874 less than limit 589.457 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 114 to 34 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 2 to 2 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 2 to 1 components IMAGR2: Field 6 compressed from 8 to 7 components IMAGR2: Field 7 compressed from 3 to 3 components IMAGR2: Field 1 min = -574.7 MicroJy,max = 575.3 MicroJy IMAGR2: Field 2 min = -619.9 MicroJy,max = 728.3 MicroJy IMAGR2: Field 3 min = -634.7 MicroJy,max = 627.7 MicroJy IMAGR2: Field 4 min = -606.7 MicroJy,max = 682.1 MicroJy IMAGR2: Field 5 min = -540.6 MicroJy,max = 744.4 MicroJy IMAGR2: Field 6 min = -618.6 MicroJy,max = 590.9 MicroJy IMAGR2: Field 7 min = -560.4 MicroJy,max = 580.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -59.047 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 58.587 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore 122.184 MicroJy ( 3 CCs) from field 6 to field 1 IMAGR2: Restore 186.670 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore -56.532 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 3.523 MicroJy ( 2 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 45.460 MilliJy IMAGR2: Field 2 final Clean flux -60.095 MicroJy IMAGR2: Field 3 final Clean flux 176.265 MicroJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux -114.710 MicroJy IMAGR2: Field 6 final Clean flux 376.457 MicroJy IMAGR2: Field 7 final Clean flux 252.612 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 30 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 24.3 Real= 25 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.40277 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.40277 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.095 deg SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 C BAND Seq 1 Disk: 1 in slot 7 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 62.1 deg away - ignoring SETFC2: First field number written was 8 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 2 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 43 34.0 00002 -1 507 512 513 C 3 1012 1012 15 59 03.78 43 46 25.2 00003 -1 507 512 513 C 4 1012 1012 15 59 58.61 43 46 25.2 00004 -1 507 512 513 C 5 1012 1012 15 59 03.73 43 52 08.1 00005 -1 507 512 513 C 6 1012 1012 15 59 58.65 43 52 08.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 54 59.7 00007 -1 507 512 513 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -3.4286E+02 0 IMAGR2: Field 3 1012 1012 -2.9666E+02 -1.7166E+02 0 IMAGR2: Field 4 1012 1012 2.9674E+02 -1.7166E+02 0 IMAGR2: Field 5 1012 1012 -2.9720E+02 1.7124E+02 0 IMAGR2: Field 6 1012 1012 2.9718E+02 1.7124E+02 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 3.4284E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 37 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6825 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.379E+04 IMAGR2: UVWAIT: Adding temperance S 4.757E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.518E+07 and out 1.851E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.131 due to weighting IMAGR2: UVWAIT: Average summed weight 2.379E+04 over 13650 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 51 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.96546E+08 IMAGR2: Field 1 Beam min = -170.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.519 x 1.251 arcsec, PA= -76.3 IMAGR2: Field 2 Sum of gridding weights = 1.96546E+08 IMAGR2: Field 2 Beam min = -170.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.518 x 1.252 arcsec, PA= -76.4 IMAGR2: Field 3 Sum of gridding weights = 1.96545E+08 IMAGR2: Field 3 Beam min = -130.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.520 x 1.252 arcsec, PA= -76.5 IMAGR2: Field 4 Sum of gridding weights = 1.96545E+08 IMAGR2: Field 4 Beam min = -109.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.517 x 1.251 arcsec, PA= -76.2 IMAGR2: Field 5 Sum of gridding weights = 1.96544E+08 IMAGR2: Field 5 Beam min = -111.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.521 x 1.251 arcsec, PA= -76.4 IMAGR2: Field 6 Sum of gridding weights = 1.96545E+08 IMAGR2: Field 6 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.517 x 1.251 arcsec, PA= -76.1 IMAGR2: Field 7 Sum of gridding weights = 1.96546E+08 IMAGR2: Field 7 Beam min = -170.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.519 x 1.251 arcsec, PA= -76.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -15.7 MilliJy,max = 161.6 MilliJy IMAGR2: Field 2 min = -14.5 MilliJy,max = 60.2 MilliJy IMAGR2: Field 3 min = -17.4 MilliJy,max = 72.0 MilliJy IMAGR2: Field 4 min = -17.3 MilliJy,max = 54.6 MilliJy IMAGR2: Field 5 min = -17.2 MilliJy,max = 56.5 MilliJy IMAGR2: Field 6 min = -17.0 MilliJy,max = 68.9 MilliJy IMAGR2: Field 7 min = -15.1 MilliJy,max = 63.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 22.01 MilliJy IMAGR2: 3772 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 80.785 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 104.681 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 104.681 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.8 MilliJy,max = 74.8 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 18.92 MilliJy IMAGR2: 329 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.884 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 157.336 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 157.336 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.658E-02 < Second best 6.545E-02 IMAGR2: Field 6 min = -4.0 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.672E-02 < Second best 6.029E-02 IMAGR2: Field 7 min = -4.5 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.220E-02 < Second best 5.734E-02 IMAGR2: Field 2 min = -4.2 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.151E-02 < Second best 3.703E-02 IMAGR2: Field 5 min = -3.8 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.971E-03 < Second best 3.684E-02 IMAGR2: Field 4 min = -3.9 MilliJy,max = 11.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.391E-03 < Second best 3.318E-02 IMAGR2: Field 1 min = -4.7 MilliJy,max = 32.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.75 MilliJy IMAGR2: 4756 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.229 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 184.573 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 184.573 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.235E-03 < Second best 1.658E-02 IMAGR2: Field 3 min = -2.7 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.849E-03 < Second best 1.449E-02 IMAGR2: Field 1 min = -3.4 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 2023 cell beam + residuals > 3.72 MilliJy IMAGR2: 850 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.280 MilliJy iter= 45 IMAGR2: Field 1 Clean flux density= 199.267 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 199.267 MilliJy 45 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.220E-03 < Second best 1.151E-02 IMAGR2: Field 2 min = -2.1 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.948E-03 < Second best 8.971E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.223E-03 < Second best 8.391E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.630E-03 < Second best 8.235E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.509E-03 < Second best 7.849E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.210E-03 < Second best 6.929E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 7.1 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 1.70 MilliJy IMAGR2: 4679 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.544 MilliJy iter= 61 IMAGR2: Field 1 Clean flux density= 207.372 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 207.372 MilliJy 61 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.318E-03 < Second best 4.210E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.751E-03 < Second best 3.948E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.828E-03 < Second best 3.377E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 5344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.447 MilliJy iter= 130 IMAGR2: Field 1 Clean flux density= 218.499 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 218.499 MilliJy 130 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.839E-03 < Second best 3.223E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.000E-03 < Second best 3.220E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.782E-03 < Second best 2.828E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.999E-03 < Second best 2.751E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.746E-03 < Second best 2.630E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.648E-03 < Second best 2.338E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 7233 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.636 MilliJy iter= 229 IMAGR2: Field 1 Clean flux density= 211.174 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 211.174 MilliJy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.656E-03 < Second best 1.999E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 601 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.218 MilliJy iter= 50 IMAGR2: Field 2 Clean flux density= 5.158 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 216.332 MilliJy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.272E-03 < Second best 1.782E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.379E-03 < Second best 1.746E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.316E-03 < Second best 1.656E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.525E-03 < Second best 1.648E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.304E-03 < Second best 1.564E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.360E-03 < Second best 1.525E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 806.74 MicroJy IMAGR2: 1753 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.031 MilliJy iter= 84 IMAGR2: Field 5 Clean flux density= 5.226 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 221.558 MilliJy 363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.198E-03 < Second best 1.360E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.92 MicroJy IMAGR2: 3080 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.023 MilliJy iter= 351 IMAGR2: Field 1 Clean flux density= 210.097 MilliJy 351 comps IMAGR2: Total Cleaned flux density = 220.481 MilliJy 485 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.658E-04 < Second best 1.304E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.770E-04 < Second best 1.272E-03 IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.042E-03 < Second best 1.198E-03 IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.019E-03 < Second best 1.164E-03 IMAGR2: Field 2 min = -985.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.414E-04 < Second best 1.042E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 691.89 MicroJy IMAGR2: 1455 Residual map points loaded IMAGR2: Field 6 min Clean flux = -952.209 MicroJy iter= 17 IMAGR2: Field 6 Clean flux density= 295.225 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 220.776 MilliJy 502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -992.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 684.39 MicroJy IMAGR2: 1281 Residual map points loaded IMAGR2: Field 7 min Clean flux = 950.404 MicroJy iter= 11 IMAGR2: Field 7 Clean flux density= 889.453 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 221.666 MilliJy 513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -935.7 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.774E-04 < Second best 9.792E-04 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.501E-04 < Second best 9.770E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 992.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 557.32 MicroJy IMAGR2: 5326 Residual map points loaded IMAGR2: Field 4 min Clean flux = 950.280 MicroJy iter= 3 IMAGR2: Field 4 Clean flux density= -101.058 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 221.565 MilliJy 516 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.99 MicroJy IMAGR2: 9383 Residual map points loaded IMAGR2: Field 3 min Clean flux = -925.588 MicroJy iter= 5 IMAGR2: Field 3 Clean flux density= 106.592 MicroJy 5 comps IMAGR2: Total Cleaned flux density = 221.671 MilliJy 521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -980.4 MicroJy,max = 953.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 459.50 MicroJy IMAGR2: 19978 Residual map points loaded IMAGR2: Field 2 min Clean flux = 917.921 MicroJy iter= 52 IMAGR2: Field 2 Clean flux density= 5.152 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 221.665 MilliJy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 952.209 less than limit 953.946 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 351 to 208 components IMAGR2: Field 2 compressed from 52 to 38 components IMAGR2: Field 3 compressed from 5 to 5 components IMAGR2: Field 4 compressed from 3 to 3 components IMAGR2: Field 5 compressed from 84 to 64 components IMAGR2: Field 6 compressed from 17 to 14 components IMAGR2: Field 7 compressed from 11 to 11 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 995.4 MicroJy IMAGR2: Field 2 min = -955.6 MicroJy,max = 955.0 MicroJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 974.3 MicroJy IMAGR2: Field 5 min = -935.6 MicroJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -997.1 MicroJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 912.031 MicroJy ( 11 CCs) from field 1 to field 2 IMAGR2: Restore 1.677 MilliJy ( 27 CCs) from field 1 to field 3 IMAGR2: Restore 53.747 MicroJy ( 7 CCs) from field 1 to field 4 IMAGR2: Restore 50.849 MicroJy ( 6 CCs) from field 1 to field 5 IMAGR2: Restore 2.515 MilliJy ( 17 CCs) from field 1 to field 6 IMAGR2: Restore-330.980 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR2: Restore 297.174 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 1.714 MilliJy ( 12 CCs) from field 2 to field 3 IMAGR2: Restore 121.779 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 102.557 MicroJy ( 3 CCs) from field 3 to field 1 IMAGR2: Restore 730.433 Nano Jy ( 2 CCs) from field 3 to field 2 IMAGR2: Restore 95.028 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR2: Restore 95.028 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR2: Restore 1.190 MilliJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore-318.100 MicroJy ( 9 CCs) from field 5 to field 3 IMAGR2: Restore 852.424 MicroJy ( 12 CCs) from field 5 to field 7 IMAGR2: Restore-104.522 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR2: Restore 98.611 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 186.130 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore 103.886 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Restore 98.534 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 211.677 MilliJy IMAGR2: Field 2 final Clean flux 6.159 MilliJy IMAGR2: Field 3 final Clean flux 3.179 MilliJy IMAGR2: Field 4 final Clean flux 173.078 MicroJy IMAGR2: Field 5 final Clean flux 5.380 MilliJy IMAGR2: Field 6 final Clean flux 2.909 MilliJy IMAGR2: Field 7 final Clean flux 1.597 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 37 disk= 1 IMAGR2: Appears to have ended successfully LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: auto 31DEC06 TST: Cpu= 33.8 Real= 34 Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09824 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.159 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1559+437' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1404 CELLSIZE 0.39354 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.39354 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: First field number written was 1 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 S 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 C BAND Seq 1 Disk: 1 in slot 8 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 SETFC2: Searching catalog between 0.05 and 0.23 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 81.2 deg away - ignoring SETFC2: First field number written was 2 SETFC2: Highest field number written was 1 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 S 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1634+627' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_C,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 IMAGR2: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 44 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5681 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.479E+04 IMAGR2: UVWAIT: Adding temperance S 2.958E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.223E+07 and out 1.514E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR2: UVWAIT: Average summed weight 1.479E+04 over 11193 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 46 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 4.885100E+09 to 4.835100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.60750E+08 IMAGR2: Field 1 Beam min = -87.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.651 x 1.154 arcsec, PA= -53.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -133.0 MilliJy,max = 1.5 Jy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 233.06 MilliJy IMAGR2: 2615 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 811.174 MilliJy iter= 7 IMAGR2: Total Cleaned flux density = 796.310 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -63.6 MilliJy,max = 730.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 123.86 MilliJy IMAGR2: 1543 Residual map points loaded IMAGR2: Field 1 min allowed flux = 349.184 MilliJy iter= 15 IMAGR2: Total Cleaned flux density = 1.212 Jy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -27.6 MilliJy,max = 314.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 53.32 MilliJy IMAGR2: 1645 Residual map points loaded IMAGR2: Field 1 min allowed flux = 151.227 MilliJy iter= 23 IMAGR2: Total Cleaned flux density = 1.391 Jy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.1 MilliJy,max = 138.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.09 MilliJy IMAGR2: 2160 Residual map points loaded IMAGR2: Field 1 min allowed flux = 64.477 MilliJy iter= 32 IMAGR2: Total Cleaned flux density = 1.478 Jy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.8 MilliJy,max = 58.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.84 MilliJy IMAGR2: 2536 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.868 MilliJy iter= 41 IMAGR2: Total Cleaned flux density = 1.515 Jy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.4 MilliJy,max = 25.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.26 MilliJy IMAGR2: 6048 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.289 MilliJy iter= 50 IMAGR2: Total Cleaned flux density = 1.532 Jy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 11.4 MilliJy IMAGR2: BGC Clean: using 2033 cell beam + residuals > 2.48 MilliJy IMAGR2: 19460 Residual map points loaded IMAGR2: Field 1 min allowed flux = -5.519 MilliJy iter= 71 IMAGR2: Total Cleaned flux density = 1.533 Jy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.784 MilliJy iter= 162 IMAGR2: Total Cleaned flux density = 1.555 Jy 162 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 19979 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.747 MilliJy iter= 300 IMAGR2: Total Cleaned flux density = 1.552 Jy 300 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 19972 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.219 MilliJy iter= 498 IMAGR2: Total Cleaned flux density = 1.574 Jy 498 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 19981 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.824 MilliJy iter= 780 IMAGR2: Total Cleaned flux density = 1.572 Jy 780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.534 MilliJy iter= 1180 IMAGR2: Total Cleaned flux density = 1.572 Jy 1180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 875.24 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.206 MilliJy iter= 1693 IMAGR2: Total Cleaned flux density = 1.580 Jy 1693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 704.50 MicroJy IMAGR2: 19997 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.045 MilliJy iter= 1895 IMAGR2: Total Cleaned flux density = 1.577 Jy 1895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.045 less than limit 1.045 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1895 to 1343 components IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.577 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 44 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 27.7 Real= 29 S 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: 'SEARCHING FOR NVSS SOURCES' AIPS 2: Found in Version=ABIN AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: Found in Version=ABIN AIPS 2: SETFC was not found to be running AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_C,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 2: OV01_1.log.0 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_C,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 44 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 44 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18349: 5271 messages, oldest written 09-OCT-2006 15:10:17 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 1.1 Real= 310 /home/auto/run/AB922_1999NOV01_1.run.0 finished on Mon Oct 9 19:28:32 MDT 2006