AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: $ AIPS 1: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 1: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 1: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 1: $ Rearanged inputs and options, added integration time calculation, AIPS 1: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 1: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 1: $ array, use model,.. AIPS 1: $ AIPS 1: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 1: $ find imsize, find cutoffflux, include infi le AIPS 1: $--------------------------------------------------------------- AIPS 1: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 1: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 1: $=============================================== AIPS 1: $! Calibrating amplitude and phase, and imaging VLA data AIPS 1: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 1: $--------------------------------------------------------------- AIPS 1: $; Copyright (C) 2002-2006 AIPS 1: $; Associated Universities, Inc. Washington DC, USA. AIPS 1: $; AIPS 1: $; This program is free software; you can redistribute it and/o r AIPS 1: $; modify it under the terms of the GNU General Public License as AIPS 1: $; published by the Free Software Foundation; either version 2 of AIPS 1: $; the License, or (at your option) any later version. AIPS 1: $; AIPS 1: $; This program is distributed in the hope that it will be usef ul, AIPS 1: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 1: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 1: $; GNU General Public License for more details. AIPS 1: $; AIPS 1: $; You should have received a copy of the GNU General Public AIPS 1: $; License along with this program; if not, write to the Free AIPS 1: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 1: $; MA 02139, USA. AIPS 1: $; AIPS 1: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 1: $; Internet email: aipsmail@nrao.edu. AIPS 1: $; Postal address: AIPS Project Office AIPS 1: $; National Radio Astronomy Observatory AIPS 1: $; 520 Edgemont Road AIPS 1: $; Charlottesville, VA 22903-2475 USA AIPS 1: $--------------------------------------------------------------- AIPS 1: $=============================================================== AIPS 1: AIPS 1: procedure pipeinit AIPS 1: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 1: scalar lsids,star,tint,fsw AIPS 1: string*2 lstyp AIPS 1: string*3 lsvla AIPS 1: string*6 lsidc,lsstrng AIPS 1: string*16 lsidn,lscal AIPS 1: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 1: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 1: string*20 expnm AIPS 1: string*48 expmsg AIPS 1: finish AIPS 1: pipeinit AIPS 1: AIPS 1: procedure pipeinpt AIPS 1: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 1: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 1: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 1: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 1: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 1: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 1: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 1: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 1: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 1: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 1: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 1: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 1: lsparm(9)=docal;lsparm(10)=doresid AIPS 1: $ check input values AIPS 1: $->lsbadd AIPS 1: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 1: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 1: if (error<>0) then AIPS 1: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 1: else AIPS 1: userid=0;k=1;lsname=0 AIPS 1: while (lsname=0);egetname k AIPS 1: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 1: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 1: else;k=k+1;end;end;end;else AIPS 1: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 1: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 1: else AIPS 1: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 1: end AIPS 1: end AIPS 1: AIPS 1: $->inname AIPS 1: $->inclass AIPS 1: $->inseq AIPS 1: $->fsw AIPS 1: $->lsflag AIPS 1: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 1: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 1: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 1: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 1: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 1: end AIPS 1: $->lscal AIPS 1: if (length(lscal)<>0) then AIPS 1: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 1: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 1: end AIPS 1: AIPS 1: $->lsflux AIPS 1: $-> #3+#4 uvrange AIPS 1: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 1: if((i=1)&(j=1))then;star=1;else; AIPS 1: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 1: end;end;end;end;clrtemp;end AIPS 1: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 1: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 1: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 1: end;end;clrtemp AIPS 1: $-> #11 dopol AIPS 1: $-> #12 bpa AIPS 1: $->lscont AIPS 1: $->lsplot AIPS 1: if (lsparm(1) > 0) then AIPS 1: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 1: else; AIPS 1: if (lsparm(5)=0) then; AIPS 1: keyword='TELESCOP';gethead; AIPS 1: if (substr(keystrng,1,3)<>'VLA') then; AIPS 1: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 1: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 1: for j=1:k AIPS 1: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 1: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: lsvla=substr(keystrng,i+1,i+3);else AIPS 1: lsvla=substr(keystrng,i+2,i+4);end AIPS 1: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 1: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: keyword=substr(keystrng,i+2,i+8);else AIPS 1: keyword=substr(keystrng,i+3,i+9);end AIPS 1: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 1: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 1: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 1: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 1: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 1: if(lsparm(5)>0)then AIPS 1: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 1: end;end;end;end AIPS 1: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 1: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 1: AIPS 1: $-> #7 niter AIPS 1: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 1: $-> #8 cutoff AIPS 1: $-> #9 docal AIPS 1: $-> #10 doresid AIPS 1: AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure getidn AIPS 1: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 1: finish AIPS 1: AIPS 1: procedure getset AIPS 1: default;getidn;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure lsclrcal AIPS 1: $ consolidate lists, deal with calcode='*' later AIPS 1: scalar lsidx,l,m,n AIPS 1: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 1: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 1: for i=1:lsidx $ remember source number AIPS 1: pixxy=i,3,0;tabget;error=0 AIPS 1: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 1: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 1: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 1: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 1: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 1: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 1: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 1: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 1: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 1: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 1: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 1: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 1: $here - clean up pnt cal for doubles - subtract from total count below AIPS 1: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 1: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 1: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 1: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 1: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 1: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 1: return;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure numtab(lsstrng) AIPS 1: keystrng'';j=0;clrtemp AIPS 1: while ((j<15)&(keystrng<>lsstrng)) AIPS 1: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 1: if (keystrng=lsstrng) then AIPS 1: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 1: keyword'';keystrng'';clrtemp AIPS 1: return keyvalue(1);finish AIPS 1: AIPS 1: procedure numbasel AIPS 1: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 1: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 1: for numbant=1:numarow AIPS 1: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 1: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 1: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 1: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 1: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 1: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 1: return numbase AIPS 1: finish AIPS 1: AIPS 1: procedure calcintt AIPS 1: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 1: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 1: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 1: else AIPS 1: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 1: if(numxrow>rmax)then;numxrow rmax;end AIPS 1: for numscan=1:numxrow;clrtemp AIPS 1: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 1: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 1: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 1: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 1: end;numcnst=numbasel;sum=0 AIPS 1: if (avr > 0) then AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 1: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 1: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 1: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 1: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 1: end AIPS 1: return avr AIPS 1: finish AIPS 1: AIPS 1: procedure guesintt AIPS 1: scalar intcst,intavr,intmod,intime AIPS 1: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 1: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 1: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 1: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 1: if (intavr>10) then AIPS 1: $ intime=10*floor(0.5+(intavr/10)) AIPS 1: intime=10*floor(intavr/10) AIPS 1: else;if (intavr>0) then AIPS 1: intmod=mod(intavr,intcst) AIPS 1: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 1: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 1: else;intime=intavr;end;end;clrtemp AIPS 1: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 1: return intime AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure chkobjct AIPS 1: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 1: then; object='3C286';end AIPS 1: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 1: then; object='3C48';end AIPS 1: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 1: then; object='3C138';end AIPS 1: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 1: then; object='3C147';end AIPS 1: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 1: then; object='3C295';end;clrtemp;return AIPS 1: finish AIPS 1: AIPS 1: procedure checkbnd AIPS 1: band='';j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9; AIPS 1: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 1: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 1: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 1: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 1: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 1: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 1: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 1: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure chkmodel AIPS 1: error=0;sysout='';sys2com'' AIPS 1: syscom'ls -1 $AIPSTARS/ AIPS 1: sys2com(1) inname!!'.MODEL' AIPS 1: sys2com(2) ' >& /dev/null AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure loadmodl AIPS 1: scalar lsidx,l AIPS 1: array lsload(5) AIPS 1: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 1: while (j<21) AIPS 1: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 1: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 1: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 1: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 1: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 1: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 1: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 1: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 1: end;return AIPS 1: finish AIPS 1: AIPS 1: procedure vlanew AIPS 1: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 1: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 1: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 1: if (inclass='LINE') then AIPS 1: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 1: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 1: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 1: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 1: finish AIPS 1: AIPS 1: procedure allzap AIPS 1: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure allplot AIPS 1: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 1: if (j>0) then AIPS 1: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 1: else;type 'NOTHING TO PLOT - DONE';end AIPS 1: finish AIPS 1: AIPS 1: procedure goplt0 AIPS 1: if (lsplot>0) then;go;end AIPS 1: finish $SN only AIPS 1: procedure goplt1 AIPS 1: if (lsplot>1) then;go;end AIPS 1: finish $SN+CL AIPS 1: procedure goplt2 AIPS 1: if (lsplot>2) then;go;end AIPS 1: finish $SN+CL+BP AIPS 1: procedure goplt3 AIPS 1: if (lsplot>3) then;go;end AIPS 1: finish $CL,BP applied AIPS 1: AIPS 1: procedure calpipe(lsdisk,lsname,lsrant) AIPS 1: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 1: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 1: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 1: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 1: if (lsflag>=1) then AIPS 1: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 1: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 1: end;task'FLAGR';getset AIPS 1: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 1: end AIPS 1: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 1: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 1: if (length(lscal)<>0) then AIPS 1: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 1: end;sources=lsampcal;go AIPS 1: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 1: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 1: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 1: if (lsmodl>0) then $ use models for ones that exist AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;clrtemp AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 1: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 1: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 1: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 1: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 1: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 1: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 1: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 1: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 1: if(star>0)then;calsour'';calcode'*';end;go AIPS 1: if (lsmodl>0) then AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 1: if (error<1) then;zap;end;end AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 1: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 1: if (star>0) then; AIPS 1: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 1: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 1: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 1: soucode='*' AIPS 1: else AIPS 1: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 1: end;go AIPS 1: if (lscont<1) then AIPS 1: type '****************************************************** **' AIPS 1: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 1: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 1: type '****************************************************** **';read AIPS 1: end AIPS 1: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 1: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 1: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 1: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 1: if (inclass='CH 0') then AIPS 1: task'TACOP';getset AIPS 1: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 1: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 1: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 1: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 1: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 1: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 1: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 1: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 1: sources=lsampcal;goplt3 AIPS 1: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 1: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure calcrms AIPS 1: scalar nbas,nvis,tbw,rms,minhrs AIPS 1: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 1: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 1: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 1: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 1: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 1: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 1: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 1: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 1: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 1: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 1: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 1: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 1: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 1: return rms AIPS 1: finish AIPS 1: AIPS 1: procedure setboxfle AIPS 1: scalar ci,bi AIPS 1: string*48 fbox AIPS 1: fbox'/tmp/SETFC@ AIPS 1: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 1: ci=0;bi=length(fbox) AIPS 1: while(ci& /dev/null AIPS 1: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure catboxfile AIPS 1: sys2com'';syscom 'cat AIPS 1: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 1: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure setimsize AIPS 1: scalar szf, kk AIPS 1: string*48 bxf AIPS 1: array szc(2), szi(2), orgc(2), orgi(2) AIPS 1: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 1: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 1: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 1: while (kk<9) AIPS 1: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 1: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 1: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 1: go;szf=nfield;szc=cellsize;szi=imsize AIPS 1: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 1: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 1: vput imagr AIPS 1: finish AIPS 1: AIPS 1: procedure imapipe(k,lsdisk,lsname) AIPS 1: vnum=33;dowait=true AIPS 1: if (k=1) then AIPS 1: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 1: baddisk=lsbadd;douvcomp=-1;go AIPS 1: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 1: go;end;end;clrtemp AIPS 1: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 1: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 1: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 1: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 1: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 1: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 1: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 1: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 1: while ((lssid(k)>0) & (k<1001)) AIPS 1: if (lssid(k)=keyvalue(1))then error=0;end AIPS 1: k=k+1;end;end;vget imagr AIPS 1: if (error < 1) then AIPS 1: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 1: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 1: while (j<30) AIPS 1: k=length(inname) AIPS 1: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 1: lstarg=0;j=30 AIPS 1: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 1: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 1: if(imsize(1)<0)then;imsize=256;end;end AIPS 1: else;j=j+1;end $ check next source, if not found -> targ et AIPS 1: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 1: AIPS 1: j=1 AIPS 1: $calibrator lstarg=0 AIPS 1: $target if lstarg=1 AIPS 1: AIPS 1: AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 1: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 1: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 1: if (inclass='CH 0') then AIPS 1: for k=1:keyvalue(1);bif=k;eif=k AIPS 1: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 1: end;clrtemp;k=keyvalue(1) AIPS 1: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 1: if (error < 1) then AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 1: if (keystrng='FREQ') then AIPS 1: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 1: else;j=j+1;end AIPS 1: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 1: if (bchan=1) then;bchan=2;end;j=k AIPS 1: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 1: end;end;clrtemp AIPS 1: else AIPS 1: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 1: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 1: else AIPS 1: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 1: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 1: end;end;boxfile=setboxfle;delboxfle AIPS 1: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 1: $ inclass'SCIMG';allzap AIPS 1: inclass'IBM*';intype'MA';allzap AIPS 1: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 1: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 1: end;end;dowait=false;vnum=0 AIPS 1: finish AIPS 1: AIPS 1: procedure avlapipe AIPS 1: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 1: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 1: else;lsclrcal;tint=guesintt;clrtemp AIPS 1: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 1: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 1: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 1: type'--------------------------------------------------- --------' AIPS 1: end;type ' ' AIPS 1: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 1: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 1: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: default'AVLAPIPE' AIPS 1: Found in Version=ABIN AIPS 1: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 1: docal 1; sources '*''' AIPS 1: $ to be set by itself later AIPS 1: solint 1; factor 5; doarray -1; imsize -1 AIPS 1: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 1: niter -1; cutoff -1 AIPS 1: $ for now debugging AIPS 1: docont 1; plver -1; doall 1; doresid 0 AIPS 1: AIPS 1: $ defaults AIPS 1: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 1: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 1: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 1: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 1: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 1: 'AB922_1999DEC13_1' >>AIPS 1: 'AB922_1999DEC13_1' >AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General catalog looks like AIPS 1: $$ Multi-source UV data file AIPS 1: $$ Multi-source TASAV file AIPS 1: $$ Single-source calibrated data - auvf AIPS 1: $$ Single-source calibrated images- aimg AIPS 1: AIPS 1: $May need to redefine after a restore 0: AIPS 1: $allzap AIPS 1: $calcintt AIPS 1: $guesintt AIPS 1: $lsparm(5);tint;lsdisk AIPS 1: AIPS 1: procedure flatfov AIPS 1: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 1: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 1: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 1: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 1: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 1: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 1: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 1: end AIPS 1: for i=3:uvi;getname i AIPS 1: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 1: for j=1:keyvalue(1) AIPS 1: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 1: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 1: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 1: $ so instead of maximum frequency span, use max individual bandw idth AIPS 1: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 1: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 1: for j=1:mai $ assume inseq starts at 1.. AIPS 1: inseq=j;kk=1;cellsize=0;userid=0 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 1: keyword='CDELT'!!char(kk);clrtemp AIPS 1: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 1: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 1: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 1: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 1: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 1: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 1: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 1: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 1: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 1: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 1: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 1: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 1: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 1: go;wait;allzap;recat AIPS 1: end;end;end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasimage AIPS 1: $LOS - Determine noise, do primary beam correction, include copy right AIPS 1: scalar numfle,ll,mm AIPS 1: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 1: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 1: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 1: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 1: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 1: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 1: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 1: end AIPS 1: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 1: for j=mai:numfle AIPS 1: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 1: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 1: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 1: for j=mai:numfle $ can only do on MA files AIPS 1: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasname AIPS 1: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 1: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 1: string*1 pm,rmsc AIPS 1: string*2 zz AIPS 1: string*3 mmm AIPS 1: string*4 rmss,sbms,fras AIPS 1: string*5 radi AIPS 1: string*30 dir AIPS 1: string*20 expn AIPS 1: ki=1;userid=0 AIPS 1: while (ki<9) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 1: typ ki, keys AIPS 1: if(substr(keystrng,1,2)='RA')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 1: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 1: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 1: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 1: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 1: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 1: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 1: typ 'HERE' AIPS 1: if(substr(keystrng,1,3)='DEC')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 1: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 1: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 1: ds=floor(dc1+(3600*dc2));clrtemp AIPS 1: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 1: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 1: if(substr(keystrng,1,6)='STOKES')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 1: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 1: end; AIPS 1: typ ki 'TOO' AIPS 1: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 1: end;clrtemp $ build the output file name here AIPS 1: typ 'BUILD NOW' AIPS 1: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 1: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 1: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 1: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 1: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 1: AIPS 1: AIPS 1: AIPS 1: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 1: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 1: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 1: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 1: else AIPS 1: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 1: end AIPS 1: AIPS 1: if (expnm='') then AIPS 1: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 1: mmm=substr(keystrng,5,6) AIPS 1: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 1: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 1: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 1: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 1: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 1: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 1: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 1: end AIPS 1: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print outf AIPS 1: AIPS 1: $ make the source dir here AIPS 1: dir='';sysout'';syscom'mkdir AIPS 1: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 1: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 1: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 1: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 1: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 1: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK1: Task QUACK (release of 31DEC06) begins QUACK1: Flagged 4.50 min. of data in 27 scans QUACK1: Appears to have ended successfully QUACK1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes FLAGR1: Task FLAGR (release of 31DEC06) begins FLAGR1: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR1: Overall average amp= 5.271E-01 +- 1.959E-02 source= 1331+305 FLAGR1: Overall average rms= 1.960E-03 +- 2.421E-04 source= 1331+305 FLAGR1: Overall average amp= 4.450E-02 +- 2.025E-03 source= 1244+408 FLAGR1: Overall average rms= 1.777E-03 +- 2.058E-04 source= 1244+408 FLAGR1: Overall average amp= 7.803E-02 +- 3.855E-03 source= 1035+564 FLAGR1: Overall average rms= 1.856E-03 +- 2.206E-04 source= 1035+564 FLAGR1: Overall average amp= 4.420E-02 +- 2.109E-03 source= 1148+594 FLAGR1: Overall average rms= 1.782E-03 +- 2.745E-04 source= 1148+594 FLAGR1: Overall average amp= 1.123E-01 +- 4.631E-03 source= 1400+621 FLAGR1: Overall average rms= 1.800E-03 +- 1.838E-04 source= 1400+621 FLAGR1: Overall average amp= 9.747E-02 +- 4.193E-03 source= 1549+506 FLAGR1: Overall average rms= 1.825E-03 +- 1.538E-04 source= 1549+506 FLAGR1: Overall average amp= 3.880E-03 +- 8.288E-04 source= 1600+434 FLAGR1: Overall average rms= 1.480E-03 +- 1.424E-04 source= 1600+434 FLAGR1: Overall average amp= 9.539E-03 +- 1.970E-03 source= 1559+437 FLAGR1: Overall average rms= 1.723E-03 +- 2.824E-04 source= 1559+437 FLAGR1: Overall average amp= 3.267E-02 +- 1.588E-03 source= 1545+478 FLAGR1: Overall average rms= 1.801E-03 +- 2.572E-04 source= 1545+478 FLAGR1: Overall average amp= 8.234E-02 +- 3.627E-03 source= 1634+627 FLAGR1: Overall average rms= 1.813E-03 +- 1.912E-04 source= 1634+627 FLAGR1: Overall average amp= 8.499E-02 +- 4.399E-03 source= 1642+689 FLAGR1: Overall average rms= 1.858E-03 +- 1.774E-04 source= 1642+689 FLAGR1: Overall average amp= 4.063E-03 +- 8.795E-04 source= 1608+656 FLAGR1: Overall average rms= 1.523E-03 +- 1.558E-04 source= 1608+656 FLAGR1: Overall average amp= 5.432E-02 +- 2.530E-03 source= 1823+796 FLAGR1: Overall average rms= 1.859E-03 +- 2.502E-04 source= 1823+796 FLAGR1: Overall average amp= 4.426E-02 +- 2.138E-03 source= 1945+709 FLAGR1: Overall average rms= 1.899E-03 +- 2.511E-04 source= 1945+709 FLAGR1: Overall average amp= 2.953E-02 +- 1.557E-03 source= 1815+614 FLAGR1: Overall average rms= 1.843E-03 +- 2.171E-04 source= 1815+614 FLAGR1: Found 2 bad times, 296 total flags FLAGR1: Wrote 1 antenna & IF independent flags FLAGR1: Wrote 1 antenna independent, IF dependent flags FLAGR1: Wrote 294 antenna & IF dependent flags FLAGR1: Wrote 0 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 5.7 Real= 7 SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: / Resetting flux information to zero SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: SOURCES = '' /All sources selected SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: / Flux calculated using known spectrum SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY1: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY1: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991213 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 1 CALIB1: Found 2837 good solutions CALIB1: Failed on 7 solutions CALIB1: Average closure rms = 0.0105 +- 0.0066 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.05556 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.09259 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.08333 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.14815 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.21296 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.27778 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.09259 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.03704 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 1.1 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C286_X.MODEL CALRD1: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991213 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: Model computation is 100 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 135 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 540 good solutions CALIB1: Average closure rms = 0.0032 +- 0.0008 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.05000 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.10000 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.30000 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.20000 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.20000 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: 0.05000 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: 0.05000 of the times had 18 - 20 percent outside 2.5 times rms CALIB1: 0.05000 of the times had 20 - 22 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 2.4 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 1 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 711 merged records from 711 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 2349 records from CL table no. 2 CLCAL1: Processing SN table 1 CLCAL1: WARNING: SN table 1 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 711 merged records from 711 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991213 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 1.362E+01 CALIB1: RPOL, IF= 2 The average gain over these antennas is 1.177E+01 CALIB1: LPOL, IF= 1 The average gain over these antennas is 1.109E+01 CALIB1: LPOL, IF= 2 The average gain over these antennas is 1.179E+01 CALIB1: Found 2194 good solutions CALIB1: Failed on 6 solutions CALIB1: Average closure rms = 0.0012 +- 0.0008 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.44444 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.24444 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.10000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.06667 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.01111 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 2.2 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991213 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: Model computation is 100 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 27 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 5.618E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 5.405E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 6.093E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 5.713E+00 CALIB1: Found 108 good solutions CALIB1: Average closure rms = 0.0005 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.50000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 2.3 Real= 3 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 1244+408 : 0 C 1 0.42169 +/- 0.01000 GETJY1: 2 0.41936 +/- 0.01020 GETJY1: 1035+564 : 0 A 1 0.73753 +/- 0.01945 GETJY1: 2 0.73162 +/- 0.01935 GETJY1: 1148+594 : 0 B 1 0.42381 +/- 0.00804 GETJY1: 2 0.41607 +/- 0.01048 GETJY1: 1400+621 : 0 C 1 1.05898 +/- 0.02716 GETJY1: 2 1.05295 +/- 0.02706 GETJY1: 1549+506 : 0 A 1 0.91973 +/- 0.02205 GETJY1: 2 0.91939 +/- 0.02189 GETJY1: 1545+478 : 0 B 1 0.30992 +/- 0.00682 GETJY1: 2 0.30850 +/- 0.00665 GETJY1: 1634+627 : 0 C 1 0.78169 +/- 0.02028 GETJY1: 2 0.77535 +/- 0.02023 GETJY1: 1642+689 : 0 A 1 0.80686 +/- 0.02121 GETJY1: 2 0.80538 +/- 0.02125 GETJY1: 1823+796 : 0 A 1 0.52144 +/- 0.00999 GETJY1: 2 0.51908 +/- 0.00991 GETJY1: 1945+709 : 0 B 1 0.42430 +/- 0.00793 GETJY1: 2 0.42972 +/- 0.00183 GETJY1: Appears to have ended successfully GETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 2 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 550 merged records from 550 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 2349 records from CL table no. 3 CLCAL1: Processing SN table 2 CLCAL1: WARNING: SN table 2 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 550 merged records from 550 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.6 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes TASAV1: Task TASAV (release of 31DEC06) begins TASAV1: Create 19991213 .TASAV . 1 (UV) on disk 1 cno 2 TASAV1: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV1: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Appears to have ended successfully TASAV1: auto 31DEC06 TST: Cpu= 0.2 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SPLIT1: Task SPLIT (release of 31DEC06) begins SPLIT1: You are using a non-standard program SPLIT1: Doing subarray 1 SPLIT1: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 2176 0 2176 SPLIT1: Fully 0 0 25462 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Create 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 1448 0 1448 SPLIT1: Fully 0 0 13515 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 543 0 543 SPLIT1: Fully 0 0 7179 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 333 26 359 SPLIT1: Fully 0 0 5608 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 3337 0 3337 SPLIT1: Fully 0 0 10443 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Create 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 2935 0 2935 SPLIT1: Fully 0 0 16224 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 451 0 451 SPLIT1: Fully 0 0 32383 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 219 0 219 SPLIT1: Fully 0 0 5361 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 347 0 347 SPLIT1: Fully 0 0 4503 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 2621 0 2621 SPLIT1: Fully 0 0 16116 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Create 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 2796 0 2796 SPLIT1: Fully 0 0 24604 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Create 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 370 0 370 SPLIT1: Fully 0 0 56456 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 701 256 940 SPLIT1: Fully 0 0 5716 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 459 468 906 SPLIT1: Fully 0 0 5464 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 78 468 543 SPLIT1: Fully 0 0 5775 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.068 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC1: SETCEL: recommends IMSIZE 1444 CELLSIZE 0.22174 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22174 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 13:31:08.31 30:30:32.4 14.903 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 77.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 2036 2036 13 31 08.29 30 30 33.0 00001 -1 1019 1024 1025 C 2 246 246 13 31 08.31 30 30 32.4 00002 -1 100 128 129 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.068 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.3262E-02 4.0000E-02 0 IMAGR1: Field 2 246 246 2.8173E-01 -5.6000E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 18 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 27638 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 7.433E+04 IMAGR1: UVWAIT: Adding temperance S 1.487E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 9.455E+07 and out 1.360E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR1: UVWAIT: Average summed weight 7.433E+04 over 53824 vis IMAGR1: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 19 IMAGR1: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 20 IMAGR1: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 21 IMAGR1: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 22 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.44390E+09 IMAGR1: Field 1 Beam min = -114.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 788.502 x 649.786 Milliarcsec, PA= -54.0 IMAGR1: Field 2 Sum of gridding weights = 1.44392E+09 IMAGR1: Field 2 Beam min = -114.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 788.504 x 649.788 Milliarcsec, PA= -54.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -603.8 MilliJy,max = 5.1 Jy IMAGR1: Field 2 min = -598.0 MilliJy,max = 4.8 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 385.97 MilliJy IMAGR1: 16652 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.438 Jy iter= 8 IMAGR1: Field 1 Clean flux density= 2.903 Jy 8 comps IMAGR1: Total Cleaned flux density = 2.903 Jy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -277.9 MilliJy,max = 2.2 Jy IMAGR1: TRY ANOTHER FIELD: this is 2.140E+00 < Second best 2.318E+00 IMAGR1: Field 1 min = -274.0 MilliJy,max = 2.2 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 184.61 MilliJy IMAGR1: 13621 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.031 Jy iter= 17 IMAGR1: Field 1 Clean flux density= 4.274 Jy 17 comps IMAGR1: Total Cleaned flux density = 4.274 Jy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -156.4 MilliJy,max = 1.0 Jy IMAGR1: BGC Clean: using 509 cell beam + residuals > 170.30 MilliJy IMAGR1: 316 Residual map points loaded IMAGR1: Field 2 min allowed flux = 504.589 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 587.758 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 4.862 Jy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -91.1 MilliJy,max = 463.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.410E-01 < Second best 4.802E-01 IMAGR1: Field 2 min = -90.5 MilliJy,max = 454.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 38.21 MilliJy IMAGR1: 2561 Residual map points loaded IMAGR1: Field 2 min allowed flux = 220.579 MilliJy iter= 17 IMAGR1: Field 2 Clean flux density= 879.972 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 5.154 Jy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -89.9 MilliJy,max = 228.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 35.12 MilliJy IMAGR1: 2986 Residual map points loaded IMAGR1: Field 1 min allowed flux = 109.435 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 4.404 Jy 25 comps IMAGR1: Total Cleaned flux density = 5.284 Jy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -95.5 MilliJy,max = 119.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 22.29 MilliJy IMAGR1: 1785 Residual map points loaded IMAGR1: Field 2 min allowed flux = -58.789 MilliJy iter= 38 IMAGR1: Field 2 Clean flux density= 869.004 MilliJy 38 comps IMAGR1: Total Cleaned flux density = 5.273 Jy 63 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -63.1 MilliJy,max = 56.0 MilliJy IMAGR1: BGC Clean: using 1733 cell beam + residuals > 13.86 MilliJy IMAGR1: 13117 Residual map points loaded IMAGR1: Field 1 min allowed flux = -31.329 MilliJy iter= 67 IMAGR1: Field 1 Clean flux density= 4.394 Jy 67 comps IMAGR1: Total Cleaned flux density = 5.263 Jy 105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -32.0 MilliJy,max = 35.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 17.05 MilliJy IMAGR1: 613 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 22.731 MilliJy iter= 80 IMAGR1: Field 2 Clean flux density= 880.911 MilliJy 80 comps IMAGR1: Total Cleaned flux density = 5.275 Jy 147 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -24.0 MilliJy,max = 22.9 MilliJy IMAGR1: BGC Clean: using 621 cell beam + residuals > 9.08 MilliJy IMAGR1: 8308 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -13.729 MilliJy iter= 159 IMAGR1: Field 1 Clean flux density= 4.402 Jy 159 comps IMAGR1: Total Cleaned flux density = 5.283 Jy 239 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.8 MilliJy,max = 15.8 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 8.08 MilliJy IMAGR1: 1159 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 10.117 MilliJy iter= 148 IMAGR1: Field 2 Clean flux density= 894.449 MilliJy 148 comps IMAGR1: Total Cleaned flux density = 5.296 Jy 307 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -11.0 MilliJy,max = 11.7 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 5.68 MilliJy IMAGR1: 9065 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -8.242 MilliJy iter= 328 IMAGR1: Field 1 Clean flux density= 4.404 Jy 328 comps IMAGR1: Total Cleaned flux density = 5.299 Jy 476 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -7.8 MilliJy,max = 9.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.04 MilliJy IMAGR1: 769 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -5.990 MilliJy iter= 239 IMAGR1: Field 2 Clean flux density= 898.204 MilliJy 239 comps IMAGR1: Total Cleaned flux density = 5.303 Jy 567 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -8.9 MilliJy,max = 10.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.85 MilliJy IMAGR1: 16997 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.637 MilliJy iter= 647 IMAGR1: Field 1 Clean flux density= 4.399 Jy 647 comps IMAGR1: Total Cleaned flux density = 5.297 Jy 886 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.3 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR1: 581 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.226 MilliJy iter= 338 IMAGR1: Field 2 Clean flux density= 905.475 MilliJy 338 comps IMAGR1: Total Cleaned flux density = 5.304 Jy 985 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -7.7 MilliJy,max = 8.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.03 MilliJy IMAGR1: 17748 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.183 MilliJy iter= 1084 IMAGR1: Field 1 Clean flux density= 4.394 Jy 1084 comps IMAGR1: Total Cleaned flux density = 5.299 Jy 1422 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.2 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.670E-03 < Second best 4.007E-03 IMAGR1: Field 1 min = -7.0 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.53 MilliJy IMAGR1: 18844 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.371 MilliJy iter= 1622 IMAGR1: Field 1 Clean flux density= 4.421 Jy 1622 comps IMAGR1: Total Cleaned flux density = 5.327 Jy 1960 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.5 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.075E-03 < Second best 3.231E-03 IMAGR1: Field 1 min = -6.7 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR1: 19373 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.776 MilliJy iter= 2287 IMAGR1: Field 1 Clean flux density= 4.386 Jy 2287 comps IMAGR1: Total Cleaned flux density = 5.291 Jy 2625 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR1: 226 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.202 MilliJy iter= 418 IMAGR1: Field 2 Clean flux density= 914.440 MilliJy 418 comps IMAGR1: Total Cleaned flux density = 5.300 Jy 2705 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -6.1 MilliJy,max = 6.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR1: 18920 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.263 MilliJy iter= 3135 IMAGR1: Field 1 Clean flux density= 4.453 Jy 3135 comps IMAGR1: Total Cleaned flux density = 5.368 Jy 3553 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR1: 17604 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.908 MilliJy iter= 4091 IMAGR1: Field 1 Clean flux density= 4.368 Jy 4091 comps IMAGR1: Total Cleaned flux density = 5.282 Jy 4509 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -1.8 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 143 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.706 MilliJy iter= 452 IMAGR1: Field 2 Clean flux density= 921.381 MilliJy 452 comps IMAGR1: Total Cleaned flux density = 5.289 Jy 4543 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -5.4 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.42 MilliJy IMAGR1: 6895 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.655 MilliJy iter= 4808 IMAGR1: Field 1 Clean flux density= 4.438 Jy 4808 comps IMAGR1: Total Cleaned flux density = 5.359 Jy 5260 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 121 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.300 MilliJy iter= 515 IMAGR1: Field 2 Clean flux density= 916.509 MilliJy 515 comps IMAGR1: Total Cleaned flux density = 5.354 Jy 5323 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -5.1 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 19620 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.360 MilliJy iter= 6137 IMAGR1: Field 1 Clean flux density= 4.386 Jy 6137 comps IMAGR1: Total Cleaned flux density = 5.302 Jy 6652 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.02 MilliJy IMAGR1: 11127 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.201 MilliJy iter= 7269 IMAGR1: Field 1 Clean flux density= 4.483 Jy 7269 comps IMAGR1: Total Cleaned flux density = 5.400 Jy 7784 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -2.7 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 960.31 MicroJy IMAGR1: 274 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.341 MilliJy iter= 547 IMAGR1: Field 2 Clean flux density= 911.175 MilliJy 547 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 7816 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 946.71 MicroJy IMAGR1: 139 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -954.624 MicroJy iter= 604 IMAGR1: Field 2 Clean flux density= 905.913 MilliJy 604 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 7873 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 857.55 MicroJy IMAGR1: 19753 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.055 MilliJy iter= 9041 IMAGR1: Field 1 Clean flux density= 4.368 Jy 9041 comps IMAGR1: Total Cleaned flux density = 5.274 Jy 9645 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 621 cell beam + residuals > 1.02 MilliJy IMAGR1: 13122 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.767 MilliJy iter= 9122 IMAGR1: Field 1 Clean flux density= 4.386 Jy 9122 comps IMAGR1: Total Cleaned flux density = 5.292 Jy 9726 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.4 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 793.90 MicroJy IMAGR1: 19643 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 964.631 MicroJy iter= 11215 IMAGR1: Field 1 Clean flux density= 4.540 Jy 11215 comps IMAGR1: Total Cleaned flux density = 5.446 Jy 11819 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.4 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 619 cell beam + residuals > 1.24 MilliJy IMAGR1: 9566 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.821 MilliJy iter= 11367 IMAGR1: Field 1 Clean flux density= 4.508 Jy 11367 comps IMAGR1: Total Cleaned flux density = 5.414 Jy 11971 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 761.53 MicroJy IMAGR1: 19546 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -913.988 MicroJy iter= 13696 IMAGR1: Field 1 Clean flux density= 4.345 Jy 13696 comps IMAGR1: Total Cleaned flux density = 5.251 Jy 14300 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 888.88 MicroJy IMAGR1: 867 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.525 MilliJy iter= 651 IMAGR1: Field 2 Clean flux density= 915.336 MilliJy 651 comps IMAGR1: Total Cleaned flux density = 5.260 Jy 14347 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 763.99 MicroJy IMAGR1: 822 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 792.063 MicroJy iter= 940 IMAGR1: Field 2 Clean flux density= 942.290 MilliJy 940 comps IMAGR1: Total Cleaned flux density = 5.287 Jy 14636 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 855.28 MicroJy IMAGR1: 11280 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.033 MilliJy iter= 14812 IMAGR1: Field 1 Clean flux density= 4.468 Jy 14812 comps IMAGR1: Total Cleaned flux density = 5.410 Jy 15752 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 621 cell beam + residuals > 1.01 MilliJy IMAGR1: 12714 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.729 MilliJy iter= 14897 IMAGR1: Field 1 Clean flux density= 4.450 Jy 14897 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 15837 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.3 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 715.63 MicroJy IMAGR1: 18099 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -831.625 MicroJy iter= 17311 IMAGR1: Field 1 Clean flux density= 4.270 Jy 17311 comps IMAGR1: Total Cleaned flux density = 5.212 Jy 18251 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 619 cell beam + residuals > 1.44 MilliJy IMAGR1: 19804 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.113 MilliJy iter= 17625 IMAGR1: Field 1 Clean flux density= 4.351 Jy 17625 comps IMAGR1: Total Cleaned flux density = 5.294 Jy 18565 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 628.89 MicroJy IMAGR1: 14202 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -712.961 MicroJy iter= 19817 IMAGR1: Field 1 Clean flux density= 4.420 Jy 19817 comps IMAGR1: Total Cleaned flux density = 5.363 Jy 20757 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -2.1 MilliJy,max = 933.3 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 612.74 MicroJy IMAGR1: 573 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.056 MilliJy iter= 965 IMAGR1: Field 2 Clean flux density= 938.925 MilliJy 965 comps IMAGR1: Total Cleaned flux density = 5.359 Jy 20782 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 816.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 602.10 MicroJy IMAGR1: 387 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -614.983 MicroJy iter= 1106 IMAGR1: Field 2 Clean flux density= 929.318 MilliJy 1106 comps IMAGR1: Total Cleaned flux density = 5.350 Jy 20923 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 609.10 MicroJy IMAGR1: 7499 Residual map points loaded IMAGR1: Field 1 min allowed flux = 735.674 MicroJy iter= 20479 IMAGR1: Field 1 Clean flux density= 4.382 Jy 20479 comps IMAGR1: Total Cleaned flux density = 5.311 Jy 21585 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 619 cell beam + residuals > 513.03 MicroJy IMAGR1: 8510 Residual map points loaded IMAGR1: Field 1 min allowed flux = 754.047 MicroJy iter= 20514 IMAGR1: Field 1 Clean flux density= 4.385 Jy 20514 comps IMAGR1: Total Cleaned flux density = 5.314 Jy 21620 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 455.07 MicroJy IMAGR1: 18914 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -523.197 MicroJy iter= 23692 IMAGR1: Field 1 Clean flux density= 4.418 Jy 23692 comps IMAGR1: Total Cleaned flux density = 5.347 Jy 24798 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -1.0 MilliJy,max = 734.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 452.58 MicroJy IMAGR1: 233 Residual map points loaded IMAGR1: Field 2 min allowed flux = -500.481 MicroJy iter= 1174 IMAGR1: Field 2 Clean flux density= 926.034 MilliJy 1174 comps IMAGR1: Total Cleaned flux density = 5.344 Jy 24866 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 417.42 MicroJy IMAGR1: 19614 Residual map points loaded IMAGR1: Field 1 min allowed flux = -494.557 MicroJy iter= 26403 IMAGR1: Field 1 Clean flux density= 4.371 Jy 26403 comps IMAGR1: Total Cleaned flux density = 5.297 Jy 27577 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -601.7 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 485.82 MicroJy IMAGR1: 472 Residual map points loaded IMAGR1: Field 2 min allowed flux = 585.638 MicroJy iter= 1241 IMAGR1: Field 2 Clean flux density= 931.072 MilliJy 1241 comps IMAGR1: Total Cleaned flux density = 5.302 Jy 27644 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -566.1 MicroJy,max = 685.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 416.98 MicroJy IMAGR1: 214 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 419.190 MicroJy iter= 1332 IMAGR1: Field 2 Clean flux density= 932.647 MilliJy 1332 comps IMAGR1: Total Cleaned flux density = 5.303 Jy 27735 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 619 cell beam + residuals > 441.98 MicroJy IMAGR1: 18939 Residual map points loaded IMAGR1: Field 1 min allowed flux = 649.320 MicroJy iter= 26640 IMAGR1: Field 1 Clean flux density= 4.384 Jy 26640 comps IMAGR1: Total Cleaned flux density = 5.317 Jy 27972 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.5 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 386.53 MicroJy IMAGR1: 19593 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -440.445 MicroJy iter= 30358 IMAGR1: Field 1 Clean flux density= 4.401 Jy 30358 comps IMAGR1: Total Cleaned flux density = 5.333 Jy 31690 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 464.70 MicroJy IMAGR1: 9764 Residual map points loaded IMAGR1: Field 1 min allowed flux = 561.317 MicroJy iter= 31272 IMAGR1: Field 1 Clean flux density= 4.385 Jy 31272 comps IMAGR1: Total Cleaned flux density = 5.318 Jy 32604 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 335.20 MicroJy IMAGR1: 19115 Residual map points loaded IMAGR1: Field 1 min Clean flux = 407.936 MicroJy iter= 33183 IMAGR1: Field 1 Clean flux density= 4.398 Jy 33183 comps IMAGR1: Total Cleaned flux density = 5.331 Jy 34515 comps IMAGR1: ALGSTB: All 1367 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1356- 0 Cells, with 27638 Pts IMAGR1: Field 2 min = -637.0 MicroJy,max = 552.1 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 49.56 MicroJy IMAGR1: 19825 Residual map points loaded IMAGR1: Field 2 min Clean flux = -406.146 MicroJy iter= 1345 IMAGR1: Field 2 Clean flux density= 932.016 MilliJy 1345 comps IMAGR1: Total Cleaned flux density = 5.331 Jy 34528 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 407.936 less than limit 407.972 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 33183 to 18239 components IMAGR1: Field 2 compressed from 1345 to 595 components IMAGR1: Field 1 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR1: Field 2 min = -547.7 MicroJy,max = 558.2 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 4.431 Jy ( 469 CCs) from field 1 to field 2 IMAGR1: Restore 932.017 MilliJy ( 595 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 5.331 Jy IMAGR1: Field 2 final Clean flux 5.363 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 18 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 143.1 Real= 147 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991213.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.068 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC1: SETCEL: recommends IMSIZE 1400 CELLSIZE 0.22865 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22865 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 12:44:49.18 40:48:06.5 1.342 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 90.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 2036 2036 12 44 49.20 40 48 06.2 00001 -1 1019 1024 1025 C 2 246 246 12 44 49.18 40 48 06.5 00002 -1 100 128 129 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 5.1096E-02 -1.9000E-02 0 IMAGR1: Field 2 246 246 -1.7600E-01 2.8100E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1244+408 .IMAGR . 1 (UV) on disk 1 cno 20 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 14963 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.427E+04 IMAGR1: UVWAIT: Adding temperance S 6.854E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.579E+07 and out 6.746E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.159 due to weighting IMAGR1: UVWAIT: Average summed weight 3.427E+04 over 29301 vis IMAGR1: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 21 IMAGR1: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 22 IMAGR1: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 24 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 7.16234E+08 IMAGR1: Field 1 Beam min = -77.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 860.955 x 682.799 Milliarcsec, PA= -58.3 IMAGR1: Field 2 Sum of gridding weights = 7.16246E+08 IMAGR1: Field 2 Beam min = -77.0 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 860.955 x 682.798 Milliarcsec, PA= -58.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -32.3 MilliJy,max = 415.9 MilliJy IMAGR1: Field 2 min = -33.5 MilliJy,max = 407.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 33.06 MilliJy IMAGR1: 9527 Residual map points loaded IMAGR1: Field 1 min allowed flux = 198.910 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 236.853 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 236.853 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -16.0 MilliJy,max = 179.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.709E-01 < Second best 1.891E-01 IMAGR1: Field 1 min = -14.3 MilliJy,max = 179.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 15.81 MilliJy IMAGR1: 7109 Residual map points loaded IMAGR1: Field 1 min allowed flux = 83.851 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 350.141 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 350.141 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.1 MilliJy,max = 79.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.589E-02 < Second best 7.972E-02 IMAGR1: Field 1 min = -7.9 MilliJy,max = 75.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.185E-02 < Second best 7.589E-02 IMAGR1: BGC Clean: using 509 cell beam + residuals > 6.34 MilliJy IMAGR1: 1075 Residual map points loaded IMAGR1: Field 2 min allowed flux = 36.601 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 50.016 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 400.158 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.6 MilliJy,max = 32.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.070E-02 < Second best 3.482E-02 IMAGR1: Field 2 min = -5.4 MilliJy,max = 33.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.91 MilliJy IMAGR1: 1197 Residual map points loaded IMAGR1: Field 2 min allowed flux = 15.724 MilliJy iter= 18 IMAGR1: Field 2 Clean flux density= 71.245 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 421.386 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.6 MilliJy,max = 14.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.402E-02 < Second best 1.496E-02 IMAGR1: Field 2 min = -8.7 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.74 MilliJy IMAGR1: 1527 Residual map points loaded IMAGR1: Field 2 min allowed flux = 6.914 MilliJy iter= 37 IMAGR1: Field 2 Clean flux density= 75.401 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 425.543 MilliJy 54 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 1.36 MilliJy IMAGR1: 14229 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.350 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 346.612 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 422.013 MilliJy 89 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.53 MilliJy IMAGR1: 168 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.124 MilliJy iter= 79 IMAGR1: Field 2 Clean flux density= 74.815 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 421.427 MilliJy 131 comps IMAGR1: ALGSTB: All 173 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 162- 0 Cells, with 14963 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.96 MicroJy IMAGR1: 18653 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.620 MilliJy iter= 187 IMAGR1: Field 1 Clean flux density= 359.775 MilliJy 187 comps IMAGR1: Total Cleaned flux density = 434.591 MilliJy 266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 927.60 MicroJy IMAGR1: 130 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.098 MilliJy iter= 130 IMAGR1: Field 2 Clean flux density= 73.874 MilliJy 130 comps IMAGR1: Total Cleaned flux density = 433.650 MilliJy 317 comps IMAGR1: ALGSTB: All 173 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 162- 0 Cells, with 14963 Pts IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 780.67 MicroJy IMAGR1: 19591 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.223 MilliJy iter= 420 IMAGR1: Field 1 Clean flux density= 356.230 MilliJy 420 comps IMAGR1: Total Cleaned flux density = 430.104 MilliJy 550 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 689.42 MicroJy IMAGR1: 19242 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 994.928 MicroJy iter= 717 IMAGR1: Field 1 Clean flux density= 363.687 MilliJy 717 comps IMAGR1: Total Cleaned flux density = 437.561 MilliJy 847 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -945.6 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 686.06 MicroJy IMAGR1: 66 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 717.709 MicroJy iter= 162 IMAGR1: Field 2 Clean flux density= 73.590 MilliJy 162 comps IMAGR1: Total Cleaned flux density = 437.277 MilliJy 879 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 594.69 MicroJy IMAGR1: 19765 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -830.676 MicroJy iter= 1128 IMAGR1: Field 1 Clean flux density= 356.003 MilliJy 1128 comps IMAGR1: Total Cleaned flux density = 429.593 MilliJy 1290 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 523.34 MicroJy IMAGR1: 19447 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -705.885 MicroJy iter= 1641 IMAGR1: Field 1 Clean flux density= 364.863 MilliJy 1641 comps IMAGR1: Total Cleaned flux density = 438.453 MilliJy 1803 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -973.3 MicroJy,max = 698.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 521.71 MicroJy IMAGR1: 42 Residual map points loaded IMAGR1: Field 2 min Clean flux = -544.888 MicroJy iter= 179 IMAGR1: Field 2 Clean flux density= 72.967 MilliJy 179 comps IMAGR1: Total Cleaned flux density = 437.830 MilliJy 1820 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 446.05 MicroJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 595.513 MicroJy iter= 2335 IMAGR1: Field 1 Clean flux density= 360.096 MilliJy 2335 comps IMAGR1: Total Cleaned flux density = 433.063 MilliJy 2514 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 384.83 MicroJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 1 min Clean flux = -554.460 MicroJy iter= 2556 IMAGR1: Field 1 Clean flux density= 362.298 MilliJy 2556 comps IMAGR1: Total Cleaned flux density = 435.265 MilliJy 2735 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 554.460 less than limit 554.465 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 2556 to 1781 components IMAGR1: Field 2 compressed from 179 to 46 components IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -563.7 MicroJy,max = 569.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 348.884 MilliJy ( 33 CCs) from field 1 to field 2 IMAGR1: Restore 72.967 MilliJy ( 46 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 435.265 MilliJy IMAGR1: Field 2 final Clean flux 421.851 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 20 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 40.8 Real= 41 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC1: SETCEL: recommends IMSIZE 1329 CELLSIZE 0.24089 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24089 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 115.5 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 21.7 00002 -1 507 512 513 C 3 1012 1012 10 34 45.62 56 27 04.1 00003 -1 507 512 513 C 4 1012 1012 10 35 28.46 56 27 04.1 00004 -1 507 512 513 C 5 1012 1012 10 34 45.58 56 30 29.2 00005 -1 507 512 513 C 6 1012 1012 10 35 28.50 56 30 29.2 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 11.9 00007 -1 507 512 513 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR1: Field 2 1012 1012 8.2835E-04 -2.0509E+02 0 IMAGR1: Field 3 1012 1012 -1.7743E+02 -1.0269E+02 0 IMAGR1: Field 4 1012 1012 1.7743E+02 -1.0269E+02 0 IMAGR1: Field 5 1012 1012 -1.7776E+02 1.0241E+02 0 IMAGR1: Field 6 1012 1012 1.7776E+02 1.0241E+02 0 IMAGR1: Field 7 1012 1012 8.2835E-04 2.0511E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 22 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 7722 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.560E+04 IMAGR1: UVWAIT: Adding temperance S 9.120E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.744E+07 and out 3.225E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR1: UVWAIT: Average summed weight 4.560E+04 over 15285 vis IMAGR1: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 24 IMAGR1: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 25 IMAGR1: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 36 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.42329E+08 IMAGR1: Field 1 Beam min = -151.4 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.137 x 0.674 arcsec, PA= -81.1 IMAGR1: Field 2 Sum of gridding weights = 3.42330E+08 IMAGR1: Field 2 Beam min = -151.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.137 x 0.674 arcsec, PA= -81.2 IMAGR1: Field 3 Sum of gridding weights = 3.42329E+08 IMAGR1: Field 3 Beam min = -118.6 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.138 x 0.674 arcsec, PA= -81.2 IMAGR1: Field 4 Sum of gridding weights = 3.42329E+08 IMAGR1: Field 4 Beam min = -118.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.136 x 0.674 arcsec, PA= -81.1 IMAGR1: Field 5 Sum of gridding weights = 3.42328E+08 IMAGR1: Field 5 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.138 x 0.674 arcsec, PA= -81.2 IMAGR1: Field 6 Sum of gridding weights = 3.42329E+08 IMAGR1: Field 6 Beam min = -118.5 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.137 x 0.674 arcsec, PA= -81.0 IMAGR1: Field 7 Sum of gridding weights = 3.42329E+08 IMAGR1: Field 7 Beam min = -151.4 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.138 x 0.674 arcsec, PA= -81.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -87.3 MilliJy,max = 735.0 MilliJy IMAGR1: Field 2 min = -69.7 MilliJy,max = 235.5 MilliJy IMAGR1: Field 3 min = -69.7 MilliJy,max = 327.3 MilliJy IMAGR1: Field 4 min = -66.5 MilliJy,max = 265.6 MilliJy IMAGR1: Field 5 min = -69.8 MilliJy,max = 255.3 MilliJy IMAGR1: Field 6 min = -71.7 MilliJy,max = 338.2 MilliJy IMAGR1: Field 7 min = -68.6 MilliJy,max = 236.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 95.49 MilliJy IMAGR1: 4748 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 351.532 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 418.587 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 418.587 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -38.0 MilliJy,max = 316.4 MilliJy IMAGR1: BGC Clean: using 1963 cell beam + residuals > 75.30 MilliJy IMAGR1: 352 Residual map points loaded IMAGR1: Field 1 min allowed flux = 151.326 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 598.779 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 598.779 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -14.2 MilliJy,max = 64.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.380E-02 < Second best 2.263E-01 IMAGR1: Field 3 min = -12.1 MilliJy,max = 60.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.147E-02 < Second best 1.930E-01 IMAGR1: Field 2 min = -13.0 MilliJy,max = 42.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.662E-02 < Second best 1.906E-01 IMAGR1: Field 5 min = -12.5 MilliJy,max = 47.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.421E-02 < Second best 1.896E-01 IMAGR1: Field 4 min = -12.9 MilliJy,max = 51.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.614E-02 < Second best 1.893E-01 IMAGR1: Field 7 min = -12.8 MilliJy,max = 44.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.614E-02 < Second best 1.439E-01 IMAGR1: Field 1 min = -16.8 MilliJy,max = 136.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 19.66 MilliJy IMAGR1: 3246 Residual map points loaded IMAGR1: Field 1 min allowed flux = 65.143 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 676.348 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 676.348 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.3 MilliJy,max = 58.6 MilliJy IMAGR1: BGC Clean: using 1963 cell beam + residuals > 13.95 MilliJy IMAGR1: 434 Residual map points loaded IMAGR1: Field 1 min allowed flux = 27.034 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 712.889 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 712.889 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.3 MilliJy,max = 12.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.982E-03 < Second best 4.147E-02 IMAGR1: Field 3 min = -2.8 MilliJy,max = 10.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.013E-03 < Second best 3.662E-02 IMAGR1: Field 2 min = -3.0 MilliJy,max = 9.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.031E-03 < Second best 3.614E-02 IMAGR1: Field 7 min = -3.0 MilliJy,max = 8.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.168E-03 < Second best 3.614E-02 IMAGR1: Field 4 min = -3.6 MilliJy,max = 10.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.890E-03 < Second best 3.421E-02 IMAGR1: Field 5 min = -3.2 MilliJy,max = 8.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.345E-03 < Second best 2.572E-02 IMAGR1: Field 1 min = -4.9 MilliJy,max = 24.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.51 MilliJy IMAGR1: 5336 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.171 MilliJy iter= 42 IMAGR1: Field 1 Clean flux density= 728.903 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 728.903 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.6 MilliJy,max = 11.0 MilliJy IMAGR1: BGC Clean: using 1705 cell beam + residuals > 2.82 MilliJy IMAGR1: 798 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.328 MilliJy iter= 51 IMAGR1: Field 1 Clean flux density= 736.012 MilliJy 51 comps IMAGR1: Total Cleaned flux density = 736.012 MilliJy 51 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.260E-03 < Second best 8.982E-03 IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.729E-03 < Second best 8.890E-03 IMAGR1: Field 4 min = -2.6 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.281E-03 < Second best 7.345E-03 IMAGR1: Field 5 min = -3.1 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.935E-03 < Second best 7.168E-03 IMAGR1: Field 7 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.138E-03 < Second best 7.013E-03 IMAGR1: Field 3 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.136E-03 < Second best 5.072E-03 IMAGR1: Field 1 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 1425 cell beam + residuals > 1.48 MilliJy IMAGR1: 3437 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.444 MilliJy iter= 71 IMAGR1: Field 1 Clean flux density= 736.819 MilliJy 71 comps IMAGR1: Total Cleaned flux density = 736.819 MilliJy 71 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.608E-03 < Second best 3.260E-03 IMAGR1: Field 2 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.600E-03 < Second best 3.138E-03 IMAGR1: Field 7 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 1425 cell beam + residuals > 1.37 MilliJy IMAGR1: 2334 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.872 MilliJy iter= 31 IMAGR1: Field 7 Clean flux density= 2.512 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 739.330 MilliJy 102 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.868E-03 < Second best 2.729E-03 IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.205E-03 < Second best 2.608E-03 IMAGR1: Field 4 min = -2.2 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.471E-03 < Second best 2.600E-03 IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 1425 cell beam + residuals > 1.37 MilliJy IMAGR1: 1266 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.735 MilliJy iter= 32 IMAGR1: Field 2 Clean flux density= 451.235 MicroJy 32 comps IMAGR1: Total Cleaned flux density = 739.782 MilliJy 134 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 1425 cell beam + residuals > 1.37 MilliJy IMAGR1: 948 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.652 MilliJy iter= 31 IMAGR1: Field 4 Clean flux density= 2.515 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 742.297 MilliJy 165 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.851E-03 < Second best 2.205E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.45 MilliJy IMAGR1: 219 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.634 MilliJy iter= 23 IMAGR1: Field 6 Clean flux density= 110.997 MicroJy 23 comps IMAGR1: Total Cleaned flux density = 742.408 MilliJy 188 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.5 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.45 MilliJy IMAGR1: 204 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.636 MilliJy iter= 25 IMAGR1: Field 3 Clean flux density= -3.443 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 738.964 MilliJy 213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.676E-03 < Second best 1.851E-03 IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.45 MilliJy IMAGR1: 161 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.566 MilliJy iter= 93 IMAGR1: Field 1 Clean flux density= 737.519 MilliJy 93 comps IMAGR1: Total Cleaned flux density = 739.665 MilliJy 235 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.14 MilliJy IMAGR1: 1625 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.406 MilliJy iter= 91 IMAGR1: Field 7 Clean flux density= 4.335 MilliJy 91 comps IMAGR1: Total Cleaned flux density = 741.488 MilliJy 295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.540E-03 < Second best 1.658E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.11 MilliJy IMAGR1: 809 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.286 MilliJy iter= 81 IMAGR1: Field 2 Clean flux density= 1.972 MilliJy 81 comps IMAGR1: Total Cleaned flux density = 743.008 MilliJy 344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 1.11 MilliJy IMAGR1: 599 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.239 MilliJy iter= 73 IMAGR1: Field 4 Clean flux density= 3.629 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 744.122 MilliJy 386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 519 cell beam + residuals > 995.81 MicroJy IMAGR1: 1102 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.165 MilliJy iter= 96 IMAGR1: Field 3 Clean flux density= -5.178 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 742.388 MilliJy 457 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 961.55 MicroJy IMAGR1: 1239 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.168 MilliJy iter= 127 IMAGR1: Field 6 Clean flux density= 1.723 MilliJy 127 comps IMAGR1: Total Cleaned flux density = 743.999 MilliJy 561 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 951.48 MicroJy IMAGR1: 1031 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.143 MilliJy iter= 120 IMAGR1: Field 5 Clean flux density= -4.117 MilliJy 120 comps IMAGR1: Total Cleaned flux density = 739.883 MilliJy 681 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 926.00 MicroJy IMAGR1: 349 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.033 MilliJy iter= 163 IMAGR1: Field 1 Clean flux density= 737.351 MilliJy 163 comps IMAGR1: Total Cleaned flux density = 739.714 MilliJy 751 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.095E-03 < Second best 1.230E-03 IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 519 cell beam + residuals > 851.60 MicroJy IMAGR1: 469 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -922.180 MicroJy iter= 144 IMAGR1: Field 2 Clean flux density= 2.319 MilliJy 144 comps IMAGR1: Total Cleaned flux density = 740.062 MilliJy 814 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 828.89 MicroJy IMAGR1: 693 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 903.306 MicroJy iter= 147 IMAGR1: Field 4 Clean flux density= 2.962 MilliJy 147 comps IMAGR1: Total Cleaned flux density = 739.395 MilliJy 888 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.529E-04 < Second best 1.114E-03 IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.018E-03 < Second best 1.095E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 828.89 MicroJy IMAGR1: 426 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 887.173 MicroJy iter= 154 IMAGR1: Field 7 Clean flux density= 6.418 MilliJy 154 comps IMAGR1: Total Cleaned flux density = 741.479 MilliJy 951 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.588E-04 < Second best 1.018E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 521 cell beam + residuals > 828.89 MicroJy IMAGR1: 152 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 854.460 MicroJy iter= 126 IMAGR1: Field 3 Clean flux density= -5.216 MilliJy 126 comps IMAGR1: Total Cleaned flux density = 741.440 MilliJy 981 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.259E-04 < Second best 9.588E-04 IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 655.95 MicroJy IMAGR1: 1678 Residual map points loaded IMAGR1: Field 5 min Clean flux = 771.519 MicroJy iter= 285 IMAGR1: Field 5 Clean flux density= -195.300 MicroJy 285 comps IMAGR1: Total Cleaned flux density = 745.361 MilliJy 1146 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 646.89 MicroJy IMAGR1: 1381 Residual map points loaded IMAGR1: Field 6 min Clean flux = -771.677 MicroJy iter= 260 IMAGR1: Field 6 Clean flux density= 2.570 MilliJy 260 comps IMAGR1: Total Cleaned flux density = 746.209 MilliJy 1279 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 616.66 MicroJy IMAGR1: 1198 Residual map points loaded IMAGR1: Field 2 min Clean flux = 771.338 MicroJy iter= 176 IMAGR1: Field 2 Clean flux density= 1.861 MilliJy 176 comps IMAGR1: Total Cleaned flux density = 745.750 MilliJy 1311 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 574.90 MicroJy IMAGR1: 2457 Residual map points loaded IMAGR1: Field 4 min Clean flux = 771.741 MicroJy iter= 188 IMAGR1: Field 4 Clean flux density= 2.410 MilliJy 188 comps IMAGR1: Total Cleaned flux density = 745.198 MilliJy 1352 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 515.01 MicroJy IMAGR1: 4424 Residual map points loaded IMAGR1: Field 7 min Clean flux = 769.488 MicroJy iter= 166 IMAGR1: Field 7 Clean flux density= 6.588 MilliJy 166 comps IMAGR1: Total Cleaned flux density = 745.369 MilliJy 1364 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -919.3 MicroJy,max = 963.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 481.86 MicroJy IMAGR1: 3298 Residual map points loaded IMAGR1: Field 1 min Clean flux = -763.638 MicroJy iter= 169 IMAGR1: Field 1 Clean flux density= 737.024 MilliJy 169 comps IMAGR1: Total Cleaned flux density = 745.041 MilliJy 1370 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -979.7 MicroJy,max = 936.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 396.72 MicroJy IMAGR1: 19995 Residual map points loaded IMAGR1: Field 3 min Clean flux = -769.612 MicroJy iter= 146 IMAGR1: Field 3 Clean flux density= -5.722 MilliJy 146 comps IMAGR1: Total Cleaned flux density = 744.535 MilliJy 1390 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 771.741 less than limit 771.824 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 169 to 71 components IMAGR1: Field 2 compressed from 176 to 133 components IMAGR1: Field 3 compressed from 146 to 97 components IMAGR1: Field 4 compressed from 188 to 137 components IMAGR1: Field 5 compressed from 285 to 226 components IMAGR1: Field 6 compressed from 260 to 183 components IMAGR1: Field 7 compressed from 166 to 125 components IMAGR1: Field 1 min = -851.9 MicroJy,max = 974.9 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: Field 3 min = -878.3 MicroJy,max = 892.0 MicroJy IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: Field 5 min = -984.1 MicroJy,max = 990.4 MicroJy IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 186.529 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR1: Restore 155.262 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR1: Restore 273.326 MicroJy ( 24 CCs) from field 1 to field 4 IMAGR1: Restore 237.372 MicroJy ( 2 CCs) from field 1 to field 5 IMAGR1: Restore-403.224 MicroJy ( 13 CCs) from field 1 to field 6 IMAGR1: Restore-176.779 MicroJy ( 2 CCs) from field 2 to field 3 IMAGR1: Restore 1.740 MilliJy ( 24 CCs) from field 2 to field 4 IMAGR1: Restore 77.632 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore-246.503 MicroJy ( 4 CCs) from field 3 to field 2 IMAGR1: Restore 2.486 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR1: Restore 794.391 MicroJy ( 16 CCs) from field 4 to field 1 IMAGR1: Restore 1.145 MilliJy ( 8 CCs) from field 4 to field 2 IMAGR1: Restore-212.989 MicroJy ( 3 CCs) from field 4 to field 6 IMAGR1: Restore-119.560 MicroJy ( 22 CCs) from field 5 to field 1 IMAGR1: Restore -83.737 MicroJy ( 5 CCs) from field 5 to field 3 IMAGR1: Restore -1.278 MilliJy ( 28 CCs) from field 5 to field 7 IMAGR1: Restore 928.880 MicroJy ( 10 CCs) from field 6 to field 1 IMAGR1: Restore 297.048 MicroJy ( 7 CCs) from field 6 to field 4 IMAGR1: Restore 1.378 MilliJy ( 13 CCs) from field 6 to field 7 IMAGR1: Restore 90.164 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR1: Restore -2.110 MilliJy ( 21 CCs) from field 7 to field 5 IMAGR1: Restore 1.380 MilliJy ( 11 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 738.795 MilliJy IMAGR1: Field 2 final Clean flux 2.946 MilliJy IMAGR1: Field 3 final Clean flux -5.827 MilliJy IMAGR1: Field 4 final Clean flux 4.721 MilliJy IMAGR1: Field 5 final Clean flux -2.066 MilliJy IMAGR1: Field 6 final Clean flux 3.334 MilliJy IMAGR1: Field 7 final Clean flux 6.688 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 22 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 46.8 Real= 47 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC1: SETCEL: recommends IMSIZE 1403 CELLSIZE 0.22819 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22819 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 11:48:50.42 59:24:57.3 0.482 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 106.5 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 C 1 2036 2036 11 48 50.36 59 24 56.4 00001 -1 1019 1024 1025 C 2 246 246 11 48 50.42 59 24 57.3 00002 -1 100 128 129 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 6.8689E-03 3.8000E-02 0 IMAGR1: Field 2 246 246 4.6479E-01 9.3800E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 29 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5967 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.797E+04 IMAGR1: UVWAIT: Adding temperance S 5.594E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.177E+07 and out 2.620E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR1: UVWAIT: Average summed weight 2.797E+04 over 11934 vis IMAGR1: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 33 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.78113E+08 IMAGR1: Field 1 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.001 x 0.679 arcsec, PA= -63.7 IMAGR1: Field 2 Sum of gridding weights = 2.78118E+08 IMAGR1: Field 2 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.001 x 0.679 arcsec, PA= -63.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -41.4 MilliJy,max = 415.7 MilliJy IMAGR1: Field 2 min = -44.5 MilliJy,max = 417.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 62.41 MilliJy IMAGR1: 422 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 221.846 MilliJy iter= 7 IMAGR1: Field 2 Clean flux density= 217.781 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 217.781 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -20.1 MilliJy,max = 198.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.884E-01 < Second best 2.111E-01 IMAGR1: Field 2 min = -22.2 MilliJy,max = 199.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 33.17 MilliJy IMAGR1: 350 Residual map points loaded IMAGR1: Field 2 min allowed flux = 95.497 MilliJy iter= 15 IMAGR1: Field 2 Clean flux density= 331.494 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 331.494 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -10.0 MilliJy,max = 88.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.427E-02 < Second best 9.087E-02 IMAGR1: Field 2 min = -11.5 MilliJy,max = 87.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 14.28 MilliJy IMAGR1: 392 Residual map points loaded IMAGR1: Field 2 min allowed flux = 41.627 MilliJy iter= 24 IMAGR1: Field 2 Clean flux density= 387.197 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 387.197 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.1 MilliJy,max = 38.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.632E-02 < Second best 3.961E-02 IMAGR1: Field 2 min = -6.4 MilliJy,max = 38.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 6.22 MilliJy IMAGR1: 444 Residual map points loaded IMAGR1: Field 2 min allowed flux = 18.650 MilliJy iter= 33 IMAGR1: Field 2 Clean flux density= 411.848 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 411.848 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.0 MilliJy,max = 17.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.660E-02 < Second best 1.775E-02 IMAGR1: Field 2 min = -4.8 MilliJy,max = 17.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.79 MilliJy IMAGR1: 684 Residual map points loaded IMAGR1: Field 2 min allowed flux = 8.361 MilliJy iter= 42 IMAGR1: Field 2 Clean flux density= 422.845 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 422.845 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.5 MilliJy,max = 7.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.464E-03 < Second best 7.961E-03 IMAGR1: Field 2 min = -6.4 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.07 MilliJy IMAGR1: 620 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.679 MilliJy iter= 67 IMAGR1: Field 2 Clean flux density= 422.841 MilliJy 67 comps IMAGR1: Total Cleaned flux density = 422.841 MilliJy 67 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 2021 cell beam + residuals > 1.40 MilliJy IMAGR1: 9513 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.154 MilliJy iter= 46 IMAGR1: Field 1 Clean flux density= 5.870 MilliJy 46 comps IMAGR1: Total Cleaned flux density = 428.711 MilliJy 113 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.41 MilliJy IMAGR1: 179 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.668 MilliJy iter= 90 IMAGR1: Field 2 Clean flux density= 423.026 MilliJy 90 comps IMAGR1: Total Cleaned flux density = 428.896 MilliJy 136 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 954.84 MicroJy IMAGR1: 19022 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.608 MilliJy iter= 176 IMAGR1: Field 1 Clean flux density= 16.762 MilliJy 176 comps IMAGR1: Total Cleaned flux density = 439.788 MilliJy 266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 948.57 MicroJy IMAGR1: 77 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.035 MilliJy iter= 115 IMAGR1: Field 2 Clean flux density= 421.697 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 438.458 MilliJy 291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 742.44 MicroJy IMAGR1: 19568 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.118 MilliJy iter= 360 IMAGR1: Field 1 Clean flux density= 16.974 MilliJy 360 comps IMAGR1: Total Cleaned flux density = 438.671 MilliJy 475 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 559 cell beam + residuals > 685.17 MicroJy IMAGR1: 9235 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -886.618 MicroJy iter= 514 IMAGR1: Field 1 Clean flux density= 18.891 MilliJy 514 comps IMAGR1: Total Cleaned flux density = 440.588 MilliJy 629 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -781.0 MicroJy,max = 840.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.573E-04 < Second best 8.487E-04 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 559.45 MicroJy IMAGR1: 19973 Residual map points loaded IMAGR1: Field 1 min Clean flux = -873.215 MicroJy iter= 521 IMAGR1: Field 1 Clean flux density= 18.626 MilliJy 521 comps IMAGR1: Total Cleaned flux density = 440.323 MilliJy 636 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 873.215 less than limit 878.022 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 521 to 407 components IMAGR1: Field 2 compressed from 115 to 31 components IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: Field 2 min = -778.0 MicroJy,max = 849.2 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-760.236 MicroJy ( 15 CCs) from field 1 to field 2 IMAGR1: Restore 421.697 MilliJy ( 31 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 440.323 MilliJy IMAGR1: Field 2 final Clean flux 420.937 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 29 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 20.8 Real= 23 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0963 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC1: SETCEL: recommends IMSIZE 1458 CELLSIZE 0.21961 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21961 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 14:00:28.65 62:10:38.6 4.308 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 94.2 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 2036 2036 14 00 28.65 62 10 38.5 00001 -1 1019 1024 1025 C 2 246 246 14 00 28.65 62 10 38.6 00002 -1 100 128 129 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0963 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.8203E-02 -2.6000E-02 0 IMAGR1: Field 2 246 246 -1.8203E-02 7.4000E-02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 31 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 13780 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.168E+04 IMAGR1: UVWAIT: Adding temperance S 6.336E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.910E+07 and out 6.006E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR1: UVWAIT: Average summed weight 3.168E+04 over 27409 vis IMAGR1: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 35 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 6.37631E+08 IMAGR1: Field 1 Beam min = -75.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 889.493 x 688.442 Milliarcsec, PA= -28.9 IMAGR1: Field 2 Sum of gridding weights = 6.37640E+08 IMAGR1: Field 2 Beam min = -77.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 889.495 x 688.442 Milliarcsec, PA= -28.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -80.1 MilliJy,max = 1.1 Jy IMAGR1: Field 2 min = -81.0 MilliJy,max = 1.0 Jy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 146.24 MilliJy IMAGR1: 634 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 502.493 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 598.345 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 598.345 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -35.6 MilliJy,max = 460.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.376E-01 < Second best 4.777E-01 IMAGR1: Field 1 min = -36.5 MilliJy,max = 452.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 69.95 MilliJy IMAGR1: 406 Residual map points loaded IMAGR1: Field 1 min allowed flux = 222.403 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 857.219 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 857.219 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -17.8 MilliJy,max = 211.8 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 64.03 MilliJy IMAGR1: 25 Residual map points loaded IMAGR1: Field 2 min allowed flux = 97.654 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 132.050 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 989.269 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.6 MilliJy,max = 90.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.583E-02 < Second best 9.290E-02 IMAGR1: Field 2 min = -10.9 MilliJy,max = 87.9 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 13.59 MilliJy IMAGR1: 246 Residual map points loaded IMAGR1: Field 2 min allowed flux = 42.385 MilliJy iter= 18 IMAGR1: Field 2 Clean flux density= 188.320 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -13.4 MilliJy,max = 40.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 12.57 MilliJy IMAGR1: 30 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.975 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 880.503 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 1.069 Jy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -14.6 MilliJy,max = 19.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 5.90 MilliJy IMAGR1: 96 Residual map points loaded IMAGR1: Field 2 min allowed flux = -9.793 MilliJy iter= 38 IMAGR1: Field 2 Clean flux density= 187.867 MilliJy 38 comps IMAGR1: Total Cleaned flux density = 1.068 Jy 62 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.8 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.78 MilliJy IMAGR1: 1920 Residual map points loaded IMAGR1: Field 1 min allowed flux = -4.848 MilliJy iter= 67 IMAGR1: Field 1 Clean flux density= 872.938 MilliJy 67 comps IMAGR1: Total Cleaned flux density = 1.061 Jy 105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.1 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.42 MilliJy IMAGR1: 190 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -3.331 MilliJy iter= 84 IMAGR1: Field 2 Clean flux density= 187.073 MilliJy 84 comps IMAGR1: Total Cleaned flux density = 1.060 Jy 151 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 13780 Pts IMAGR1: Field 1 min = -3.6 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.72 MilliJy IMAGR1: 4337 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.504 MilliJy iter= 150 IMAGR1: Field 1 Clean flux density= 881.806 MilliJy 150 comps IMAGR1: Total Cleaned flux density = 1.069 Jy 234 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 224 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.719 MilliJy iter= 139 IMAGR1: Field 2 Clean flux density= 187.672 MilliJy 139 comps IMAGR1: Total Cleaned flux density = 1.069 Jy 289 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 13780 Pts IMAGR1: Field 1 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 19573 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.997 MilliJy iter= 358 IMAGR1: Field 1 Clean flux density= 889.018 MilliJy 358 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 497 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 19347 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.691 MilliJy iter= 629 IMAGR1: Field 1 Clean flux density= 883.817 MilliJy 629 comps IMAGR1: Total Cleaned flux density = 1.071 Jy 768 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 99 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.229 MilliJy iter= 184 IMAGR1: Field 2 Clean flux density= 188.916 MilliJy 184 comps IMAGR1: Total Cleaned flux density = 1.073 Jy 813 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 13780 Pts IMAGR1: Field 1 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 19772 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.459 MilliJy iter= 1011 IMAGR1: Field 1 Clean flux density= 890.910 MilliJy 1011 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 1195 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 932.23 MicroJy IMAGR1: 19569 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.251 MilliJy iter= 1472 IMAGR1: Field 1 Clean flux density= 886.097 MilliJy 1472 comps IMAGR1: Total Cleaned flux density = 1.075 Jy 1656 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 826.32 MicroJy IMAGR1: 19176 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.077 MilliJy iter= 2035 IMAGR1: Field 1 Clean flux density= 894.956 MilliJy 2035 comps IMAGR1: Total Cleaned flux density = 1.084 Jy 2219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 822.25 MicroJy IMAGR1: 44 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 834.202 MicroJy iter= 210 IMAGR1: Field 2 Clean flux density= 187.691 MilliJy 210 comps IMAGR1: Total Cleaned flux density = 1.083 Jy 2245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 724.92 MicroJy IMAGR1: 19842 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 927.261 MicroJy iter= 2727 IMAGR1: Field 1 Clean flux density= 895.786 MilliJy 2727 comps IMAGR1: Total Cleaned flux density = 1.083 Jy 2937 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 636.04 MicroJy IMAGR1: 19589 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 799.032 MicroJy iter= 3543 IMAGR1: Field 1 Clean flux density= 899.658 MilliJy 3543 comps IMAGR1: Total Cleaned flux density = 1.087 Jy 3753 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -819.9 MicroJy,max = 873.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 634.52 MicroJy IMAGR1: 15 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -633.458 MicroJy iter= 223 IMAGR1: Field 2 Clean flux density= 186.917 MilliJy 223 comps IMAGR1: Total Cleaned flux density = 1.087 Jy 3766 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 558.46 MicroJy IMAGR1: 19910 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 695.054 MicroJy iter= 4531 IMAGR1: Field 1 Clean flux density= 899.175 MilliJy 4531 comps IMAGR1: Total Cleaned flux density = 1.086 Jy 4754 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 489.59 MicroJy IMAGR1: 19767 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -605.285 MicroJy iter= 5707 IMAGR1: Field 1 Clean flux density= 905.855 MilliJy 5707 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 5930 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -800.6 MicroJy,max = 605.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 489.00 MicroJy IMAGR1: 21 Residual map points loaded IMAGR1: Field 2 min Clean flux = -573.550 MicroJy iter= 229 IMAGR1: Field 2 Clean flux density= 186.511 MilliJy 229 comps IMAGR1: Total Cleaned flux density = 1.092 Jy 5936 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 436.31 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 1 min Clean flux = 577.583 MicroJy iter= 6163 IMAGR1: Field 1 Clean flux density= 906.286 MilliJy 6163 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 6392 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 577.583 less than limit 577.775 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 6163 to 3724 components IMAGR1: Field 2 compressed from 229 to 61 components IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: Field 2 min = -572.8 MicroJy,max = 582.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 875.958 MilliJy ( 45 CCs) from field 1 to field 2 IMAGR1: Restore 186.511 MilliJy ( 61 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.093 Jy IMAGR1: Field 2 final Clean flux 1.062 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 31 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 65.9 Real= 67 /SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 19 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 20 disk= 1 AIPS 1: Disk 1 in-CNO 21 renumbered as CNO 18 AIPS 1: Disk 1 in-CNO 22 renumbered as CNO 19 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09241 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Disk 1 in-CNO 23 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 24 renumbered as CNO 21 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1286 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1463 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 30 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0963 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC1: SETCEL: recommends IMSIZE 1438 CELLSIZE 0.22262 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22262 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 15:49:17.47 50:38:06.2 0.630 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 76.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 1 C 1 2036 2036 15 49 17.47 50 38 05.8 00001 -1 1019 1024 1025 C 2 246 246 15 49 17.47 50 38 06.2 00002 -1 100 128 129 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 1.3319E-02 1.2000E-02 0 IMAGR1: Field 2 246 246 1.3319E-02 4.1200E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 33 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 19159 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.958E+04 IMAGR1: UVWAIT: Adding temperance S 5.916E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 7.226E+07 and out 8.850E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.144 due to weighting IMAGR1: UVWAIT: Average summed weight 2.958E+04 over 37312 vis IMAGR1: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.39554E+08 IMAGR1: Field 1 Beam min = -75.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 835.931 x 721.263 Milliarcsec, PA= -14.2 IMAGR1: Field 2 Sum of gridding weights = 9.39567E+08 IMAGR1: Field 2 Beam min = -75.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 835.931 x 721.262 Milliarcsec, PA= -14.2 IMAGR1: CLBHIS: minimum component 0.351 of current peak IMAGR1: Field 1 min = -69.2 MilliJy,max = 918.4 MilliJy IMAGR1: Field 2 min = -69.3 MilliJy,max = 915.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 65.11 MilliJy IMAGR1: 3127 Residual map points loaded IMAGR1: Field 1 min allowed flux = 320.210 MilliJy iter= 11 IMAGR1: Field 1 Clean flux density= 630.164 MilliJy 11 comps IMAGR1: Total Cleaned flux density = 630.164 MilliJy 11 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -22.1 MilliJy,max = 290.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.760E-01 < Second best 3.044E-01 IMAGR1: Field 1 min = -21.9 MilliJy,max = 288.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 22.70 MilliJy IMAGR1: 1911 Residual map points loaded IMAGR1: Field 1 min allowed flux = 93.890 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 837.427 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 837.427 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -7.9 MilliJy,max = 87.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.354E-02 < Second best 8.925E-02 IMAGR1: Field 1 min = -7.7 MilliJy,max = 85.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.66 MilliJy IMAGR1: 3194 Residual map points loaded IMAGR1: Field 1 min allowed flux = 27.717 MilliJy iter= 37 IMAGR1: Field 1 Clean flux density= 909.934 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 909.934 MilliJy 37 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.9 MilliJy,max = 26.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.497E-02 < Second best 2.635E-02 IMAGR1: Field 1 min = -6.5 MilliJy,max = 25.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.97 MilliJy IMAGR1: 7479 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.341 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 930.539 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 930.539 MilliJy 52 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.4 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.86 MilliJy IMAGR1: 342 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.391 MilliJy iter= 50 IMAGR1: Field 2 Clean flux density= -7.985 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 922.554 MilliJy 102 comps IMAGR1: ALGSTB: All 182 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 171- 0 Cells, with 19159 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 1007 cell beam + residuals > 983.92 MicroJy IMAGR1: 2979 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.664 MilliJy iter= 132 IMAGR1: Field 1 Clean flux density= 927.761 MilliJy 132 comps IMAGR1: Total Cleaned flux density = 919.776 MilliJy 182 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 785.13 MicroJy IMAGR1: 364 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.091 MilliJy iter= 136 IMAGR1: Field 2 Clean flux density= -6.424 MilliJy 136 comps IMAGR1: Total Cleaned flux density = 921.337 MilliJy 268 comps IMAGR1: ALGSTB: All 182 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 171- 0 Cells, with 19159 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 624.76 MicroJy IMAGR1: 19056 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 959.573 MicroJy iter= 315 IMAGR1: Field 1 Clean flux density= 931.245 MilliJy 315 comps IMAGR1: Total Cleaned flux density = 924.820 MilliJy 451 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -993.4 MicroJy,max = 920.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 621.76 MicroJy IMAGR1: 198 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 711.687 MicroJy iter= 204 IMAGR1: Field 2 Clean flux density= -6.023 MilliJy 204 comps IMAGR1: Total Cleaned flux density = 925.222 MilliJy 519 comps IMAGR1: ALGSTB: All 182 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 171- 0 Cells, with 19159 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 575.38 MicroJy IMAGR1: 19677 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -829.705 MicroJy iter= 595 IMAGR1: Field 1 Clean flux density= 929.901 MilliJy 595 comps IMAGR1: Total Cleaned flux density = 923.878 MilliJy 799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 541.11 MicroJy IMAGR1: 19542 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -743.510 MicroJy iter= 947 IMAGR1: Field 1 Clean flux density= 935.135 MilliJy 947 comps IMAGR1: Total Cleaned flux density = 929.112 MilliJy 1151 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 505.26 MicroJy IMAGR1: 19375 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -671.180 MicroJy iter= 1388 IMAGR1: Field 1 Clean flux density= 929.217 MilliJy 1388 comps IMAGR1: Total Cleaned flux density = 923.195 MilliJy 1592 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -630.6 MicroJy,max = 616.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.052E-04 < Second best 6.440E-04 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 467.14 MicroJy IMAGR1: 19829 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 605.856 MicroJy iter= 1930 IMAGR1: Field 1 Clean flux density= 934.394 MilliJy 1930 comps IMAGR1: Total Cleaned flux density = 928.372 MilliJy 2134 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -574.6 MicroJy,max = 544.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.514E-04 < Second best 5.814E-04 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 429.33 MicroJy IMAGR1: 19862 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 546.102 MicroJy iter= 2586 IMAGR1: Field 1 Clean flux density= 927.424 MilliJy 2586 comps IMAGR1: Total Cleaned flux density = 921.401 MilliJy 2790 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -490.5 MicroJy,max = 535.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 429.12 MicroJy IMAGR1: 42 Residual map points loaded IMAGR1: Field 2 min Clean flux = -485.229 MicroJy iter= 210 IMAGR1: Field 2 Clean flux density= -5.916 MilliJy 210 comps IMAGR1: Total Cleaned flux density = 921.508 MilliJy 2796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 391.92 MicroJy IMAGR1: 19992 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 490.286 MicroJy iter= 3369 IMAGR1: Field 1 Clean flux density= 934.913 MilliJy 3369 comps IMAGR1: Total Cleaned flux density = 928.997 MilliJy 3579 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -989.0 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 356.62 MicroJy IMAGR1: 19973 Residual map points loaded IMAGR1: Field 1 min Clean flux = 489.777 MicroJy iter= 3403 IMAGR1: Field 1 Clean flux density= 934.603 MilliJy 3403 comps IMAGR1: Total Cleaned flux density = 928.687 MilliJy 3613 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 489.777 less than limit 490.001 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 3403 to 2201 components IMAGR1: Field 2 compressed from 210 to 46 components IMAGR1: Field 1 min = -988.6 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -465.1 MicroJy,max = 440.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 927.914 MilliJy ( 28 CCs) from field 1 to field 2 IMAGR1: Restore -5.916 MilliJy ( 46 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 928.687 MilliJy IMAGR1: Field 2 final Clean flux 921.998 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 33 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 52.0 Real= 53 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC1: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22531 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22531 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:01:40.46 43:16:47.7 0.076 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 68.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 01 40.45 43 16 47.8 00001 -1 1019 1024 1025 C 2 246 246 16 01 40.46 43 16 47.7 00002 -1 100 128 129 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 4.3681E-02 4.0000E-02 0 IMAGR1: Field 2 246 246 1.5288E-01 -6.0000E-02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 32834 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 6.578E+04 IMAGR1: UVWAIT: Adding temperance S 1.316E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.323E+08 and out 1.865E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR1: UVWAIT: Average summed weight 6.578E+04 over 65574 vis IMAGR1: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 39 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.97957E+09 IMAGR1: Field 1 Beam min = -85.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 792.676 x 685.943 Milliarcsec, PA= -22.1 IMAGR1: Field 2 Sum of gridding weights = 1.97958E+09 IMAGR1: Field 2 Beam min = -85.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 792.678 x 685.945 Milliarcsec, PA= -22.1 IMAGR1: CLBHIS: minimum component 0.418 of current peak IMAGR1: Field 1 min = -3.2 MilliJy,max = 22.3 MilliJy IMAGR1: Field 2 min = -3.0 MilliJy,max = 22.1 MilliJy IMAGR1: BGC Clean: using 2027 cell beam + residuals > 1.79 MilliJy IMAGR1: 12484 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.306 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 24.511 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 24.511 MilliJy 17 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 9.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.78 MilliJy IMAGR1: 84 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.928 MilliJy iter= 17 IMAGR1: Field 2 Clean flux density= 10.570 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 35.081 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -793.2 MicroJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 612.03 MicroJy IMAGR1: 1101 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.561 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 28.941 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 39.511 MilliJy 52 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -634.3 MicroJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 348.03 MicroJy IMAGR1: 624 Residual map points loaded IMAGR1: Field 2 min allowed flux = 728.100 MicroJy iter= 34 IMAGR1: Field 2 Clean flux density= 12.457 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 41.398 MilliJy 69 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -634.0 MicroJy,max = 697.7 MicroJy IMAGR1: BGC Clean: using 967 cell beam + residuals > 243.24 MicroJy IMAGR1: 11572 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 408.304 MicroJy iter= 99 IMAGR1: Field 1 Clean flux density= 29.564 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 42.022 MilliJy 133 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -459.0 MicroJy,max = 491.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 227.35 MicroJy IMAGR1: 1075 Residual map points loaded IMAGR1: Field 2 min Clean flux = -374.228 MicroJy iter= 61 IMAGR1: Field 2 Clean flux density= 12.499 MilliJy 61 comps IMAGR1: Total Cleaned flux density = 42.063 MilliJy 160 comps IMAGR1: ALGSTB: All 182 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 171- 0 Cells, with 32834 Pts IMAGR1: Field 1 min = -392.8 MicroJy,max = 392.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 206.44 MicroJy IMAGR1: 19976 Residual map points loaded IMAGR1: Field 1 min Clean flux = -374.126 MicroJy iter= 113 IMAGR1: Field 1 Clean flux density= 29.414 MilliJy 113 comps IMAGR1: Total Cleaned flux density = 41.913 MilliJy 174 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 374.228 less than limit 374.301 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 113 to 49 components IMAGR1: Field 2 compressed from 61 to 22 components IMAGR1: Field 1 min = -379.7 MicroJy,max = 368.7 MicroJy IMAGR1: Field 2 min = -364.5 MicroJy,max = 441.0 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 29.218 MilliJy ( 36 CCs) from field 1 to field 2 IMAGR1: Restore 12.499 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 41.913 MilliJy IMAGR1: Field 2 final Clean flux 41.717 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 35 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 13.7 Real= 15 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC1: SETCEL: recommends IMSIZE 1425 CELLSIZE 0.22467 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22467 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 15:59:31.17 43:49:17.0 0.711 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 69.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 15 59 31.19 43 49 16.9 00001 -1 1019 1024 1025 C 2 246 246 15 59 31.17 43 49 17.0 00002 -1 100 128 129 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.0823E-02 4.0000E-02 0 IMAGR1: Field 2 246 246 -2.2727E-01 1.4000E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 37 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5580 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.100E+04 IMAGR1: UVWAIT: Adding temperance S 6.200E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.105E+07 and out 2.465E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 3.100E+04 over 11066 vis IMAGR1: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 41 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.61725E+08 IMAGR1: Field 1 Beam min = -92.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 898.329 x 735.185 Milliarcsec, PA= -8.7 IMAGR1: Field 2 Sum of gridding weights = 2.61727E+08 IMAGR1: Field 2 Beam min = -106.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 898.328 x 735.186 Milliarcsec, PA= -8.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -8.5 MilliJy,max = 77.2 MilliJy IMAGR1: Field 2 min = -10.0 MilliJy,max = 79.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 14.81 MilliJy IMAGR1: 302 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 47.667 MilliJy iter= 6 IMAGR1: Field 2 Clean flux density= 37.098 MilliJy 6 comps IMAGR1: Total Cleaned flux density = 37.098 MilliJy 6 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.4 MilliJy,max = 42.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.043E-02 < Second best 4.536E-02 IMAGR1: Field 2 min = -6.6 MilliJy,max = 42.9 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 8.94 MilliJy IMAGR1: 333 Residual map points loaded IMAGR1: Field 2 min allowed flux = 21.172 MilliJy iter= 18 IMAGR1: Field 2 Clean flux density= 72.949 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 72.949 MilliJy 18 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.0 MilliJy,max = 20.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 7.97 MilliJy IMAGR1: 175 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.865 MilliJy iter= 12 IMAGR1: Field 1 Clean flux density= 18.094 MilliJy 12 comps IMAGR1: Total Cleaned flux density = 91.044 MilliJy 30 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.2 MilliJy,max = 11.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 3.97 MilliJy IMAGR1: 66 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.163 MilliJy iter= 32 IMAGR1: Field 2 Clean flux density= 83.740 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 101.834 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.04 MilliJy IMAGR1: 448 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.549 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 23.382 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 107.121 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.12 MilliJy IMAGR1: 242 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.398 MilliJy iter= 51 IMAGR1: Field 2 Clean flux density= 87.214 MilliJy 51 comps IMAGR1: Total Cleaned flux density = 110.595 MilliJy 78 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 1317 cell beam + residuals > 791.30 MicroJy IMAGR1: 17674 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.215 MilliJy iter= 80 IMAGR1: Field 1 Clean flux density= 27.440 MilliJy 80 comps IMAGR1: Total Cleaned flux density = 114.653 MilliJy 131 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 787.94 MicroJy IMAGR1: 188 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -912.496 MicroJy iter= 74 IMAGR1: Field 2 Clean flux density= 86.078 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 113.518 MilliJy 154 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 622.24 MicroJy IMAGR1: 19141 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -961.802 MicroJy iter= 189 IMAGR1: Field 1 Clean flux density= 29.592 MilliJy 189 comps IMAGR1: Total Cleaned flux density = 115.671 MilliJy 263 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -892.2 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.937E-04 < Second best 8.752E-04 IMAGR1: Field 2 min = -822.7 MicroJy,max = 978.3 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 189 to 135 components IMAGR1: Field 2 compressed from 74 to 29 components IMAGR1: Field 1 min = -892.2 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -822.7 MicroJy,max = 978.3 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 24.070 MilliJy ( 15 CCs) from field 1 to field 2 IMAGR1: Restore 86.078 MilliJy ( 29 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 115.671 MilliJy IMAGR1: Field 2 final Clean flux 110.148 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 37 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 15.0 Real= 17 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1623 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC1: SETCEL: recommends IMSIZE 1441 CELLSIZE 0.22206 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22206 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 15:45:08.59 47:51:55.1 0.686 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 74.3 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 1 C 1 2036 2036 15 45 08.53 47 51 54.7 00001 -1 1019 1024 1025 C 2 246 246 15 45 08.59 47 51 55.1 00002 -1 100 128 129 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1623 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -3.0189E-03 3.3000E-02 0 IMAGR1: Field 2 246 246 6.0077E-01 4.3300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 39 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 4850 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.690E+04 IMAGR1: UVWAIT: Adding temperance S 5.381E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.823E+07 and out 2.066E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR1: UVWAIT: Average summed weight 2.690E+04 over 9700 vis IMAGR1: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 43 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.19297E+08 IMAGR1: Field 1 Beam min = -98.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 934.963 x 727.431 Milliarcsec, PA= -13.1 IMAGR1: Field 2 Sum of gridding weights = 2.19301E+08 IMAGR1: Field 2 Beam min = -93.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 934.967 x 727.429 Milliarcsec, PA= -13.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -30.4 MilliJy,max = 308.1 MilliJy IMAGR1: Field 2 min = -35.3 MilliJy,max = 302.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 55.72 MilliJy IMAGR1: 2797 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 181.907 MilliJy iter= 6 IMAGR1: Field 1 Clean flux density= 144.345 MilliJy 6 comps IMAGR1: Total Cleaned flux density = 144.345 MilliJy 6 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -19.9 MilliJy,max = 161.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.540E-01 < Second best 1.730E-01 IMAGR1: Field 1 min = -16.6 MilliJy,max = 163.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 32.90 MilliJy IMAGR1: 1637 Residual map points loaded IMAGR1: Field 1 min allowed flux = 79.497 MilliJy iter= 14 IMAGR1: Field 1 Clean flux density= 237.705 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 237.705 MilliJy 14 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.0 MilliJy,max = 71.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.822E-02 < Second best 7.561E-02 IMAGR1: Field 1 min = -8.2 MilliJy,max = 71.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 14.38 MilliJy IMAGR1: 1889 Residual map points loaded IMAGR1: Field 1 min allowed flux = 32.732 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 282.815 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 282.815 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.4 MilliJy,max = 29.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.827E-02 < Second best 3.113E-02 IMAGR1: Field 1 min = -4.8 MilliJy,max = 29.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.92 MilliJy IMAGR1: 2050 Residual map points loaded IMAGR1: Field 1 min allowed flux = 13.691 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 301.549 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 301.549 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 12.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.200E-02 < Second best 1.302E-02 IMAGR1: Field 1 min = -3.3 MilliJy,max = 12.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.48 MilliJy IMAGR1: 3365 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.916 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 309.405 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 309.405 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.6 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.28 MilliJy IMAGR1: 43 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.890 MilliJy iter= 14 IMAGR1: Field 2 Clean flux density= 2.025 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 311.430 MilliJy 55 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.07 MilliJy IMAGR1: 10773 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.641 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 308.851 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 310.876 MilliJy 93 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 978.34 MicroJy IMAGR1: 110 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.150 MilliJy iter= 35 IMAGR1: Field 2 Clean flux density= 1.604 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 310.454 MilliJy 114 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.33 MicroJy IMAGR1: 19356 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.212 MilliJy iter= 178 IMAGR1: Field 1 Clean flux density= 314.995 MilliJy 178 comps IMAGR1: Total Cleaned flux density = 316.598 MilliJy 213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 671.90 MicroJy IMAGR1: 9127 Residual map points loaded IMAGR1: Field 1 min Clean flux = -972.689 MicroJy iter= 215 IMAGR1: Field 1 Clean flux density= 313.041 MilliJy 215 comps IMAGR1: Total Cleaned flux density = 314.645 MilliJy 250 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -801.1 MicroJy,max = 925.7 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 215 to 123 components IMAGR1: Field 2 compressed from 35 to 7 components IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: Field 2 min = -801.1 MicroJy,max = 925.7 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 307.958 MilliJy ( 6 CCs) from field 1 to field 2 IMAGR1: Restore 1.604 MilliJy ( 7 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 314.645 MilliJy IMAGR1: Field 2 final Clean flux 309.562 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 39 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 16.7 Real= 18 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1623 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 41 disk= 1 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08258 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC1: SETCEL: recommends IMSIZE 1430 CELLSIZE 0.22385 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22385 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 86.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 mmand to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08167 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06238 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 36 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1513 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 38 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1623 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 41 disk= 1 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 40 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08258 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPC 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR1: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 41 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 18737 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.109E+04 IMAGR1: UVWAIT: Adding temperance S 6.218E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.877E+07 and out 8.580E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.160 due to weighting IMAGR1: UVWAIT: Average summed weight 3.109E+04 over 36507 vis IMAGR1: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 45 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.10839E+08 IMAGR1: Field 1 Beam min = -75.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 859.719 x 736.978 Milliarcsec, PA= 2.1 IMAGR1: Field 2 Sum of gridding weights = 9.10850E+08 IMAGR1: Field 2 Beam min = -75.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 859.720 x 736.982 Milliarcsec, PA= 2.1 IMAGR1: CLBHIS: minimum component 0.399 of current peak IMAGR1: Field 1 min = -59.8 MilliJy,max = 776.5 MilliJy IMAGR1: Field 2 min = -59.6 MilliJy,max = 765.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 58.51 MilliJy IMAGR1: 3443 Residual map points loaded IMAGR1: Field 1 min allowed flux = 300.842 MilliJy iter= 10 IMAGR1: Field 1 Clean flux density= 505.768 MilliJy 10 comps IMAGR1: Total Cleaned flux density = 505.768 MilliJy 10 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -21.1 MilliJy,max = 263.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.507E-01 < Second best 2.860E-01 IMAGR1: Field 1 min = -21.4 MilliJy,max = 270.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 22.67 MilliJy IMAGR1: 2050 Residual map points loaded IMAGR1: Field 1 min allowed flux = 107.361 MilliJy iter= 20 IMAGR1: Field 1 Clean flux density= 682.529 MilliJy 20 comps IMAGR1: Total Cleaned flux density = 682.529 MilliJy 20 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.3 MilliJy,max = 101.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.662E-02 < Second best 1.021E-01 IMAGR1: Field 1 min = -8.2 MilliJy,max = 98.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 8.09 MilliJy IMAGR1: 2990 Residual map points loaded IMAGR1: Field 1 min allowed flux = 38.487 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 752.949 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 752.949 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.0 MilliJy,max = 36.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 7.66 MilliJy IMAGR1: 25 Residual map points loaded IMAGR1: Field 2 min allowed flux = 13.396 MilliJy iter= 11 IMAGR1: Field 2 Clean flux density= 25.366 MilliJy 11 comps IMAGR1: Total Cleaned flux density = 778.314 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.6 MilliJy,max = 13.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.90 MilliJy IMAGR1: 71 Residual map points loaded IMAGR1: Field 1 min allowed flux = -5.318 MilliJy iter= 51 IMAGR1: Field 1 Clean flux density= 757.979 MilliJy 51 comps IMAGR1: Total Cleaned flux density = 783.345 MilliJy 62 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.4 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.41 MilliJy IMAGR1: 309 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.363 MilliJy iter= 58 IMAGR1: Field 2 Clean flux density= 26.690 MilliJy 58 comps IMAGR1: Total Cleaned flux density = 784.670 MilliJy 109 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 18737 Pts IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 816.83 MicroJy IMAGR1: 13427 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.380 MilliJy iter= 138 IMAGR1: Field 1 Clean flux density= 763.733 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 790.423 MilliJy 196 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 774.89 MicroJy IMAGR1: 501 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.045 MilliJy iter= 138 IMAGR1: Field 2 Clean flux density= 28.590 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 792.323 MilliJy 276 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 18737 Pts IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 671.34 MicroJy IMAGR1: 19010 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.030 MilliJy iter= 327 IMAGR1: Field 1 Clean flux density= 775.659 MilliJy 327 comps IMAGR1: Total Cleaned flux density = 804.249 MilliJy 465 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 933.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 668.30 MicroJy IMAGR1: 325 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -777.615 MicroJy iter= 217 IMAGR1: Field 2 Clean flux density= 29.109 MilliJy 217 comps IMAGR1: Total Cleaned flux density = 804.767 MilliJy 544 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 18737 Pts IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 610.63 MicroJy IMAGR1: 19453 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 877.440 MicroJy iter= 616 IMAGR1: Field 1 Clean flux density= 785.600 MilliJy 616 comps IMAGR1: Total Cleaned flux density = 814.709 MilliJy 833 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 567.84 MicroJy IMAGR1: 19206 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 778.430 MicroJy iter= 978 IMAGR1: Field 1 Clean flux density= 787.910 MilliJy 978 comps IMAGR1: Total Cleaned flux density = 817.019 MilliJy 1195 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 525.82 MicroJy IMAGR1: 18843 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 695.915 MicroJy iter= 1429 IMAGR1: Field 1 Clean flux density= 798.148 MilliJy 1429 comps IMAGR1: Total Cleaned flux density = 827.257 MilliJy 1646 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -895.0 MicroJy,max = 648.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 522.23 MicroJy IMAGR1: 120 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -539.100 MicroJy iter= 267 IMAGR1: Field 2 Clean flux density= 28.492 MilliJy 267 comps IMAGR1: Total Cleaned flux density = 826.640 MilliJy 1696 comps IMAGR1: ALGSTB: All 178 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 167- 0 Cells, with 18737 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 475.43 MicroJy IMAGR1: 19689 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -617.249 MicroJy iter= 2009 IMAGR1: Field 1 Clean flux density= 794.857 MilliJy 2009 comps IMAGR1: Total Cleaned flux density = 823.349 MilliJy 2276 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 433.26 MicroJy IMAGR1: 19464 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 551.205 MicroJy iter= 2689 IMAGR1: Field 1 Clean flux density= 804.122 MilliJy 2689 comps IMAGR1: Total Cleaned flux density = 832.615 MilliJy 2956 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -986.4 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 392.99 MicroJy IMAGR1: 19074 Residual map points loaded IMAGR1: Field 1 min Clean flux = 495.480 MicroJy iter= 3416 IMAGR1: Field 1 Clean flux density= 798.384 MilliJy 3416 comps IMAGR1: Total Cleaned flux density = 826.877 MilliJy 3683 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -550.8 MicroJy,max = 535.5 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 59.84 MicroJy IMAGR1: 19826 Residual map points loaded IMAGR1: Field 2 min Clean flux = 481.982 MicroJy iter= 269 IMAGR1: Field 2 Clean flux density= 28.594 MilliJy 269 comps IMAGR1: Total Cleaned flux density = 826.978 MilliJy 3685 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 495.480 less than limit 495.488 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 3416 to 2221 components IMAGR1: Field 2 compressed from 269 to 91 components IMAGR1: Field 1 min = -896.8 MicroJy,max = 980.9 MicroJy IMAGR1: Field 2 min = -550.5 MicroJy,max = 462.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 760.246 MilliJy ( 38 CCs) from field 1 to field 2 IMAGR1: Restore 28.594 MilliJy ( 91 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 826.978 MilliJy IMAGR1: Field 2 final Clean flux 788.840 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 41 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 50.4 Real= 53 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC1: SETCEL: recommends IMSIZE 1435 CELLSIZE 0.22311 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22311 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 92.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR1: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 43 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 27400 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.759E+04 IMAGR1: UVWAIT: Adding temperance S 7.518E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.042E+08 and out 1.421E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR1: UVWAIT: Average summed weight 3.759E+04 over 53456 vis IMAGR1: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 47 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.50906E+09 IMAGR1: Field 1 Beam min = -75.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 907.753 x 720.487 Milliarcsec, PA= 4.9 IMAGR1: Field 2 Sum of gridding weights = 1.50908E+09 IMAGR1: Field 2 Beam min = -75.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 907.752 x 720.488 Milliarcsec, PA= 4.9 IMAGR1: CLBHIS: minimum component 0.401 of current peak IMAGR1: Field 1 min = -62.8 MilliJy,max = 800.3 MilliJy IMAGR1: Field 2 min = -59.8 MilliJy,max = 795.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 38.47 MilliJy IMAGR1: 13992 Residual map points loaded IMAGR1: Field 1 min allowed flux = 310.047 MilliJy iter= 10 IMAGR1: Field 1 Clean flux density= 521.244 MilliJy 10 comps IMAGR1: Total Cleaned flux density = 521.244 MilliJy 10 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.0 MilliJy,max = 279.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.660E-01 < Second best 2.947E-01 IMAGR1: Field 1 min = -23.3 MilliJy,max = 281.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 14.90 MilliJy IMAGR1: 10511 Residual map points loaded IMAGR1: Field 1 min allowed flux = 106.030 MilliJy iter= 21 IMAGR1: Field 1 Clean flux density= 720.352 MilliJy 21 comps IMAGR1: Total Cleaned flux density = 720.352 MilliJy 21 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.5 MilliJy,max = 98.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.333E-02 < Second best 1.008E-01 IMAGR1: Field 1 min = -9.4 MilliJy,max = 96.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.10 MilliJy IMAGR1: 12900 Residual map points loaded IMAGR1: Field 1 min allowed flux = 37.823 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 788.820 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 788.820 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -11.1 MilliJy,max = 36.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 4.72 MilliJy IMAGR1: 225 Residual map points loaded IMAGR1: Field 2 min allowed flux = 14.188 MilliJy iter= 12 IMAGR1: Field 2 Clean flux density= 27.147 MilliJy 12 comps IMAGR1: Total Cleaned flux density = 815.966 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -13.4 MilliJy,max = 14.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.82 MilliJy IMAGR1: 11600 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.531 MilliJy iter= 96 IMAGR1: Field 1 Clean flux density= 803.875 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 831.021 MilliJy 108 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.67 MilliJy IMAGR1: 479 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.788 MilliJy iter= 92 IMAGR1: Field 2 Clean flux density= 35.407 MilliJy 92 comps IMAGR1: Total Cleaned flux density = 839.282 MilliJy 188 comps IMAGR1: ALGSTB: All 176 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 165- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.11 MilliJy IMAGR1: 3995 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.720 MilliJy iter= 227 IMAGR1: Field 1 Clean flux density= 817.457 MilliJy 227 comps IMAGR1: Total Cleaned flux density = 852.864 MilliJy 319 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 906.62 MicroJy IMAGR1: 747 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.207 MilliJy iter= 212 IMAGR1: Field 2 Clean flux density= 40.733 MilliJy 212 comps IMAGR1: Total Cleaned flux density = 858.190 MilliJy 439 comps IMAGR1: ALGSTB: All 176 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 165- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 763.24 MicroJy IMAGR1: 18483 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.129 MilliJy iter= 485 IMAGR1: Field 1 Clean flux density= 831.832 MilliJy 485 comps IMAGR1: Total Cleaned flux density = 872.566 MilliJy 697 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 758.28 MicroJy IMAGR1: 563 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 878.260 MicroJy iter= 329 IMAGR1: Field 2 Clean flux density= 42.302 MilliJy 329 comps IMAGR1: Total Cleaned flux density = 874.135 MilliJy 814 comps IMAGR1: ALGSTB: All 176 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 165- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 684.02 MicroJy IMAGR1: 19060 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 951.186 MicroJy iter= 862 IMAGR1: Field 1 Clean flux density= 836.119 MilliJy 862 comps IMAGR1: Total Cleaned flux density = 878.421 MilliJy 1191 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 634.91 MicroJy IMAGR1: 18737 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -842.224 MicroJy iter= 1316 IMAGR1: Field 1 Clean flux density= 841.043 MilliJy 1316 comps IMAGR1: Total Cleaned flux density = 883.345 MilliJy 1645 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -862.0 MicroJy,max = 975.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 630.78 MicroJy IMAGR1: 241 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 660.531 MicroJy iter= 407 IMAGR1: Field 2 Clean flux density= 42.871 MilliJy 407 comps IMAGR1: Total Cleaned flux density = 883.914 MilliJy 1723 comps IMAGR1: ALGSTB: All 176 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 165- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 575.29 MicroJy IMAGR1: 19504 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -744.775 MicroJy iter= 1898 IMAGR1: Field 1 Clean flux density= 844.412 MilliJy 1898 comps IMAGR1: Total Cleaned flux density = 887.283 MilliJy 2305 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.77 MicroJy IMAGR1: 19191 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -665.925 MicroJy iter= 2570 IMAGR1: Field 1 Clean flux density= 848.516 MilliJy 2570 comps IMAGR1: Total Cleaned flux density = 891.387 MilliJy 2977 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 485.56 MicroJy IMAGR1: 18731 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 598.217 MicroJy iter= 3335 IMAGR1: Field 1 Clean flux density= 852.388 MilliJy 3335 comps IMAGR1: Total Cleaned flux density = 895.258 MilliJy 3742 comps IMAGR1: ALGSTB: All 1331 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1320- 0 Cells, with 27400 Pts IMAGR1: Field 2 min = -704.9 MicroJy,max = 639.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 481.98 MicroJy IMAGR1: 60 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 484.727 MicroJy iter= 441 IMAGR1: Field 2 Clean flux density= 43.206 MilliJy 441 comps IMAGR1: Total Cleaned flux density = 895.594 MilliJy 3776 comps IMAGR1: ALGSTB: All 176 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 165- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 438.59 MicroJy IMAGR1: 19776 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -535.167 MicroJy iter= 4248 IMAGR1: Field 1 Clean flux density= 853.614 MilliJy 4248 comps IMAGR1: Total Cleaned flux density = 896.820 MilliJy 4689 comps IMAGR1: ALGSTB: All 1331 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1320- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 399.78 MicroJy IMAGR1: 19508 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -480.383 MicroJy iter= 5273 IMAGR1: Field 1 Clean flux density= 858.936 MilliJy 5273 comps IMAGR1: Total Cleaned flux density = 902.143 MilliJy 5714 comps IMAGR1: ALGSTB: All 1331 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1320- 0 Cells, with 27400 Pts IMAGR1: Field 2 min = -580.7 MicroJy,max = 507.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 398.73 MicroJy IMAGR1: 18 Residual map points loaded IMAGR1: Field 2 min Clean flux = 406.509 MicroJy iter= 450 IMAGR1: Field 2 Clean flux density= 43.334 MilliJy 450 comps IMAGR1: Total Cleaned flux density = 902.270 MilliJy 5723 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 987.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 361.26 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -430.689 MicroJy iter= 6461 IMAGR1: Field 1 Clean flux density= 859.163 MilliJy 6461 comps IMAGR1: Total Cleaned flux density = 902.497 MilliJy 6911 comps IMAGR1: ALGSTB: All 1331 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1320- 0 Cells, with 27400 Pts IMAGR1: Field 1 min = -1.1 MilliJy,max = 921.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 327.31 MicroJy IMAGR1: 19975 Residual map points loaded IMAGR1: Field 1 min Clean flux = -409.665 MicroJy iter= 6734 IMAGR1: Field 1 Clean flux density= 858.459 MilliJy 6734 comps IMAGR1: Total Cleaned flux density = 901.792 MilliJy 7184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 409.665 less than limit 409.740 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 6734 to 4053 components IMAGR1: Field 2 compressed from 450 to 177 components IMAGR1: Field 1 min = -1.0 MilliJy,max = 910.5 MicroJy IMAGR1: Field 2 min = -531.0 MicroJy,max = 445.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 817.561 MilliJy ( 101 CCs) from field 1 to field 2 IMAGR1: Restore 43.334 MilliJy ( 177 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 901.793 MilliJy IMAGR1: Field 2 final Clean flux 860.895 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 43 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 67.1 Real= 71 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC1: SETCEL: recommends IMSIZE 1443 CELLSIZE 0.22181 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22181 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC1: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC1: Add NVSS: wrote 2 fields to BOXFILE SETFC1: The Sun is 89.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 3 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR1: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR1: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR1: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 45 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 56826 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 7.730E+04 IMAGR1: UVWAIT: Adding temperance S 1.546E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.276E+08 and out 3.640E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 7.730E+04 over 113602 vis IMAGR1: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 51 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.86392E+09 IMAGR1: Field 1 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 837.887 x 678.257 Milliarcsec, PA= -5.7 IMAGR1: Field 2 Sum of gridding weights = 3.86396E+09 IMAGR1: Field 2 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 837.890 x 678.261 Milliarcsec, PA= -5.7 IMAGR1: Field 3 Sum of gridding weights = 3.86396E+09 IMAGR1: Field 3 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 838.307 x 678.251 Milliarcsec, PA= -5.7 IMAGR1: CLBHIS: minimum component 0.400 of current peak IMAGR1: Field 1 min = -3.2 MilliJy,max = 24.4 MilliJy IMAGR1: Field 2 min = -3.1 MilliJy,max = 23.7 MilliJy IMAGR1: Field 3 min = -809.6 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 2033 cell beam + residuals > 1.37 MilliJy IMAGR1: 15443 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.585 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 21.720 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 21.720 MilliJy 15 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 9.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.33 MilliJy IMAGR1: 589 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.585 MilliJy iter= 28 IMAGR1: Field 2 Clean flux density= 16.878 MilliJy 28 comps IMAGR1: Total Cleaned flux density = 38.598 MilliJy 43 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 56826 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 415.68 MicroJy IMAGR1: 7320 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.389 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 30.257 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 47.135 MilliJy 80 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -957.8 MicroJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 410.16 MicroJy IMAGR1: 323 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 628.861 MicroJy iter= 74 IMAGR1: Field 2 Clean flux density= 19.766 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 50.023 MilliJy 126 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 56826 Pts IMAGR1: Field 1 min = -643.8 MicroJy,max = 870.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.296E-04 < Second best 9.870E-04 IMAGR1: Field 3 min = -252.4 MicroJy,max = 889.9 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 193.87 MicroJy IMAGR1: 231 Residual map points loaded IMAGR1: Field 3 min allowed flux = 352.277 MicroJy iter= 20 IMAGR1: Field 3 Clean flux density= 1.013 MilliJy 20 comps IMAGR1: Total Cleaned flux density = 51.036 MilliJy 146 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -646.0 MicroJy,max = 741.3 MicroJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 193.87 MicroJy IMAGR1: 13397 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -332.602 MicroJy iter= 167 IMAGR1: Field 1 Clean flux density= 32.688 MilliJy 167 comps IMAGR1: Total Cleaned flux density = 53.467 MilliJy 261 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -336.5 MicroJy,max = 398.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 184.56 MicroJy IMAGR1: 1213 Residual map points loaded IMAGR1: Field 2 min Clean flux = 284.308 MicroJy iter= 145 IMAGR1: Field 2 Clean flux density= 20.889 MilliJy 145 comps IMAGR1: Total Cleaned flux density = 54.589 MilliJy 332 comps IMAGR1: ALGSTB: All 181 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 170- 0 Cells, with 56826 Pts IMAGR1: Field 3 min = -230.2 MicroJy,max = 333.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 182.46 MicroJy IMAGR1: 120 Residual map points loaded IMAGR1: Field 3 min Clean flux = 271.962 MicroJy iter= 29 IMAGR1: Field 3 Clean flux density= 1.288 MilliJy 29 comps IMAGR1: Total Cleaned flux density = 54.864 MilliJy 341 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -312.0 MicroJy,max = 316.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 161.55 MicroJy IMAGR1: 19977 Residual map points loaded IMAGR1: Field 1 min Clean flux = 284.212 MicroJy iter= 199 IMAGR1: Field 1 Clean flux density= 32.869 MilliJy 199 comps IMAGR1: Total Cleaned flux density = 55.045 MilliJy 373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 284.308 less than limit 284.518 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 199 to 90 components IMAGR1: Field 2 compressed from 145 to 59 components IMAGR1: Field 3 compressed from 29 to 11 components IMAGR1: Field 1 min = -284.2 MicroJy,max = 289.6 MicroJy IMAGR1: Field 2 min = -302.8 MicroJy,max = 347.0 MicroJy IMAGR1: Field 3 min = -231.0 MicroJy,max = 268.4 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 32.074 MilliJy ( 57 CCs) from field 1 to field 2 IMAGR1: Restore 35.221 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR1: Restore 20.889 MilliJy ( 59 CCs) from field 2 to field 1 IMAGR1: Restore 1.288 MilliJy ( 11 CCs) from field 3 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 55.045 MilliJy IMAGR1: Field 2 final Clean flux 52.962 MilliJy IMAGR1: Field 3 final Clean flux 1.323 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 45 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 21.0 Real= 22 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 47 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1386 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC1: SETCEL: recommends IMSIZE 1431 CELLSIZE 0.22362 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22362 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 103.1 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.3 Real= 2 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 47 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1386 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR1: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 48 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6656 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.699E+04 IMAGR1: UVWAIT: Adding temperance S 5.397E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.160E+07 and out 2.675E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR1: UVWAIT: Average summed weight 2.699E+04 over 13026 vis IMAGR1: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 52 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.83973E+08 IMAGR1: Field 1 Beam min = -102.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.148 x 0.721 arcsec, PA= 41.5 IMAGR1: Field 2 Sum of gridding weights = 2.83980E+08 IMAGR1: Field 2 Beam min = -102.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.148 x 0.721 arcsec, PA= 41.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -53.2 MilliJy,max = 519.9 MilliJy IMAGR1: Field 2 min = -54.7 MilliJy,max = 499.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 63.23 MilliJy IMAGR1: 10301 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 248.666 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 296.100 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 296.100 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -24.0 MilliJy,max = 215.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.047E-01 < Second best 2.365E-01 IMAGR1: Field 1 min = -23.0 MilliJy,max = 223.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 30.24 MilliJy IMAGR1: 6770 Residual map points loaded IMAGR1: Field 1 min allowed flux = 107.042 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 423.561 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 423.561 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.8 MilliJy,max = 92.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.812E-02 < Second best 1.018E-01 IMAGR1: Field 1 min = -10.0 MilliJy,max = 96.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 13.02 MilliJy IMAGR1: 6843 Residual map points loaded IMAGR1: Field 1 min allowed flux = 46.078 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 478.428 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 478.428 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.1 MilliJy,max = 40.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.866E-02 < Second best 4.382E-02 IMAGR1: Field 1 min = -4.5 MilliJy,max = 41.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.60 MilliJy IMAGR1: 7464 Residual map points loaded IMAGR1: Field 1 min allowed flux = 20.039 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 502.067 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 502.067 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.7 MilliJy,max = 18.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.775E-02 < Second best 1.906E-02 IMAGR1: Field 1 min = -3.0 MilliJy,max = 18.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.44 MilliJy IMAGR1: 11612 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.406 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 513.549 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 513.549 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.27 MilliJy IMAGR1: 76 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.838 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 4.570 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 518.120 MilliJy 49 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.295E-03 < Second best 3.654E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.27 MilliJy IMAGR1: 57 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.581 MilliJy iter= 17 IMAGR1: Field 2 Clean flux density= 6.725 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 520.274 MilliJy 58 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 585 cell beam + residuals > 1.25 MilliJy IMAGR1: 13358 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.114 MilliJy iter= 98 IMAGR1: Field 1 Clean flux density= 513.585 MilliJy 98 comps IMAGR1: Total Cleaned flux density = 520.309 MilliJy 115 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 697 cell beam + residuals > 1.14 MilliJy IMAGR1: 13260 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.731 MilliJy iter= 174 IMAGR1: Field 1 Clean flux density= 513.580 MilliJy 174 comps IMAGR1: Total Cleaned flux density = 520.305 MilliJy 191 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 1403 cell beam + residuals > 1.05 MilliJy IMAGR1: 12810 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min algorithm flux= -1.472 MilliJy iter= 267 IMAGR1: Field 1 Clean flux density= 516.277 MilliJy 267 comps IMAGR1: Total Cleaned flux density = 523.002 MilliJy 284 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -965.3 MicroJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.255E-03 < Second best 1.409E-03 IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 900.24 MicroJy IMAGR1: 19963 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.359 MilliJy iter= 451 IMAGR1: Field 1 Clean flux density= 517.102 MilliJy 451 comps IMAGR1: Total Cleaned flux density = 523.826 MilliJy 468 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 779.34 MicroJy IMAGR1: 19935 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.113 MilliJy iter= 693 IMAGR1: Field 1 Clean flux density= 522.206 MilliJy 693 comps IMAGR1: Total Cleaned flux density = 528.930 MilliJy 710 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -806.3 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.154E-04 < Second best 1.066E-03 IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 671.37 MicroJy IMAGR1: 19961 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -927.057 MicroJy iter= 1009 IMAGR1: Field 1 Clean flux density= 515.250 MilliJy 1009 comps IMAGR1: Total Cleaned flux density = 521.974 MilliJy 1026 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -675.3 MicroJy,max = 929.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 671.28 MicroJy IMAGR1: 11 Residual map points loaded IMAGR1: Field 2 min Clean flux = 766.109 MicroJy iter= 20 IMAGR1: Field 2 Clean flux density= 6.978 MilliJy 20 comps IMAGR1: Total Cleaned flux density = 522.228 MilliJy 1029 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 574.21 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 1 min Clean flux = -831.316 MicroJy iter= 1174 IMAGR1: Field 1 Clean flux density= 523.198 MilliJy 1174 comps IMAGR1: Total Cleaned flux density = 530.177 MilliJy 1194 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 831.316 less than limit 831.336 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1174 to 811 components IMAGR1: Field 2 compressed from 20 to 3 components IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: Field 2 min = -682.8 MicroJy,max = 736.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 513.645 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR1: Restore 6.978 MilliJy ( 3 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 530.177 MilliJy IMAGR1: Field 2 final Clean flux 520.624 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 48 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 26.5 Real= 26 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 47 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1386 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 49 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1416 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC1: SETCEL: recommends IMSIZE 1363 CELLSIZE 0.23490 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23490 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 97.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.5 Real= 1 C 1 1012 1012 19 45 53.52 70 55 48.7 00001 -1 507 512 513 C 2 1012 1012 19 45 53.52 70 52 28.8 00002 -1 507 512 513 C 3 1012 1012 19 45 18.23 70 54 08.5 00003 -1 507 512 513 C 4 1012 1012 19 46 28.81 70 54 08.5 00004 -1 507 512 513 C 5 1012 1012 19 45 18.13 70 57 28.5 00005 -1 507 512 513 C 6 1012 1012 19 46 28.91 70 57 28.5 00006 -1 507 512 513 C 7 1012 1012 19 45 53.52 70 59 08.7 00007 -1 507 512 513 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 47 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1386 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 49 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1416 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.4702E-03 -2.3000E-02 0 IMAGR1: Field 2 1012 1012 1.4702E-03 -1.9992E+02 0 IMAGR1: Field 3 1012 1012 -1.7295E+02 -1.0022E+02 0 IMAGR1: Field 4 1012 1012 1.7295E+02 -1.0022E+02 0 IMAGR1: Field 5 1012 1012 -1.7344E+02 9.9777E+01 0 IMAGR1: Field 6 1012 1012 1.7344E+02 9.9777E+01 0 IMAGR1: Field 7 1012 1012 1.4702E-03 1.9998E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 50 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6370 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.689E+04 IMAGR1: UVWAIT: Adding temperance S 7.378E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.028E+07 and out 2.382E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 3.689E+04 over 12226 vis IMAGR1: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1945+709 .IBM003. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1945+709 .IBM004. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1945+709 .IBM005. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1945+709 .IBM006. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1945+709 .IBM007. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1945+709 .ICL003. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1945+709 .ICL004. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1945+709 .ICL005. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1945+709 .ICL006. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1945+709 .ICL007. 1 (MA) on disk 1 cno 64 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.52928E+08 IMAGR1: Field 1 Beam min = -182.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.147 x 0.754 arcsec, PA= 72.4 IMAGR1: Field 2 Sum of gridding weights = 2.52928E+08 IMAGR1: Field 2 Beam min = -182.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.146 x 0.754 arcsec, PA= 72.5 IMAGR1: Field 3 Sum of gridding weights = 2.52926E+08 IMAGR1: Field 3 Beam min = -95.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.145 x 0.754 arcsec, PA= 72.3 IMAGR1: Field 4 Sum of gridding weights = 2.52927E+08 IMAGR1: Field 4 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.148 x 0.754 arcsec, PA= 72.6 IMAGR1: Field 5 Sum of gridding weights = 2.52926E+08 IMAGR1: Field 5 Beam min = -95.9 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.146 x 0.753 arcsec, PA= 72.2 IMAGR1: Field 6 Sum of gridding weights = 2.52927E+08 IMAGR1: Field 6 Beam min = -116.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.148 x 0.753 arcsec, PA= 72.6 IMAGR1: Field 7 Sum of gridding weights = 2.52927E+08 IMAGR1: Field 7 Beam min = -182.3 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.147 x 0.753 arcsec, PA= 72.4 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -40.0 MilliJy,max = 425.6 MilliJy IMAGR1: Field 2 min = -37.9 MilliJy,max = 111.0 MilliJy IMAGR1: Field 3 min = -47.0 MilliJy,max = 138.8 MilliJy IMAGR1: Field 4 min = -47.2 MilliJy,max = 161.8 MilliJy IMAGR1: Field 5 min = -46.4 MilliJy,max = 162.2 MilliJy IMAGR1: Field 6 min = -46.0 MilliJy,max = 146.4 MilliJy IMAGR1: Field 7 min = -40.7 MilliJy,max = 110.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 103.61 MilliJy IMAGR1: 371 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 279.215 MilliJy iter= 5 IMAGR1: Field 1 Clean flux density= 174.274 MilliJy 5 comps IMAGR1: Total Cleaned flux density = 174.274 MilliJy 5 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -24.3 MilliJy,max = 251.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 67.98 MilliJy IMAGR1: 218 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 120.194 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 317.395 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 317.395 MilliJy 13 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -11.8 MilliJy,max = 38.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.027E-02 < Second best 1.206E-01 IMAGR1: Field 4 min = -11.7 MilliJy,max = 41.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.991E-02 < Second best 1.206E-01 IMAGR1: Field 5 min = -12.4 MilliJy,max = 42.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.169E-02 < Second best 1.196E-01 IMAGR1: Field 6 min = -12.2 MilliJy,max = 36.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.293E-02 < Second best 1.143E-01 IMAGR1: Field 1 min = -11.6 MilliJy,max = 108.2 MilliJy IMAGR1: BGC Clean: using 1291 cell beam + residuals > 34.16 MilliJy IMAGR1: 112 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 49.825 MilliJy iter= 22 IMAGR1: Field 1 Clean flux density= 384.784 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 384.784 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.0 MilliJy,max = 11.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.081E-02 < Second best 9.535E-02 IMAGR1: Field 7 min = -4.8 MilliJy,max = 12.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.058E-02 < Second best 4.740E-02 IMAGR1: Field 1 min = -6.5 MilliJy,max = 44.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 12.13 MilliJy IMAGR1: 307 Residual map points loaded IMAGR1: Field 1 min allowed flux = 21.147 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 413.468 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 413.468 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.155E-03 < Second best 3.169E-02 IMAGR1: Field 5 min = -4.0 MilliJy,max = 6.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.617E-03 < Second best 3.027E-02 IMAGR1: Field 3 min = -4.0 MilliJy,max = 7.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.868E-03 < Second best 2.991E-02 IMAGR1: Field 4 min = -4.1 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.502E-03 < Second best 2.012E-02 IMAGR1: Field 1 min = -4.3 MilliJy,max = 19.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.15 MilliJy IMAGR1: 403 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.186 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 425.799 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 425.799 MilliJy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.234E-03 < Second best 1.058E-02 IMAGR1: Field 7 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.164E-03 < Second best 8.741E-03 IMAGR1: Field 1 min = -5.5 MilliJy,max = 8.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.24 MilliJy IMAGR1: 1715 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.982 MilliJy iter= 59 IMAGR1: Field 1 Clean flux density= 427.434 MilliJy 59 comps IMAGR1: Total Cleaned flux density = 427.434 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.452E-03 < Second best 5.617E-03 IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.279E-03 < Second best 5.502E-03 IMAGR1: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.325E-03 < Second best 4.868E-03 IMAGR1: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.045E-03 < Second best 3.793E-03 IMAGR1: Field 1 min = -3.9 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 511 cell beam + residuals > 1.49 MilliJy IMAGR1: 2277 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.198 MilliJy iter= 95 IMAGR1: Field 1 Clean flux density= 425.854 MilliJy 95 comps IMAGR1: Total Cleaned flux density = 425.854 MilliJy 95 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.846E-03 < Second best 3.164E-03 IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.065E-03 < Second best 2.452E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.076E-03 < Second best 2.325E-03 IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.128E-03 < Second best 2.279E-03 IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.873E-03 < Second best 2.128E-03 IMAGR1: BGC Clean: using 1291 cell beam + residuals > 1.15 MilliJy IMAGR1: 1708 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.505 MilliJy iter= 33 IMAGR1: Field 4 Clean flux density= 395.882 MicroJy 33 comps IMAGR1: Total Cleaned flux density = 426.250 MilliJy 128 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.932E-03 < Second best 2.076E-03 IMAGR1: Field 6 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 2530 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.484 MilliJy iter= 63 IMAGR1: Field 6 Clean flux density= 2.126 MilliJy 63 comps IMAGR1: Total Cleaned flux density = 428.376 MilliJy 191 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.687E-03 < Second best 2.045E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 2765 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.397 MilliJy iter= 81 IMAGR1: Field 3 Clean flux density= 6.187 MilliJy 81 comps IMAGR1: Total Cleaned flux density = 434.563 MilliJy 272 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.649E-03 < Second best 1.873E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.600E-03 < Second best 1.846E-03 IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.496E-03 < Second best 1.687E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 976.11 MicroJy IMAGR1: 1793 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.267 MilliJy iter= 90 IMAGR1: Field 7 Clean flux density= 1.347 MilliJy 90 comps IMAGR1: Total Cleaned flux density = 435.910 MilliJy 362 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.500E-03 < Second best 1.600E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 964.02 MicroJy IMAGR1: 709 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.150 MilliJy iter= 74 IMAGR1: Field 5 Clean flux density= -2.326 MilliJy 74 comps IMAGR1: Total Cleaned flux density = 433.584 MilliJy 436 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 963.34 MicroJy IMAGR1: 345 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.090 MilliJy iter= 152 IMAGR1: Field 1 Clean flux density= 424.027 MilliJy 152 comps IMAGR1: Total Cleaned flux density = 431.757 MilliJy 493 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 954.65 MicroJy IMAGR1: 162 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.038 MilliJy iter= 41 IMAGR1: Field 2 Clean flux density= 2.807 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 434.564 MilliJy 534 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.167E-03 < Second best 1.419E-03 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.176E-03 < Second best 1.337E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.040E-03 < Second best 1.211E-03 IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.070E-03 < Second best 1.176E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 733.50 MicroJy IMAGR1: 2636 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -917.066 MicroJy iter= 208 IMAGR1: Field 6 Clean flux density= 841.686 MicroJy 208 comps IMAGR1: Total Cleaned flux density = 433.279 MilliJy 679 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.990E-04 < Second best 1.100E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 698.72 MicroJy IMAGR1: 1716 Residual map points loaded IMAGR1: Field 5 min Clean flux = 849.616 MicroJy iter= 218 IMAGR1: Field 5 Clean flux density= 5.440 MilliJy 218 comps IMAGR1: Total Cleaned flux density = 441.045 MilliJy 823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.0 MilliJy,max = 959.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.234E-04 < Second best 1.042E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 659.58 MicroJy IMAGR1: 758 Residual map points loaded IMAGR1: Field 1 min Clean flux = -849.746 MicroJy iter= 181 IMAGR1: Field 1 Clean flux density= 421.866 MilliJy 181 comps IMAGR1: Total Cleaned flux density = 438.885 MilliJy 852 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 644.32 MicroJy IMAGR1: 1783 Residual map points loaded IMAGR1: Field 3 min Clean flux = -848.010 MicroJy iter= 120 IMAGR1: Field 3 Clean flux density= 7.023 MilliJy 120 comps IMAGR1: Total Cleaned flux density = 439.721 MilliJy 891 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 632.12 MicroJy IMAGR1: 1820 Residual map points loaded IMAGR1: Field 4 min Clean flux = 849.143 MicroJy iter= 71 IMAGR1: Field 4 Clean flux density= 202.656 MicroJy 71 comps IMAGR1: Total Cleaned flux density = 439.528 MilliJy 929 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.165E-04 < Second best 9.234E-04 IMAGR1: Field 7 min = -961.1 MicroJy,max = 931.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 565.68 MicroJy IMAGR1: 1469 Residual map points loaded IMAGR1: Field 7 min Clean flux = -848.722 MicroJy iter= 94 IMAGR1: Field 7 Clean flux density= 1.522 MilliJy 94 comps IMAGR1: Total Cleaned flux density = 439.703 MilliJy 933 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -982.5 MicroJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.621E-04 < Second best 8.165E-04 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 428.07 MicroJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 2 min Clean flux = -847.413 MicroJy iter= 43 IMAGR1: Field 2 Clean flux density= 2.637 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 439.533 MilliJy 935 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 849.746 less than limit 849.794 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 181 to 77 components IMAGR1: Field 2 compressed from 43 to 33 components IMAGR1: Field 3 compressed from 120 to 92 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 compressed from 71 to 57 components IMAGR1: Field 5 compressed from 218 to 166 components IMAGR1: Field 6 compressed from 208 to 160 components IMAGR1: Field 7 compressed from 94 to 74 components IMAGR1: Field 1 min = -861.7 MicroJy,max = 854.6 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 985.1 MicroJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 982.3 MicroJy IMAGR1: Field 6 min = -984.6 MicroJy,max = 1.3 MilliJy IMAGR1: Field 7 min = -965.6 MicroJy,max = 914.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-275.402 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR1: Restore -22.071 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR1: Restore -1.974 MilliJy ( 23 CCs) from field 1 to field 4 IMAGR1: Restore -22.071 MicroJy ( 2 CCs) from field 1 to field 5 IMAGR1: Restore -1.031 MilliJy ( 14 CCs) from field 1 to field 6 IMAGR1: Restore 203.988 MicroJy ( 4 CCs) from field 2 to field 3 IMAGR1: Restore 131.083 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR1: Restore 580.164 MicroJy ( 11 CCs) from field 3 to field 1 IMAGR1: Restore 621.792 MicroJy ( 13 CCs) from field 3 to field 2 IMAGR1: Restore 193.130 MicroJy ( 5 CCs) from field 3 to field 5 IMAGR1: Restore-345.373 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore 441.029 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR1: Restore-189.072 MicroJy ( 2 CCs) from field 4 to field 6 IMAGR1: Restore 175.360 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR1: Restore 686.683 MicroJy ( 9 CCs) from field 5 to field 3 IMAGR1: Restore -5.728 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR1: Restore -1.524 MilliJy ( 13 CCs) from field 6 to field 1 IMAGR1: Restore 229.986 MicroJy ( 10 CCs) from field 6 to field 4 IMAGR1: Restore-696.023 MicroJy ( 20 CCs) from field 6 to field 7 IMAGR1: Restore 543.169 MicroJy ( 5 CCs) from field 7 to field 1 IMAGR1: Restore 692.368 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR1: Restore-275.642 MicroJy ( 3 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 421.296 MilliJy IMAGR1: Field 2 final Clean flux 3.425 MilliJy IMAGR1: Field 3 final Clean flux 7.892 MilliJy IMAGR1: Field 4 final Clean flux -1.410 MilliJy IMAGR1: Field 5 final Clean flux 6.303 MilliJy IMAGR1: Field 6 final Clean flux -654.402 MicroJy IMAGR1: Field 7 final Clean flux 820.007 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 50 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 38.7 Real= 59 S 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 42 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.06829 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 44 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04742 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 47 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1386 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 49 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1416 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC1: SETCEL: recommends IMSIZE 1355 CELLSIZE 0.23625 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23625 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 85.3 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 C 1 1012 1012 18 15 36.79 61 27 11.6 00001 -1 507 512 513 C 2 1012 1012 18 15 36.79 61 23 50.5 00002 -1 507 512 513 C 3 1012 1012 18 15 12.52 61 25 30.9 00003 -1 507 512 513 C 4 1012 1012 18 16 01.07 61 25 30.9 00004 -1 507 512 513 C 5 1012 1012 18 15 12.47 61 28 52.1 00005 -1 507 512 513 C 6 1012 1012 18 16 01.11 61 28 52.1 00006 -1 507 512 513 C 7 1012 1012 18 15 36.79 61 30 32.8 00007 -1 507 512 513 stroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.4336E-02 -4.1000E-02 0 IMAGR1: Field 2 1012 1012 -1.4336E-02 -2.0114E+02 0 IMAGR1: Field 3 1012 1012 -1.7399E+02 -1.0074E+02 0 IMAGR1: Field 4 1012 1012 1.7403E+02 -1.0074E+02 0 IMAGR1: Field 5 1012 1012 -1.7434E+02 1.0046E+02 0 IMAGR1: Field 6 1012 1012 1.7431E+02 1.0046E+02 0 IMAGR1: Field 7 1012 1012 -1.4336E-02 2.0116E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 57 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6318 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.955E+04 IMAGR1: UVWAIT: Adding temperance S 7.911E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.183E+07 and out 2.593E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.141 due to weighting IMAGR1: UVWAIT: Average summed weight 3.955E+04 over 12093 vis IMAGR1: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1815+614 .IBM004. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1815+614 .IBM005. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1815+614 .IBM006. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1815+614 .IBM007. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1815+614 .ICL004. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1815+614 .ICL005. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1815+614 .ICL006. 1 (MA) on disk 1 cno 70 IMAGR1: Create 1815+614 .ICL007. 1 (MA) on disk 1 cno 71 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.75309E+08 IMAGR1: Field 1 Beam min = -174.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 919.538 x 777.989 Milliarcsec, PA= 46.8 IMAGR1: Field 2 Sum of gridding weights = 2.75309E+08 IMAGR1: Field 2 Beam min = -147.0 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 919.064 x 778.139 Milliarcsec, PA= 46.8 IMAGR1: Field 3 Sum of gridding weights = 2.75308E+08 IMAGR1: Field 3 Beam min = -107.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 918.859 x 777.968 Milliarcsec, PA= 46.6 IMAGR1: Field 4 Sum of gridding weights = 2.75309E+08 IMAGR1: Field 4 Beam min = -122.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 919.745 x 778.158 Milliarcsec, PA= 47.0 IMAGR1: Field 5 Sum of gridding weights = 2.75308E+08 IMAGR1: Field 5 Beam min = -150.9 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 919.336 x 777.817 Milliarcsec, PA= 46.5 IMAGR1: Field 6 Sum of gridding weights = 2.75308E+08 IMAGR1: Field 6 Beam min = -134.9 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 920.222 x 778.008 Milliarcsec, PA= 46.9 IMAGR1: Field 7 Sum of gridding weights = 2.75309E+08 IMAGR1: Field 7 Beam min = -165.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 920.014 x 777.840 Milliarcsec, PA= 46.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -30.6 MilliJy,max = 273.8 MilliJy IMAGR1: Field 2 min = -29.6 MilliJy,max = 78.9 MilliJy IMAGR1: Field 3 min = -24.3 MilliJy,max = 103.3 MilliJy IMAGR1: Field 4 min = -24.6 MilliJy,max = 111.0 MilliJy IMAGR1: Field 5 min = -25.0 MilliJy,max = 109.0 MilliJy IMAGR1: Field 6 min = -25.0 MilliJy,max = 100.4 MilliJy IMAGR1: Field 7 min = -31.1 MilliJy,max = 73.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 49.57 MilliJy IMAGR1: 1584 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 163.436 MilliJy iter= 6 IMAGR1: Field 1 Clean flux density= 128.480 MilliJy 6 comps IMAGR1: Total Cleaned flux density = 128.480 MilliJy 6 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -17.4 MilliJy,max = 148.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 29.58 MilliJy IMAGR1: 1279 Residual map points loaded IMAGR1: Field 1 min allowed flux = 71.568 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 223.611 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 223.611 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.6 MilliJy,max = 31.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.222E-02 < Second best 7.868E-02 IMAGR1: Field 5 min = -9.0 MilliJy,max = 26.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.108E-02 < Second best 7.525E-02 IMAGR1: Field 2 min = -9.2 MilliJy,max = 19.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.852E-02 < Second best 6.986E-02 IMAGR1: Field 6 min = -8.6 MilliJy,max = 24.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.934E-02 < Second best 6.981E-02 IMAGR1: Field 7 min = -8.4 MilliJy,max = 28.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.756E-02 < Second best 6.809E-02 IMAGR1: Field 1 min = -9.3 MilliJy,max = 66.0 MilliJy IMAGR1: BGC Clean: using 2001 cell beam + residuals > 16.70 MilliJy IMAGR1: 551 Residual map points loaded IMAGR1: Field 1 min allowed flux = 32.656 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 266.275 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 266.275 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.3 MilliJy,max = 14.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.132E-02 < Second best 3.108E-02 IMAGR1: Field 1 min = -9.0 MilliJy,max = 29.4 MilliJy IMAGR1: BGC Clean: using 1515 cell beam + residuals > 8.73 MilliJy IMAGR1: 929 Residual map points loaded IMAGR1: Field 1 min allowed flux = 14.000 MilliJy iter= 36 IMAGR1: Field 1 Clean flux density= 290.362 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 290.362 MilliJy 36 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.3 MilliJy,max = 28.7 MilliJy IMAGR1: BGC Clean: using 1515 cell beam + residuals > 7.73 MilliJy IMAGR1: 334 Residual map points loaded IMAGR1: Field 7 min allowed flux = 13.422 MilliJy iter= 9 IMAGR1: Field 7 Clean flux density= 18.169 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 308.531 MilliJy 45 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -7.4 MilliJy,max = 10.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.442E-03 < Second best 2.108E-02 IMAGR1: Field 5 min = -7.9 MilliJy,max = 9.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.224E-03 < Second best 1.934E-02 IMAGR1: Field 6 min = -6.0 MilliJy,max = 9.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.737E-03 < Second best 1.852E-02 IMAGR1: Field 2 min = -6.1 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.752E-03 < Second best 1.333E-02 IMAGR1: Field 1 min = -9.9 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.20 MilliJy IMAGR1: 2217 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 7.539 MilliJy iter= 62 IMAGR1: Field 1 Clean flux density= 307.786 MilliJy 62 comps IMAGR1: Total Cleaned flux density = 325.955 MilliJy 71 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.1 MilliJy,max = 12.0 MilliJy IMAGR1: BGC Clean: using 617 cell beam + residuals > 4.26 MilliJy IMAGR1: 405 Residual map points loaded IMAGR1: Field 7 min allowed flux = 5.914 MilliJy iter= 21 IMAGR1: Field 7 Clean flux density= 28.073 MilliJy 21 comps IMAGR1: Total Cleaned flux density = 335.860 MilliJy 83 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.9 MilliJy,max = 7.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.764E-03 < Second best 8.224E-03 IMAGR1: Field 5 min = -6.7 MilliJy,max = 7.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.323E-03 < Second best 7.737E-03 IMAGR1: Field 6 min = -5.4 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.706E-03 < Second best 7.442E-03 IMAGR1: Field 4 min = -6.2 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.544E-03 < Second best 7.191E-03 IMAGR1: Field 1 min = -7.3 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 1513 cell beam + residuals > 3.64 MilliJy IMAGR1: 4146 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.154 MilliJy iter= 104 IMAGR1: Field 1 Clean flux density= 320.339 MilliJy 104 comps IMAGR1: Total Cleaned flux density = 348.412 MilliJy 125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.392E-03 < Second best 6.323E-03 IMAGR1: Field 5 min = -5.3 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.922E-03 < Second best 5.706E-03 IMAGR1: Field 6 min = -4.6 MilliJy,max = 5.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.743E-03 < Second best 5.637E-03 IMAGR1: Field 7 min = -4.2 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 141 cell beam + residuals > 2.94 MilliJy IMAGR1: 766 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.730 MilliJy iter= 59 IMAGR1: Field 7 Clean flux density= 36.844 MilliJy 59 comps IMAGR1: Total Cleaned flux density = 357.182 MilliJy 163 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.7 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.290E-03 < Second best 4.925E-03 IMAGR1: Field 1 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR1: 6591 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.126 MilliJy iter= 235 IMAGR1: Field 1 Clean flux density= 344.662 MilliJy 235 comps IMAGR1: Total Cleaned flux density = 381.505 MilliJy 294 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.8 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.033E-03 < Second best 4.764E-03 IMAGR1: Field 3 min = -3.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.318E-03 < Second best 4.743E-03 IMAGR1: Field 6 min = -3.5 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.301E-03 < Second best 4.392E-03 IMAGR1: Field 2 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.734E-03 < Second best 4.290E-03 IMAGR1: Field 4 min = -3.6 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.433E-03 < Second best 3.947E-03 IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.173E-03 < Second best 3.564E-03 IMAGR1: Field 7 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.080E-03 < Second best 3.433E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR1: 2739 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.247 MilliJy iter= 112 IMAGR1: Field 4 Clean flux density= -12.820 MilliJy 112 comps IMAGR1: Total Cleaned flux density = 368.685 MilliJy 406 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.268E-03 < Second best 3.301E-03 IMAGR1: Field 6 min = -3.2 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.242E-03 < Second best 3.173E-03 IMAGR1: Field 1 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.888E-03 < Second best 3.080E-03 IMAGR1: Field 7 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.713E-03 < Second best 3.033E-03 IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.396E-03 < Second best 2.888E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 4574 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.053 MilliJy iter= 409 IMAGR1: Field 1 Clean flux density= 317.511 MilliJy 409 comps IMAGR1: Total Cleaned flux density = 341.534 MilliJy 580 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.610E-03 < Second best 2.713E-03 IMAGR1: Field 7 min = -1.8 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.089E-03 < Second best 2.396E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.749E-03 < Second best 2.268E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.679E-03 < Second best 2.242E-03 IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.621E-03 < Second best 2.148E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.813E-03 < Second best 2.089E-03 IMAGR1: BGC Clean: using 139 cell beam + residuals > 1.23 MilliJy IMAGR1: 808 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.419 MilliJy iter= 149 IMAGR1: Field 7 Clean flux density= 45.094 MilliJy 149 comps IMAGR1: Total Cleaned flux density = 349.785 MilliJy 670 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.623E-03 < Second best 1.813E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.564E-03 < Second best 1.749E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 2058 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.231 MilliJy iter= 159 IMAGR1: Field 5 Clean flux density= 1.249 MilliJy 159 comps IMAGR1: Total Cleaned flux density = 351.034 MilliJy 829 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.176E-03 < Second best 1.623E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.317E-03 < Second best 1.621E-03 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.306E-03 < Second best 1.610E-03 IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.271E-03 < Second best 1.564E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 909.12 MicroJy IMAGR1: 1235 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.058 MilliJy iter= 252 IMAGR1: Field 4 Clean flux density= -12.289 MilliJy 252 comps IMAGR1: Total Cleaned flux density = 351.565 MilliJy 969 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.052E-03 < Second best 1.317E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.238E-03 < Second best 1.306E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.141E-03 < Second best 1.271E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.091E-03 < Second best 1.238E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 803.41 MicroJy IMAGR1: 749 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 898.419 MicroJy iter= 520 IMAGR1: Field 1 Clean flux density= 316.292 MilliJy 520 comps IMAGR1: Total Cleaned flux density = 350.347 MilliJy 1080 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.680E-04 < Second best 1.176E-03 IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.344E-04 < Second best 1.141E-03 IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.898E-04 < Second best 1.091E-03 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 699.89 MicroJy IMAGR1: 976 Residual map points loaded IMAGR1: Field 2 min Clean flux = -851.439 MicroJy iter= 54 IMAGR1: Field 2 Clean flux density= 524.191 MicroJy 54 comps IMAGR1: Total Cleaned flux density = 350.871 MilliJy 1134 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -979.9 MicroJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 685.74 MicroJy IMAGR1: 737 Residual map points loaded IMAGR1: Field 7 min Clean flux = -851.175 MicroJy iter= 165 IMAGR1: Field 7 Clean flux density= 45.303 MilliJy 165 comps IMAGR1: Total Cleaned flux density = 351.079 MilliJy 1150 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 MilliJy,max = 882.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.803E-04 < Second best 9.898E-04 IMAGR1: Field 6 min = -976.3 MicroJy,max = 941.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 602.55 MicroJy IMAGR1: 2543 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 6 min Clean flux = -852.610 MicroJy iter= 14 IMAGR1: Field 6 Clean flux density= 350.879 MicroJy 14 comps IMAGR1: Total Cleaned flux density = 351.430 MilliJy 1164 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -893.4 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 584.25 MicroJy IMAGR1: 2356 Residual map points loaded IMAGR1: Field 3 min Clean flux = 852.372 MicroJy iter= 7 IMAGR1: Field 3 Clean flux density= 434.928 MicroJy 7 comps IMAGR1: Total Cleaned flux density = 351.865 MilliJy 1171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.0 MilliJy,max = 868.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 573.05 MicroJy IMAGR1: 1522 Residual map points loaded IMAGR1: Field 4 min Clean flux = -819.397 MicroJy iter= 254 IMAGR1: Field 4 Clean flux density= -12.461 MilliJy 254 comps IMAGR1: Total Cleaned flux density = 351.693 MilliJy 1173 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -955.9 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 558.29 MicroJy IMAGR1: 2436 Residual map points loaded IMAGR1: Field 5 min Clean flux = 836.572 MicroJy iter= 161 IMAGR1: Field 5 Clean flux density= 1.419 MilliJy 161 comps IMAGR1: Total Cleaned flux density = 351.863 MilliJy 1175 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -923.7 MicroJy,max = 977.9 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 520 to 353 components IMAGR1: Field 2 compressed from 54 to 49 components IMAGR1: Field 3 compressed from 7 to 7 components IMAGR1: Field 4 compressed from 254 to 203 components IMAGR1: Field 5 compressed from 161 to 124 components IMAGR1: Field 6 compressed from 14 to 12 components IMAGR1: Field 7 compressed from 165 to 111 components IMAGR1: Field 1 min = -923.7 MicroJy,max = 977.9 MicroJy IMAGR1: Field 2 min = -902.4 MicroJy,max = 957.5 MicroJy IMAGR1: Field 3 min = -876.5 MicroJy,max = 1.0 MilliJy IMAGR1: Field 4 min = -1.0 MilliJy,max = 860.5 MicroJy IMAGR1: Field 5 min = -960.7 MicroJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -953.4 MicroJy,max = 929.5 MicroJy IMAGR1: Field 7 min = -961.6 MicroJy,max = 1.3 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-194.009 MicroJy ( 17 CCs) from field 1 to field 2 IMAGR1: Restore -1.892 MilliJy ( 26 CCs) from field 1 to field 3 IMAGR1: Restore 2.974 MilliJy ( 25 CCs) from field 1 to field 4 IMAGR1: Restore 16.994 MicroJy ( 30 CCs) from field 1 to field 5 IMAGR1: Restore 367.502 MicroJy ( 28 CCs) from field 1 to field 6 IMAGR1: Restore 218.342 MicroJy ( 16 CCs) from field 1 to field 7 IMAGR1: Restore -89.362 MicroJy ( 3 CCs) from field 2 to field 3 IMAGR1: Restore-463.335 Nano Jy ( 2 CCs) from field 2 to field 4 IMAGR1: Restore 85.237 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore 85.237 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR1: Restore -3.818 MilliJy ( 44 CCs) from field 4 to field 1 IMAGR1: Restore -2.612 MilliJy ( 32 CCs) from field 4 to field 2 IMAGR1: Restore 375.199 MicroJy ( 34 CCs) from field 4 to field 6 IMAGR1: Restore -1.624 MilliJy ( 19 CCs) from field 5 to field 1 IMAGR1: Restore 1.311 MilliJy ( 21 CCs) from field 5 to field 3 IMAGR1: Restore-936.937 MicroJy ( 19 CCs) from field 5 to field 7 IMAGR1: Restore 3.238 MilliJy ( 11 CCs) from field 7 to field 1 IMAGR1: Restore 3.612 MilliJy ( 24 CCs) from field 7 to field 5 IMAGR1: Restore 672.199 MicroJy ( 15 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 314.174 MilliJy IMAGR1: Field 2 final Clean flux -2.196 MilliJy IMAGR1: Field 3 final Clean flux -236.066 MicroJy IMAGR1: Field 4 final Clean flux -9.488 MilliJy IMAGR1: Field 5 final Clean flux 5.048 MilliJy IMAGR1: Field 6 final Clean flux 1.766 MilliJy IMAGR1: Field 7 final Clean flux 44.584 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 57 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 44.2 Real= 63 stroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC13_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: ' ' AIPS 1: ' ' AIPS 1: Found in Version=ABIN AIPS 1: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 63 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18374: 5997 messages, oldest written 17-SEP-2006 16:42:50 AIPS 1: Deleted 0 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 1.6 Real= 768 /home/auto/run/AB922_1999DEC13_1.run.1 finished on Sun Sep 17 18:38:24 MDT 2006