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 global default file /home/auto/aips/DA00/DADEVS.LIST for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 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_1999NOV23_1' >>AIPS 1: 'AB922_1999NOV23_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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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= 4.450E-02 +- 1.676E-03 source= 1148+594 FLAGR1: Overall average rms= 2.551E-03 +- 2.403E-04 source= 1148+594 FLAGR1: Overall average amp= 1.110E-01 +- 4.259E-03 source= 1400+621 FLAGR1: Overall average rms= 2.125E-03 +- 2.538E-04 source= 1400+621 FLAGR1: Overall average amp= 9.365E-02 +- 2.974E-03 source= 1549+506 FLAGR1: Overall average rms= 2.034E-03 +- 1.971E-04 source= 1549+506 FLAGR1: Overall average amp= 4.182E-03 +- 6.084E-04 source= 1600+434 FLAGR1: Overall average rms= 1.641E-03 +- 1.315E-04 source= 1600+434 FLAGR1: Overall average amp= 1.040E-02 +- 1.738E-03 source= 1559+437 FLAGR1: Overall average rms= 2.008E-03 +- 2.723E-04 source= 1559+437 FLAGR1: Overall average amp= 3.216E-02 +- 1.208E-03 source= 1545+478 FLAGR1: Overall average rms= 2.094E-03 +- 2.807E-04 source= 1545+478 FLAGR1: Overall average amp= 8.279E-02 +- 3.125E-03 source= 1634+627 FLAGR1: Overall average rms= 1.979E-03 +- 2.258E-04 source= 1634+627 FLAGR1: Overall average amp= 8.636E-02 +- 2.495E-03 source= 1642+689 FLAGR1: Overall average rms= 1.970E-03 +- 1.893E-04 source= 1642+689 FLAGR1: Overall average amp= 4.068E-03 +- 5.340E-04 source= 1608+656 FLAGR1: Overall average rms= 1.630E-03 +- 1.300E-04 source= 1608+656 FLAGR1: Overall average amp= 5.452E-02 +- 1.975E-03 source= 1823+796 FLAGR1: Overall average rms= 1.947E-03 +- 2.409E-04 source= 1823+796 FLAGR1: Overall average amp= 4.512E-02 +- 1.408E-03 source= 1945+709 FLAGR1: Overall average rms= 1.878E-03 +- 1.971E-04 source= 1945+709 FLAGR1: Overall average amp= 2.964E-02 +- 1.213E-03 source= 1815+614 FLAGR1: Overall average rms= 1.901E-03 +- 2.242E-04 source= 1815+614 FLAGR1: Overall average amp= 9.397E-02 +- 4.015E-03 source= 2355+498 FLAGR1: Overall average rms= 1.931E-03 +- 2.424E-04 source= 2355+498 FLAGR1: Overall average amp= 1.033E-01 +- 4.175E-03 source= 2320+052 FLAGR1: Overall average rms= 1.888E-03 +- 1.910E-04 source= 2320+052 FLAGR1: Overall average amp= 3.503E-03 +- 3.103E-04 source= 2319+051 FLAGR1: Overall average rms= 1.509E-03 +- 1.197E-04 source= 2319+051 FLAGR1: Overall average amp= 2.954E-01 +- 4.862E-02 source= 0137+331 FLAGR1: Overall average rms= 1.958E-03 +- 2.514E-04 source= 0137+331 FLAGR1: Found 1 bad times, 108 total flags FLAGR1: Wrote 0 antenna & IF independent flags FLAGR1: Wrote 1 antenna independent, IF dependent flags FLAGR1: Wrote 105 antenna & IF dependent flags FLAGR1: Wrote 2 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 7.5 Real= 18 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 ' IF = 1 FLUX = 3.1637 (Jy calcd) SETJY1: '0137+331 ' IF = 2 FLUX = 3.1449 (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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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 19991123 . 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 2584 good solutions CALIB1: Average closure rms = 0.0108 +- 0.0068 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.39583 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.45833 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.10417 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.04167 of the times had 6 - 8 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: 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= 0.9 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C48_X.MODEL CALRD1: Create 3C48_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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_X.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991123 . 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 3.164 Jy CALIB1: FACSET: 3.429181 Jy found from 300 components CALIB1: FACSET: scaling factor set to 9.22586E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 90 percent complete CALIB1: FACSET: source model will be scaled to 3.145 Jy CALIB1: FACSET: 3.429181 Jy found from 300 components CALIB1: FACSET: scaling factor set to 9.17087E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 300 CCs CALIB1: Determining solutions CALIB1: Deleted 27 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 108 good solutions CALIB1: Average closure rms = 0.0032 +- 0.0004 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= 0.9 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 646 merged records from 646 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.8 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 594 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 646 merged records from 646 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.1 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 19991123 . 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 3.619E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.627E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.631E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.668E+00 CALIB1: Found 2048 good solutions CALIB1: Average closure rms = 0.0013 +- 0.0010 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.78750 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.06250 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.03750 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.01250 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 1.8 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 19991123 . 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 3.164 Jy CALIB1: FACSET: 3.429181 Jy found from 300 components CALIB1: FACSET: scaling factor set to 9.22586E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 90 percent complete CALIB1: FACSET: source model will be scaled to 3.145 Jy CALIB1: FACSET: 3.429181 Jy found from 300 components CALIB1: FACSET: scaling factor set to 9.17087E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 300 CCs CALIB1: Determining solutions CALIB1: Deleted 27 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.101E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.102E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.116E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.143E+00 CALIB1: Found 108 good solutions CALIB1: Average closure rms = 0.0006 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.75000 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.25000 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.9 Real= 2 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 1148+594 : 0 B 1 0.42455 +/- 0.00237 GETJY1: 2 0.42459 +/- 0.00232 GETJY1: 1400+621 : 0 C 1 1.06647 +/- 0.00407 GETJY1: 2 1.05932 +/- 0.00431 GETJY1: 1549+506 : 0 A 1 0.89690 +/- 0.00335 GETJY1: 2 0.89735 +/- 0.00353 GETJY1: 1545+478 : 0 B 1 0.30882 +/- 0.00125 GETJY1: 2 0.30669 +/- 0.00139 GETJY1: 1634+627 : 0 C 1 0.79705 +/- 0.00279 GETJY1: 2 0.78999 +/- 0.00281 GETJY1: 1642+689 : 0 A 1 0.82632 +/- 0.00311 GETJY1: 2 0.82497 +/- 0.00304 GETJY1: 1823+796 : 0 A 1 0.52385 +/- 0.00174 GETJY1: 2 0.52209 +/- 0.00181 GETJY1: 1945+709 : 0 B 1 0.43187 +/- 0.00145 GETJY1: 2 0.43036 +/- 0.00142 GETJY1: 2355+498 : 0 A 1 0.90843 +/- 0.00235 GETJY1: 2 0.90461 +/- 0.00240 GETJY1: 2320+052 : 0 A 1 0.99513 +/- 0.00279 GETJY1: 2 0.99433 +/- 0.00276 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 512 merged records from 512 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.7 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 594 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 512 merged records from 512 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.1 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 19991123 .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.3 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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 1148+594 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 1072 0 1072 SPLIT1: Fully 0 0 16389 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 1400+621 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 234 0 234 SPLIT1: Fully 0 0 6435 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 1549+506 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 442 0 442 SPLIT1: Fully 0 0 18083 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 1600+434 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 231 0 231 SPLIT1: Fully 0 0 37794 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 1559+437 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 156 0 156 SPLIT1: Fully 0 0 5460 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 1545+478 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 338 0 338 SPLIT1: Fully 0 0 4927 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 1634+627 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 312 0 312 SPLIT1: Fully 0 0 16887 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 1642+689 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 468 0 468 SPLIT1: Fully 0 0 17505 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 1608+656 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 598 0 598 SPLIT1: Fully 0 0 65156 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 1823+796 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 465 0 465 SPLIT1: Fully 0 0 13224 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 1945+709 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 234 0 234 SPLIT1: Fully 0 0 13114 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 1815+614 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 468 0 468 SPLIT1: Fully 0 0 12519 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 2355+498 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 825 0 825 SPLIT1: Fully 0 0 11547 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 2320+052 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 621 0 621 SPLIT1: Fully 0 0 17982 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 2319+051 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 312 0 312 SPLIT1: Fully 0 0 73398 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: Create 0137+331 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 234 0 234 SPLIT1: Fully 0 0 6084 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 1.7 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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.08555 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 3 SETFC1: SETCEL: recommends IMSIZE 1390 CELLSIZE 0.23023 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23023 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.054 deg SETFC1: Searching catalog between 0.05 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 94.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= 0.9 Real= 2 C 1 1012 1012 11 48 50.36 59 24 56.4 00001 -1 507 512 513 C 2 1012 1012 11 48 50.36 59 21 40.4 00002 -1 507 512 513 C 3 1012 1012 11 48 28.14 59 23 18.2 00003 -1 507 512 513 C 4 1012 1012 11 49 12.58 59 23 18.2 00004 -1 507 512 513 C 5 1012 1012 11 48 28.10 59 26 34.2 00005 -1 507 512 513 C 6 1012 1012 11 49 12.62 59 26 34.2 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 12.4 00007 -1 507 512 513 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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.08555 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =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 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR1: Field 2 1012 1012 6.8689E-03 -1.9596E+02 0 IMAGR1: Field 3 1012 1012 -1.6958E+02 -9.8162E+01 0 IMAGR1: Field 4 1012 1012 1.6959E+02 -9.8162E+01 0 IMAGR1: Field 5 1012 1012 -1.6988E+02 9.7838E+01 0 IMAGR1: Field 6 1012 1012 1.6990E+02 9.7838E+01 0 IMAGR1: Field 7 1012 1012 6.8689E-03 1.9604E+02 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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 19 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 17461 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.270E+04 IMAGR1: UVWAIT: Adding temperance S 1.054E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.295E+07 and out 4.719E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.193 due to weighting IMAGR1: UVWAIT: Average summed weight 5.270E+04 over 34117 vis IMAGR1: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 20 IMAGR1: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 21 IMAGR1: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 22 IMAGR1: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 24 IMAGR1: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 25 IMAGR1: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1148+594 .ICL007. 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 = 5.00946E+08 IMAGR1: Field 1 Beam min = -165.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 3.836 x 0.618 arcsec, PA= 39.8 IMAGR1: Field 2 Sum of gridding weights = 5.00946E+08 IMAGR1: Field 2 Beam min = -164.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 3.850 x 0.618 arcsec, PA= 39.7 IMAGR1: Field 3 Sum of gridding weights = 5.00945E+08 IMAGR1: Field 3 Beam min = -185.3 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 3.854 x 0.618 arcsec, PA= 39.7 IMAGR1: Field 4 Sum of gridding weights = 5.00944E+08 IMAGR1: Field 4 Beam min = -150.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 3.832 x 0.618 arcsec, PA= 39.8 IMAGR1: Field 5 Sum of gridding weights = 5.00945E+08 IMAGR1: Field 5 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 3.840 x 0.618 arcsec, PA= 39.7 IMAGR1: Field 6 Sum of gridding weights = 5.00945E+08 IMAGR1: Field 6 Beam min = -149.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 3.818 x 0.618 arcsec, PA= 39.8 IMAGR1: Field 7 Sum of gridding weights = 5.00945E+08 IMAGR1: Field 7 Beam min = -164.3 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 3.821 x 0.618 arcsec, PA= 39.8 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -42.7 MilliJy,max = 422.8 MilliJy IMAGR1: Field 2 min = -41.1 MilliJy,max = 149.5 MilliJy IMAGR1: Field 3 min = -38.8 MilliJy,max = 75.3 MilliJy IMAGR1: Field 4 min = -37.9 MilliJy,max = 72.1 MilliJy IMAGR1: Field 5 min = -39.1 MilliJy,max = 75.1 MilliJy IMAGR1: Field 6 min = -38.0 MilliJy,max = 78.0 MilliJy IMAGR1: Field 7 min = -41.1 MilliJy,max = 147.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 53.59 MilliJy IMAGR1: 3272 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 202.245 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 240.824 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 240.824 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 = -18.4 MilliJy,max = 182.0 MilliJy IMAGR1: BGC Clean: using 1899 cell beam + residuals > 29.31 MilliJy IMAGR1: 1485 Residual map points loaded IMAGR1: Field 1 min allowed flux = 88.356 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 344.719 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 344.719 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.1 MilliJy,max = 28.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.753E-02 < Second best 1.408E-01 IMAGR1: Field 7 min = -7.8 MilliJy,max = 27.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.614E-02 < Second best 8.403E-02 IMAGR1: Field 1 min = -10.0 MilliJy,max = 80.4 MilliJy IMAGR1: BGC Clean: using 1065 cell beam + residuals > 25.51 MilliJy IMAGR1: 104 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 36.812 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 395.146 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 395.146 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.9 MilliJy,max = 6.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.789E-03 < Second best 5.678E-02 IMAGR1: Field 4 min = -3.3 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.684E-03 < Second best 5.625E-02 IMAGR1: Field 3 min = -3.9 MilliJy,max = 7.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.679E-03 < Second best 5.453E-02 IMAGR1: Field 6 min = -2.4 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.036E-03 < Second best 3.501E-02 IMAGR1: Field 1 min = -6.1 MilliJy,max = 33.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 4.67 MilliJy IMAGR1: 2776 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.195 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 416.062 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 416.062 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.491E-03 < Second best 2.614E-02 IMAGR1: Field 7 min = -2.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.268E-03 < Second best 1.445E-02 IMAGR1: Field 1 min = -4.4 MilliJy,max = 13.9 MilliJy IMAGR1: BGC Clean: using 1897 cell beam + residuals > 2.37 MilliJy IMAGR1: 2221 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.415 MilliJy iter= 43 IMAGR1: Field 1 Clean flux density= 424.789 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 424.789 MilliJy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.8 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 245 cell beam + residuals > 2.33 MilliJy IMAGR1: 285 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.120 MilliJy iter= 60 IMAGR1: Field 1 Clean flux density= 427.135 MilliJy 60 comps IMAGR1: Total Cleaned flux density = 427.135 MilliJy 60 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.007E-03 < Second best 4.789E-03 IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.118E-03 < Second best 4.684E-03 IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.053E-03 < Second best 4.491E-03 IMAGR1: Field 2 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.127E-03 < Second best 4.036E-03 IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.224E-03 < Second best 3.268E-03 IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.022E-03 < Second best 2.973E-03 IMAGR1: Field 1 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR1: 6057 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.089 MilliJy iter= 121 IMAGR1: Field 1 Clean flux density= 425.812 MilliJy 121 comps IMAGR1: Total Cleaned flux density = 425.812 MilliJy 121 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.000E-03 < Second best 2.127E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.901E-03 < Second best 2.118E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.802E-03 < Second best 2.053E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.766E-03 < Second best 2.022E-03 IMAGR1: Field 7 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.864E-03 < Second best 2.007E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 2121 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.537 MilliJy iter= 47 IMAGR1: Field 3 Clean flux density= 4.524 MilliJy 47 comps IMAGR1: Total Cleaned flux density = 430.336 MilliJy 168 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 3091 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.559 MilliJy iter= 69 IMAGR1: Field 6 Clean flux density= 754.756 MicroJy 69 comps IMAGR1: Total Cleaned flux density = 431.090 MilliJy 237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 2723 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.423 MilliJy iter= 198 IMAGR1: Field 1 Clean flux density= 424.900 MilliJy 198 comps IMAGR1: Total Cleaned flux density = 430.178 MilliJy 314 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.715E-03 < Second best 1.864E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.631E-03 < Second best 1.802E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.588E-03 < Second best 1.766E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.565E-03 < Second best 1.715E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 1786 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.259 MilliJy iter= 69 IMAGR1: Field 2 Clean flux density= 5.696 MilliJy 69 comps IMAGR1: Total Cleaned flux density = 435.874 MilliJy 383 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 1618 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.229 MilliJy iter= 73 IMAGR1: Field 7 Clean flux density= 2.534 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 438.408 MilliJy 456 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.425E-03 < Second best 1.565E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.398E-03 < Second best 1.492E-03 IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.327E-03 < Second best 1.470E-03 IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 957.09 MicroJy IMAGR1: 2089 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.134 MilliJy iter= 139 IMAGR1: Field 3 Clean flux density= 3.224 MilliJy 139 comps IMAGR1: Total Cleaned flux density = 437.109 MilliJy 548 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 954.24 MicroJy IMAGR1: 982 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.087 MilliJy iter= 81 IMAGR1: Field 5 Clean flux density= 4.868 MilliJy 81 comps IMAGR1: Total Cleaned flux density = 441.977 MilliJy 629 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 951.28 MicroJy IMAGR1: 668 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.053 MilliJy iter= 71 IMAGR1: Field 4 Clean flux density= 1.543 MilliJy 71 comps IMAGR1: Total Cleaned flux density = 443.520 MilliJy 700 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.247E-03 < Second best 1.327E-03 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 899.30 MicroJy IMAGR1: 1832 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.029 MilliJy iter= 176 IMAGR1: Field 6 Clean flux density= -1.816 MilliJy 176 comps IMAGR1: Total Cleaned flux density = 440.949 MilliJy 807 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 897.33 MicroJy IMAGR1: 799 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -978.733 MicroJy iter= 273 IMAGR1: Field 1 Clean flux density= 424.567 MilliJy 273 comps IMAGR1: Total Cleaned flux density = 440.617 MilliJy 882 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.073E-03 < Second best 1.177E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.021E-03 < Second best 1.087E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.867E-04 < Second best 1.073E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 798.42 MicroJy IMAGR1: 1467 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 888.350 MicroJy iter= 172 IMAGR1: Field 2 Clean flux density= 7.607 MilliJy 172 comps IMAGR1: Total Cleaned flux density = 442.528 MilliJy 985 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.503E-04 < Second best 1.021E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 777.86 MicroJy IMAGR1: 1790 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -870.627 MicroJy iter= 196 IMAGR1: Field 7 Clean flux density= 4.303 MilliJy 196 comps IMAGR1: Total Cleaned flux density = 444.297 MilliJy 1108 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.120E-04 < Second best 9.867E-04 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 752.76 MicroJy IMAGR1: 1593 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 832.623 MicroJy iter= 261 IMAGR1: Field 3 Clean flux density= 4.640 MilliJy 261 comps IMAGR1: Total Cleaned flux density = 445.713 MilliJy 1230 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 722.10 MicroJy IMAGR1: 1440 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 792.547 MicroJy iter= 299 IMAGR1: Field 6 Clean flux density= -53.653 MicroJy 299 comps IMAGR1: Total Cleaned flux density = 447.476 MilliJy 1353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -964.0 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.436E-04 < Second best 9.378E-04 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 693.62 MicroJy IMAGR1: 1308 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -758.736 MicroJy iter= 392 IMAGR1: Field 1 Clean flux density= 424.098 MilliJy 392 comps IMAGR1: Total Cleaned flux density = 447.006 MilliJy 1472 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 688.87 MicroJy IMAGR1: 451 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 724.000 MicroJy iter= 145 IMAGR1: Field 4 Clean flux density= 3.506 MilliJy 145 comps IMAGR1: Total Cleaned flux density = 448.969 MilliJy 1546 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 985.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 668.48 MicroJy IMAGR1: 483 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 698.573 MicroJy iter= 244 IMAGR1: Field 2 Clean flux density= 7.421 MilliJy 244 comps IMAGR1: Total Cleaned flux density = 448.783 MilliJy 1618 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -934.8 MicroJy,max = 976.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 665.00 MicroJy IMAGR1: 576 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -701.179 MicroJy iter= 169 IMAGR1: Field 5 Clean flux density= 5.317 MilliJy 169 comps IMAGR1: Total Cleaned flux density = 449.231 MilliJy 1706 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 941.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 636.92 MicroJy IMAGR1: 727 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -671.877 MicroJy iter= 289 IMAGR1: Field 7 Clean flux density= 5.903 MilliJy 289 comps IMAGR1: Total Cleaned flux density = 450.831 MilliJy 1799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -911.4 MicroJy,max = 966.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 611.38 MicroJy IMAGR1: 1450 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -657.321 MicroJy iter= 397 IMAGR1: Field 3 Clean flux density= 5.848 MilliJy 397 comps IMAGR1: Total Cleaned flux density = 452.039 MilliJy 1935 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 588.88 MicroJy IMAGR1: 1332 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -628.790 MicroJy iter= 432 IMAGR1: Field 6 Clean flux density= 282.017 MicroJy 432 comps IMAGR1: Total Cleaned flux density = 452.374 MilliJy 2068 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -801.4 MicroJy,max = 886.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.506E-04 < Second best 6.939E-04 IMAGR1: Field 4 min = -916.6 MicroJy,max = 912.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 560.91 MicroJy IMAGR1: 783 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -590.704 MicroJy iter= 257 IMAGR1: Field 4 Clean flux density= 4.865 MilliJy 257 comps IMAGR1: Total Cleaned flux density = 453.733 MilliJy 2180 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -775.8 MicroJy,max = 838.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.348E-04 < Second best 6.700E-04 IMAGR1: Field 2 min = -1.0 MilliJy,max = 890.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 538.95 MicroJy IMAGR1: 1067 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -571.604 MicroJy iter= 376 IMAGR1: Field 2 Clean flux density= 7.154 MilliJy 376 comps IMAGR1: Total Cleaned flux density = 453.466 MilliJy 2312 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -764.3 MicroJy,max = 837.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 536.50 MicroJy IMAGR1: 774 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 563.410 MicroJy iter= 507 IMAGR1: Field 1 Clean flux density= 424.955 MilliJy 507 comps IMAGR1: Total Cleaned flux density = 454.323 MilliJy 2427 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -944.0 MicroJy,max = 724.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 522.62 MicroJy IMAGR1: 1121 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 551.510 MicroJy iter= 421 IMAGR1: Field 7 Clean flux density= 6.166 MilliJy 421 comps IMAGR1: Total Cleaned flux density = 454.586 MilliJy 2559 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -745.3 MicroJy,max = 787.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 519.62 MicroJy IMAGR1: 533 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -539.658 MicroJy iter= 267 IMAGR1: Field 5 Clean flux density= 4.850 MilliJy 267 comps IMAGR1: Total Cleaned flux density = 454.119 MilliJy 2657 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -769.5 MicroJy,max = 785.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 498.82 MicroJy IMAGR1: 1448 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 529.120 MicroJy iter= 558 IMAGR1: Field 3 Clean flux density= 6.275 MilliJy 558 comps IMAGR1: Total Cleaned flux density = 454.547 MilliJy 2818 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -918.9 MicroJy,max = 942.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 481.04 MicroJy IMAGR1: 1505 Residual map points loaded IMAGR1: Field 6 min Clean flux = -513.221 MicroJy iter= 578 IMAGR1: Field 6 Clean flux density= -666.727 MicroJy 578 comps IMAGR1: Total Cleaned flux density = 453.598 MilliJy 2964 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -798.5 MicroJy,max = 759.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 466.08 MicroJy IMAGR1: 514 Residual map points loaded IMAGR1: Field 4 min Clean flux = -513.234 MicroJy iter= 281 IMAGR1: Field 4 Clean flux density= 4.979 MilliJy 281 comps IMAGR1: Total Cleaned flux density = 453.712 MilliJy 2988 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -868.5 MicroJy,max = 804.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 451.98 MicroJy IMAGR1: 958 Residual map points loaded IMAGR1: Field 2 min Clean flux = -513.062 MicroJy iter= 391 IMAGR1: Field 2 Clean flux density= 7.206 MilliJy 391 comps IMAGR1: Total Cleaned flux density = 453.764 MilliJy 3003 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -667.4 MicroJy,max = 732.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 436.40 MicroJy IMAGR1: 1293 Residual map points loaded IMAGR1: Field 1 min Clean flux = 512.855 MicroJy iter= 517 IMAGR1: Field 1 Clean flux density= 424.951 MilliJy 517 comps IMAGR1: Total Cleaned flux density = 453.760 MilliJy 3013 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -898.8 MicroJy,max = 701.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 414.55 MicroJy IMAGR1: 3291 Residual map points loaded IMAGR1: Field 7 min Clean flux = -512.728 MicroJy iter= 430 IMAGR1: Field 7 Clean flux density= 6.110 MilliJy 430 comps IMAGR1: Total Cleaned flux density = 453.704 MilliJy 3022 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -687.0 MicroJy,max = 728.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 389.60 MicroJy IMAGR1: 4952 Residual map points loaded IMAGR1: Field 5 min Clean flux = 512.979 MicroJy iter= 279 IMAGR1: Field 5 Clean flux density= 4.847 MilliJy 279 comps IMAGR1: Total Cleaned flux density = 453.701 MilliJy 3034 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -726.8 MicroJy,max = 732.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 335.65 MicroJy IMAGR1: 19994 Residual map points loaded IMAGR1: Field 3 min Clean flux = -509.746 MicroJy iter= 561 IMAGR1: Field 3 Clean flux density= 6.224 MilliJy 561 comps IMAGR1: Total Cleaned flux density = 453.650 MilliJy 3037 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 513.234 less than limit 513.273 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 517 to 298 components IMAGR1: Field 2 compressed from 391 to 277 components IMAGR1: Field 3 compressed from 561 to 411 components IMAGR1: Field 4 compressed from 281 to 214 components IMAGR1: Field 5 compressed from 279 to 220 components IMAGR1: Field 6 compressed from 578 to 401 components IMAGR1: Field 7 compressed from 430 to 314 components IMAGR1: Field 1 min = -653.0 MicroJy,max = 733.2 MicroJy IMAGR1: Field 2 min = -853.3 MicroJy,max = 800.0 MicroJy IMAGR1: Field 3 min = -724.4 MicroJy,max = 729.2 MicroJy IMAGR1: Field 4 min = -771.0 MicroJy,max = 762.6 MicroJy IMAGR1: Field 5 min = -691.6 MicroJy,max = 727.4 MicroJy IMAGR1: Field 6 min = -840.1 MicroJy,max = 911.5 MicroJy IMAGR1: Field 7 min = -879.4 MicroJy,max = 700.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 339.949 MicroJy ( 28 CCs) from field 1 to field 2 IMAGR1: Restore 184.987 MicroJy ( 52 CCs) from field 1 to field 3 IMAGR1: Restore 254.564 MicroJy ( 18 CCs) from field 1 to field 4 IMAGR1: Restore 1.109 MilliJy ( 28 CCs) from field 1 to field 5 IMAGR1: Restore-282.340 MicroJy ( 43 CCs) from field 1 to field 6 IMAGR1: Restore -1.254 MilliJy ( 41 CCs) from field 1 to field 7 IMAGR1: Restore 1.439 MilliJy ( 42 CCs) from field 2 to field 1 IMAGR1: Restore 251.827 MicroJy ( 48 CCs) from field 2 to field 3 IMAGR1: Restore 1.867 MilliJy ( 37 CCs) from field 2 to field 4 IMAGR1: Restore 2.591 MilliJy ( 78 CCs) from field 3 to field 1 IMAGR1: Restore 1.583 MilliJy ( 89 CCs) from field 3 to field 2 IMAGR1: Restore 1.359 MilliJy ( 31 CCs) from field 3 to field 5 IMAGR1: Restore 945.939 MicroJy ( 36 CCs) from field 4 to field 1 IMAGR1: Restore 918.866 MicroJy ( 47 CCs) from field 4 to field 2 IMAGR1: Restore 447.301 MicroJy ( 15 CCs) from field 4 to field 6 IMAGR1: Restore 949.703 MicroJy ( 31 CCs) from field 5 to field 1 IMAGR1: Restore 28.031 MicroJy ( 20 CCs) from field 5 to field 3 IMAGR1: Restore 1.344 MilliJy ( 36 CCs) from field 5 to field 7 IMAGR1: Restore 920.867 MicroJy ( 80 CCs) from field 6 to field 1 IMAGR1: Restore 174.704 MicroJy ( 26 CCs) from field 6 to field 4 IMAGR1: Restore -1.693 MilliJy ( 88 CCs) from field 6 to field 7 IMAGR1: Restore -15.894 MicroJy ( 36 CCs) from field 7 to field 1 IMAGR1: Restore 165.748 MicroJy ( 44 CCs) from field 7 to field 5 IMAGR1: Restore 609.390 MicroJy ( 57 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 431.781 MilliJy IMAGR1: Field 2 final Clean flux 10.048 MilliJy IMAGR1: Field 3 final Clean flux 6.689 MilliJy IMAGR1: Field 4 final Clean flux 7.276 MilliJy IMAGR1: Field 5 final Clean flux 7.480 MilliJy IMAGR1: Field 6 final Clean flux 107.624 MicroJy IMAGR1: Field 7 final Clean flux 4.506 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= 19 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 73.3 Real= 156 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 19991123.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991123.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: '0137+331 MODEL =' '3C48_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C48_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.08555 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =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= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 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 4 SETFC1: SETCEL: recommends IMSIZE 1339 CELLSIZE 0.23907 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23907 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1400+621_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 85.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 2 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 07 15.0 00002 -1 507 512 513 C 3 1012 1012 14 00 03.50 62 08 56.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.81 62 08 56.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.45 62 12 20.1 00005 -1 507 512 513 C 6 1012 1012 14 00 53.85 62 12 20.1 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 02.1 00007 -1 507 512 513 /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= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =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 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR1: Field 2 1012 1012 -1.8203E-02 -2.0353E+02 0 IMAGR1: Field 3 1012 1012 -1.7609E+02 -1.0193E+02 0 IMAGR1: Field 4 1012 1012 1.7613E+02 -1.0193E+02 0 IMAGR1: Field 5 1012 1012 -1.7644E+02 1.0157E+02 0 IMAGR1: Field 6 1012 1012 1.7641E+02 1.0157E+02 0 IMAGR1: Field 7 1012 1012 -1.8203E-02 2.0357E+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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 26 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6669 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.415E+04 IMAGR1: UVWAIT: Adding temperance S 6.829E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.933E+07 and out 2.430E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.144 due to weighting IMAGR1: UVWAIT: Average summed weight 3.415E+04 over 13104 vis IMAGR1: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1400+621 .IBM007. 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: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 40 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.58032E+08 IMAGR1: Field 1 Beam min = -244.4 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.772 x 0.663 arcsec, PA= 67.3 IMAGR1: Field 2 Sum of gridding weights = 2.58032E+08 IMAGR1: Field 2 Beam min = -244.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.773 x 0.663 arcsec, PA= 67.3 IMAGR1: Field 3 Sum of gridding weights = 2.58032E+08 IMAGR1: Field 3 Beam min = -104.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.776 x 0.663 arcsec, PA= 67.2 IMAGR1: Field 4 Sum of gridding weights = 2.58031E+08 IMAGR1: Field 4 Beam min = -123.7 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.770 x 0.663 arcsec, PA= 67.4 IMAGR1: Field 5 Sum of gridding weights = 2.58031E+08 IMAGR1: Field 5 Beam min = -103.5 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.774 x 0.663 arcsec, PA= 67.2 IMAGR1: Field 6 Sum of gridding weights = 2.58031E+08 IMAGR1: Field 6 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.768 x 0.662 arcsec, PA= 67.4 IMAGR1: Field 7 Sum of gridding weights = 2.58031E+08 IMAGR1: Field 7 Beam min = -244.4 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.771 x 0.662 arcsec, PA= 67.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -109.4 MilliJy,max = 1.1 Jy IMAGR1: Field 2 min = -90.1 MilliJy,max = 424.4 MilliJy IMAGR1: Field 3 min = -132.1 MilliJy,max = 375.5 MilliJy IMAGR1: Field 4 min = -130.6 MilliJy,max = 361.1 MilliJy IMAGR1: Field 5 min = -131.4 MilliJy,max = 384.7 MilliJy IMAGR1: Field 6 min = -128.8 MilliJy,max = 370.4 MilliJy IMAGR1: Field 7 min = -91.0 MilliJy,max = 434.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 187.59 MilliJy IMAGR1: 1362 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 626.087 MilliJy iter= 6 IMAGR1: Field 1 Clean flux density= 496.805 MilliJy 6 comps IMAGR1: Total Cleaned flux density = 496.805 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 = -59.0 MilliJy,max = 563.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 110.77 MilliJy IMAGR1: 871 Residual map points loaded IMAGR1: Field 1 min allowed flux = 269.516 MilliJy iter= 14 IMAGR1: Field 1 Clean flux density= 817.732 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 817.732 MilliJy 14 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.5 MilliJy,max = 99.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.328E-02 < Second best 3.204E-01 IMAGR1: Field 7 min = -22.4 MilliJy,max = 99.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.526E-02 < Second best 2.564E-01 IMAGR1: Field 1 min = -27.2 MilliJy,max = 242.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.307E-01 < Second best 2.540E-01 IMAGR1: Field 3 min = -32.8 MilliJy,max = 90.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.192E-02 < Second best 2.486E-01 IMAGR1: Field 5 min = -32.9 MilliJy,max = 91.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.240E-02 < Second best 2.463E-01 IMAGR1: Field 6 min = -29.5 MilliJy,max = 84.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.561E-02 < Second best 2.396E-01 IMAGR1: Field 4 min = -29.3 MilliJy,max = 86.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.654E-02 < Second best 2.307E-01 IMAGR1: BGC Clean: using 2043 cell beam + residuals > 42.92 MilliJy IMAGR1: 1651 Residual map points loaded IMAGR1: Field 1 min allowed flux = 112.134 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 970.270 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 970.270 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.9 MilliJy,max = 100.9 MilliJy IMAGR1: BGC Clean: using 1825 cell beam + residuals > 24.99 MilliJy IMAGR1: 377 Residual map points loaded IMAGR1: Field 1 min allowed flux = 47.927 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 1.035 Jy 32 comps IMAGR1: Total Cleaned flux density = 1.035 Jy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.3 MilliJy,max = 14.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.403E-02 < Second best 7.328E-02 IMAGR1: Field 2 min = -7.0 MilliJy,max = 14.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.126E-02 < Second best 6.240E-02 IMAGR1: Field 5 min = -10.2 MilliJy,max = 19.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.397E-02 < Second best 6.192E-02 IMAGR1: Field 3 min = -9.6 MilliJy,max = 19.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.279E-02 < Second best 5.654E-02 IMAGR1: Field 4 min = -7.0 MilliJy,max = 13.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.039E-03 < Second best 5.561E-02 IMAGR1: Field 6 min = -6.2 MilliJy,max = 14.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.575E-03 < Second best 4.559E-02 IMAGR1: Field 1 min = -10.1 MilliJy,max = 43.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 8.48 MilliJy IMAGR1: 1664 Residual map points loaded IMAGR1: Field 1 min allowed flux = 20.634 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 1.062 Jy 41 comps IMAGR1: Total Cleaned flux density = 1.062 Jy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -10.2 MilliJy,max = 18.8 MilliJy IMAGR1: BGC Clean: using 1823 cell beam + residuals > 5.27 MilliJy IMAGR1: 1109 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.333 MilliJy iter= 57 IMAGR1: Field 1 Clean flux density= 1.071 Jy 57 comps IMAGR1: Total Cleaned flux density = 1.071 Jy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.3 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.338E-03 < Second best 1.397E-02 IMAGR1: Field 5 min = -7.0 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.247E-03 < Second best 1.279E-02 IMAGR1: Field 3 min = -7.3 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.937E-03 < Second best 1.126E-02 IMAGR1: Field 2 min = -5.6 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.181E-03 < Second best 9.039E-03 IMAGR1: Field 4 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.127E-03 < Second best 8.887E-03 IMAGR1: Field 1 min = -9.2 MilliJy,max = 8.5 MilliJy IMAGR1: BGC Clean: using 721 cell beam + residuals > 3.57 MilliJy IMAGR1: 2063 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.388 MilliJy iter= 94 IMAGR1: Field 1 Clean flux density= 1.068 Jy 94 comps IMAGR1: Total Cleaned flux density = 1.068 Jy 94 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.0 MilliJy,max = 6.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.625E-03 < Second best 7.247E-03 IMAGR1: Field 5 min = -6.0 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.912E-03 < Second best 6.937E-03 IMAGR1: Field 3 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.642E-03 < Second best 6.625E-03 IMAGR1: BGC Clean: using 763 cell beam + residuals > 3.29 MilliJy IMAGR1: 2512 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -4.523 MilliJy iter= 42 IMAGR1: Field 6 Clean flux density= 8.888 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 136 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.6 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.257E-03 < Second best 6.181E-03 IMAGR1: Field 2 min = -4.7 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.063E-03 < Second best 5.912E-03 IMAGR1: Field 5 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 765 cell beam + residuals > 3.07 MilliJy IMAGR1: 1967 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -4.001 MilliJy iter= 48 IMAGR1: Field 5 Clean flux density= 1.166 MilliJy 48 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.8 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 765 cell beam + residuals > 3.07 MilliJy IMAGR1: 1867 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.831 MilliJy iter= 50 IMAGR1: Field 3 Clean flux density= -6.484 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 1.071 Jy 234 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.3 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.681E-03 < Second best 5.139E-03 IMAGR1: Field 1 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.526E-03 < Second best 5.127E-03 IMAGR1: Field 4 min = -4.8 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.532E-03 < Second best 5.063E-03 IMAGR1: Field 2 min = -4.4 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 719 cell beam + residuals > 2.85 MilliJy IMAGR1: 948 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.379 MilliJy iter= 47 IMAGR1: Field 2 Clean flux density= 6.018 MilliJy 47 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 281 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -5.4 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 719 cell beam + residuals > 2.85 MilliJy IMAGR1: 932 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.337 MilliJy iter= 51 IMAGR1: Field 7 Clean flux density= 2.711 MilliJy 51 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 332 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.5 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.265E-03 < Second best 4.526E-03 IMAGR1: Field 1 min = -4.5 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 719 cell beam + residuals > 2.85 MilliJy IMAGR1: 260 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.122 MilliJy iter= 125 IMAGR1: Field 1 Clean flux density= 1.066 Jy 125 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 363 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 551 cell beam + residuals > 2.68 MilliJy IMAGR1: 1963 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.207 MilliJy iter= 117 IMAGR1: Field 6 Clean flux density= 7.792 MilliJy 117 comps IMAGR1: Total Cleaned flux density = 1.077 Jy 438 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.7 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 551 cell beam + residuals > 2.68 MilliJy IMAGR1: 357 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.937 MilliJy iter= 43 IMAGR1: Field 4 Clean flux density= 6.434 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 1.083 Jy 481 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.1 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.349E-03 < Second best 3.662E-03 IMAGR1: Field 3 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.35 MilliJy IMAGR1: 3240 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.007 MilliJy iter= 200 IMAGR1: Field 3 Clean flux density= -590.666 MicroJy 200 comps IMAGR1: Total Cleaned flux density = 1.089 Jy 631 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.049E-03 < Second best 3.231E-03 IMAGR1: Field 2 min = -3.4 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.994E-03 < Second best 3.191E-03 IMAGR1: Field 7 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.17 MilliJy IMAGR1: 1187 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.544 MilliJy iter= 162 IMAGR1: Field 7 Clean flux density= -206.242 MicroJy 162 comps IMAGR1: Total Cleaned flux density = 1.086 Jy 742 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.902E-03 < Second best 3.049E-03 IMAGR1: Field 5 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR1: 663 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.319 MilliJy iter= 143 IMAGR1: Field 5 Clean flux density= -3.240 MilliJy 143 comps IMAGR1: Total Cleaned flux density = 1.082 Jy 837 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.5 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR1: 1125 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.356 MilliJy iter= 170 IMAGR1: Field 2 Clean flux density= 9.605 MilliJy 170 comps IMAGR1: Total Cleaned flux density = 1.085 Jy 960 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.549E-03 < Second best 2.902E-03 IMAGR1: Field 6 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR1: 2194 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.347 MilliJy iter= 297 IMAGR1: Field 6 Clean flux density= 2.255 MilliJy 297 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 1140 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.397E-03 < Second best 2.809E-03 IMAGR1: Field 4 min = -2.7 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.343E-03 < Second best 2.549E-03 IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 271 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.885 MilliJy iter= 194 IMAGR1: Field 1 Clean flux density= 1.073 Jy 194 comps IMAGR1: Total Cleaned flux density = 1.088 Jy 1209 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.063E-03 < Second best 2.397E-03 IMAGR1: Field 3 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 1263 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.881 MilliJy iter= 352 IMAGR1: Field 3 Clean flux density= -3.274 MilliJy 352 comps IMAGR1: Total Cleaned flux density = 1.085 Jy 1361 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 994 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.860 MilliJy iter= 184 IMAGR1: Field 4 Clean flux density= 2.002 MilliJy 184 comps IMAGR1: Total Cleaned flux density = 1.081 Jy 1502 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.3 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.837E-03 < Second best 2.248E-03 IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.952E-03 < Second best 2.218E-03 IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR1: 1301 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.549 MilliJy iter= 311 IMAGR1: Field 5 Clean flux density= -447.810 MicroJy 311 comps IMAGR1: Total Cleaned flux density = 1.083 Jy 1670 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 1189 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.515 MilliJy iter= 336 IMAGR1: Field 7 Clean flux density= -4.539 MilliJy 336 comps IMAGR1: Total Cleaned flux density = 1.079 Jy 1844 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 838 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.472 MilliJy iter= 440 IMAGR1: Field 6 Clean flux density= 1.322 MilliJy 440 comps IMAGR1: Total Cleaned flux density = 1.078 Jy 1987 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 2219 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.547 MilliJy iter= 413 IMAGR1: Field 2 Clean flux density= 17.026 MilliJy 413 comps IMAGR1: Total Cleaned flux density = 1.086 Jy 2230 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.682E-03 < Second best 1.802E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.691E-03 < Second best 1.780E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR1: 646 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.277 MilliJy iter= 324 IMAGR1: Field 4 Clean flux density= 7.591 MilliJy 324 comps IMAGR1: Total Cleaned flux density = 1.091 Jy 2370 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 1300 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.298 MilliJy iter= 556 IMAGR1: Field 3 Clean flux density= 2.425 MilliJy 556 comps IMAGR1: Total Cleaned flux density = 1.097 Jy 2574 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 267 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.245 MilliJy iter= 268 IMAGR1: Field 1 Clean flux density= 1.070 Jy 268 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 2648 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.339E-03 < Second best 1.481E-03 IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.256E-03 < Second best 1.452E-03 IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 2116 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.142 MilliJy iter= 595 IMAGR1: Field 7 Clean flux density= -5.023 MilliJy 595 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 2907 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 975.79 MicroJy IMAGR1: 1508 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.055 MilliJy iter= 674 IMAGR1: Field 6 Clean flux density= -4.024 MilliJy 674 comps IMAGR1: Total Cleaned flux density = 1.087 Jy 3141 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 974.63 MicroJy IMAGR1: 1180 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.052 MilliJy iter= 556 IMAGR1: Field 5 Clean flux density= -2.850 MilliJy 556 comps IMAGR1: Total Cleaned flux density = 1.085 Jy 3386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 992.50 MicroJy IMAGR1: 3452 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.103 MilliJy iter= 769 IMAGR1: Field 2 Clean flux density= 22.405 MilliJy 769 comps IMAGR1: Total Cleaned flux density = 1.090 Jy 3742 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 951.49 MicroJy IMAGR1: 314 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 975.013 MicroJy iter= 643 IMAGR1: Field 3 Clean flux density= 4.477 MilliJy 643 comps IMAGR1: Total Cleaned flux density = 1.092 Jy 3829 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 551 cell beam + residuals > 920.13 MicroJy IMAGR1: 419 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 940.730 MicroJy iter= 407 IMAGR1: Field 4 Clean flux density= 8.366 MilliJy 407 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 3912 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 > 902.27 MicroJy IMAGR1: 310 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 930.381 MicroJy iter= 359 IMAGR1: Field 1 Clean flux density= 1.068 Jy 359 comps IMAGR1: Total Cleaned flux density = 1.091 Jy 4003 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 863.63 MicroJy IMAGR1: 741 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 898.983 MicroJy iter= 730 IMAGR1: Field 7 Clean flux density= -4.811 MilliJy 730 comps IMAGR1: Total Cleaned flux density = 1.091 Jy 4138 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 803.84 MicroJy IMAGR1: 422 Residual map points loaded IMAGR1: Field 2 min Clean flux = 830.477 MicroJy iter= 868 IMAGR1: Field 2 Clean flux density= 22.164 MilliJy 868 comps IMAGR1: Total Cleaned flux density = 1.091 Jy 4237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 765.37 MicroJy IMAGR1: 1490 Residual map points loaded IMAGR1: Field 6 min Clean flux = 830.265 MicroJy iter= 879 IMAGR1: Field 6 Clean flux density= -1.923 MilliJy 879 comps IMAGR1: Total Cleaned flux density = 1.093 Jy 4442 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 706.22 MicroJy IMAGR1: 792 Residual map points loaded IMAGR1: Field 5 min Clean flux = 828.718 MicroJy iter= 590 IMAGR1: Field 5 Clean flux density= -1.826 MilliJy 590 comps IMAGR1: Total Cleaned flux density = 1.094 Jy 4476 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 694.01 MicroJy IMAGR1: 4614 Residual map points loaded IMAGR1: Field 3 min Clean flux = 830.163 MicroJy iter= 928 IMAGR1: Field 3 Clean flux density= 8.065 MilliJy 928 comps IMAGR1: Total Cleaned flux density = 1.098 Jy 4761 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 631.72 MicroJy IMAGR1: 3723 Residual map points loaded IMAGR1: Field 4 min Clean flux = 824.617 MicroJy iter= 472 IMAGR1: Field 4 Clean flux density= 10.039 MilliJy 472 comps IMAGR1: Total Cleaned flux density = 1.099 Jy 4826 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 941.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 578.06 MicroJy IMAGR1: 2183 Residual map points loaded IMAGR1: Field 1 min Clean flux = 829.499 MicroJy iter= 375 IMAGR1: Field 1 Clean flux density= 1.068 Jy 375 comps IMAGR1: Total Cleaned flux density = 1.100 Jy 4842 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 508.59 MicroJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 7 min Clean flux = -829.459 MicroJy iter= 806 IMAGR1: Field 7 Clean flux density= -8.594 MilliJy 806 comps IMAGR1: Total Cleaned flux density = 1.096 Jy 4918 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 830.477 less than limit 830.525 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 375 to 202 components IMAGR1: Field 2 compressed from 868 to 613 components IMAGR1: Field 3 compressed from 928 to 644 components IMAGR1: Field 4 compressed from 472 to 332 components IMAGR1: Field 5 compressed from 590 to 425 components IMAGR1: Field 6 compressed from 879 to 622 components IMAGR1: Field 7 compressed from 806 to 550 components IMAGR1: Field 1 min = -862.6 MicroJy,max = 795.5 MicroJy IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 253.228 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR1: Restore 2.124 MilliJy ( 36 CCs) from field 1 to field 3 IMAGR1: Restore -4.027 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR1: Restore 3.656 MilliJy ( 22 CCs) from field 1 to field 5 IMAGR1: Restore -5.485 MilliJy ( 35 CCs) from field 1 to field 6 IMAGR1: Restore -1.242 MilliJy ( 30 CCs) from field 1 to field 7 IMAGR1: Restore 1.004 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR1: Restore -5.901 MilliJy ( 157 CCs) from field 2 to field 3 IMAGR1: Restore-164.016 MicroJy ( 32 CCs) from field 2 to field 4 IMAGR1: Restore-892.875 MicroJy ( 24 CCs) from field 3 to field 1 IMAGR1: Restore 621.662 MicroJy ( 24 CCs) from field 3 to field 2 IMAGR1: Restore -2.504 MilliJy ( 23 CCs) from field 3 to field 5 IMAGR1: Restore -1.517 MilliJy ( 25 CCs) from field 4 to field 1 IMAGR1: Restore 178.614 MicroJy ( 18 CCs) from field 4 to field 2 IMAGR1: Restore -2.126 MilliJy ( 60 CCs) from field 4 to field 6 IMAGR1: Restore 5.281 MilliJy ( 49 CCs) from field 5 to field 1 IMAGR1: Restore 575.543 MicroJy ( 76 CCs) from field 5 to field 3 IMAGR1: Restore 5.922 MilliJy ( 43 CCs) from field 5 to field 7 IMAGR1: Restore -2.094 MilliJy ( 19 CCs) from field 6 to field 1 IMAGR1: Restore -3.495 MilliJy ( 39 CCs) from field 6 to field 4 IMAGR1: Restore -1.515 MilliJy ( 16 CCs) from field 6 to field 7 IMAGR1: Restore 1.245 MilliJy ( 10 CCs) from field 7 to field 1 IMAGR1: Restore 3.547 MilliJy ( 28 CCs) from field 7 to field 5 IMAGR1: Restore 660.436 MicroJy ( 111 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.071 Jy IMAGR1: Field 2 final Clean flux 23.217 MilliJy IMAGR1: Field 3 final Clean flux 4.864 MilliJy IMAGR1: Field 4 final Clean flux 2.353 MilliJy IMAGR1: Field 5 final Clean flux 2.873 MilliJy IMAGR1: Field 6 final Clean flux -8.874 MilliJy IMAGR1: Field 7 final Clean flux -5.429 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= 26 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 68.4 Real= 145 /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= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =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= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: 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 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08305 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 5 SETFC1: SETCEL: recommends IMSIZE 1335 CELLSIZE 0.23973 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23973 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1549+506_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 71.1 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.2 Real= 2 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 41.7 00002 -1 507 512 513 C 3 1012 1012 15 48 58.90 50 36 23.7 00003 -1 507 512 513 C 4 1012 1012 15 49 36.03 50 36 23.7 00004 -1 507 512 513 C 5 1012 1012 15 48 58.88 50 39 47.7 00005 -1 507 512 513 C 6 1012 1012 15 49 36.06 50 39 47.7 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 29.9 00007 -1 507 512 513 /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= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =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= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: 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 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08305 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =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 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR1: Field 2 1012 1012 1.3319E-02 -2.0409E+02 0 IMAGR1: Field 3 1012 1012 -1.7666E+02 -1.0209E+02 0 IMAGR1: Field 4 1012 1012 1.7659E+02 -1.0209E+02 0 IMAGR1: Field 5 1012 1012 -1.7685E+02 1.0191E+02 0 IMAGR1: Field 6 1012 1012 1.7688E+02 1.0191E+02 0 IMAGR1: Field 7 1012 1012 1.3319E-02 2.0411E+02 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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 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 18525 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.169E+04 IMAGR1: UVWAIT: Adding temperance S 8.339E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.749E+07 and out 7.664E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.150 due to weighting IMAGR1: UVWAIT: Average summed weight 4.169E+04 over 36686 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 .IBM003. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1549+506 .ICL007. 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 = 8.13652E+08 IMAGR1: Field 1 Beam min = -151.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.417 x 0.670 arcsec, PA= 76.1 IMAGR1: Field 2 Sum of gridding weights = 8.13651E+08 IMAGR1: Field 2 Beam min = -151.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.417 x 0.670 arcsec, PA= 76.0 IMAGR1: Field 3 Sum of gridding weights = 8.13651E+08 IMAGR1: Field 3 Beam min = -83.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.419 x 0.670 arcsec, PA= 76.0 IMAGR1: Field 4 Sum of gridding weights = 8.13648E+08 IMAGR1: Field 4 Beam min = -97.3 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.415 x 0.670 arcsec, PA= 76.1 IMAGR1: Field 5 Sum of gridding weights = 8.13650E+08 IMAGR1: Field 5 Beam min = -83.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.418 x 0.670 arcsec, PA= 76.0 IMAGR1: Field 6 Sum of gridding weights = 8.13648E+08 IMAGR1: Field 6 Beam min = -97.2 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.414 x 0.670 arcsec, PA= 76.1 IMAGR1: Field 7 Sum of gridding weights = 8.13652E+08 IMAGR1: Field 7 Beam min = -151.1 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.416 x 0.670 arcsec, PA= 76.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -65.0 MilliJy,max = 896.4 MilliJy IMAGR1: Field 2 min = -49.1 MilliJy,max = 102.9 MilliJy IMAGR1: Field 3 min = -81.2 MilliJy,max = 132.2 MilliJy IMAGR1: Field 4 min = -81.2 MilliJy,max = 137.4 MilliJy IMAGR1: Field 5 min = -80.3 MilliJy,max = 127.2 MilliJy IMAGR1: Field 6 min = -81.3 MilliJy,max = 125.4 MilliJy IMAGR1: Field 7 min = -49.1 MilliJy,max = 103.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 61.20 MilliJy IMAGR1: 5315 Residual map points loaded IMAGR1: Field 1 min allowed flux = 428.762 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 510.549 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 510.549 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 = -28.2 MilliJy,max = 385.9 MilliJy IMAGR1: BGC Clean: using 1165 cell beam + residuals > 44.63 MilliJy IMAGR1: 579 Residual map points loaded IMAGR1: Field 1 min allowed flux = 184.572 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 730.328 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 730.328 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.3 MilliJy,max = 166.1 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 42.35 MilliJy IMAGR1: 27 Residual map points loaded IMAGR1: Field 1 min allowed flux = 79.719 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 824.965 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 824.965 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.9 MilliJy,max = 11.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.708E-03 < Second best 1.177E-01 IMAGR1: Field 6 min = -6.6 MilliJy,max = 10.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.597E-03 < Second best 9.848E-02 IMAGR1: Field 7 min = -4.8 MilliJy,max = 8.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.264E-03 < Second best 9.832E-02 IMAGR1: Field 2 min = -4.6 MilliJy,max = 9.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.660E-03 < Second best 9.370E-02 IMAGR1: Field 5 min = -7.0 MilliJy,max = 10.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.363E-03 < Second best 9.098E-02 IMAGR1: Field 4 min = -6.6 MilliJy,max = 11.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.468E-03 < Second best 7.579E-02 IMAGR1: Field 1 min = -5.6 MilliJy,max = 73.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 5.44 MilliJy IMAGR1: 4968 Residual map points loaded IMAGR1: Field 1 min allowed flux = 35.391 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 871.910 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 871.910 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.6 MilliJy,max = 31.9 MilliJy IMAGR1: BGC Clean: using 1163 cell beam + residuals > 3.81 MilliJy IMAGR1: 712 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.476 MilliJy iter= 42 IMAGR1: Field 1 Clean flux density= 892.493 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 892.493 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.8 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR1: 43 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.606 MilliJy iter= 54 IMAGR1: Field 1 Clean flux density= 900.870 MilliJy 54 comps IMAGR1: Total Cleaned flux density = 900.870 MilliJy 54 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.413E-03 < Second best 9.597E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.383E-03 < Second best 8.660E-03 IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.094E-03 < Second best 8.468E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.449E-03 < Second best 8.264E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.823E-03 < Second best 7.363E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.392E-03 < Second best 6.283E-03 IMAGR1: Field 1 min = -6.6 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 493 cell beam + residuals > 1.03 MilliJy IMAGR1: 4932 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.205 MilliJy iter= 82 IMAGR1: Field 1 Clean flux density= 898.395 MilliJy 82 comps IMAGR1: Total Cleaned flux density = 898.395 MilliJy 82 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 916.46 MicroJy IMAGR1: 2725 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.673 MilliJy iter= 167 IMAGR1: Field 1 Clean flux density= 897.068 MilliJy 167 comps IMAGR1: Total Cleaned flux density = 897.068 MilliJy 167 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.319E-03 < Second best 1.823E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.246E-03 < Second best 1.594E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 774.94 MicroJy IMAGR1: 1556 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.144 MilliJy iter= 264 IMAGR1: Field 1 Clean flux density= 898.017 MilliJy 264 comps IMAGR1: Total Cleaned flux density = 898.017 MilliJy 264 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.231E-03 < Second best 1.413E-03 IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.213E-03 < Second best 1.392E-03 IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.305E-03 < Second best 1.383E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.125E-03 < Second best 1.319E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.177E-03 < Second best 1.305E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 700.86 MicroJy IMAGR1: 3296 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 945.793 MicroJy iter= 105 IMAGR1: Field 5 Clean flux density= 5.310 MilliJy 105 comps IMAGR1: Total Cleaned flux density = 903.327 MilliJy 369 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.231E-03 IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 688.84 MicroJy IMAGR1: 3621 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -915.866 MicroJy iter= 137 IMAGR1: Field 4 Clean flux density= -4.283 MilliJy 137 comps IMAGR1: Total Cleaned flux density = 899.044 MilliJy 506 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.117E-03 < Second best 1.177E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 680.76 MicroJy IMAGR1: 1501 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 829.234 MicroJy iter= 116 IMAGR1: Field 2 Clean flux density= 675.932 MicroJy 116 comps IMAGR1: Total Cleaned flux density = 899.720 MilliJy 622 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 673.92 MicroJy IMAGR1: 1670 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -809.706 MicroJy iter= 130 IMAGR1: Field 6 Clean flux density= -1.172 MilliJy 130 comps IMAGR1: Total Cleaned flux density = 898.548 MilliJy 752 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 671.85 MicroJy IMAGR1: 1975 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -811.296 MicroJy iter= 163 IMAGR1: Field 3 Clean flux density= 3.687 MilliJy 163 comps IMAGR1: Total Cleaned flux density = 902.235 MilliJy 915 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.677E-04 < Second best 1.072E-03 IMAGR1: Field 7 min = -979.9 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 650.52 MicroJy IMAGR1: 930 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 745.019 MicroJy iter= 133 IMAGR1: Field 7 Clean flux density= 2.771 MilliJy 133 comps IMAGR1: Total Cleaned flux density = 905.006 MilliJy 1048 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.563E-04 < Second best 9.049E-04 IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 628.72 MicroJy IMAGR1: 1634 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 721.340 MicroJy iter= 269 IMAGR1: Field 5 Clean flux density= 6.790 MilliJy 269 comps IMAGR1: Total Cleaned flux density = 906.486 MilliJy 1212 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 606.41 MicroJy IMAGR1: 2427 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -710.462 MicroJy iter= 360 IMAGR1: Field 4 Clean flux density= -4.454 MilliJy 360 comps IMAGR1: Total Cleaned flux density = 906.315 MilliJy 1435 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -948.0 MicroJy,max = 965.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 605.53 MicroJy IMAGR1: 343 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -652.344 MicroJy iter= 375 IMAGR1: Field 1 Clean flux density= 898.543 MilliJy 375 comps IMAGR1: Total Cleaned flux density = 906.841 MilliJy 1546 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -980.2 MicroJy,max = 867.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.224E-04 < Second best 7.767E-04 IMAGR1: Field 3 min = -997.5 MicroJy,max = 935.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 572.03 MicroJy IMAGR1: 1524 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -639.556 MicroJy iter= 352 IMAGR1: Field 3 Clean flux density= 3.041 MilliJy 352 comps IMAGR1: Total Cleaned flux density = 906.194 MilliJy 1735 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -911.8 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 553.02 MicroJy IMAGR1: 1797 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 622.646 MicroJy iter= 358 IMAGR1: Field 6 Clean flux density= -1.963 MilliJy 358 comps IMAGR1: Total Cleaned flux density = 905.404 MilliJy 1963 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -963.7 MicroJy,max = 829.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 551.73 MicroJy IMAGR1: 501 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -586.461 MicroJy iter= 242 IMAGR1: Field 2 Clean flux density= 412.159 MicroJy 242 comps IMAGR1: Total Cleaned flux density = 905.140 MilliJy 2089 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -820.4 MicroJy,max = 810.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.568E-04 < Second best 6.917E-04 IMAGR1: Field 5 min = -901.0 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.420E-04 < Second best 6.812E-04 IMAGR1: Field 4 min = -907.3 MicroJy,max = 999.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 499.17 MicroJy IMAGR1: 2224 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 559.581 MicroJy iter= 623 IMAGR1: Field 4 Clean flux density= -4.526 MilliJy 623 comps IMAGR1: Total Cleaned flux density = 905.069 MilliJy 2352 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -804.8 MicroJy,max = 819.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 498.79 MicroJy IMAGR1: 1009 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 543.114 MicroJy iter= 344 IMAGR1: Field 7 Clean flux density= 3.954 MilliJy 344 comps IMAGR1: Total Cleaned flux density = 906.252 MilliJy 2563 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -830.6 MicroJy,max = 959.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 496.32 MicroJy IMAGR1: 2168 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 552.558 MicroJy iter= 569 IMAGR1: Field 5 Clean flux density= 9.838 MilliJy 569 comps IMAGR1: Total Cleaned flux density = 909.299 MilliJy 2863 comps IMAGR1: ALGSTB: All 397 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 386- 0 Cells, with 18525 Pts IMAGR1: Field 1 min = -712.3 MicroJy,max = 771.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.645E-04 < Second best 6.133E-04 IMAGR1: Field 3 min = -836.6 MicroJy,max = 797.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 472.73 MicroJy IMAGR1: 1110 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -505.582 MicroJy iter= 553 IMAGR1: Field 3 Clean flux density= 2.994 MilliJy 553 comps IMAGR1: Total Cleaned flux density = 909.253 MilliJy 3064 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -753.8 MicroJy,max = 974.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 455.71 MicroJy IMAGR1: 1556 Residual map points loaded IMAGR1: Field 6 min Clean flux = -498.222 MicroJy iter= 562 IMAGR1: Field 6 Clean flux density= -3.006 MilliJy 562 comps IMAGR1: Total Cleaned flux density = 908.210 MilliJy 3268 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -683.1 MicroJy,max = 729.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 451.01 MicroJy IMAGR1: 258 Residual map points loaded IMAGR1: Field 1 min Clean flux = -497.202 MicroJy iter= 402 IMAGR1: Field 1 Clean flux density= 898.285 MilliJy 402 comps IMAGR1: Total Cleaned flux density = 907.953 MilliJy 3295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -830.3 MicroJy,max = 708.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 439.89 MicroJy IMAGR1: 904 Residual map points loaded IMAGR1: Field 2 min Clean flux = -498.069 MicroJy iter= 304 IMAGR1: Field 2 Clean flux density= -110.461 MicroJy 304 comps IMAGR1: Total Cleaned flux density = 907.430 MilliJy 3357 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -779.3 MicroJy,max = 865.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 419.92 MicroJy IMAGR1: 2136 Residual map points loaded IMAGR1: Field 4 min Clean flux = 498.166 MicroJy iter= 652 IMAGR1: Field 4 Clean flux density= -4.376 MilliJy 652 comps IMAGR1: Total Cleaned flux density = 907.580 MilliJy 3386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -790.0 MicroJy,max = 891.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 389.52 MicroJy IMAGR1: 3880 Residual map points loaded IMAGR1: Field 5 min Clean flux = -493.528 MicroJy iter= 576 IMAGR1: Field 5 Clean flux density= 9.791 MilliJy 576 comps IMAGR1: Total Cleaned flux density = 907.532 MilliJy 3393 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -680.1 MicroJy,max = 693.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 351.35 MicroJy IMAGR1: 5330 Residual map points loaded IMAGR1: Field 7 min Clean flux = 498.262 MicroJy iter= 348 IMAGR1: Field 7 Clean flux density= 3.953 MilliJy 348 comps IMAGR1: Total Cleaned flux density = 907.532 MilliJy 3397 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -763.0 MicroJy,max = 726.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 306.36 MicroJy IMAGR1: 19984 Residual map points loaded IMAGR1: Field 3 min Clean flux = 492.816 MicroJy iter= 555 IMAGR1: Field 3 Clean flux density= 3.094 MilliJy 555 comps IMAGR1: Total Cleaned flux density = 907.632 MilliJy 3399 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 498.262 less than limit 498.315 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 402 to 125 components IMAGR1: Field 2 compressed from 304 to 230 components IMAGR1: Field 3 compressed from 555 to 403 components IMAGR1: Field 4 compressed from 652 to 456 components IMAGR1: Field 5 compressed from 576 to 424 components IMAGR1: Field 6 compressed from 562 to 403 components IMAGR1: Field 7 compressed from 348 to 262 components IMAGR1: Field 1 min = -666.9 MicroJy,max = 704.6 MicroJy IMAGR1: Field 2 min = -808.1 MicroJy,max = 690.5 MicroJy IMAGR1: Field 3 min = -764.3 MicroJy,max = 725.8 MicroJy IMAGR1: Field 4 min = -777.0 MicroJy,max = 870.3 MicroJy IMAGR1: Field 5 min = -787.7 MicroJy,max = 894.5 MicroJy IMAGR1: Field 6 min = -709.4 MicroJy,max = 916.0 MicroJy IMAGR1: Field 7 min = -677.2 MicroJy,max = 693.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 227.180 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR1: Restore 347.318 MicroJy ( 12 CCs) from field 1 to field 3 IMAGR1: Restore-222.672 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR1: Restore 208.159 MicroJy ( 11 CCs) from field 1 to field 5 IMAGR1: Restore-262.377 MicroJy ( 9 CCs) from field 1 to field 6 IMAGR1: Restore-143.541 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Restore 373.306 MicroJy ( 19 CCs) from field 2 to field 3 IMAGR1: Restore-536.143 MicroJy ( 22 CCs) from field 2 to field 4 IMAGR1: Restore 63.362 MicroJy ( 12 CCs) from field 3 to field 1 IMAGR1: Restore-135.023 MicroJy ( 12 CCs) from field 3 to field 2 IMAGR1: Restore-126.679 MicroJy ( 27 CCs) from field 3 to field 5 IMAGR1: Restore-765.062 MicroJy ( 17 CCs) from field 4 to field 1 IMAGR1: Restore-448.193 MicroJy ( 24 CCs) from field 4 to field 2 IMAGR1: Restore-678.663 MicroJy ( 52 CCs) from field 4 to field 6 IMAGR1: Restore -94.531 MicroJy ( 10 CCs) from field 5 to field 1 IMAGR1: Restore 42.890 MicroJy ( 37 CCs) from field 5 to field 3 IMAGR1: Restore 207.853 MicroJy ( 13 CCs) from field 5 to field 7 IMAGR1: Restore-170.718 MicroJy ( 14 CCs) from field 6 to field 1 IMAGR1: Restore-926.449 MicroJy ( 35 CCs) from field 6 to field 4 IMAGR1: Restore 230.014 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR1: Restore-238.820 MicroJy ( 11 CCs) from field 7 to field 1 IMAGR1: Restore-100.371 MicroJy ( 31 CCs) from field 7 to field 5 IMAGR1: Restore 614.227 MicroJy ( 18 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 896.936 MilliJy IMAGR1: Field 2 final Clean flux -466.498 MicroJy IMAGR1: Field 3 final Clean flux 3.857 MilliJy IMAGR1: Field 4 final Clean flux -6.062 MilliJy IMAGR1: Field 5 final Clean flux 9.772 MilliJy IMAGR1: Field 6 final Clean flux -3.333 MilliJy IMAGR1: Field 7 final Clean flux 4.391 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= 66.8 Real= 142 /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= 20 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 21 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Disk 1 in-CNO 27 renumbered as CNO 19 AIPS 1: Disk 1 in-CNO 28 renumbered as CNO 20 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =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= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: 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 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08305 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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 6 SETFC1: SETCEL: recommends IMSIZE 1365 CELLSIZE 0.23446 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23446 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 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 63.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 3 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 28.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.62 43 15 07.9 00003 -1 507 512 513 C 4 1012 1012 16 01 56.27 43 15 07.9 00004 -1 507 512 513 C 5 1012 1012 16 01 24.61 43 18 27.5 00005 -1 507 512 513 C 6 1012 1012 16 01 56.28 43 18 27.5 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 07.4 00007 -1 507 512 513 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 4.3681E-02 -1.9956E+02 0 IMAGR1: Field 3 1012 1012 -1.7282E+02 -9.9860E+01 0 IMAGR1: Field 4 1012 1012 1.7280E+02 -9.9860E+01 0 IMAGR1: Field 5 1012 1012 -1.7293E+02 9.9740E+01 0 IMAGR1: Field 6 1012 1012 1.7291E+02 9.9740E+01 0 IMAGR1: Field 7 1012 1012 4.3681E-02 1.9964E+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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 40 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 38025 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 9.866E+04 IMAGR1: UVWAIT: Adding temperance S 1.973E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.194E+08 and out 1.793E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR1: UVWAIT: Average summed weight 9.866E+04 over 76050 vis IMAGR1: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 54 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.90316E+09 IMAGR1: Field 1 Beam min = -141.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.373 x 0.652 arcsec, PA= 76.6 IMAGR1: Field 2 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 2 Beam min = -141.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.374 x 0.652 arcsec, PA= 76.6 IMAGR1: Field 3 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 3 Beam min = -108.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.375 x 0.652 arcsec, PA= 76.5 IMAGR1: Field 4 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 4 Beam min = -107.8 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.371 x 0.652 arcsec, PA= 76.6 IMAGR1: Field 5 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 5 Beam min = -108.1 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.375 x 0.651 arcsec, PA= 76.6 IMAGR1: Field 6 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 6 Beam min = -107.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.371 x 0.652 arcsec, PA= 76.7 IMAGR1: Field 7 Sum of gridding weights = 1.90316E+09 IMAGR1: Field 7 Beam min = -141.3 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.373 x 0.651 arcsec, PA= 76.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -3.5 MilliJy,max = 24.5 MilliJy IMAGR1: Field 2 min = -2.0 MilliJy,max = 3.8 MilliJy IMAGR1: Field 3 min = -1.9 MilliJy,max = 4.4 MilliJy IMAGR1: Field 4 min = -2.0 MilliJy,max = 3.5 MilliJy IMAGR1: Field 5 min = -1.9 MilliJy,max = 3.5 MilliJy IMAGR1: Field 6 min = -2.0 MilliJy,max = 4.4 MilliJy IMAGR1: Field 7 min = -2.0 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 2007 cell beam + residuals > 2.13 MilliJy IMAGR1: 5845 Residual map points loaded IMAGR1: Field 1 min allowed flux = 11.319 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 21.961 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 21.961 MilliJy 13 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 = -2.0 MilliJy,max = 11.1 MilliJy IMAGR1: BGC Clean: using 727 cell beam + residuals > 1.40 MilliJy IMAGR1: 1903 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.393 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 32.899 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 32.899 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 1.61 MilliJy IMAGR1: 76 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.625 MilliJy iter= 42 IMAGR1: Field 1 Clean flux density= 38.532 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 38.532 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -491.7 MicroJy,max = 650.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.212E-04 < Second best 4.171E-03 IMAGR1: Field 6 min = -427.9 MicroJy,max = 674.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.443E-04 < Second best 3.810E-03 IMAGR1: Field 7 min = -464.6 MicroJy,max = 682.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.520E-04 < Second best 3.622E-03 IMAGR1: Field 2 min = -556.1 MicroJy,max = 768.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.341E-04 < Second best 2.497E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 835.11 MicroJy IMAGR1: 114 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.173 MilliJy iter= 61 IMAGR1: Field 1 Clean flux density= 41.496 MilliJy 61 comps IMAGR1: Total Cleaned flux density = 41.496 MilliJy 61 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -407.8 MicroJy,max = 464.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.567E-04 < Second best 2.102E-03 IMAGR1: Field 5 min = -422.9 MicroJy,max = 430.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.876E-04 < Second best 1.117E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 350.04 MicroJy IMAGR1: 2040 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -605.926 MicroJy iter= 115 IMAGR1: Field 1 Clean flux density= 43.172 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 43.172 MilliJy 115 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -401.5 MicroJy,max = 471.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.507E-04 < Second best 6.520E-04 IMAGR1: Field 7 min = -423.1 MicroJy,max = 478.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.576E-04 < Second best 6.443E-04 IMAGR1: Field 6 min = -405.3 MicroJy,max = 432.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.807E-04 < Second best 6.212E-04 IMAGR1: Field 3 min = -442.8 MicroJy,max = 398.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.815E-04 < Second best 5.777E-04 IMAGR1: Field 1 min = -564.7 MicroJy,max = 569.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 237.76 MicroJy IMAGR1: 7853 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -393.615 MicroJy iter= 217 IMAGR1: Field 1 Clean flux density= 43.600 MilliJy 217 comps IMAGR1: Total Cleaned flux density = 43.600 MilliJy 217 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -390.7 MicroJy,max = 417.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.997E-04 < Second best 4.507E-04 IMAGR1: Field 2 min = -361.9 MicroJy,max = 424.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 234.07 MicroJy IMAGR1: 2096 Residual map points loaded IMAGR1: Field 2 min Clean flux = 339.131 MicroJy iter= 9 IMAGR1: Field 2 Clean flux density= 187.440 MicroJy 9 comps IMAGR1: Total Cleaned flux density = 43.788 MilliJy 226 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -389.6 MicroJy,max = 417.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 230.70 MicroJy IMAGR1: 1698 Residual map points loaded IMAGR1: Field 7 min Clean flux = 344.576 MicroJy iter= 10 IMAGR1: Field 7 Clean flux density= 297.020 MicroJy 10 comps IMAGR1: Total Cleaned flux density = 44.085 MilliJy 236 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -368.9 MicroJy,max = 366.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.399E-04 < Second best 3.815E-04 IMAGR1: Field 3 min = -405.8 MicroJy,max = 345.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.308E-04 < Second best 3.807E-04 IMAGR1: Field 6 min = -388.2 MicroJy,max = 379.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.515E-04 < Second best 3.763E-04 IMAGR1: Field 1 min = -412.6 MicroJy,max = 374.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 210.21 MicroJy IMAGR1: 8322 Residual map points loaded IMAGR1: Field 1 min Clean flux = 347.704 MicroJy iter= 231 IMAGR1: Field 1 Clean flux density= 43.814 MilliJy 231 comps IMAGR1: Total Cleaned flux density = 44.299 MilliJy 250 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -372.7 MicroJy,max = 375.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.342E-04 < Second best 3.515E-04 IMAGR1: Field 6 min = -388.1 MicroJy,max = 376.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 191.01 MicroJy IMAGR1: 5591 Residual map points loaded IMAGR1: Field 6 min Clean flux = -327.553 MicroJy iter= 3 IMAGR1: Field 6 Clean flux density= -31.766 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 44.267 MilliJy 253 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -373.7 MicroJy,max = 365.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 182.29 MicroJy IMAGR1: 11197 Residual map points loaded IMAGR1: Field 5 min Clean flux = 346.998 MicroJy iter= 3 IMAGR1: Field 5 Clean flux density= 34.472 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 44.301 MilliJy 256 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -371.9 MicroJy,max = 375.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 160.51 MicroJy IMAGR1: 19980 Residual map points loaded IMAGR1: Field 4 min Clean flux = 337.225 MicroJy iter= 3 IMAGR1: Field 4 Clean flux density= 103.428 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 44.405 MilliJy 259 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 347.704 less than limit 347.815 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 231 to 89 components IMAGR1: Field 2 compressed from 9 to 9 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 3 to 3 components IMAGR1: Field 5 compressed from 3 to 3 components IMAGR1: Field 6 compressed from 3 to 3 components IMAGR1: Field 7 compressed from 10 to 8 components IMAGR1: Field 1 min = -406.5 MicroJy,max = 363.3 MicroJy IMAGR1: Field 2 min = -341.5 MicroJy,max = 342.4 MicroJy IMAGR1: Field 3 min = -406.6 MicroJy,max = 339.2 MicroJy IMAGR1: Field 4 min = -371.6 MicroJy,max = 376.2 MicroJy IMAGR1: Field 5 min = -372.5 MicroJy,max = 366.2 MicroJy IMAGR1: Field 6 min = -386.8 MicroJy,max = 375.0 MicroJy IMAGR1: Field 7 min = -383.0 MicroJy,max = 333.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -35.329 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR1: Restore 34.888 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR1: Restore -39.863 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR1: Restore 35.731 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR1: Restore 40.033 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR1: Restore -1.295 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Restore 3.369 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR1: Restore 36.124 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR1: Restore 36.572 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR1: Restore 71.682 MicroJy ( 2 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 43.816 MilliJy IMAGR1: Field 2 final Clean flux 152.111 MicroJy IMAGR1: Field 3 final Clean flux 34.888 MicroJy IMAGR1: Field 4 final Clean flux 103.428 MicroJy IMAGR1: Field 5 final Clean flux 31.181 MicroJy IMAGR1: Field 6 final Clean flux 75.646 MicroJy IMAGR1: Field 7 final Clean flux 373.177 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= 40 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 31.3 Real= 66 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1508 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 7 SETFC1: SETCEL: recommends IMSIZE 1363 CELLSIZE 0.23487 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23487 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1559+437_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 64.2 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.2 Real= 3 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 56.9 00002 -1 507 512 513 C 3 1012 1012 15 59 15.20 43 47 36.8 00003 -1 507 512 513 C 4 1012 1012 15 59 47.18 43 47 36.8 00004 -1 507 512 513 C 5 1012 1012 15 59 15.18 43 50 56.8 00005 -1 507 512 513 C 6 1012 1012 15 59 47.20 43 50 56.8 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 36.8 00007 -1 507 512 513 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1508 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =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 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 -1.0823E-02 -1.9996E+02 0 IMAGR1: Field 3 1012 1012 -1.7306E+02 -1.0006E+02 0 IMAGR1: Field 4 1012 1012 1.7304E+02 -1.0006E+02 0 IMAGR1: Field 5 1012 1012 -1.7328E+02 9.9940E+01 0 IMAGR1: Field 6 1012 1012 1.7326E+02 9.9940E+01 0 IMAGR1: Field 7 1012 1012 -1.0823E-02 1.9994E+02 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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 47 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5616 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.314E+04 IMAGR1: UVWAIT: Adding temperance S 6.628E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.746E+07 and out 2.109E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.134 due to weighting IMAGR1: UVWAIT: Average summed weight 3.314E+04 over 11154 vis IMAGR1: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 61 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.23948E+08 IMAGR1: Field 1 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.468 x 0.698 arcsec, PA= 74.0 IMAGR1: Field 2 Sum of gridding weights = 2.23947E+08 IMAGR1: Field 2 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.469 x 0.698 arcsec, PA= 74.0 IMAGR1: Field 3 Sum of gridding weights = 2.23947E+08 IMAGR1: Field 3 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.470 x 0.698 arcsec, PA= 73.9 IMAGR1: Field 4 Sum of gridding weights = 2.23947E+08 IMAGR1: Field 4 Beam min = -95.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.466 x 0.698 arcsec, PA= 74.0 IMAGR1: Field 5 Sum of gridding weights = 2.23948E+08 IMAGR1: Field 5 Beam min = -127.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.470 x 0.698 arcsec, PA= 74.0 IMAGR1: Field 6 Sum of gridding weights = 2.23947E+08 IMAGR1: Field 6 Beam min = -105.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.465 x 0.698 arcsec, PA= 74.0 IMAGR1: Field 7 Sum of gridding weights = 2.23948E+08 IMAGR1: Field 7 Beam min = -161.8 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.467 x 0.698 arcsec, PA= 74.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -8.0 MilliJy,max = 91.0 MilliJy IMAGR1: Field 2 min = -8.0 MilliJy,max = 28.9 MilliJy IMAGR1: Field 3 min = -8.2 MilliJy,max = 45.2 MilliJy IMAGR1: Field 4 min = -8.5 MilliJy,max = 28.9 MilliJy IMAGR1: Field 5 min = -8.4 MilliJy,max = 29.5 MilliJy IMAGR1: Field 6 min = -8.2 MilliJy,max = 45.8 MilliJy IMAGR1: Field 7 min = -7.9 MilliJy,max = 29.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 11.81 MilliJy IMAGR1: 6243 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 44.307 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 51.995 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 51.995 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 6 min = -4.4 MilliJy,max = 22.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.169E-02 < Second best 4.303E-02 IMAGR1: Field 3 min = -3.9 MilliJy,max = 23.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.242E-02 < Second best 4.215E-02 IMAGR1: Field 1 min = -4.3 MilliJy,max = 39.9 MilliJy IMAGR1: BGC Clean: using 1983 cell beam + residuals > 8.98 MilliJy IMAGR1: 948 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.441 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 77.578 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 77.578 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.6 MilliJy,max = 7.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.865E-03 < Second best 2.756E-02 IMAGR1: Field 4 min = -2.5 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.496E-03 < Second best 2.242E-02 IMAGR1: Field 3 min = -2.5 MilliJy,max = 13.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.265E-02 < Second best 2.169E-02 IMAGR1: Field 6 min = -2.6 MilliJy,max = 11.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.131E-02 < Second best 1.980E-02 IMAGR1: Field 2 min = -2.6 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.389E-03 < Second best 1.972E-02 IMAGR1: Field 7 min = -2.6 MilliJy,max = 7.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.956E-03 < Second best 1.850E-02 IMAGR1: Field 1 min = -3.0 MilliJy,max = 18.6 MilliJy IMAGR1: BGC Clean: using 2027 cell beam + residuals > 3.21 MilliJy IMAGR1: 6150 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.840 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 95.946 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 95.946 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.9 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.266E-03 < Second best 1.131E-02 IMAGR1: Field 6 min = -2.0 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.239E-03 < Second best 8.414E-03 IMAGR1: Field 1 min = -2.4 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 1267 cell beam + residuals > 2.69 MilliJy IMAGR1: 969 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.103 MilliJy iter= 45 IMAGR1: Field 1 Clean flux density= 104.340 MilliJy 45 comps IMAGR1: Total Cleaned flux density = 104.340 MilliJy 45 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.127E-03 < Second best 6.496E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.954E-03 < Second best 6.266E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.426E-03 < Second best 5.389E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.459E-03 < Second best 5.239E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.886E-03 < Second best 4.956E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.159E-03 < Second best 3.908E-03 IMAGR1: Field 1 min = -2.5 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 1265 cell beam + residuals > 1.39 MilliJy IMAGR1: 5827 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.150 MilliJy iter= 78 IMAGR1: Field 1 Clean flux density= 111.886 MilliJy 78 comps IMAGR1: Total Cleaned flux density = 111.886 MilliJy 78 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.237E-03 < Second best 2.954E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.897E-03 < Second best 2.886E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.812E-03 < Second best 2.459E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.846E-03 < Second best 2.237E-03 IMAGR1: BGC Clean: using 1265 cell beam + residuals > 1.30 MilliJy IMAGR1: 503 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.540 MilliJy iter= 17 IMAGR1: Field 3 Clean flux density= 2.002 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 113.889 MilliJy 95 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.692E-03 < Second best 2.127E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.663E-03 < Second best 2.052E-03 IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 7189 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.687 MilliJy iter= 157 IMAGR1: Field 1 Clean flux density= 116.024 MilliJy 157 comps IMAGR1: Total Cleaned flux density = 118.027 MilliJy 174 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.300E-03 < Second best 1.846E-03 IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.294E-03 < Second best 1.812E-03 IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.378E-03 < Second best 1.692E-03 IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.466E-03 < Second best 1.663E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.400E-03 < Second best 1.614E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 717 cell beam + residuals > 965.42 MicroJy IMAGR1: 1841 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.177 MilliJy iter= 199 IMAGR1: Field 1 Clean flux density= 114.387 MilliJy 199 comps IMAGR1: Total Cleaned flux density = 116.389 MilliJy 216 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.065E-03 < Second best 1.466E-03 IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.276E-03 < Second best 1.400E-03 IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.252E-03 < Second best 1.378E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.174E-03 < Second best 1.300E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.085E-03 < Second best 1.294E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.185E-03 < Second best 1.276E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 760.90 MicroJy IMAGR1: 2627 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 987.985 MicroJy iter= 72 IMAGR1: Field 7 Clean flux density= 2.919 MilliJy 72 comps IMAGR1: Total Cleaned flux density = 119.308 MilliJy 288 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.506E-04 < Second best 1.185E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.077E-03 < Second best 1.174E-03 IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.892E-04 < Second best 1.126E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.007E-03 < Second best 1.085E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.259E-04 < Second best 1.077E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 685.40 MicroJy IMAGR1: 2204 Residual map points loaded IMAGR1: Field 2 min Clean flux = 899.341 MicroJy iter= 49 IMAGR1: Field 2 Clean flux density= 2.486 MilliJy 49 comps IMAGR1: Total Cleaned flux density = 121.794 MilliJy 337 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -986.3 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.546E-04 < Second best 1.007E-03 IMAGR1: Field 1 min = -977.3 MicroJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.370E-04 < Second best 9.892E-04 IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 644.18 MicroJy IMAGR1: 1628 Residual map points loaded IMAGR1: Field 6 min Clean flux = -904.626 MicroJy iter= 9 IMAGR1: Field 6 Clean flux density= -467.419 MicroJy 9 comps IMAGR1: Total Cleaned flux density = 121.327 MilliJy 346 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -991.0 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 636.37 MicroJy IMAGR1: 1536 Residual map points loaded IMAGR1: Field 3 min Clean flux = 901.822 MicroJy iter= 19 IMAGR1: Field 3 Clean flux density= 2.191 MilliJy 19 comps IMAGR1: Total Cleaned flux density = 121.515 MilliJy 348 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 993.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.908E-04 < Second best 9.458E-04 IMAGR1: Field 7 min = -863.1 MicroJy,max = 966.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.279E-04 < Second best 9.370E-04 IMAGR1: Field 1 min = -965.3 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 557.27 MicroJy IMAGR1: 9361 Residual map points loaded IMAGR1: Field 1 min Clean flux = -900.323 MicroJy iter= 211 IMAGR1: Field 1 Clean flux density= 113.464 MilliJy 211 comps IMAGR1: Total Cleaned flux density = 120.593 MilliJy 360 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -950.3 MicroJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.139E-04 < Second best 8.908E-04 IMAGR1: Field 5 min = -1.0 MilliJy,max = 966.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 435.38 MicroJy IMAGR1: 19975 Residual map points loaded IMAGR1: Field 5 min Clean flux = -901.735 MicroJy iter= 2 IMAGR1: Field 5 Clean flux density= 728.209 Nano Jy 2 comps IMAGR1: Total Cleaned flux density = 120.593 MilliJy 362 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 904.626 less than limit 905.044 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 211 to 118 components IMAGR1: Field 2 compressed from 49 to 43 components IMAGR1: Field 3 compressed from 19 to 14 components IMAGR1: Field 4 compressed from 0 to 0 components IMAGR1: Field 5 compressed from 2 to 2 components IMAGR1: Field 6 compressed from 9 to 8 components IMAGR1: Field 7 compressed from 72 to 58 components IMAGR1: Field 1 min = -936.3 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -980.8 MicroJy,max = 995.7 MicroJy IMAGR1: Field 3 min = -898.4 MicroJy,max = 1.1 MilliJy IMAGR1: Field 4 min = -952.4 MicroJy,max = 1.2 MilliJy IMAGR1: Field 5 min = -1.0 MilliJy,max = 968.7 MicroJy IMAGR1: Field 6 min = -880.0 MicroJy,max = 1.0 MilliJy IMAGR1: Field 7 min = -853.7 MicroJy,max = 950.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 624.855 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR1: Restore -52.870 MicroJy ( 11 CCs) from field 1 to field 3 IMAGR1: Restore 2.208 MilliJy ( 9 CCs) from field 1 to field 4 IMAGR1: Restore-525.674 MicroJy ( 11 CCs) from field 1 to field 5 IMAGR1: Restore 1.898 MilliJy ( 11 CCs) from field 1 to field 6 IMAGR1: Restore-626.902 MicroJy ( 9 CCs) from field 1 to field 7 IMAGR1: Restore -2.106 MicroJy ( 8 CCs) from field 2 to field 1 IMAGR1: Restore 94.209 MicroJy ( 7 CCs) from field 2 to field 3 IMAGR1: Restore 97.402 MicroJy ( 5 CCs) from field 2 to field 4 IMAGR1: Restore 2.016 MilliJy ( 9 CCs) from field 3 to field 1 IMAGR1: Restore 689.381 MicroJy ( 7 CCs) from field 3 to field 2 IMAGR1: Restore 196.318 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR1: Restore-181.340 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR1: Restore 184.929 MicroJy ( 2 CCs) from field 6 to field 4 IMAGR1: Restore 652.548 MicroJy ( 13 CCs) from field 7 to field 1 IMAGR1: Restore 170.015 MicroJy ( 11 CCs) from field 7 to field 5 IMAGR1: Restore 636.804 MicroJy ( 7 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 115.949 MilliJy IMAGR1: Field 2 final Clean flux 3.800 MilliJy IMAGR1: Field 3 final Clean flux 2.232 MilliJy IMAGR1: Field 4 final Clean flux 2.491 MilliJy IMAGR1: Field 5 final Clean flux -158.613 MicroJy IMAGR1: Field 6 final Clean flux 2.067 MilliJy IMAGR1: Field 7 final Clean flux 2.292 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= 47 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 33.3 Real= 71 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1508 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =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= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 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 8 SETFC1: SETCEL: recommends IMSIZE 1341 CELLSIZE 0.23868 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23868 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1545+478_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 68.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.1 Real= 3 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 31.5 00002 -1 507 512 513 C 3 1012 1012 15 44 51.05 47 50 13.0 00003 -1 507 512 513 C 4 1012 1012 15 45 26.01 47 50 13.0 00004 -1 507 512 513 C 5 1012 1012 15 44 51.03 47 53 36.2 00005 -1 507 512 513 C 6 1012 1012 15 45 26.03 47 53 36.2 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 17.9 00007 -1 507 512 513 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1508 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =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= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =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 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR1: Field 2 1012 1012 -3.0189E-03 -2.0317E+02 0 IMAGR1: Field 3 1012 1012 -1.7591E+02 -1.0167E+02 0 IMAGR1: Field 4 1012 1012 1.7590E+02 -1.0167E+02 0 IMAGR1: Field 5 1012 1012 -1.7611E+02 1.0153E+02 0 IMAGR1: Field 6 1012 1012 1.7610E+02 1.0153E+02 0 IMAGR1: Field 7 1012 1012 -3.0189E-03 2.0323E+02 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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 54 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5265 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.049E+04 IMAGR1: UVWAIT: Adding temperance S 6.099E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.551E+07 and out 1.910E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.136 due to weighting IMAGR1: UVWAIT: Average summed weight 3.049E+04 over 10218 vis IMAGR1: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 68 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.02774E+08 IMAGR1: Field 1 Beam min = -170.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.596 x 0.686 arcsec, PA= 72.6 IMAGR1: Field 2 Sum of gridding weights = 2.02773E+08 IMAGR1: Field 2 Beam min = -170.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.597 x 0.686 arcsec, PA= 72.6 IMAGR1: Field 3 Sum of gridding weights = 2.02773E+08 IMAGR1: Field 3 Beam min = -151.1 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.599 x 0.686 arcsec, PA= 72.5 IMAGR1: Field 4 Sum of gridding weights = 2.02773E+08 IMAGR1: Field 4 Beam min = -101.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.594 x 0.686 arcsec, PA= 72.6 IMAGR1: Field 5 Sum of gridding weights = 2.02773E+08 IMAGR1: Field 5 Beam min = -113.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.598 x 0.686 arcsec, PA= 72.6 IMAGR1: Field 6 Sum of gridding weights = 2.02773E+08 IMAGR1: Field 6 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.593 x 0.686 arcsec, PA= 72.7 IMAGR1: Field 7 Sum of gridding weights = 2.02774E+08 IMAGR1: Field 7 Beam min = -170.6 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.595 x 0.686 arcsec, PA= 72.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -30.0 MilliJy,max = 306.2 MilliJy IMAGR1: Field 2 min = -27.7 MilliJy,max = 128.3 MilliJy IMAGR1: Field 3 min = -27.2 MilliJy,max = 138.3 MilliJy IMAGR1: Field 4 min = -31.2 MilliJy,max = 103.8 MilliJy IMAGR1: Field 5 min = -27.6 MilliJy,max = 99.5 MilliJy IMAGR1: Field 6 min = -28.3 MilliJy,max = 138.2 MilliJy IMAGR1: Field 7 min = -27.2 MilliJy,max = 122.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 43.78 MilliJy IMAGR1: 3729 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 162.709 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 159.728 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 159.728 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 = -14.8 MilliJy,max = 146.4 MilliJy IMAGR1: BGC Clean: using 1957 cell beam + residuals > 33.44 MilliJy IMAGR1: 487 Residual map points loaded IMAGR1: Field 1 min allowed flux = 72.037 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 243.343 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 243.343 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.0 MilliJy,max = 30.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.695E-02 < Second best 1.203E-01 IMAGR1: Field 3 min = -6.3 MilliJy,max = 29.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.753E-02 < Second best 8.993E-02 IMAGR1: Field 4 min = -7.2 MilliJy,max = 22.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.055E-02 < Second best 8.981E-02 IMAGR1: Field 5 min = -7.2 MilliJy,max = 24.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.053E-02 < Second best 6.852E-02 IMAGR1: Field 1 min = -7.8 MilliJy,max = 65.0 MilliJy IMAGR1: BGC Clean: using 1247 cell beam + residuals > 25.42 MilliJy IMAGR1: 66 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 34.819 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 282.195 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 282.195 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.7 MilliJy,max = 12.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.915E-03 < Second best 6.201E-02 IMAGR1: Field 7 min = -3.9 MilliJy,max = 12.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.628E-03 < Second best 3.312E-02 IMAGR1: Field 1 min = -4.9 MilliJy,max = 31.5 MilliJy IMAGR1: BGC Clean: using 2003 cell beam + residuals > 6.56 MilliJy IMAGR1: 1057 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.280 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 302.585 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 302.585 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.7 MilliJy,max = 5.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.778E-03 < Second best 2.695E-02 IMAGR1: Field 6 min = -2.5 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.259E-03 < Second best 2.055E-02 IMAGR1: Field 4 min = -3.0 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.029E-03 < Second best 2.053E-02 IMAGR1: Field 5 min = -2.6 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.015E-03 < Second best 1.454E-02 IMAGR1: Field 1 min = -3.8 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 1957 cell beam + residuals > 3.14 MilliJy IMAGR1: 1133 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.825 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 311.649 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 311.649 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.5 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.425E-03 < Second best 7.628E-03 IMAGR1: Field 7 min = -2.5 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.950E-03 < Second best 6.495E-03 IMAGR1: Field 1 min = -5.2 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 1789 cell beam + residuals > 1.60 MilliJy IMAGR1: 3714 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.121 MilliJy iter= 65 IMAGR1: Field 1 Clean flux density= 311.324 MilliJy 65 comps IMAGR1: Total Cleaned flux density = 311.324 MilliJy 65 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.711E-03 < Second best 4.259E-03 IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.379E-03 < Second best 4.029E-03 IMAGR1: Field 4 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.607E-03 < Second best 4.015E-03 IMAGR1: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.616E-03 < Second best 3.425E-03 IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.548E-03 < Second best 2.973E-03 IMAGR1: Field 1 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 1.28 MilliJy IMAGR1: 2007 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.820 MilliJy iter= 101 IMAGR1: Field 1 Clean flux density= 311.502 MilliJy 101 comps IMAGR1: Total Cleaned flux density = 311.502 MilliJy 101 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.612E-03 < Second best 2.548E-03 IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 1.09 MilliJy IMAGR1: 1048 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.364 MilliJy iter= 28 IMAGR1: Field 2 Clean flux density= 2.806 MilliJy 28 comps IMAGR1: Total Cleaned flux density = 314.308 MilliJy 129 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.619E-03 < Second best 1.711E-03 IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.130E-03 < Second best 1.619E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 871.42 MicroJy IMAGR1: 2718 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.271 MilliJy iter= 174 IMAGR1: Field 1 Clean flux density= 313.514 MilliJy 174 comps IMAGR1: Total Cleaned flux density = 316.320 MilliJy 202 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.381E-03 < Second best 1.612E-03 IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.423E-03 < Second best 1.607E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.288E-03 < Second best 1.423E-03 IMAGR1: BGC Clean: using 707 cell beam + residuals > 822.70 MicroJy IMAGR1: 579 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 940.105 MicroJy iter= 30 IMAGR1: Field 7 Clean flux density= 329.874 MicroJy 30 comps IMAGR1: Total Cleaned flux density = 316.650 MilliJy 232 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.243E-03 < Second best 1.379E-03 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.075E-03 < Second best 1.304E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.089E-03 < Second best 1.288E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 541 cell beam + residuals > 751.30 MicroJy IMAGR1: 946 Residual map points loaded IMAGR1: Field 4 min Clean flux = -931.591 MicroJy iter= 26 IMAGR1: Field 4 Clean flux density= -1.676 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 314.974 MilliJy 258 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 541 cell beam + residuals > 751.30 MicroJy IMAGR1: 891 Residual map points loaded IMAGR1: Field 5 min Clean flux = 933.661 MicroJy iter= 21 IMAGR1: Field 5 Clean flux density= 781.416 MicroJy 21 comps IMAGR1: Total Cleaned flux density = 315.756 MilliJy 279 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 961.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 1.001E-03 < Second best 1.130E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.929E-04 < Second best 1.089E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 541 cell beam + residuals > 660.05 MicroJy IMAGR1: 2747 Residual map points loaded IMAGR1: Field 2 min Clean flux = 930.169 MicroJy iter= 44 IMAGR1: Field 2 Clean flux density= 2.589 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 315.539 MilliJy 295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 705 cell beam + residuals > 616.27 MicroJy IMAGR1: 2590 Residual map points loaded IMAGR1: Field 6 min Clean flux = 916.773 MicroJy iter= 9 IMAGR1: Field 6 Clean flux density= 93.533 MicroJy 9 comps IMAGR1: Total Cleaned flux density = 315.633 MilliJy 304 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 958.0 MicroJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 608.01 MicroJy IMAGR1: 3168 Residual map points loaded IMAGR1: Field 1 min Clean flux = 925.934 MicroJy iter= 179 IMAGR1: Field 1 Clean flux density= 313.407 MilliJy 179 comps IMAGR1: Total Cleaned flux density = 315.525 MilliJy 309 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 707 cell beam + residuals > 608.01 MicroJy IMAGR1: 3815 Residual map points loaded IMAGR1: Field 3 min Clean flux = -923.897 MicroJy iter= 5 IMAGR1: Field 3 Clean flux density= -285.316 MicroJy 5 comps IMAGR1: Total Cleaned flux density = 315.240 MilliJy 314 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -961.2 MicroJy,max = 924.1 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 179 to 66 components IMAGR1: Field 2 compressed from 44 to 33 components IMAGR1: Field 3 compressed from 5 to 4 components IMAGR1: Field 4 compressed from 26 to 21 components IMAGR1: Field 5 compressed from 21 to 18 components IMAGR1: Field 6 compressed from 9 to 8 components IMAGR1: Field 7 compressed from 30 to 24 components IMAGR1: Field 1 min = -1.0 MilliJy,max = 888.9 MicroJy IMAGR1: Field 2 min = -960.8 MicroJy,max = 1.1 MilliJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 999.5 MicroJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Field 7 min = -961.2 MicroJy,max = 924.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 128.248 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR1: Restore-129.875 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR1: Restore 128.248 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR1: Restore 101.828 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR1: Restore 136.688 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR1: Restore -93.849 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR1: Restore 97.240 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore-196.084 MicroJy ( 6 CCs) from field 4 to field 6 IMAGR1: Restore 3.794 MicroJy ( 2 CCs) from field 5 to field 3 IMAGR1: Restore 202.122 MicroJy ( 2 CCs) from field 6 to field 4 IMAGR1: Restore-202.876 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR1: Restore 822.315 MicroJy ( 6 CCs) from field 7 to field 5 IMAGR1: Restore-297.419 MicroJy ( 3 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 313.403 MilliJy IMAGR1: Field 2 final Clean flux 2.589 MilliJy IMAGR1: Field 3 final Clean flux -16.587 MicroJy IMAGR1: Field 4 final Clean flux -1.604 MilliJy IMAGR1: Field 5 final Clean flux 1.638 MilliJy IMAGR1: Field 6 final Clean flux -399.970 MicroJy IMAGR1: Field 7 final Clean flux 329.874 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= 54 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 31.1 Real= 66 Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05797 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =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= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1508 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =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= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1558 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =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= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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 9 SETFC1: SETCEL: recommends IMSIZE 1346 CELLSIZE 0.23780 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23780 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1634+627_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 83.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= 1.2 Real= 3 C 1 1012 1012 16 34 33.80 62 45 35.9 00001 -1 507 512 513 C 2 1012 1012 16 34 33.80 62 42 13.5 00002 -1 507 512 513 C 3 1012 1012 16 34 08.29 62 43 54.5 00003 -1 507 512 513 C 4 1012 1012 16 34 59.31 62 43 54.5 00004 -1 507 512 513 C 5 1012 1012 16 34 08.24 62 47 17.0 00005 -1 507 512 513 C 6 1012 1012 16 34 59.36 62 47 17.0 00006 -1 507 512 513 C 7 1012 1012 16 34 33.80 62 48 58.3 00007 -1 507 512 513 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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 1012 1012 -1.9911E-02 -3.0000E-03 0 IMAGR1: Field 2 1012 1012 -1.9911E-02 -2.0240E+02 0 IMAGR1: Field 3 1012 1012 -1.7517E+02 -1.0140E+02 0 IMAGR1: Field 4 1012 1012 1.7513E+02 -1.0140E+02 0 IMAGR1: Field 5 1012 1012 -1.7551E+02 1.0110E+02 0 IMAGR1: Field 6 1012 1012 1.7547E+02 1.0110E+02 0 IMAGR1: Field 7 1012 1012 -1.9911E-02 2.0240E+02 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 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 61 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 17199 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.738E+04 IMAGR1: UVWAIT: Adding temperance S 7.476E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.688E+07 and out 7.286E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.142 due to weighting IMAGR1: UVWAIT: Average summed weight 3.738E+04 over 34164 vis IMAGR1: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1634+627 .IBM003. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1634+627 .IBM004. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1634+627 .IBM005. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1634+627 .IBM006. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1634+627 .IBM007. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 70 IMAGR1: Create 1634+627 .ICL003. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1634+627 .ICL004. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1634+627 .ICL005. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1634+627 .ICL006. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1634+627 .ICL007. 1 (MA) on disk 1 cno 75 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.73496E+08 IMAGR1: Field 1 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.258 x 0.675 arcsec, PA= 88.8 IMAGR1: Field 2 Sum of gridding weights = 7.73495E+08 IMAGR1: Field 2 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.258 x 0.675 arcsec, PA= 88.7 IMAGR1: Field 3 Sum of gridding weights = 7.73493E+08 IMAGR1: Field 3 Beam min = -90.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.260 x 0.675 arcsec, PA= 88.6 IMAGR1: Field 4 Sum of gridding weights = 7.73492E+08 IMAGR1: Field 4 Beam min = -91.2 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.257 x 0.675 arcsec, PA= 88.9 IMAGR1: Field 5 Sum of gridding weights = 7.73493E+08 IMAGR1: Field 5 Beam min = -84.5 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.260 x 0.675 arcsec, PA= 88.7 IMAGR1: Field 6 Sum of gridding weights = 7.73492E+08 IMAGR1: Field 6 Beam min = -91.3 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.257 x 0.675 arcsec, PA= 88.9 IMAGR1: Field 7 Sum of gridding weights = 7.73495E+08 IMAGR1: Field 7 Beam min = -154.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.258 x 0.675 arcsec, PA= 88.8 IMAGR1: CLBHIS: minimum component 0.431 of current peak IMAGR1: Field 1 min = -50.0 MilliJy,max = 792.3 MilliJy IMAGR1: Field 2 min = -44.1 MilliJy,max = 87.6 MilliJy IMAGR1: Field 3 min = -69.9 MilliJy,max = 107.1 MilliJy IMAGR1: Field 4 min = -67.7 MilliJy,max = 106.1 MilliJy IMAGR1: Field 5 min = -69.3 MilliJy,max = 112.8 MilliJy IMAGR1: Field 6 min = -69.5 MilliJy,max = 106.2 MilliJy IMAGR1: Field 7 min = -45.7 MilliJy,max = 87.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 56.27 MilliJy IMAGR1: 3262 Residual map points loaded IMAGR1: Field 1 min allowed flux = 341.074 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 485.368 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 485.368 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -19.5 MilliJy,max = 307.0 MilliJy IMAGR1: BGC Clean: using 1435 cell beam + residuals > 39.96 MilliJy IMAGR1: 185 Residual map points loaded IMAGR1: Field 1 min allowed flux = 132.142 MilliJy iter= 18 IMAGR1: Field 1 Clean flux density= 673.414 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 673.414 MilliJy 18 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.8 MilliJy,max = 119.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 37.84 MilliJy IMAGR1: 18 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 53.667 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 747.933 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 747.933 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.573E-03 < Second best 8.962E-02 IMAGR1: Field 3 min = -4.7 MilliJy,max = 6.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.982E-03 < Second best 8.460E-02 IMAGR1: Field 5 min = -4.4 MilliJy,max = 7.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.441E-03 < Second best 8.426E-02 IMAGR1: Field 4 min = -3.5 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.497E-03 < Second best 8.388E-02 IMAGR1: Field 7 min = -3.5 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.404E-03 < Second best 8.359E-02 IMAGR1: Field 2 min = -2.8 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.547E-03 < Second best 5.102E-02 IMAGR1: Field 1 min = -3.4 MilliJy,max = 48.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.81 MilliJy IMAGR1: 2588 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.647 MilliJy iter= 37 IMAGR1: Field 1 Clean flux density= 780.038 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 780.038 MilliJy 37 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 17.7 MilliJy IMAGR1: BGC Clean: using 811 cell beam + residuals > 2.52 MilliJy IMAGR1: 273 Residual map points loaded IMAGR1: Field 1 min allowed flux = 7.568 MilliJy iter= 48 IMAGR1: Field 1 Clean flux density= 793.209 MilliJy 48 comps IMAGR1: Total Cleaned flux density = 793.209 MilliJy 48 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR1: 36 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.925 MilliJy iter= 61 IMAGR1: Field 1 Clean flux density= 798.312 MilliJy 61 comps IMAGR1: Total Cleaned flux density = 798.312 MilliJy 61 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.555E-03 < Second best 5.573E-03 IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.644E-03 < Second best 5.547E-03 IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.437E-03 < Second best 5.497E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.717E-03 < Second best 5.441E-03 IMAGR1: Field 5 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.751E-03 < Second best 5.404E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.220E-03 < Second best 2.784E-03 IMAGR1: Field 1 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 884.65 MicroJy IMAGR1: 1414 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.477 MilliJy iter= 106 IMAGR1: Field 1 Clean flux density= 800.796 MilliJy 106 comps IMAGR1: Total Cleaned flux density = 800.796 MilliJy 106 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 881.61 MicroJy IMAGR1: 3042 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.252 MilliJy iter= 54 IMAGR1: Field 5 Clean flux density= 3.000 MilliJy 54 comps IMAGR1: Total Cleaned flux density = 803.796 MilliJy 160 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 874.56 MicroJy IMAGR1: 4519 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.240 MilliJy iter= 80 IMAGR1: Field 4 Clean flux density= 556.106 MicroJy 80 comps IMAGR1: Total Cleaned flux density = 804.352 MilliJy 240 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.451E-03 < Second best 1.555E-03 IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 849.89 MicroJy IMAGR1: 2428 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.130 MilliJy iter= 91 IMAGR1: Field 3 Clean flux density= 7.676 MilliJy 91 comps IMAGR1: Total Cleaned flux density = 812.028 MilliJy 331 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 848.32 MicroJy IMAGR1: 2989 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.119 MilliJy iter= 120 IMAGR1: Field 6 Clean flux density= 2.507 MilliJy 120 comps IMAGR1: Total Cleaned flux density = 814.535 MilliJy 451 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.173E-03 < Second best 1.408E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 831.24 MicroJy IMAGR1: 292 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 936.462 MicroJy iter= 163 IMAGR1: Field 1 Clean flux density= 803.379 MilliJy 163 comps IMAGR1: Total Cleaned flux density = 817.119 MilliJy 508 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.107E-03 < Second best 1.197E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 812.64 MicroJy IMAGR1: 2945 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.022 MilliJy iter= 198 IMAGR1: Field 5 Clean flux density= 5.942 MilliJy 198 comps IMAGR1: Total Cleaned flux density = 820.060 MilliJy 652 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 785.56 MicroJy IMAGR1: 3950 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -985.720 MicroJy iter= 267 IMAGR1: Field 4 Clean flux density= 1.722 MilliJy 267 comps IMAGR1: Total Cleaned flux density = 821.226 MilliJy 839 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 782.72 MicroJy IMAGR1: 353 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -856.926 MicroJy iter= 76 IMAGR1: Field 2 Clean flux density= 913.990 MicroJy 76 comps IMAGR1: Total Cleaned flux density = 822.140 MilliJy 915 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.010E-03 < Second best 1.082E-03 IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 762.55 MicroJy IMAGR1: 1581 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -885.252 MicroJy iter= 248 IMAGR1: Field 3 Clean flux density= 10.368 MilliJy 248 comps IMAGR1: Total Cleaned flux density = 824.832 MilliJy 1072 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 735.80 MicroJy IMAGR1: 2135 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 864.274 MicroJy iter= 322 IMAGR1: Field 6 Clean flux density= 3.951 MilliJy 322 comps IMAGR1: Total Cleaned flux density = 826.275 MilliJy 1274 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.2 MilliJy,max = 994.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.251E-04 < Second best 9.799E-04 IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 713.23 MicroJy IMAGR1: 2690 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 833.966 MicroJy iter= 429 IMAGR1: Field 5 Clean flux density= 8.265 MilliJy 429 comps IMAGR1: Total Cleaned flux density = 828.599 MilliJy 1505 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.694E-04 < Second best 9.251E-04 IMAGR1: Field 7 min = -1.1 MilliJy,max = 966.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 681.60 MicroJy IMAGR1: 486 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 736.854 MicroJy iter= 124 IMAGR1: Field 7 Clean flux density= 4.572 MilliJy 124 comps IMAGR1: Total Cleaned flux density = 833.170 MilliJy 1629 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -831.7 MicroJy,max = 870.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.972E-04 < Second best 8.694E-04 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 672.29 MicroJy IMAGR1: 3298 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -782.616 MicroJy iter= 552 IMAGR1: Field 4 Clean flux density= 174.230 MicroJy 552 comps IMAGR1: Total Cleaned flux density = 831.623 MilliJy 1914 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.873E-04 < Second best 8.291E-04 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 635.93 MicroJy IMAGR1: 1219 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -695.708 MicroJy iter= 505 IMAGR1: Field 6 Clean flux density= 5.689 MilliJy 505 comps IMAGR1: Total Cleaned flux density = 833.361 MilliJy 2097 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 867.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.497E-04 < Second best 8.005E-04 IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 604.57 MicroJy IMAGR1: 3668 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -696.118 MicroJy iter= 764 IMAGR1: Field 5 Clean flux density= 10.491 MilliJy 764 comps IMAGR1: Total Cleaned flux density = 835.587 MilliJy 2432 comps IMAGR1: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 426- 0 Cells, with 17199 Pts IMAGR1: Field 1 min = -818.5 MicroJy,max = 749.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 602.58 MicroJy IMAGR1: 187 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -622.689 MicroJy iter= 238 IMAGR1: Field 1 Clean flux density= 803.281 MilliJy 238 comps IMAGR1: Total Cleaned flux density = 835.489 MilliJy 2507 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -925.8 MicroJy,max = 906.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 596.15 MicroJy IMAGR1: 1200 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 649.080 MicroJy iter= 476 IMAGR1: Field 3 Clean flux density= 11.668 MilliJy 476 comps IMAGR1: Total Cleaned flux density = 836.790 MilliJy 2735 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 987.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 569.11 MicroJy IMAGR1: 2932 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 636.667 MicroJy iter= 889 IMAGR1: Field 4 Clean flux density= 1.043 MilliJy 889 comps IMAGR1: Total Cleaned flux density = 837.659 MilliJy 3072 comps IMAGR1: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 426- 0 Cells, with 17199 Pts IMAGR1: Field 2 min = -1.2 MilliJy,max = 822.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.710E-04 < Second best 7.062E-04 IMAGR1: Field 7 min = -930.6 MicroJy,max = 781.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 556.02 MicroJy IMAGR1: 461 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -582.212 MicroJy iter= 268 IMAGR1: Field 7 Clean flux density= 5.555 MilliJy 268 comps IMAGR1: Total Cleaned flux density = 838.643 MilliJy 3216 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 808.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 555.82 MicroJy IMAGR1: 442 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 582.218 MicroJy iter= 226 IMAGR1: Field 2 Clean flux density= 194.766 MicroJy 226 comps IMAGR1: Total Cleaned flux density = 837.924 MilliJy 3366 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -888.0 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 533.74 MicroJy IMAGR1: 1481 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 572.986 MicroJy iter= 1013 IMAGR1: Field 5 Clean flux density= 11.101 MilliJy 1013 comps IMAGR1: Total Cleaned flux density = 838.534 MilliJy 3615 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 515.93 MicroJy IMAGR1: 1388 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 556.269 MicroJy iter= 789 IMAGR1: Field 6 Clean flux density= 6.592 MilliJy 789 comps IMAGR1: Total Cleaned flux density = 839.437 MilliJy 3899 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -777.7 MicroJy,max = 831.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 503.57 MicroJy IMAGR1: 1197 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 536.237 MicroJy iter= 730 IMAGR1: Field 3 Clean flux density= 14.551 MilliJy 730 comps IMAGR1: Total Cleaned flux density = 842.320 MilliJy 4153 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -914.6 MicroJy,max = 859.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 481.04 MicroJy IMAGR1: 2123 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 519.334 MicroJy iter= 1222 IMAGR1: Field 4 Clean flux density= 996.483 MicroJy 1222 comps IMAGR1: Total Cleaned flux density = 842.273 MilliJy 4486 comps IMAGR1: ALGSTB: All 437 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 426- 0 Cells, with 17199 Pts IMAGR1: Field 1 min = -690.2 MicroJy,max = 582.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 474.44 MicroJy IMAGR1: 87 Residual map points loaded IMAGR1: Field 1 min Clean flux = -516.769 MicroJy iter= 247 IMAGR1: Field 1 Clean flux density= 803.238 MilliJy 247 comps IMAGR1: Total Cleaned flux density = 842.230 MilliJy 4495 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -792.1 MicroJy,max = 700.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 467.73 MicroJy IMAGR1: 670 Residual map points loaded IMAGR1: Field 7 min Clean flux = 516.164 MicroJy iter= 316 IMAGR1: Field 7 Clean flux density= 6.181 MilliJy 316 comps IMAGR1: Total Cleaned flux density = 842.856 MilliJy 4543 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -994.9 MicroJy,max = 703.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 458.39 MicroJy IMAGR1: 740 Residual map points loaded IMAGR1: Field 2 min Clean flux = 517.129 MicroJy iter= 273 IMAGR1: Field 2 Clean flux density= 41.144 MicroJy 273 comps IMAGR1: Total Cleaned flux density = 842.702 MilliJy 4590 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -797.4 MicroJy,max = 891.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 440.94 MicroJy IMAGR1: 3129 Residual map points loaded IMAGR1: Field 5 min Clean flux = 516.958 MicroJy iter= 1110 IMAGR1: Field 5 Clean flux density= 12.512 MilliJy 1110 comps IMAGR1: Total Cleaned flux density = 844.113 MilliJy 4687 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -932.2 MicroJy,max = 947.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 414.94 MicroJy IMAGR1: 2482 Residual map points loaded IMAGR1: Field 6 min Clean flux = 516.959 MicroJy iter= 801 IMAGR1: Field 6 Clean flux density= 6.598 MilliJy 801 comps IMAGR1: Total Cleaned flux density = 844.119 MilliJy 4699 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -721.6 MicroJy,max = 764.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 389.88 MicroJy IMAGR1: 5433 Residual map points loaded IMAGR1: Field 3 min Clean flux = -513.238 MicroJy iter= 738 IMAGR1: Field 3 Clean flux density= 14.238 MilliJy 738 comps IMAGR1: Total Cleaned flux density = 843.806 MilliJy 4707 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -878.0 MicroJy,max = 807.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 335.05 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 4 min Clean flux = -515.069 MicroJy iter= 1224 IMAGR1: Field 4 Clean flux density= 893.257 MicroJy 1224 comps IMAGR1: Total Cleaned flux density = 843.703 MilliJy 4709 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 517.129 less than limit 517.168 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 247 to 108 components IMAGR1: Field 2 compressed from 273 to 209 components IMAGR1: Field 3 compressed from 738 to 505 components IMAGR1: Field 4 compressed from 1224 to 853 components IMAGR1: Field 5 compressed from 1110 to 734 components IMAGR1: Field 6 compressed from 801 to 595 components IMAGR1: Field 7 compressed from 316 to 239 components IMAGR1: Field 1 min = -679.7 MicroJy,max = 551.5 MicroJy IMAGR1: Field 2 min = -994.1 MicroJy,max = 688.4 MicroJy IMAGR1: Field 3 min = -719.6 MicroJy,max = 762.8 MicroJy IMAGR1: Field 4 min = -878.3 MicroJy,max = 805.1 MicroJy IMAGR1: Field 5 min = -798.7 MicroJy,max = 874.2 MicroJy IMAGR1: Field 6 min = -927.8 MicroJy,max = 948.4 MicroJy IMAGR1: Field 7 min = -768.1 MicroJy,max = 677.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-163.971 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR1: Restore 251.640 MicroJy ( 8 CCs) from field 1 to field 3 IMAGR1: Restore-577.435 MicroJy ( 34 CCs) from field 1 to field 4 IMAGR1: Restore 52.933 MicroJy ( 9 CCs) from field 1 to field 5 IMAGR1: Restore-225.637 MicroJy ( 26 CCs) from field 1 to field 6 IMAGR1: Restore 364.486 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR1: Restore-148.105 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Restore 213.081 MicroJy ( 10 CCs) from field 2 to field 3 IMAGR1: Restore 476.096 MicroJy ( 45 CCs) from field 2 to field 4 IMAGR1: Restore -70.821 MicroJy ( 9 CCs) from field 3 to field 1 IMAGR1: Restore 673.199 MicroJy ( 12 CCs) from field 3 to field 2 IMAGR1: Restore 697.693 MicroJy ( 35 CCs) from field 3 to field 5 IMAGR1: Restore 21.489 MicroJy ( 28 CCs) from field 4 to field 1 IMAGR1: Restore -1.043 MilliJy ( 30 CCs) from field 4 to field 2 IMAGR1: Restore 1.610 MilliJy ( 52 CCs) from field 4 to field 6 IMAGR1: Restore-869.082 MicroJy ( 15 CCs) from field 5 to field 1 IMAGR1: Restore 923.695 MicroJy ( 42 CCs) from field 5 to field 3 IMAGR1: Restore-522.674 MicroJy ( 30 CCs) from field 5 to field 7 IMAGR1: Restore 243.981 MicroJy ( 10 CCs) from field 6 to field 1 IMAGR1: Restore 1.903 MilliJy ( 69 CCs) from field 6 to field 4 IMAGR1: Restore-433.590 MicroJy ( 12 CCs) from field 6 to field 7 IMAGR1: Restore 75.187 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR1: Restore 790.004 MicroJy ( 48 CCs) from field 7 to field 5 IMAGR1: Restore 38.659 MicroJy ( 23 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 802.490 MilliJy IMAGR1: Field 2 final Clean flux -492.552 MicroJy IMAGR1: Field 3 final Clean flux 15.627 MilliJy IMAGR1: Field 4 final Clean flux 2.695 MilliJy IMAGR1: Field 5 final Clean flux 14.053 MilliJy IMAGR1: Field 6 final Clean flux 8.021 MilliJy IMAGR1: Field 7 final Clean flux 5.589 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= 61 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 72.2 Real= 153 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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= 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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 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: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08432 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 10 SETFC1: SETCEL: recommends IMSIZE 1397 CELLSIZE 0.22908 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22908 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 89.7 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= 2 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 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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= 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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 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: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08432 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =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 68 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 17973 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.602E+04 IMAGR1: UVWAIT: Adding temperance S 5.204E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 5.963E+07 and out 7.881E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR1: UVWAIT: Average summed weight 2.602E+04 over 35478 vis IMAGR1: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 70 IMAGR1: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 72 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 = 8.36655E+08 IMAGR1: Field 1 Beam min = -74.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.223 x 0.666 arcsec, PA= -85.6 IMAGR1: Field 2 Sum of gridding weights = 8.36665E+08 IMAGR1: Field 2 Beam min = -74.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.223 x 0.666 arcsec, PA= -85.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -61.1 MilliJy,max = 813.6 MilliJy IMAGR1: Field 2 min = -61.7 MilliJy,max = 805.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 71.39 MilliJy IMAGR1: 1578 Residual map points loaded IMAGR1: Field 1 min allowed flux = 389.137 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 463.365 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 463.365 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 = -28.3 MilliJy,max = 343.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.268E-01 < Second best 3.699E-01 IMAGR1: Field 1 min = -29.1 MilliJy,max = 350.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 34.14 MilliJy IMAGR1: 1120 Residual map points loaded IMAGR1: Field 1 min allowed flux = 164.392 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 684.543 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 684.543 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -16.9 MilliJy,max = 152.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.448E-01 < Second best 1.563E-01 IMAGR1: Field 1 min = -17.4 MilliJy,max = 152.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 14.42 MilliJy IMAGR1: 1511 Residual map points loaded IMAGR1: Field 1 min allowed flux = 73.850 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 781.958 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 781.958 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -22.3 MilliJy,max = 69.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.596E-02 < Second best 7.021E-02 IMAGR1: Field 1 min = -21.9 MilliJy,max = 67.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.48 MilliJy IMAGR1: 2971 Residual map points loaded IMAGR1: Field 1 min allowed flux = 33.358 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 825.570 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 825.570 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -26.6 MilliJy,max = 32.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 6.08 MilliJy IMAGR1: 281 Residual map points loaded IMAGR1: Field 2 min allowed flux = -15.872 MilliJy iter= 19 IMAGR1: Field 2 Clean flux density= 4.112 MilliJy 19 comps IMAGR1: Total Cleaned flux density = 829.682 MilliJy 54 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.0 MilliJy,max = 16.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.93 MilliJy IMAGR1: 11206 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.085 MilliJy iter= 93 IMAGR1: Field 1 Clean flux density= 836.069 MilliJy 93 comps IMAGR1: Total Cleaned flux density = 840.181 MilliJy 112 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.5 MilliJy,max = 8.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.68 MilliJy IMAGR1: 1004 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 4.711 MilliJy iter= 124 IMAGR1: Field 2 Clean flux density= 19.546 MilliJy 124 comps IMAGR1: Total Cleaned flux density = 855.615 MilliJy 217 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -5.0 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 1.87 MilliJy IMAGR1: 5316 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.922 MilliJy iter= 247 IMAGR1: Field 1 Clean flux density= 841.968 MilliJy 247 comps IMAGR1: Total Cleaned flux density = 861.514 MilliJy 371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR1: 593 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.964 MilliJy iter= 230 IMAGR1: Field 2 Clean flux density= 24.559 MilliJy 230 comps IMAGR1: Total Cleaned flux density = 866.527 MilliJy 477 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR1: 18449 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.859 MilliJy iter= 527 IMAGR1: Field 1 Clean flux density= 802.043 MilliJy 527 comps IMAGR1: Total Cleaned flux density = 826.602 MilliJy 757 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 404 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.397 MilliJy iter= 327 IMAGR1: Field 2 Clean flux density= 26.957 MilliJy 327 comps IMAGR1: Total Cleaned flux density = 829.000 MilliJy 854 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR1: 19182 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.510 MilliJy iter= 888 IMAGR1: Field 1 Clean flux density= 786.564 MilliJy 888 comps IMAGR1: Total Cleaned flux density = 813.521 MilliJy 1215 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 18844 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.345 MilliJy iter= 1310 IMAGR1: Field 1 Clean flux density= 769.342 MilliJy 1310 comps IMAGR1: Total Cleaned flux density = 796.299 MilliJy 1637 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.197E-03 < Second best 1.290E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 957.72 MicroJy IMAGR1: 19578 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.218 MilliJy iter= 1815 IMAGR1: Field 1 Clean flux density= 758.952 MilliJy 1815 comps IMAGR1: Total Cleaned flux density = 785.909 MilliJy 2142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 956.44 MicroJy IMAGR1: 172 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -990.352 MicroJy iter= 400 IMAGR1: Field 2 Clean flux density= 26.252 MilliJy 400 comps IMAGR1: Total Cleaned flux density = 785.205 MilliJy 2215 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 884.26 MicroJy IMAGR1: 19587 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.103 MilliJy iter= 2426 IMAGR1: Field 1 Clean flux density= 737.426 MilliJy 2426 comps IMAGR1: Total Cleaned flux density = 763.679 MilliJy 2826 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 823.79 MicroJy IMAGR1: 19353 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.009 MilliJy iter= 3123 IMAGR1: Field 1 Clean flux density= 731.992 MilliJy 3123 comps IMAGR1: Total Cleaned flux density = 758.244 MilliJy 3523 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 765.82 MicroJy IMAGR1: 18978 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -926.585 MicroJy iter= 3928 IMAGR1: Field 1 Clean flux density= 710.466 MilliJy 3928 comps IMAGR1: Total Cleaned flux density = 736.719 MilliJy 4328 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 > 761.88 MicroJy IMAGR1: 64 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 768.953 MicroJy iter= 434 IMAGR1: Field 2 Clean flux density= 26.079 MilliJy 434 comps IMAGR1: Total Cleaned flux density = 736.546 MilliJy 4362 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 704.40 MicroJy IMAGR1: 19794 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 847.781 MicroJy iter= 4891 IMAGR1: Field 1 Clean flux density= 716.346 MilliJy 4891 comps IMAGR1: Total Cleaned flux density = 742.425 MilliJy 5325 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 653.39 MicroJy IMAGR1: 19594 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -781.125 MicroJy iter= 5973 IMAGR1: Field 1 Clean flux density= 680.461 MilliJy 5973 comps IMAGR1: Total Cleaned flux density = 706.540 MilliJy 6407 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 607.12 MicroJy IMAGR1: 19299 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 719.966 MicroJy iter= 7203 IMAGR1: Field 1 Clean flux density= 698.563 MilliJy 7203 comps IMAGR1: Total Cleaned flux density = 724.642 MilliJy 7637 comps IMAGR1: ALGSTB: All 835 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 824- 0 Cells, with 17973 Pts IMAGR1: Field 2 min = -869.4 MicroJy,max = 921.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 604.95 MicroJy IMAGR1: 76 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -610.691 MicroJy iter= 479 IMAGR1: Field 2 Clean flux density= 25.323 MilliJy 479 comps IMAGR1: Total Cleaned flux density = 723.886 MilliJy 7682 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 553.20 MicroJy IMAGR1: 19778 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -649.162 MicroJy iter= 8616 IMAGR1: Field 1 Clean flux density= 665.516 MilliJy 8616 comps IMAGR1: Total Cleaned flux density = 690.839 MilliJy 9095 comps IMAGR1: ALGSTB: All 835 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 824- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 509.06 MicroJy IMAGR1: 19547 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -593.035 MicroJy iter= 10144 IMAGR1: Field 1 Clean flux density= 667.286 MilliJy 10144 comps IMAGR1: Total Cleaned flux density = 692.609 MilliJy 10623 comps IMAGR1: ALGSTB: All 835 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 824- 0 Cells, with 17973 Pts IMAGR1: Field 2 min = -748.2 MicroJy,max = 793.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 508.13 MicroJy IMAGR1: 81 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 511.146 MicroJy iter= 522 IMAGR1: Field 2 Clean flux density= 25.037 MilliJy 522 comps IMAGR1: Total Cleaned flux density = 692.323 MilliJy 10666 comps IMAGR1: ALGSTB: All 114 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 103- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 470.32 MicroJy IMAGR1: 19796 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 544.353 MicroJy iter= 11827 IMAGR1: Field 1 Clean flux density= 652.647 MilliJy 11827 comps IMAGR1: Total Cleaned flux density = 677.684 MilliJy 12349 comps IMAGR1: ALGSTB: All 835 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 824- 0 Cells, with 17973 Pts IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 436.18 MicroJy IMAGR1: 19633 Residual map points loaded IMAGR1: Field 1 min Clean flux = 505.903 MicroJy iter= 13598 IMAGR1: Field 1 Clean flux density= 640.575 MilliJy 13598 comps IMAGR1: Total Cleaned flux density = 665.612 MilliJy 14120 comps IMAGR1: ALGSTB: All 835 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 824- 0 Cells, with 17973 Pts IMAGR1: Field 2 min = -588.0 MicroJy,max = 657.1 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 72.18 MicroJy IMAGR1: 19617 Residual map points loaded IMAGR1: Field 2 min Clean flux = -505.032 MicroJy iter= 531 IMAGR1: Field 2 Clean flux density= 25.329 MilliJy 531 comps IMAGR1: Total Cleaned flux density = 665.904 MilliJy 14129 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 505.903 less than limit 505.910 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 13598 to 7564 components IMAGR1: Field 2 compressed from 531 to 195 components IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: Field 2 min = -587.2 MicroJy,max = 616.3 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 836.415 MilliJy ( 205 CCs) from field 1 to field 2 IMAGR1: Restore 25.329 MilliJy ( 195 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 665.904 MilliJy IMAGR1: Field 2 final Clean flux 861.744 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= 68 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 89.6 Real= 190 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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= 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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 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: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08432 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =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= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04408 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 11 SETFC1: SETCEL: recommends IMSIZE 1365 CELLSIZE 0.23445 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23445 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 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 86.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 2 C 1 1012 1012 16 09 13.96 65 32 28.0 00001 -1 507 512 513 C 2 1012 1012 16 09 13.96 65 29 08.4 00002 -1 507 512 513 C 3 1012 1012 16 08 46.15 65 30 48.0 00003 -1 507 512 513 C 4 1012 1012 16 09 41.76 65 30 48.0 00004 -1 507 512 513 C 5 1012 1012 16 08 46.10 65 34 07.6 00005 -1 507 512 513 C 6 1012 1012 16 09 41.82 65 34 07.6 00006 -1 507 512 513 C 7 1012 1012 16 09 13.96 65 35 47.6 00007 -1 507 512 513 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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= 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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 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: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08432 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =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= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04408 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =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 1012 1012 2.4842E-02 5.1159E-11 0 IMAGR1: Field 2 1012 1012 2.4842E-02 -1.9960E+02 0 IMAGR1: Field 3 1012 1012 -1.7269E+02 -1.0000E+02 0 IMAGR1: Field 4 1012 1012 1.7268E+02 -1.0000E+02 0 IMAGR1: Field 5 1012 1012 -1.7300E+02 9.9600E+01 0 IMAGR1: Field 6 1012 1012 1.7305E+02 9.9600E+01 0 IMAGR1: Field 7 1012 1012 2.4842E-02 1.9960E+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 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 65754 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.298E+05 IMAGR1: UVWAIT: Adding temperance S 2.596E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.170E+08 and out 3.615E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.178 due to weighting IMAGR1: UVWAIT: Average summed weight 1.298E+05 over 131430 vis IMAGR1: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1608+656 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1608+656 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR1: Create 1608+656 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR1: Create 1608+656 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR1: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1608+656 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1608+656 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1608+656 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1608+656 .ICL007. 1 (MA) on disk 1 cno 84 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.83798E+09 IMAGR1: Field 1 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.278 x 0.604 arcsec, PA= 84.4 IMAGR1: Field 2 Sum of gridding weights = 3.83798E+09 IMAGR1: Field 2 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.278 x 0.604 arcsec, PA= 84.4 IMAGR1: Field 3 Sum of gridding weights = 3.83798E+09 IMAGR1: Field 3 Beam min = -143.1 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.280 x 0.604 arcsec, PA= 84.3 IMAGR1: Field 4 Sum of gridding weights = 3.83797E+09 IMAGR1: Field 4 Beam min = -143.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.277 x 0.604 arcsec, PA= 84.5 IMAGR1: Field 5 Sum of gridding weights = 3.83797E+09 IMAGR1: Field 5 Beam min = -143.1 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.280 x 0.604 arcsec, PA= 84.3 IMAGR1: Field 6 Sum of gridding weights = 3.83797E+09 IMAGR1: Field 6 Beam min = -143.9 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.276 x 0.604 arcsec, PA= 84.5 IMAGR1: Field 7 Sum of gridding weights = 3.83798E+09 IMAGR1: Field 7 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.278 x 0.604 arcsec, PA= 84.4 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -4.3 MilliJy,max = 21.6 MilliJy IMAGR1: Field 2 min = -1.3 MilliJy,max = 2.7 MilliJy IMAGR1: Field 3 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR1: Field 4 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.8 MilliJy IMAGR1: Field 6 min = -1.3 MilliJy,max = 2.0 MilliJy IMAGR1: Field 7 min = -1.3 MilliJy,max = 2.6 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 1833 cell beam + residuals > 1.26 MilliJy IMAGR1: 10959 Residual map points loaded IMAGR1: Field 1 min allowed flux = 10.759 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 13.486 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 13.486 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 10.3 MilliJy IMAGR1: BGC Clean: using 681 cell beam + residuals > 993.97 MicroJy IMAGR1: 6942 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.108 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 31.354 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 31.354 MilliJy 33 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 323 cell beam + residuals > 872.61 MicroJy IMAGR1: 1068 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.547 MilliJy iter= 61 IMAGR1: Field 1 Clean flux density= 41.596 MilliJy 61 comps IMAGR1: Total Cleaned flux density = 41.596 MilliJy 61 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 858.79 MicroJy IMAGR1: 96 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.269 MilliJy iter= 90 IMAGR1: Field 1 Clean flux density= 46.880 MilliJy 90 comps IMAGR1: Total Cleaned flux density = 46.880 MilliJy 90 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -349.9 MicroJy,max = 765.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.302E-04 < Second best 1.991E-03 IMAGR1: Field 3 min = -276.8 MicroJy,max = 335.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.670E-04 < Second best 1.915E-03 IMAGR1: Field 6 min = -341.6 MicroJy,max = 338.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.844E-04 < Second best 1.907E-03 IMAGR1: Field 2 min = -329.6 MicroJy,max = 425.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.225E-04 < Second best 1.384E-03 IMAGR1: Field 5 min = -332.5 MicroJy,max = 381.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.649E-04 < Second best 1.291E-03 IMAGR1: Field 4 min = -327.3 MicroJy,max = 353.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.382E-04 < Second best 1.208E-03 IMAGR1: Field 1 min = -928.7 MicroJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 323 cell beam + residuals > 216.80 MicroJy IMAGR1: 9837 Residual map points loaded IMAGR1: Field 1 min allowed flux = 618.221 MicroJy iter= 131 IMAGR1: Field 1 Clean flux density= 48.889 MilliJy 131 comps IMAGR1: Total Cleaned flux density = 48.889 MilliJy 131 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -315.5 MicroJy,max = 763.4 MicroJy IMAGR1: BGC Clean: using 323 cell beam + residuals > 214.80 MicroJy IMAGR1: 1147 Residual map points loaded IMAGR1: Field 7 min allowed flux = 372.323 MicroJy iter= 13 IMAGR1: Field 7 Clean flux density= 658.577 MicroJy 13 comps IMAGR1: Total Cleaned flux density = 49.548 MilliJy 144 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -607.1 MicroJy,max = 608.0 MicroJy IMAGR1: BGC Clean: using 139 cell beam + residuals > 212.68 MicroJy IMAGR1: 5020 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 346.866 MicroJy iter= 251 IMAGR1: Field 1 Clean flux density= 51.622 MilliJy 251 comps IMAGR1: Total Cleaned flux density = 52.281 MilliJy 264 comps IMAGR1: ALGSTB: All 384 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 373- 0 Cells, with 65754 Pts IMAGR1: Field 5 min = -294.9 MicroJy,max = 315.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.876E-04 < Second best 3.549E-04 IMAGR1: Field 7 min = -287.8 MicroJy,max = 352.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 190.04 MicroJy IMAGR1: 1549 Residual map points loaded IMAGR1: Field 7 min Clean flux = 264.424 MicroJy iter= 44 IMAGR1: Field 7 Clean flux density= 1.165 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 52.787 MilliJy 295 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -319.2 MicroJy,max = 311.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.979E-04 < Second best 3.311E-04 IMAGR1: Field 1 min = -337.5 MicroJy,max = 332.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 179.06 MicroJy IMAGR1: 6642 Residual map points loaded IMAGR1: Field 1 min Clean flux = 264.469 MicroJy iter= 397 IMAGR1: Field 1 Clean flux density= 52.059 MilliJy 397 comps IMAGR1: Total Cleaned flux density = 53.225 MilliJy 441 comps IMAGR1: ALGSTB: All 384 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 373- 0 Cells, with 65754 Pts IMAGR1: Field 2 min = -279.1 MicroJy,max = 279.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.674E-04 < Second best 2.979E-04 IMAGR1: Field 4 min = -308.4 MicroJy,max = 288.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.392E-04 < Second best 2.876E-04 IMAGR1: Field 5 min = -293.5 MicroJy,max = 268.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 2.575E-04 < Second best 2.844E-04 IMAGR1: Field 6 min = -288.0 MicroJy,max = 354.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 154.64 MicroJy IMAGR1: 3480 Residual map points loaded IMAGR1: Field 6 min Clean flux = 260.721 MicroJy iter= 2 IMAGR1: Field 6 Clean flux density= 53.590 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 53.279 MilliJy 443 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -278.8 MicroJy,max = 279.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 150.88 MicroJy IMAGR1: 5841 Residual map points loaded IMAGR1: Field 2 min Clean flux = -258.464 MicroJy iter= 2 IMAGR1: Field 2 Clean flux density= -53.715 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 53.225 MilliJy 445 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -262.7 MicroJy,max = 265.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 125.43 MicroJy IMAGR1: 16311 Residual map points loaded IMAGR1: Field 3 min Clean flux = -262.720 MicroJy iter= 1 IMAGR1: Field 3 Clean flux density= -26.272 MicroJy 1 comps IMAGR1: Total Cleaned flux density = 53.199 MilliJy 446 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -293.8 MicroJy,max = 267.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 125.38 MicroJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 5 min Clean flux = 261.120 MicroJy iter= 3 IMAGR1: Field 5 Clean flux density= 26.082 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 53.225 MilliJy 449 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 264.469 less than limit 264.498 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 397 to 164 components IMAGR1: Field 2 compressed from 2 to 2 components IMAGR1: Field 3 compressed from 1 to 1 components IMAGR1: Field 4 compressed from 0 to 0 components IMAGR1: Field 5 compressed from 3 to 3 components IMAGR1: Field 6 compressed from 2 to 2 components IMAGR1: Field 7 compressed from 44 to 28 components IMAGR1: Field 1 min = -259.2 MicroJy,max = 270.6 MicroJy IMAGR1: Field 2 min = -269.6 MicroJy,max = 277.8 MicroJy IMAGR1: Field 3 min = -258.1 MicroJy,max = 264.4 MicroJy IMAGR1: Field 4 min = -308.8 MicroJy,max = 288.1 MicroJy IMAGR1: Field 5 min = -294.0 MicroJy,max = 260.7 MicroJy IMAGR1: Field 6 min = -287.8 MicroJy,max = 355.8 MicroJy IMAGR1: Field 7 min = -269.4 MicroJy,max = 287.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -22.095 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR1: Restore 84.950 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR1: Restore 33.304 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR1: Restore 58.154 MicroJy ( 4 CCs) from field 1 to field 5 IMAGR1: Restore-588.421 Nano Jy ( 2 CCs) from field 1 to field 6 IMAGR1: Restore 26.730 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR1: Restore -26.272 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore -26.272 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR1: Restore -26.796 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR1: Restore -26.796 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR1: Restore 26.072 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR1: Restore 81.017 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR1: Restore 27.555 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR1: Restore 29.014 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 52.114 MilliJy IMAGR1: Field 2 final Clean flux -102.082 MicroJy IMAGR1: Field 3 final Clean flux 58.678 MicroJy IMAGR1: Field 4 final Clean flux 33.304 MicroJy IMAGR1: Field 5 final Clean flux 111.792 MicroJy IMAGR1: Field 6 final Clean flux 82.016 MicroJy IMAGR1: Field 7 final Clean flux 1.165 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= 70 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 35.3 Real= 75 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08619 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =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= 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: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 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: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08432 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =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= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04408 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =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= 71 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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 12 SETFC1: SETCEL: recommends IMSIZE 1453 CELLSIZE 0.22033 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22033 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 102.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.4 Real= 3 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 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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 77 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 13689 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.224E+04 IMAGR1: UVWAIT: Adding temperance S 8.448E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.676E+07 and out 6.742E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR1: UVWAIT: Average summed weight 4.224E+04 over 26988 vis IMAGR1: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 81 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.15770E+08 IMAGR1: Field 1 Beam min = -97.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.149 x 0.619 arcsec, PA= -56.4 IMAGR1: Field 2 Sum of gridding weights = 7.15779E+08 IMAGR1: Field 2 Beam min = -97.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.149 x 0.619 arcsec, PA= -56.4 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -51.2 MilliJy,max = 522.8 MilliJy IMAGR1: Field 2 min = -54.6 MilliJy,max = 494.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 51.77 MilliJy IMAGR1: 9039 Residual map points loaded IMAGR1: Field 1 min allowed flux = 250.039 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 297.735 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 297.735 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 = -23.2 MilliJy,max = 213.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.029E-01 < Second best 2.377E-01 IMAGR1: Field 1 min = -22.0 MilliJy,max = 225.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 24.76 MilliJy IMAGR1: 6229 Residual map points loaded IMAGR1: Field 1 min allowed flux = 107.634 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 425.900 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 425.900 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.7 MilliJy,max = 92.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.759E-02 < Second best 1.023E-01 IMAGR1: Field 1 min = -9.5 MilliJy,max = 96.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 10.66 MilliJy IMAGR1: 6293 Residual map points loaded IMAGR1: Field 1 min allowed flux = 46.333 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 481.071 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 481.071 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.3 MilliJy,max = 39.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.797E-02 < Second best 4.405E-02 IMAGR1: Field 1 min = -4.1 MilliJy,max = 41.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 4.59 MilliJy IMAGR1: 6575 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.945 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 504.820 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 504.820 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 17.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.661E-02 < Second best 1.896E-02 IMAGR1: Field 1 min = -2.0 MilliJy,max = 18.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.98 MilliJy IMAGR1: 7918 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.586 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 515.043 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 515.043 MilliJy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 7.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.538E-03 < Second best 8.164E-03 IMAGR1: Field 1 min = -1.7 MilliJy,max = 7.8 MilliJy IMAGR1: BGC Clean: using 2009 cell beam + residuals > 952.47 MicroJy IMAGR1: 13892 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.721 MilliJy iter= 49 IMAGR1: Field 1 Clean flux density= 520.021 MilliJy 49 comps IMAGR1: Total Cleaned flux density = 520.021 MilliJy 49 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -902.7 MicroJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.320E-03 < Second best 3.540E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 1217 cell beam + residuals > 733.32 MicroJy IMAGR1: 14335 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.632 MilliJy iter= 58 IMAGR1: Field 1 Clean flux density= 522.203 MilliJy 58 comps IMAGR1: Total Cleaned flux density = 522.203 MilliJy 58 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -839.8 MicroJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.453E-03 < Second best 1.555E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 111 cell beam + residuals > 668.20 MicroJy IMAGR1: 18825 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.181 MilliJy iter= 123 IMAGR1: Field 1 Clean flux density= 527.021 MilliJy 123 comps IMAGR1: Total Cleaned flux density = 527.021 MilliJy 123 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -936.3 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.633E-04 < Second best 1.128E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 622.03 MicroJy IMAGR1: 19902 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -999.520 MicroJy iter= 223 IMAGR1: Field 1 Clean flux density= 524.675 MilliJy 223 comps IMAGR1: Total Cleaned flux density = 524.675 MilliJy 223 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -827.8 MicroJy,max = 948.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.080E-04 < Second best 9.562E-04 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 580.60 MicroJy IMAGR1: 19853 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -873.225 MicroJy iter= 366 IMAGR1: Field 1 Clean flux density= 527.894 MilliJy 366 comps IMAGR1: Total Cleaned flux density = 527.894 MilliJy 366 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -801.5 MicroJy,max = 830.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.954E-04 < Second best 8.365E-04 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 537.08 MicroJy IMAGR1: 19867 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 769.572 MicroJy iter= 560 IMAGR1: Field 1 Clean flux density= 525.139 MilliJy 560 comps IMAGR1: Total Cleaned flux density = 525.139 MilliJy 560 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -663.6 MicroJy,max = 720.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.751E-04 < Second best 7.377E-04 IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 488.50 MicroJy IMAGR1: 19833 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -672.320 MicroJy iter= 808 IMAGR1: Field 1 Clean flux density= 528.969 MilliJy 808 comps IMAGR1: Total Cleaned flux density = 528.969 MilliJy 808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -643.8 MicroJy,max = 672.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.938E-04 < Second best 6.445E-04 IMAGR1: Field 1 min = -1.0 MilliJy,max = 982.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 441.75 MicroJy IMAGR1: 19863 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -591.983 MicroJy iter= 1125 IMAGR1: Field 1 Clean flux density= 525.679 MilliJy 1125 comps IMAGR1: Total Cleaned flux density = 525.679 MilliJy 1125 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -567.1 MicroJy,max = 602.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 441.55 MicroJy IMAGR1: 61 Residual map points loaded IMAGR1: Field 2 min Clean flux = 541.756 MicroJy iter= 2 IMAGR1: Field 2 Clean flux density= 114.371 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 525.794 MilliJy 1127 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -929.0 MicroJy,max = 936.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 393.26 MicroJy IMAGR1: 19991 Residual map points loaded IMAGR1: Field 1 min Clean flux = -579.178 MicroJy iter= 1137 IMAGR1: Field 1 Clean flux density= 525.797 MilliJy 1137 comps IMAGR1: Total Cleaned flux density = 525.912 MilliJy 1139 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 579.178 less than limit 579.692 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1137 to 793 components IMAGR1: Field 2 compressed from 2 to 1 components IMAGR1: Field 1 min = -924.4 MicroJy,max = 930.1 MicroJy IMAGR1: Field 2 min = -566.0 MicroJy,max = 577.2 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 522.836 MilliJy ( 13 CCs) from field 1 to field 2 IMAGR1: Restore 114.371 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 525.912 MilliJy IMAGR1: Field 2 final Clean flux 522.950 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= 77 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 31.5 Real= 67 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 78 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09784 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 13 SETFC1: SETCEL: recommends IMSIZE 1447 CELLSIZE 0.22128 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22128 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1945+709_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 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 99.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= 1.5 Real= 3 C 1 2036 2036 19 45 53.52 70 55 48.7 00001 -1 1019 1024 1025 C 2 246 246 19 45 53.64 70 55 48.3 00002 -1 100 128 129 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 78 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09784 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =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 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR1: Field 2 246 246 5.8957E-01 -4.2300E-01 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 IMAGR1: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 79 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 13348 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.451E+04 IMAGR1: UVWAIT: Adding temperance S 8.902E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.845E+07 and out 6.960E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR1: UVWAIT: Average summed weight 4.451E+04 over 26618 vis IMAGR1: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 83 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.38870E+08 IMAGR1: Field 1 Beam min = -102.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 969.991 x 618.201 Milliarcsec, PA= -39.6 IMAGR1: Field 2 Sum of gridding weights = 7.38883E+08 IMAGR1: Field 2 Beam min = -102.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 969.994 x 618.202 Milliarcsec, PA= -39.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -44.3 MilliJy,max = 430.0 MilliJy IMAGR1: Field 2 min = -47.0 MilliJy,max = 420.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 39.12 MilliJy IMAGR1: 12203 Residual map points loaded IMAGR1: Field 1 min allowed flux = 205.652 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 244.880 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 244.880 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 = -20.5 MilliJy,max = 181.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.729E-01 < Second best 1.955E-01 IMAGR1: Field 1 min = -19.3 MilliJy,max = 185.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 18.71 MilliJy IMAGR1: 8657 Residual map points loaded IMAGR1: Field 1 min allowed flux = 88.526 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 350.293 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 350.293 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.1 MilliJy,max = 79.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.513E-02 < Second best 8.417E-02 IMAGR1: Field 1 min = -9.0 MilliJy,max = 79.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 8.05 MilliJy IMAGR1: 10119 Residual map points loaded IMAGR1: Field 1 min allowed flux = 37.308 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 401.123 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 401.123 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.8 MilliJy,max = 33.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.204E-02 < Second best 3.547E-02 IMAGR1: Field 1 min = -4.9 MilliJy,max = 34.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.39 MilliJy IMAGR1: 11119 Residual map points loaded IMAGR1: Field 1 min allowed flux = 16.023 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 422.757 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 422.757 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.8 MilliJy,max = 14.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.409E-02 < Second best 1.524E-02 IMAGR1: Field 1 min = -3.7 MilliJy,max = 14.4 MilliJy IMAGR1: BGC Clean: using 2017 cell beam + residuals > 1.93 MilliJy IMAGR1: 5799 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.994 MilliJy iter= 43 IMAGR1: Field 1 Clean flux density= 432.058 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 432.058 MilliJy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.4 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.313E-03 < Second best 6.651E-03 IMAGR1: Field 1 min = -4.4 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 1397 cell beam + residuals > 1.02 MilliJy IMAGR1: 17141 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.083 MilliJy iter= 66 IMAGR1: Field 1 Clean flux density= 432.986 MilliJy 66 comps IMAGR1: Total Cleaned flux density = 432.986 MilliJy 66 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.32 MilliJy IMAGR1: 276 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.779 MilliJy iter= 28 IMAGR1: Field 2 Clean flux density= -1.453 MilliJy 28 comps IMAGR1: Total Cleaned flux density = 431.533 MilliJy 94 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 1389 cell beam + residuals > 613.49 MicroJy IMAGR1: 16422 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -998.106 MicroJy iter= 143 IMAGR1: Field 1 Clean flux density= 432.278 MilliJy 143 comps IMAGR1: Total Cleaned flux density = 430.825 MilliJy 171 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -951.8 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 644.79 MicroJy IMAGR1: 431 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 759.060 MicroJy iter= 65 IMAGR1: Field 2 Clean flux density= -1.318 MilliJy 65 comps IMAGR1: Total Cleaned flux density = 430.960 MilliJy 208 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -868.8 MicroJy,max = 959.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 467.62 MicroJy IMAGR1: 18072 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -730.114 MicroJy iter= 296 IMAGR1: Field 1 Clean flux density= 434.227 MilliJy 296 comps IMAGR1: Total Cleaned flux density = 432.909 MilliJy 361 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -647.1 MicroJy,max = 945.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.109E-04 < Second best 6.989E-04 IMAGR1: Field 1 min = -760.9 MicroJy,max = 858.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 403.20 MicroJy IMAGR1: 19424 Residual map points loaded IMAGR1: Field 1 min Clean flux = -586.937 MicroJy iter= 436 IMAGR1: Field 1 Clean flux density= 435.337 MilliJy 436 comps IMAGR1: Total Cleaned flux density = 434.019 MilliJy 501 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -618.1 MicroJy,max = 823.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 436 to 298 components IMAGR1: Field 2 compressed from 65 to 27 components IMAGR1: Field 1 min = -750.5 MicroJy,max = 786.0 MicroJy IMAGR1: Field 2 min = -618.1 MicroJy,max = 823.7 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 432.569 MilliJy ( 51 CCs) from field 1 to field 2 IMAGR1: Restore -1.318 MilliJy ( 27 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 434.019 MilliJy IMAGR1: Field 2 final Clean flux 431.251 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= 79 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 20.9 Real= 44 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 78 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09784 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1945+709' AIPS 1: ' ' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 80 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09919 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 14 SETFC1: SETCEL: recommends IMSIZE 1368 CELLSIZE 0.23406 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23406 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.055 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 86.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= 1.3 Real= 3 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 52.4 00002 -1 507 512 513 C 3 1012 1012 18 15 12.74 61 25 31.9 00003 -1 507 512 513 C 4 1012 1012 18 16 00.84 61 25 31.9 00004 -1 507 512 513 C 5 1012 1012 18 15 12.70 61 28 51.1 00005 -1 507 512 513 C 6 1012 1012 18 16 00.89 61 28 51.1 00006 -1 507 512 513 C 7 1012 1012 18 15 36.79 61 30 30.9 00007 -1 507 512 513 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 78 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09784 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1945+709' AIPS 1: ' ' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 80 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09919 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =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 -1.9924E+02 0 IMAGR1: Field 3 1012 1012 -1.7241E+02 -9.9741E+01 0 IMAGR1: Field 4 1012 1012 1.7238E+02 -9.9741E+01 0 IMAGR1: Field 5 1012 1012 -1.7269E+02 9.9459E+01 0 IMAGR1: Field 6 1012 1012 1.7274E+02 9.9459E+01 0 IMAGR1: Field 7 1012 1012 -1.4336E-02 1.9926E+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 81 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 12987 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 6.624E+04 IMAGR1: UVWAIT: Adding temperance S 1.325E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.567E+07 and out 6.162E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR1: UVWAIT: Average summed weight 6.624E+04 over 25506 vis IMAGR1: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 84 IMAGR1: Create 1815+614 .IBM004. 1 (MA) on disk 1 cno 85 IMAGR1: Create 1815+614 .IBM005. 1 (MA) on disk 1 cno 86 IMAGR1: Create 1815+614 .IBM006. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1815+614 .IBM007. 1 (MA) on disk 1 cno 88 IMAGR1: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR1: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 91 IMAGR1: Create 1815+614 .ICL004. 1 (MA) on disk 1 cno 92 IMAGR1: Create 1815+614 .ICL005. 1 (MA) on disk 1 cno 93 IMAGR1: Create 1815+614 .ICL006. 1 (MA) on disk 1 cno 94 IMAGR1: Create 1815+614 .ICL007. 1 (MA) on disk 1 cno 95 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.54145E+08 IMAGR1: Field 1 Beam min = -170.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.021 x 0.644 arcsec, PA= -68.7 IMAGR1: Field 2 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 2 Beam min = -170.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.020 x 0.644 arcsec, PA= -68.7 IMAGR1: Field 3 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 3 Beam min = -139.5 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.021 x 0.644 arcsec, PA= -68.8 IMAGR1: Field 4 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 4 Beam min = -110.8 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.020 x 0.644 arcsec, PA= -68.6 IMAGR1: Field 5 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 5 Beam min = -139.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.022 x 0.644 arcsec, PA= -68.8 IMAGR1: Field 6 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 6 Beam min = -152.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.020 x 0.644 arcsec, PA= -68.5 IMAGR1: Field 7 Sum of gridding weights = 6.54145E+08 IMAGR1: Field 7 Beam min = -170.1 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.021 x 0.644 arcsec, PA= -68.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -29.2 MilliJy,max = 275.0 MilliJy IMAGR1: Field 2 min = -25.9 MilliJy,max = 74.5 MilliJy IMAGR1: Field 3 min = -26.0 MilliJy,max = 105.7 MilliJy IMAGR1: Field 4 min = -26.4 MilliJy,max = 68.6 MilliJy IMAGR1: Field 5 min = -26.0 MilliJy,max = 76.2 MilliJy IMAGR1: Field 6 min = -25.9 MilliJy,max = 105.6 MilliJy IMAGR1: Field 7 min = -25.4 MilliJy,max = 69.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 29.94 MilliJy IMAGR1: 6154 Residual map points loaded IMAGR1: Field 1 min allowed flux = 131.539 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 156.630 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 156.630 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 = -14.6 MilliJy,max = 118.4 MilliJy IMAGR1: BGC Clean: using 2021 cell beam + residuals > 22.59 MilliJy IMAGR1: 1001 Residual map points loaded IMAGR1: Field 1 min allowed flux = 58.421 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 233.509 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 233.509 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -6.6 MilliJy,max = 22.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.729E-02 < Second best 7.016E-02 IMAGR1: Field 3 min = -8.0 MilliJy,max = 21.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.627E-02 < Second best 5.557E-02 IMAGR1: Field 1 min = -9.8 MilliJy,max = 53.5 MilliJy IMAGR1: BGC Clean: using 503 cell beam + residuals > 18.11 MilliJy IMAGR1: 98 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 24.333 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 270.867 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 270.867 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -7.1 MilliJy,max = 15.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.449E-02 < Second best 4.546E-02 IMAGR1: Field 4 min = -6.0 MilliJy,max = 12.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.283E-03 < Second best 4.505E-02 IMAGR1: Field 7 min = -5.5 MilliJy,max = 34.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.243E-02 < Second best 4.293E-02 IMAGR1: Field 2 min = -5.3 MilliJy,max = 10.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.310E-03 < Second best 3.243E-02 IMAGR1: BGC Clean: using 2037 cell beam + residuals > 5.87 MilliJy IMAGR1: 1831 Residual map points loaded IMAGR1: Field 7 min allowed flux = 16.106 MilliJy iter= 9 IMAGR1: Field 7 Clean flux density= 21.352 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 292.220 MilliJy 36 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.7 MilliJy,max = 22.3 MilliJy IMAGR1: BGC Clean: using 2021 cell beam + residuals > 5.85 MilliJy IMAGR1: 2191 Residual map points loaded IMAGR1: Field 1 min allowed flux = 11.070 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 290.258 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 311.610 MilliJy 49 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.8 MilliJy,max = 8.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.650E-03 < Second best 1.627E-02 IMAGR1: Field 3 min = -6.2 MilliJy,max = 7.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.781E-03 < Second best 1.533E-02 IMAGR1: Field 7 min = -5.3 MilliJy,max = 14.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.376E-02 < Second best 1.449E-02 IMAGR1: Field 5 min = -6.2 MilliJy,max = 7.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.965E-03 < Second best 1.376E-02 IMAGR1: BGC Clean: using 2021 cell beam + residuals > 3.82 MilliJy IMAGR1: 1160 Residual map points loaded IMAGR1: Field 7 min allowed flux = 7.223 MilliJy iter= 19 IMAGR1: Field 7 Clean flux density= 31.572 MilliJy 19 comps IMAGR1: Total Cleaned flux density = 321.830 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -10.4 MilliJy,max = 10.4 MilliJy IMAGR1: BGC Clean: using 1257 cell beam + residuals > 3.55 MilliJy IMAGR1: 8208 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.883 MilliJy iter= 93 IMAGR1: Field 1 Clean flux density= 316.733 MilliJy 93 comps IMAGR1: Total Cleaned flux density = 348.304 MilliJy 112 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.4 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.935E-03 < Second best 7.283E-03 IMAGR1: Field 4 min = -5.2 MilliJy,max = 5.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.189E-03 < Second best 6.965E-03 IMAGR1: Field 5 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.957E-03 < Second best 6.880E-03 IMAGR1: Field 7 min = -4.6 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.126E-03 < Second best 6.650E-03 IMAGR1: Field 6 min = -4.9 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.058E-03 < Second best 6.126E-03 IMAGR1: BGC Clean: using 503 cell beam + residuals > 3.23 MilliJy IMAGR1: 309 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.873 MilliJy iter= 44 IMAGR1: Field 7 Clean flux density= 38.708 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 355.441 MilliJy 137 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.3 MilliJy,max = 5.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.387E-03 < Second best 5.613E-03 IMAGR1: Field 1 min = -5.7 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.46 MilliJy IMAGR1: 12545 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.548 MilliJy iter= 270 IMAGR1: Field 1 Clean flux density= 356.470 MilliJy 270 comps IMAGR1: Total Cleaned flux density = 395.178 MilliJy 314 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.825E-03 < Second best 4.387E-03 IMAGR1: Field 3 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.065E-03 < Second best 4.347E-03 IMAGR1: Field 1 min = -4.3 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 501 cell beam + residuals > 2.41 MilliJy IMAGR1: 574 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.696 MilliJy iter= 307 IMAGR1: Field 1 Clean flux density= 345.132 MilliJy 307 comps IMAGR1: Total Cleaned flux density = 383.840 MilliJy 351 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.286E-03 < Second best 4.058E-03 IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.144E-03 < Second best 3.957E-03 IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.355E-03 < Second best 3.696E-03 IMAGR1: Field 7 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 385 cell beam + residuals > 1.57 MilliJy IMAGR1: 1156 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.852 MilliJy iter= 109 IMAGR1: Field 7 Clean flux density= 37.756 MilliJy 109 comps IMAGR1: Total Cleaned flux density = 382.889 MilliJy 416 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.348E-03 < Second best 2.825E-03 IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.342E-03 < Second best 2.575E-03 IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 9301 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.997 MilliJy iter= 540 IMAGR1: Field 1 Clean flux density= 318.636 MilliJy 540 comps IMAGR1: Total Cleaned flux density = 356.392 MilliJy 649 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.436E-03 < Second best 2.348E-03 IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.751E-03 < Second best 2.342E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.752E-03 < Second best 2.286E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.607E-03 < Second best 2.144E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.657E-03 < Second best 1.913E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.591E-03 < Second best 1.770E-03 IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.543E-03 < Second best 1.752E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 967.10 MicroJy IMAGR1: 3358 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.236 MilliJy iter= 195 IMAGR1: Field 2 Clean flux density= 10.967 MilliJy 195 comps IMAGR1: Total Cleaned flux density = 367.359 MilliJy 844 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.319E-03 < Second best 1.657E-03 IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.332E-03 < Second best 1.607E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.302E-03 < Second best 1.591E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 892.53 MicroJy IMAGR1: 4459 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.123 MilliJy iter= 774 IMAGR1: Field 1 Clean flux density= 318.134 MilliJy 774 comps IMAGR1: Total Cleaned flux density = 366.857 MilliJy 1078 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.171E-03 < Second best 1.436E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.112E-03 < Second best 1.332E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.029E-03 < Second best 1.319E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.058E-03 < Second best 1.302E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 1.183E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.032E-03 < Second best 1.171E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 752.31 MicroJy IMAGR1: 1661 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 877.636 MicroJy iter= 291 IMAGR1: Field 7 Clean flux density= 42.797 MilliJy 291 comps IMAGR1: Total Cleaned flux density = 371.898 MilliJy 1260 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 984.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.429E-04 < Second best 1.108E-03 IMAGR1: Field 4 min = -968.8 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 745.73 MicroJy IMAGR1: 366 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 800.033 MicroJy iter= 84 IMAGR1: Field 4 Clean flux density= 618.860 MicroJy 84 comps IMAGR1: Total Cleaned flux density = 372.517 MilliJy 1344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 959.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.197E-04 < Second best 1.058E-03 IMAGR1: Field 3 min = -1.0 MilliJy,max = 973.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.588E-04 < Second best 1.032E-03 IMAGR1: Field 2 min = -1.0 MilliJy,max = 896.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.878E-04 < Second best 1.029E-03 IMAGR1: Field 6 min = -981.3 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 613.33 MicroJy IMAGR1: 1101 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -691.231 MicroJy iter= 165 IMAGR1: Field 6 Clean flux density= -3.253 MilliJy 165 comps IMAGR1: Total Cleaned flux density = 369.264 MilliJy 1509 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -921.9 MicroJy,max = 909.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.430E-04 < Second best 9.429E-04 IMAGR1: Field 5 min = -1.2 MilliJy,max = 926.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 608.25 MicroJy IMAGR1: 1177 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 684.203 MicroJy iter= 185 IMAGR1: Field 5 Clean flux density= 2.328 MilliJy 185 comps IMAGR1: Total Cleaned flux density = 371.593 MilliJy 1694 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -849.5 MicroJy,max = 796.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.142E-04 < Second best 8.878E-04 IMAGR1: Field 2 min = -937.0 MicroJy,max = 841.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.724E-04 < Second best 8.430E-04 IMAGR1: Field 3 min = -832.8 MicroJy,max = 766.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.618E-04 < Second best 8.406E-04 IMAGR1: Field 7 min = -820.4 MicroJy,max = 752.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.955E-04 < Second best 8.142E-04 IMAGR1: BGC Clean: using 103 cell beam + residuals > 538.34 MicroJy IMAGR1: 2261 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 620.030 MicroJy iter= 1032 IMAGR1: Field 1 Clean flux density= 313.399 MilliJy 1032 comps IMAGR1: Total Cleaned flux density = 366.858 MilliJy 1952 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -794.1 MicroJy,max = 773.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 535.10 MicroJy IMAGR1: 194 Residual map points loaded IMAGR1: Field 2 min Clean flux = 591.830 MicroJy iter= 223 IMAGR1: Field 2 Clean flux density= 11.198 MilliJy 223 comps IMAGR1: Total Cleaned flux density = 367.089 MilliJy 1980 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -777.0 MicroJy,max = 760.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.768E-04 < Second best 7.618E-04 IMAGR1: Field 3 min = -715.9 MicroJy,max = 730.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 500.88 MicroJy IMAGR1: 427 Residual map points loaded IMAGR1: Field 3 min Clean flux = 595.123 MicroJy iter= 23 IMAGR1: Field 3 Clean flux density= 1.095 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 368.183 MilliJy 2003 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -707.5 MicroJy,max = 670.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.996E-04 < Second best 6.768E-04 IMAGR1: Field 4 min = -771.6 MicroJy,max = 772.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 495.79 MicroJy IMAGR1: 448 Residual map points loaded IMAGR1: Field 4 min Clean flux = 594.509 MicroJy iter= 100 IMAGR1: Field 4 Clean flux density= 470.800 MicroJy 100 comps IMAGR1: Total Cleaned flux density = 368.035 MilliJy 2019 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -665.3 MicroJy,max = 683.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.556E-04 < Second best 6.555E-04 IMAGR1: Field 5 min = -1.0 MilliJy,max = 739.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 423.49 MicroJy IMAGR1: 1737 Residual map points loaded IMAGR1: Field 5 min Clean flux = -584.207 MicroJy iter= 187 IMAGR1: Field 5 Clean flux density= 2.210 MilliJy 187 comps IMAGR1: Total Cleaned flux density = 367.917 MilliJy 2021 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -703.1 MicroJy,max = 664.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 417.52 MicroJy IMAGR1: 2372 Residual map points loaded IMAGR1: Field 7 min Clean flux = 592.102 MicroJy iter= 296 IMAGR1: Field 7 Clean flux density= 42.858 MilliJy 296 comps IMAGR1: Total Cleaned flux density = 367.978 MilliJy 2026 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -770.6 MicroJy,max = 613.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 313.27 MicroJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 1 min Clean flux = -575.377 MicroJy iter= 1034 IMAGR1: Field 1 Clean flux density= 313.402 MilliJy 1034 comps IMAGR1: Total Cleaned flux density = 367.981 MilliJy 2028 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 595.123 less than limit 595.153 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1034 to 755 components IMAGR1: Field 2 compressed from 223 to 180 components IMAGR1: Field 3 compressed from 23 to 18 components IMAGR1: Field 4 compressed from 100 to 89 components IMAGR1: Field 5 compressed from 187 to 148 components IMAGR1: Field 6 compressed from 165 to 130 components IMAGR1: Field 7 compressed from 296 to 215 components IMAGR1: Field 1 min = -768.0 MicroJy,max = 611.4 MicroJy IMAGR1: Field 2 min = -702.2 MicroJy,max = 670.1 MicroJy IMAGR1: Field 3 min = -696.5 MicroJy,max = 610.7 MicroJy IMAGR1: Field 4 min = -764.4 MicroJy,max = 760.3 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min = -1.0 MilliJy,max = 736.3 MicroJy IMAGR1: Field 6 min = -664.7 MicroJy,max = 680.5 MicroJy IMAGR1: Field 7 min = -697.2 MicroJy,max = 663.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-636.709 MicroJy ( 34 CCs) from field 1 to field 2 IMAGR1: Restore -1.497 MilliJy ( 78 CCs) from field 1 to field 3 IMAGR1: Restore-384.451 MicroJy ( 76 CCs) from field 1 to field 4 IMAGR1: Restore-339.177 MicroJy ( 66 CCs) from field 1 to field 5 IMAGR1: Restore 610.001 MicroJy ( 62 CCs) from field 1 to field 6 IMAGR1: Restore 647.368 MicroJy ( 42 CCs) from field 1 to field 7 IMAGR1: Restore 2.392 MilliJy ( 47 CCs) from field 2 to field 1 IMAGR1: Restore 4.118 MilliJy ( 33 CCs) from field 2 to field 3 IMAGR1: Restore 955.219 MicroJy ( 17 CCs) from field 2 to field 4 IMAGR1: Restore -60.462 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore -60.462 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR1: Restore -77.158 MicroJy ( 26 CCs) from field 4 to field 1 IMAGR1: Restore 291.003 MicroJy ( 16 CCs) from field 4 to field 2 IMAGR1: Restore 87.453 MicroJy ( 14 CCs) from field 4 to field 6 IMAGR1: Restore 1.052 MilliJy ( 33 CCs) from field 5 to field 1 IMAGR1: Restore 624.768 MicroJy ( 24 CCs) from field 5 to field 3 IMAGR1: Restore 676.747 MicroJy ( 17 CCs) from field 5 to field 7 IMAGR1: Restore -1.460 MilliJy ( 30 CCs) from field 6 to field 1 IMAGR1: Restore-421.536 MicroJy ( 10 CCs) from field 6 to field 4 IMAGR1: Restore-615.450 MicroJy ( 22 CCs) from field 6 to field 7 IMAGR1: Restore -3.173 MilliJy ( 37 CCs) from field 7 to field 1 IMAGR1: Restore-248.480 MicroJy ( 39 CCs) from field 7 to field 5 IMAGR1: Restore 1.103 MilliJy ( 24 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 312.076 MilliJy IMAGR1: Field 2 final Clean flux 10.792 MilliJy IMAGR1: Field 3 final Clean flux 4.341 MilliJy IMAGR1: Field 4 final Clean flux 620.032 MicroJy IMAGR1: Field 5 final Clean flux 1.622 MilliJy IMAGR1: Field 6 final Clean flux -1.453 MilliJy IMAGR1: Field 7 final Clean flux 43.567 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= 81 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 55.0 Real= 116 yed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09662 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =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= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 78 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09784 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1945+709' AIPS 1: ' ' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 80 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.09919 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_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =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= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 15 SETFC1: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.23227 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23227 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.05 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 124.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.8 Real= 4 C 1 1012 1012 23 55 09.46 49 50 08.3 00001 -1 507 512 513 C 2 1012 1012 23 55 09.46 49 46 50.6 00002 -1 507 512 513 C 3 1012 1012 23 54 51.77 49 48 29.4 00003 -1 507 512 513 C 4 1012 1012 23 55 27.15 49 48 29.4 00004 -1 507 512 513 C 5 1012 1012 23 54 51.75 49 51 47.1 00005 -1 507 512 513 C 6 1012 1012 23 55 27.17 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 26.1 00007 -1 507 512 513 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR1: Field 2 1012 1012 1.8382E-02 -1.9774E+02 0 IMAGR1: Field 3 1012 1012 -1.7113E+02 -9.8940E+01 0 IMAGR1: Field 4 1012 1012 1.7116E+02 -9.8940E+01 0 IMAGR1: Field 5 1012 1012 -1.7132E+02 9.8760E+01 0 IMAGR1: Field 6 1012 1012 1.7136E+02 9.8760E+01 0 IMAGR1: Field 7 1012 1012 1.8382E-02 1.9776E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_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 2355+498 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 12372 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.972E+04 IMAGR1: UVWAIT: Adding temperance S 1.394E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.474E+07 and out 5.894E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.167 due to weighting IMAGR1: UVWAIT: Average summed weight 6.973E+04 over 23991 vis IMAGR1: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR1: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR1: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 92 IMAGR1: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 93 IMAGR1: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 94 IMAGR1: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 95 IMAGR1: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR1: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 98 IMAGR1: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 99 IMAGR1: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 100 IMAGR1: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 101 IMAGR1: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 102 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.25761E+08 IMAGR1: Field 1 Beam min = -155.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 782.582 x 648.474 Milliarcsec, PA= 40.9 IMAGR1: Field 2 Sum of gridding weights = 6.25761E+08 IMAGR1: Field 2 Beam min = -155.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 782.318 x 648.556 Milliarcsec, PA= 40.9 IMAGR1: Field 3 Sum of gridding weights = 6.25759E+08 IMAGR1: Field 3 Beam min = -104.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 782.249 x 648.440 Milliarcsec, PA= 40.8 IMAGR1: Field 4 Sum of gridding weights = 6.25762E+08 IMAGR1: Field 4 Beam min = -139.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 782.652 x 648.589 Milliarcsec, PA= 41.0 IMAGR1: Field 5 Sum of gridding weights = 6.25759E+08 IMAGR1: Field 5 Beam min = -111.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 782.513 x 648.360 Milliarcsec, PA= 40.8 IMAGR1: Field 6 Sum of gridding weights = 6.25762E+08 IMAGR1: Field 6 Beam min = -139.9 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 782.916 x 648.507 Milliarcsec, PA= 41.0 IMAGR1: Field 7 Sum of gridding weights = 6.25761E+08 IMAGR1: Field 7 Beam min = -155.5 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 782.846 x 648.394 Milliarcsec, PA= 40.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -96.4 MilliJy,max = 895.9 MilliJy IMAGR1: Field 2 min = -67.1 MilliJy,max = 204.8 MilliJy IMAGR1: Field 3 min = -80.0 MilliJy,max = 373.8 MilliJy IMAGR1: Field 4 min = -75.7 MilliJy,max = 387.7 MilliJy IMAGR1: Field 5 min = -76.7 MilliJy,max = 378.1 MilliJy IMAGR1: Field 6 min = -76.6 MilliJy,max = 374.5 MilliJy IMAGR1: Field 7 min = -69.1 MilliJy,max = 206.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 111.21 MilliJy IMAGR1: 4079 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 428.528 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 510.270 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 510.270 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 = -44.1 MilliJy,max = 385.7 MilliJy IMAGR1: BGC Clean: using 2033 cell beam + residuals > 72.57 MilliJy IMAGR1: 790 Residual map points loaded IMAGR1: Field 1 min allowed flux = 179.193 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 752.810 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 752.810 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -16.1 MilliJy,max = 77.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.018E-02 < Second best 2.057E-01 IMAGR1: Field 5 min = -19.0 MilliJy,max = 74.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.905E-02 < Second best 1.972E-01 IMAGR1: Field 7 min = -16.7 MilliJy,max = 38.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.668E-02 < Second best 1.953E-01 IMAGR1: Field 2 min = -15.7 MilliJy,max = 36.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.393E-02 < Second best 1.704E-01 IMAGR1: Field 1 min = -25.8 MilliJy,max = 165.6 MilliJy IMAGR1: BGC Clean: using 621 cell beam + residuals > 53.20 MilliJy IMAGR1: 77 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 77.084 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 868.864 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 868.864 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -10.7 MilliJy,max = 32.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.290E-02 < Second best 1.476E-01 IMAGR1: Field 3 min = -10.5 MilliJy,max = 29.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.208E-02 < Second best 7.332E-02 IMAGR1: Field 1 min = -17.5 MilliJy,max = 71.8 MilliJy IMAGR1: BGC Clean: using 1561 cell beam + residuals > 15.90 MilliJy IMAGR1: 672 Residual map points loaded IMAGR1: Field 1 min allowed flux = 33.823 MilliJy iter= 37 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 Clean flux density= 919.183 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 919.183 MilliJy 37 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -9.4 MilliJy,max = 12.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.083E-02 < Second best 3.905E-02 IMAGR1: Field 5 min = -10.3 MilliJy,max = 10.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.587E-03 < Second best 3.668E-02 IMAGR1: Field 7 min = -8.2 MilliJy,max = 9.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.818E-03 < Second best 3.393E-02 IMAGR1: Field 2 min = -7.9 MilliJy,max = 10.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.072E-03 < Second best 3.217E-02 IMAGR1: Field 1 min = -20.7 MilliJy,max = 30.8 MilliJy IMAGR1: BGC Clean: using 2033 cell beam + residuals > 5.73 MilliJy IMAGR1: 5388 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.365 MilliJy iter= 54 IMAGR1: Field 1 Clean flux density= 931.789 MilliJy 54 comps IMAGR1: Total Cleaned flux density = 931.789 MilliJy 54 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.2 MilliJy,max = 14.2 MilliJy IMAGR1: BGC Clean: using 619 cell beam + residuals > 5.08 MilliJy IMAGR1: 2513 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 8.221 MilliJy iter= 98 IMAGR1: Field 1 Clean flux density= 925.907 MilliJy 98 comps IMAGR1: Total Cleaned flux density = 925.907 MilliJy 98 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.0 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.521E-03 < Second best 1.208E-02 IMAGR1: Field 3 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.695E-03 < Second best 1.083E-02 IMAGR1: Field 4 min = -5.0 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.544E-03 < Second best 8.587E-03 IMAGR1: Field 5 min = -4.6 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.456E-03 < Second best 8.072E-03 IMAGR1: Field 2 min = -4.6 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.609E-03 < Second best 7.833E-03 IMAGR1: Field 1 min = -8.1 MilliJy,max = 8.1 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 3.64 MilliJy IMAGR1: 2097 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.189 MilliJy iter= 151 IMAGR1: Field 1 Clean flux density= 928.960 MilliJy 151 comps IMAGR1: Total Cleaned flux density = 928.960 MilliJy 151 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.8 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.635E-03 < Second best 4.949E-03 IMAGR1: Field 1 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 2.30 MilliJy IMAGR1: 4989 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.311 MilliJy iter= 235 IMAGR1: Field 1 Clean flux density= 930.900 MilliJy 235 comps IMAGR1: Total Cleaned flux density = 930.900 MilliJy 235 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.703E-03 < Second best 4.544E-03 IMAGR1: Field 4 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.803E-03 < Second best 4.456E-03 IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.435E-03 < Second best 3.695E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.101E-03 < Second best 3.635E-03 IMAGR1: Field 7 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.898E-03 < Second best 3.521E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.096E-03 < Second best 3.161E-03 IMAGR1: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 1.58 MilliJy IMAGR1: 7066 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.411 MilliJy iter= 394 IMAGR1: Field 1 Clean flux density= 944.515 MilliJy 394 comps IMAGR1: Total Cleaned flux density = 944.515 MilliJy 394 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.464E-03 < Second best 2.803E-03 IMAGR1: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.808E-03 < Second best 2.703E-03 IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.187E-03 < Second best 2.464E-03 IMAGR1: BGC Clean: using 475 cell beam + residuals > 1.46 MilliJy IMAGR1: 377 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.618 MilliJy iter= 39 IMAGR1: Field 7 Clean flux density= -1.144 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 943.371 MilliJy 433 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.783E-03 < Second best 2.305E-03 IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 3764 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.576 MilliJy iter= 563 IMAGR1: Field 1 Clean flux density= 922.442 MilliJy 563 comps IMAGR1: Total Cleaned flux density = 921.298 MilliJy 602 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.900E-03 < Second best 2.101E-03 IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.807E-03 < Second best 2.096E-03 IMAGR1: Field 6 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 1111 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.294 MilliJy iter= 127 IMAGR1: Field 6 Clean flux density= 11.341 MilliJy 127 comps IMAGR1: Total Cleaned flux density = 932.639 MilliJy 729 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 1.14 MilliJy IMAGR1: 470 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.244 MilliJy iter= 62 IMAGR1: Field 2 Clean flux density= -193.692 MicroJy 62 comps IMAGR1: Total Cleaned flux density = 932.446 MilliJy 791 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.357E-03 < Second best 1.807E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.648E-03 < Second best 1.783E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 1.14 MilliJy IMAGR1: 100 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.186 MilliJy iter= 32 IMAGR1: Field 5 Clean flux density= 2.685 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 935.131 MilliJy 823 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 1.14 MilliJy IMAGR1: 148 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.194 MilliJy iter= 42 IMAGR1: Field 3 Clean flux density= 2.212 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 937.343 MilliJy 865 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.399E-03 < Second best 1.507E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 966.56 MicroJy IMAGR1: 1088 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.088 MilliJy iter= 624 IMAGR1: Field 1 Clean flux density= 923.192 MilliJy 624 comps IMAGR1: Total Cleaned flux density = 938.092 MilliJy 926 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.264E-03 < Second best 1.357E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 966.56 MicroJy IMAGR1: 301 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.025 MilliJy iter= 58 IMAGR1: Field 4 Clean flux density= -754.735 MicroJy 58 comps IMAGR1: Total Cleaned flux density = 937.337 MilliJy 984 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 475 cell beam + residuals > 966.56 MicroJy IMAGR1: 381 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.027 MilliJy iter= 100 IMAGR1: Field 7 Clean flux density= -57.542 MicroJy 100 comps IMAGR1: Total Cleaned flux density = 938.424 MilliJy 1045 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.996E-04 < Second best 1.190E-03 IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 477 cell beam + residuals > 848.71 MicroJy IMAGR1: 1109 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -932.141 MicroJy iter= 170 IMAGR1: Field 2 Clean flux density= -2.480 MilliJy 170 comps IMAGR1: Total Cleaned flux density = 936.138 MilliJy 1153 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.072E-03 < Second best 1.135E-03 IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 477 cell beam + residuals > 848.71 MicroJy IMAGR1: 303 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 894.968 MicroJy iter= 98 IMAGR1: Field 5 Clean flux density= 2.899 MilliJy 98 comps IMAGR1: Total Cleaned flux density = 936.352 MilliJy 1219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 477 cell beam + residuals > 848.71 MicroJy IMAGR1: 364 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -898.866 MicroJy iter= 114 IMAGR1: Field 3 Clean flux density= 2.017 MilliJy 114 comps IMAGR1: Total Cleaned flux density = 936.157 MilliJy 1291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.390E-04 < Second best 9.996E-04 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 732.56 MicroJy IMAGR1: 889 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 820.550 MicroJy iter= 288 IMAGR1: Field 6 Clean flux density= 7.569 MilliJy 288 comps IMAGR1: Total Cleaned flux density = 932.384 MilliJy 1452 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.102E-04 < Second best 9.810E-04 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 686.10 MicroJy IMAGR1: 1048 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 min algorithm flux= -769.566 MicroJy iter= 241 IMAGR1: Field 4 Clean flux density= 3.420 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 936.559 MilliJy 1635 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -950.1 MicroJy,max = 960.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 680.69 MicroJy IMAGR1: 622 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 737.320 MicroJy iter= 760 IMAGR1: Field 1 Clean flux density= 922.978 MilliJy 760 comps IMAGR1: Total Cleaned flux density = 936.346 MilliJy 1771 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 675.76 MicroJy IMAGR1: 682 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 736.316 MicroJy iter= 261 IMAGR1: Field 7 Clean flux density= 2.867 MilliJy 261 comps IMAGR1: Total Cleaned flux density = 939.270 MilliJy 1932 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 638.07 MicroJy IMAGR1: 1000 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 701.358 MicroJy iter= 366 IMAGR1: Field 2 Clean flux density= -5.152 MilliJy 366 comps IMAGR1: Total Cleaned flux density = 936.598 MilliJy 2128 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -973.2 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 618.86 MicroJy IMAGR1: 660 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 670.364 MicroJy iter= 290 IMAGR1: Field 3 Clean flux density= 7.374 MilliJy 290 comps IMAGR1: Total Cleaned flux density = 941.955 MilliJy 2304 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -980.8 MicroJy,max = 868.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 591.37 MicroJy IMAGR1: 212 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 617.040 MicroJy iter= 193 IMAGR1: Field 5 Clean flux density= 3.513 MilliJy 193 comps IMAGR1: Total Cleaned flux density = 942.569 MilliJy 2399 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -919.8 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.931E-04 < Second best 7.376E-04 IMAGR1: Field 4 min = -937.2 MicroJy,max = 792.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 543.45 MicroJy IMAGR1: 456 Residual map points loaded IMAGR1: Field 4 min Clean flux = -609.359 MicroJy iter= 298 IMAGR1: Field 4 Clean flux density= 2.217 MilliJy 298 comps IMAGR1: Total Cleaned flux density = 941.366 MilliJy 2456 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -740.0 MicroJy,max = 691.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.285E-04 < Second best 7.058E-04 IMAGR1: Field 7 min = -903.8 MicroJy,max = 970.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 495.12 MicroJy IMAGR1: 1645 Residual map points loaded IMAGR1: Field 7 min Clean flux = 608.643 MicroJy iter= 302 IMAGR1: Field 7 Clean flux density= 1.405 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 939.904 MilliJy 2497 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -893.3 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 487.76 MicroJy IMAGR1: 1109 Residual map points loaded IMAGR1: Field 6 min Clean flux = -608.710 MicroJy iter= 312 IMAGR1: Field 6 Clean flux density= 7.189 MilliJy 312 comps IMAGR1: Total Cleaned flux density = 939.524 MilliJy 2521 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -873.9 MicroJy,max = 885.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 442.73 MicroJy IMAGR1: 3102 Residual map points loaded IMAGR1: Field 2 min Clean flux = -601.635 MicroJy iter= 378 IMAGR1: Field 2 Clean flux density= -5.015 MilliJy 378 comps IMAGR1: Total Cleaned flux density = 939.660 MilliJy 2533 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -851.0 MicroJy,max = 828.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 398.71 MicroJy IMAGR1: 4421 Residual map points loaded IMAGR1: Field 3 min Clean flux = -601.767 MicroJy iter= 293 IMAGR1: Field 3 Clean flux density= 7.189 MilliJy 293 comps IMAGR1: Total Cleaned flux density = 939.476 MilliJy 2536 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -723.2 MicroJy,max = 675.2 MicroJy IMAGR1: BGC Clean: using 145 cell beam + residuals > 391.68 MicroJy IMAGR1: 5368 Residual map points loaded IMAGR1: Field 1 min Clean flux = -605.496 MicroJy iter= 764 IMAGR1: Field 1 Clean flux density= 922.856 MilliJy 764 comps IMAGR1: Total Cleaned flux density = 939.354 MilliJy 2540 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -844.1 MicroJy,max = 834.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 764 to 435 components IMAGR1: Field 2 compressed from 378 to 301 components IMAGR1: Field 3 compressed from 293 to 198 components IMAGR1: Field 4 compressed from 298 to 238 components IMAGR1: Field 5 compressed from 193 to 141 components IMAGR1: Field 6 compressed from 312 to 247 components IMAGR1: Field 7 compressed from 302 to 226 components IMAGR1: Field 1 min = -725.4 MicroJy,max = 670.4 MicroJy IMAGR1: Field 2 min = -864.8 MicroJy,max = 870.1 MicroJy IMAGR1: Field 3 min = -845.6 MicroJy,max = 833.5 MicroJy IMAGR1: Field 4 min = -880.5 MicroJy,max = 751.6 MicroJy IMAGR1: Field 5 min = -844.1 MicroJy,max = 834.7 MicroJy IMAGR1: Field 6 min = -882.5 MicroJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -858.4 MicroJy,max = 950.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.314 MilliJy ( 20 CCs) from field 1 to field 2 IMAGR1: Restore -3.357 MilliJy ( 25 CCs) from field 1 to field 3 IMAGR1: Restore-394.796 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR1: Restore -1.079 MilliJy ( 17 CCs) from field 1 to field 5 IMAGR1: Restore-458.189 MicroJy ( 7 CCs) from field 1 to field 6 IMAGR1: Restore -1.694 MilliJy ( 24 CCs) from field 1 to field 7 IMAGR1: Restore-801.525 MicroJy ( 13 CCs) from field 2 to field 1 IMAGR1: Restore -2.729 MilliJy ( 46 CCs) from field 2 to field 3 IMAGR1: Restore 153.266 MicroJy ( 30 CCs) from field 2 to field 4 IMAGR1: Restore-361.487 MicroJy ( 8 CCs) from field 3 to field 1 IMAGR1: Restore-571.433 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR1: Restore -17.182 MicroJy ( 4 CCs) from field 3 to field 5 IMAGR1: Restore 896.519 MicroJy ( 26 CCs) from field 4 to field 1 IMAGR1: Restore 1.151 MilliJy ( 45 CCs) from field 4 to field 2 IMAGR1: Restore-108.092 MicroJy ( 8 CCs) from field 4 to field 6 IMAGR1: Restore 324.128 MicroJy ( 17 CCs) from field 5 to field 1 IMAGR1: Restore 428.458 MicroJy ( 8 CCs) from field 5 to field 3 IMAGR1: Restore 153.265 MicroJy ( 21 CCs) from field 5 to field 7 IMAGR1: Restore-168.920 MicroJy ( 17 CCs) from field 6 to field 1 IMAGR1: Restore-254.500 MicroJy ( 8 CCs) from field 6 to field 4 IMAGR1: Restore 1.715 MilliJy ( 23 CCs) from field 6 to field 7 IMAGR1: Restore-321.866 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR1: Restore-234.862 MicroJy ( 23 CCs) from field 7 to field 5 IMAGR1: Restore -7.966 MicroJy ( 13 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 922.423 MilliJy IMAGR1: Field 2 final Clean flux -5.749 MilliJy IMAGR1: Field 3 final Clean flux 1.532 MilliJy IMAGR1: Field 4 final Clean flux 1.721 MilliJy IMAGR1: Field 5 final Clean flux 2.182 MilliJy IMAGR1: Field 6 final Clean flux 6.615 MilliJy IMAGR1: Field 7 final Clean flux 1.580 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= 88 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 60.3 Real= 128 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 16 SETFC1: SETCEL: recommends IMSIZE 1425 CELLSIZE 0.22461 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22461 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2320+052_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 23:20:44.83 05:13:50.5 0.542 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 111.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= 1.7 Real= 4 C 1 2036 2036 23 20 44.86 05 13 50.0 00001 -1 1019 1024 1025 C 2 246 246 23 20 44.83 05 13 50.5 00002 -1 100 128 129 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 5.0788E-02 4.7000E-02 0 IMAGR1: Field 2 246 246 -3.9734E-01 5.4700E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 18603 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.039E+04 IMAGR1: UVWAIT: Adding temperance S 8.077E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.821E+07 and out 8.820E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.127 due to weighting IMAGR1: UVWAIT: Average summed weight 4.039E+04 over 36738 vis IMAGR1: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR1: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 98 IMAGR1: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 99 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.36357E+08 IMAGR1: Field 1 Beam min = -91.5 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 827.737 x 741.500 Milliarcsec, PA= -10.9 IMAGR1: Field 2 Sum of gridding weights = 9.36367E+08 IMAGR1: Field 2 Beam min = -91.5 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 827.733 x 741.505 Milliarcsec, PA= -10.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -84.4 MilliJy,max = 972.0 MilliJy IMAGR1: Field 2 min = -88.6 MilliJy,max = 942.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 81.55 MilliJy IMAGR1: 5496 Residual map points loaded IMAGR1: Field 1 min allowed flux = 464.915 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 553.598 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 553.598 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 = -47.3 MilliJy,max = 433.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.125E-01 < Second best 4.420E-01 IMAGR1: Field 1 min = -47.4 MilliJy,max = 422.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 39.01 MilliJy IMAGR1: 4931 Residual map points loaded IMAGR1: Field 1 min allowed flux = 193.478 MilliJy iter= 18 IMAGR1: Field 1 Clean flux density= 849.758 MilliJy 18 comps IMAGR1: Total Cleaned flux density = 849.758 MilliJy 18 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -23.3 MilliJy,max = 185.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 36.38 MilliJy IMAGR1: 141 Residual map points loaded IMAGR1: Field 2 min allowed flux = 86.906 MilliJy iter= 9 IMAGR1: Field 2 Clean flux density= 116.547 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 966.305 MilliJy 27 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -19.2 MilliJy,max = 84.5 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 16.23 MilliJy IMAGR1: 218 Residual map points loaded IMAGR1: Field 1 min allowed flux = 39.062 MilliJy iter= 27 IMAGR1: Field 1 Clean flux density= 902.450 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 1.019 Jy 36 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -22.4 MilliJy,max = 38.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 7.29 MilliJy IMAGR1: 576 Residual map points loaded IMAGR1: Field 2 min allowed flux = -19.068 MilliJy iter= 30 IMAGR1: Field 2 Clean flux density= 118.985 MilliJy 30 comps IMAGR1: Total Cleaned flux density = 1.021 Jy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -19.0 MilliJy,max = 18.9 MilliJy IMAGR1: BGC Clean: using 2031 cell beam + residuals > 3.94 MilliJy IMAGR1: 6735 Residual map points loaded IMAGR1: Field 1 min allowed flux = -9.449 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 880.902 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 999.888 MilliJy 109 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -9.0 MilliJy,max = 10.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 3.77 MilliJy IMAGR1: 655 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -5.719 MilliJy iter= 105 IMAGR1: Field 2 Clean flux density= 121.281 MilliJy 105 comps IMAGR1: Total Cleaned flux density = 1.002 Jy 184 comps IMAGR1: ALGSTB: All 183 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 172- 0 Cells, with 18603 Pts IMAGR1: Field 1 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR1: BGC Clean: using 673 cell beam + residuals > 1.87 MilliJy IMAGR1: 11391 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.165 MilliJy iter= 227 IMAGR1: Field 1 Clean flux density= 895.103 MilliJy 227 comps IMAGR1: Total Cleaned flux density = 1.016 Jy 332 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR1: 830 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.317 MilliJy iter= 247 IMAGR1: Field 2 Clean flux density= 122.626 MilliJy 247 comps IMAGR1: Total Cleaned flux density = 1.018 Jy 474 comps IMAGR1: ALGSTB: All 183 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 172- 0 Cells, with 18603 Pts IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 945.20 MicroJy IMAGR1: 15588 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.455 MilliJy iter= 546 IMAGR1: Field 1 Clean flux density= 902.428 MilliJy 546 comps IMAGR1: Total Cleaned flux density = 1.025 Jy 793 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 911.64 MicroJy IMAGR1: 483 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.030 MilliJy iter= 348 IMAGR1: Field 2 Clean flux density= 122.240 MilliJy 348 comps IMAGR1: Total Cleaned flux density = 1.025 Jy 894 comps IMAGR1: ALGSTB: All 183 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 172- 0 Cells, with 18603 Pts IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 630.30 MicroJy IMAGR1: 17153 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 874.851 MicroJy iter= 953 IMAGR1: Field 1 Clean flux density= 904.187 MilliJy 953 comps IMAGR1: Total Cleaned flux density = 1.026 Jy 1301 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -807.2 MicroJy,max = 900.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.878E-04 < Second best 8.378E-04 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 505.67 MicroJy IMAGR1: 18462 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 675.692 MicroJy iter= 1448 IMAGR1: Field 1 Clean flux density= 907.682 MilliJy 1448 comps IMAGR1: Total Cleaned flux density = 1.030 Jy 1796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -653.5 MicroJy,max = 769.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 501.89 MicroJy IMAGR1: 316 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 526.944 MicroJy iter= 437 IMAGR1: Field 2 Clean flux density= 123.105 MilliJy 437 comps IMAGR1: Total Cleaned flux density = 1.031 Jy 1885 comps IMAGR1: ALGSTB: All 183 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 172- 0 Cells, with 18603 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 415.63 MicroJy IMAGR1: 18603 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -537.840 MicroJy iter= 2066 IMAGR1: Field 1 Clean flux density= 905.631 MilliJy 2066 comps IMAGR1: Total Cleaned flux density = 1.029 Jy 2503 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -962.3 MicroJy,max = 953.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 361.99 MicroJy IMAGR1: 17432 Residual map points loaded IMAGR1: Field 1 min Clean flux = -497.239 MicroJy iter= 2133 IMAGR1: Field 1 Clean flux density= 905.582 MilliJy 2133 comps IMAGR1: Total Cleaned flux density = 1.029 Jy 2570 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -560.5 MicroJy,max = 574.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 2133 to 1477 components IMAGR1: Field 2 compressed from 437 to 200 components IMAGR1: Field 1 min = -957.6 MicroJy,max = 956.8 MicroJy IMAGR1: Field 2 min = -560.5 MicroJy,max = 574.4 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 892.826 MilliJy ( 318 CCs) from field 1 to field 2 IMAGR1: Restore 123.105 MilliJy ( 200 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.029 Jy IMAGR1: Field 2 final Clean flux 1.016 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= 95 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 37.9 Real= 80 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04164 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 17 SETFC1: SETCEL: recommends IMSIZE 1422 CELLSIZE 0.22514 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22514 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2319+051_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 23:21:40.81 05:27:37.5 0.085 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 111.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.8 Real= 4 C 1 2036 2036 23 21 40.80 05 27 36.5 00001 -1 1019 1024 1025 C 2 246 246 23 21 40.81 05 27 37.5 00002 -1 100 128 129 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04164 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =2319+051' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -5.9728E-02 -3.0000E-02 0 IMAGR1: Field 2 246 246 8.9592E-02 9.7000E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 97 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 73710 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.522E+05 IMAGR1: UVWAIT: Adding temperance S 3.044E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.771E+08 and out 4.711E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.172 due to weighting IMAGR1: UVWAIT: Average summed weight 1.522E+05 over 147420 vis IMAGR1: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 98 IMAGR1: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 99 IMAGR1: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 100 IMAGR1: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 101 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 = 5.00088E+09 IMAGR1: Field 1 Beam min = -182.1 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 735.621 x 718.989 Milliarcsec, PA= 1.7 IMAGR1: Field 2 Sum of gridding weights = 5.00091E+09 IMAGR1: Field 2 Beam min = -182.1 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 735.620 x 718.991 Milliarcsec, PA= 1.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -4.3 MilliJy,max = 22.8 MilliJy IMAGR1: Field 2 min = -3.9 MilliJy,max = 21.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.04 MilliJy IMAGR1: 4794 Residual map points loaded IMAGR1: Field 1 min allowed flux = 10.926 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 13.010 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 13.010 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 = -2.0 MilliJy,max = 9.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.224E-03 < Second best 1.039E-02 IMAGR1: Field 1 min = -1.9 MilliJy,max = 9.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 978.05 MicroJy IMAGR1: 4586 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.584 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 19.208 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 19.208 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 867.66 MicroJy IMAGR1: 397 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.216 MilliJy iter= 15 IMAGR1: Field 2 Clean flux density= 4.840 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 24.048 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -760.1 MicroJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 410.37 MicroJy IMAGR1: 1605 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.192 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 21.585 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 26.425 MilliJy 46 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -709.3 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 280.52 MicroJy IMAGR1: 686 Residual map points loaded IMAGR1: Field 2 min allowed flux = 592.374 MicroJy iter= 33 IMAGR1: Field 2 Clean flux density= 6.049 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 27.633 MilliJy 64 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -510.9 MicroJy,max = 610.3 MicroJy IMAGR1: BGC Clean: using 1203 cell beam + residuals > 172.74 MicroJy IMAGR1: 16528 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 309.445 MicroJy iter= 93 IMAGR1: Field 1 Clean flux density= 23.205 MilliJy 93 comps IMAGR1: Total Cleaned flux density = 29.254 MilliJy 126 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -318.9 MicroJy,max = 330.1 MicroJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 192.74 MicroJy IMAGR1: 516 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 250.613 MicroJy iter= 76 IMAGR1: Field 2 Clean flux density= 6.645 MilliJy 76 comps IMAGR1: Total Cleaned flux density = 29.850 MilliJy 169 comps IMAGR1: ALGSTB: All 183 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 172- 0 Cells, with 73710 Pts IMAGR1: Field 1 min = -316.6 MicroJy,max = 296.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 152.29 MicroJy IMAGR1: 18467 Residual map points loaded IMAGR1: Field 1 min Clean flux = -249.313 MicroJy iter= 126 IMAGR1: Field 1 Clean flux density= 23.016 MilliJy 126 comps IMAGR1: Total Cleaned flux density = 29.661 MilliJy 202 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -246.0 MicroJy,max = 268.5 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 126 to 57 components IMAGR1: Field 2 compressed from 76 to 37 components IMAGR1: Field 1 min = -314.6 MicroJy,max = 293.7 MicroJy IMAGR1: Field 2 min = -246.0 MicroJy,max = 268.5 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 22.702 MilliJy ( 26 CCs) from field 1 to field 2 IMAGR1: Restore 6.645 MilliJy ( 37 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 29.661 MilliJy IMAGR1: Field 2 final Clean flux 29.346 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= 97 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 19.9 Real= 42 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04164 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =2319+051' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 97 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 0137+331 X BAND Seq 1 Disk: 1 in slot 18 SETFC1: SETCEL: recommends IMSIZE 1331 CELLSIZE 0.24040 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24040 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@0137+331_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 146.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.1 Real= 0 C 1 1012 1012 01 37 41.30 33 09 35.1 00001 -1 507 512 513 C 2 1012 1012 01 37 41.30 33 06 10.5 00002 -1 507 512 513 C 3 1012 1012 01 37 27.19 33 07 52.8 00003 -1 507 512 513 C 4 1012 1012 01 37 55.41 33 07 52.8 00004 -1 507 512 513 C 5 1012 1012 01 37 27.18 33 11 17.4 00005 -1 507 512 513 C 6 1012 1012 01 37 55.42 33 11 17.4 00006 -1 507 512 513 C 7 1012 1012 01 37 41.30 33 12 59.8 00007 -1 507 512 513 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04164 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =2319+051' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 97 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_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@0137+331_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =0137+331' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0137+331_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 6.2786E-03 -3.4000E-02 0 IMAGR1: Field 2 1012 1012 6.2786E-03 -2.0463E+02 0 IMAGR1: Field 3 1012 1012 -1.7718E+02 -1.0233E+02 0 IMAGR1: Field 4 1012 1012 1.7719E+02 -1.0233E+02 0 IMAGR1: Field 5 1012 1012 -1.7730E+02 1.0227E+02 0 IMAGR1: Field 6 1012 1012 1.7731E+02 1.0227E+02 0 IMAGR1: Field 7 1012 1012 6.2786E-03 2.0467E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@0137+331_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 0137+331 .IMAGR . 1 (UV) on disk 1 cno 99 IMAGR1: Beginning channel 1 through 1 with 2 IFs LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.994E+04 IMAGR1: UVWAIT: Adding temperance S 7.988E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.229E+07 and out 2.708E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.137 due to weighting IMAGR1: UVWAIT: Average summed weight 3.994E+04 over 12402 vis IMAGR1: Create 0137+331 .IBM001. 1 (MA) on disk 1 cno 100 IMAGR1: Create 0137+331 .IBM002. 1 (MA) on disk 1 cno 101 IMAGR1: Create 0137+331 .IBM003. 1 (MA) on disk 1 cno 102 IMAGR1: Create 0137+331 .IBM004. 1 (MA) on disk 1 cno 103 IMAGR1: Create 0137+331 .IBM005. 1 (MA) on disk 1 cno 104 IMAGR1: Create 0137+331 .IBM006. 1 (MA) on disk 1 cno 105 IMAGR1: Create 0137+331 .IBM007. 1 (MA) on disk 1 cno 106 IMAGR1: Create 0137+331 .ICL001. 1 (MA) on disk 1 cno 107 IMAGR1: Create 0137+331 .ICL002. 1 (MA) on disk 1 cno 108 IMAGR1: Create 0137+331 .ICL003. 1 (MA) on disk 1 cno 109 IMAGR1: Create 0137+331 .ICL004. 1 (MA) on disk 1 cno 110 IMAGR1: Create 0137+331 .ICL005. 1 (MA) on disk 1 cno 111 IMAGR1: Create 0137+331 .ICL006. 1 (MA) on disk 1 cno 112 IMAGR1: Create 0137+331 .ICL007. 1 (MA) on disk 1 cno 113 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.87536E+08 IMAGR1: Field 1 Beam min = -167.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 898.154 x 747.050 Milliarcsec, PA= -85.4 IMAGR1: Field 2 Sum of gridding weights = 2.87535E+08 IMAGR1: Field 2 Beam min = -167.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 898.216 x 747.163 Milliarcsec, PA= -85.3 IMAGR1: Field 3 Sum of gridding weights = 2.87534E+08 IMAGR1: Field 3 Beam min = -105.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 897.550 x 747.109 Milliarcsec, PA= -85.4 IMAGR1: Field 4 Sum of gridding weights = 2.87536E+08 IMAGR1: Field 4 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 898.819 x 747.105 Milliarcsec, PA= -85.3 IMAGR1: Field 5 Sum of gridding weights = 2.87535E+08 IMAGR1: Field 5 Beam min = -116.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 897.489 x 746.994 Milliarcsec, PA= -85.5 IMAGR1: Field 6 Sum of gridding weights = 2.87536E+08 IMAGR1: Field 6 Beam min = -143.5 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 898.761 x 746.990 Milliarcsec, PA= -85.4 IMAGR1: Field 7 Sum of gridding weights = 2.87536E+08 IMAGR1: Field 7 Beam min = -167.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 898.096 x 746.935 Milliarcsec, PA= -85.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -261.6 MilliJy,max = 2.8 Jy IMAGR1: Field 2 min = -234.4 MilliJy,max = 808.0 MilliJy IMAGR1: Field 3 min = -235.1 MilliJy,max = 1.0 Jy IMAGR1: Field 4 min = -226.4 MilliJy,max = 1.1 Jy IMAGR1: Field 5 min = -228.0 MilliJy,max = 1.0 Jy IMAGR1: Field 6 min = -220.3 MilliJy,max = 1.1 Jy IMAGR1: Field 7 min = -243.9 MilliJy,max = 801.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 422.44 MilliJy IMAGR1: 2817 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.485 Jy iter= 7 IMAGR1: Field 1 Clean flux density= 1.450 Jy 7 comps IMAGR1: Total Cleaned flux density = 1.450 Jy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -133.5 MilliJy,max = 1.4 Jy IMAGR1: BGC Clean: using 2031 cell beam + residuals > 288.21 MilliJy IMAGR1: 790 Residual map points loaded IMAGR1: Field 1 min allowed flux = 671.477 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 2.327 Jy 16 comps IMAGR1: Total Cleaned flux density = 2.327 Jy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -55.0 MilliJy,max = 248.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.363E-01 < Second best 9.829E-01 IMAGR1: Field 5 min = -57.1 MilliJy,max = 256.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.440E-01 < Second best 7.935E-01 IMAGR1: Field 6 min = -55.6 MilliJy,max = 257.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.867E-01 < Second best 7.794E-01 IMAGR1: Field 3 min = -59.1 MilliJy,max = 252.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.925E-01 < Second best 7.536E-01 IMAGR1: Field 2 min = -58.7 MilliJy,max = 208.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.962E-01 < Second best 7.203E-01 IMAGR1: Field 7 min = -65.9 MilliJy,max = 204.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.945E-01 < Second best 6.388E-01 IMAGR1: Field 1 min = -75.2 MilliJy,max = 627.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 102.12 MilliJy IMAGR1: 3126 Residual map points loaded IMAGR1: Field 1 min allowed flux = 289.548 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 2.766 Jy 26 comps IMAGR1: Total Cleaned flux density = 2.766 Jy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -44.5 MilliJy,max = 271.9 MilliJy IMAGR1: BGC Clean: using 1743 cell beam + residuals > 76.92 MilliJy IMAGR1: 303 Residual map points loaded IMAGR1: Field 1 min allowed flux = 127.160 MilliJy iter= 37 IMAGR1: Field 1 Clean flux density= 2.972 Jy 37 comps IMAGR1: Total Cleaned flux density = 2.972 Jy 37 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -24.1 MilliJy,max = 48.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.395E-02 < Second best 2.363E-01 IMAGR1: Field 4 min = -25.7 MilliJy,max = 50.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.461E-02 < Second best 1.962E-01 IMAGR1: Field 2 min = -27.7 MilliJy,max = 54.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.222E-02 < Second best 1.945E-01 IMAGR1: Field 7 min = -26.8 MilliJy,max = 54.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.157E-02 < Second best 1.925E-01 IMAGR1: Field 3 min = -27.1 MilliJy,max = 55.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.566E-02 < Second best 1.867E-01 IMAGR1: Field 6 min = -20.2 MilliJy,max = 52.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.736E-02 < Second best 1.210E-01 IMAGR1: Field 1 min = -35.5 MilliJy,max = 120.7 MilliJy IMAGR1: BGC Clean: using 2037 cell beam + residuals > 22.82 MilliJy IMAGR1: 4438 Residual map points loaded IMAGR1: Field 1 min allowed flux = 58.501 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 3.099 Jy 52 comps IMAGR1: Total Cleaned flux density = 3.099 Jy 52 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -40.3 MilliJy,max = 55.2 MilliJy IMAGR1: BGC Clean: using 693 cell beam + residuals > 17.74 MilliJy IMAGR1: 962 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 26.866 MilliJy iter= 82 IMAGR1: Field 1 Clean flux density= 3.148 Jy 82 comps IMAGR1: Total Cleaned flux density = 3.148 Jy 82 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -17.5 MilliJy,max = 15.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.635E-02 < Second best 5.157E-02 IMAGR1: Field 7 min = -17.6 MilliJy,max = 18.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.787E-02 < Second best 4.566E-02 IMAGR1: Field 3 min = -17.1 MilliJy,max = 18.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.730E-02 < Second best 4.461E-02 IMAGR1: Field 4 min = -16.3 MilliJy,max = 13.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.559E-02 < Second best 4.395E-02 IMAGR1: Field 5 min = -16.4 MilliJy,max = 14.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.571E-02 < Second best 3.736E-02 IMAGR1: Field 6 min = -12.1 MilliJy,max = 12.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.161E-02 < Second best 2.559E-02 IMAGR1: Field 1 min = -26.7 MilliJy,max = 24.7 MilliJy IMAGR1: BGC Clean: using 693 cell beam + residuals > 8.15 MilliJy IMAGR1: 4948 Residual map points loaded IMAGR1: Field 1 min allowed flux = 13.300 MilliJy iter= 136 IMAGR1: Field 1 Clean flux density= 3.157 Jy 136 comps IMAGR1: Total Cleaned flux density = 3.157 Jy 136 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -12.5 MilliJy,max = 13.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.257E-02 < Second best 1.730E-02 IMAGR1: Field 3 min = -12.0 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.150E-02 < Second best 1.635E-02 IMAGR1: Field 2 min = -12.8 MilliJy,max = 9.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.226E-02 < Second best 1.571E-02 IMAGR1: Field 5 min = -12.3 MilliJy,max = 9.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.172E-02 < Second best 1.559E-02 IMAGR1: Field 4 min = -10.5 MilliJy,max = 9.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.996E-03 < Second best 1.268E-02 IMAGR1: Field 1 min = -13.9 MilliJy,max = 13.6 MilliJy IMAGR1: BGC Clean: using 161 cell beam + residuals > 5.86 MilliJy IMAGR1: 2766 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 8.822 MilliJy iter= 222 IMAGR1: Field 1 Clean flux density= 3.138 Jy 222 comps IMAGR1: Total Cleaned flux density = 3.138 Jy 222 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.6 MilliJy,max = 8.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.822E-03 < Second best 1.226E-02 IMAGR1: Field 2 min = -8.8 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.454E-03 < Second best 1.172E-02 IMAGR1: Field 5 min = -7.9 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.402E-03 < Second best 1.161E-02 IMAGR1: Field 6 min = -6.7 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.291E-03 < Second best 1.150E-02 IMAGR1: Field 3 min = -8.3 MilliJy,max = 8.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.172E-03 < Second best 9.996E-03 IMAGR1: Field 4 min = -7.0 MilliJy,max = 8.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.538E-03 < Second best 8.454E-03 IMAGR1: BGC Clean: using 691 cell beam + residuals > 4.86 MilliJy IMAGR1: 1236 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -5.964 MilliJy iter= 55 IMAGR1: Field 2 Clean flux density= -16.127 MilliJy 55 comps IMAGR1: Total Cleaned flux density = 3.122 Jy 277 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.2 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.01 MilliJy IMAGR1: 1537 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.283 MilliJy iter= 319 IMAGR1: Field 1 Clean flux density= 3.163 Jy 319 comps IMAGR1: Total Cleaned flux density = 3.147 Jy 374 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.6 MilliJy,max = 6.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.410E-03 < Second best 7.822E-03 IMAGR1: Field 7 min = -6.0 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.488E-03 < Second best 7.538E-03 IMAGR1: Field 4 min = -6.0 MilliJy,max = 6.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.529E-03 < Second best 7.402E-03 IMAGR1: Field 5 min = -6.7 MilliJy,max = 6.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.384E-03 < Second best 7.291E-03 IMAGR1: Field 6 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.871E-03 < Second best 6.410E-03 IMAGR1: BGC Clean: using 161 cell beam + residuals > 3.89 MilliJy IMAGR1: 1113 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.784 MilliJy iter= 91 IMAGR1: Field 3 Clean flux density= 18.139 MilliJy 91 comps IMAGR1: Total Cleaned flux density = 3.165 Jy 465 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.1 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 161 cell beam + residuals > 3.89 MilliJy IMAGR1: 168 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -4.276 MilliJy iter= 44 IMAGR1: Field 5 Clean flux density= -14.066 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 3.151 Jy 509 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.5 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 161 cell beam + residuals > 3.89 MilliJy IMAGR1: 438 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 4.445 MilliJy iter= 73 IMAGR1: Field 6 Clean flux density= 2.635 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 3.154 Jy 582 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.6 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.448E-03 < Second best 5.529E-03 IMAGR1: Field 4 min = -4.8 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.901E-03 < Second best 5.488E-03 IMAGR1: Field 7 min = -5.0 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 161 cell beam + residuals > 3.60 MilliJy IMAGR1: 88 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.776 MilliJy iter= 30 IMAGR1: Field 7 Clean flux density= -130.764 MicroJy 30 comps IMAGR1: Total Cleaned flux density = 3.154 Jy 612 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.1 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.643E-03 < Second best 4.901E-03 IMAGR1: Field 4 min = -4.6 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR1: 939 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.518 MilliJy iter= 118 IMAGR1: Field 4 Clean flux density= 4.029 MilliJy 118 comps IMAGR1: Total Cleaned flux density = 3.158 Jy 730 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.96 MilliJy IMAGR1: 311 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.279 MilliJy iter= 395 IMAGR1: Field 1 Clean flux density= 3.176 Jy 395 comps IMAGR1: Total Cleaned flux density = 3.171 Jy 806 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.0 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.848E-03 < Second best 4.448E-03 IMAGR1: Field 2 min = -3.8 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.584E-03 < Second best 4.252E-03 IMAGR1: Field 6 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.470E-03 < Second best 4.089E-03 IMAGR1: Field 5 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.40 MilliJy IMAGR1: 1786 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.903 MilliJy iter= 220 IMAGR1: Field 5 Clean flux density= -32.959 MilliJy 220 comps IMAGR1: Total Cleaned flux density = 3.152 Jy 982 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.5 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.371E-03 < Second best 3.613E-03 IMAGR1: Field 7 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR1: 1074 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.651 MilliJy iter= 190 IMAGR1: Field 7 Clean flux density= -2.582 MilliJy 190 comps IMAGR1: Total Cleaned flux density = 3.150 Jy 1142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.4 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.27 MilliJy IMAGR1: 1215 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.648 MilliJy iter= 249 IMAGR1: Field 2 Clean flux density= -13.204 MilliJy 249 comps IMAGR1: Total Cleaned flux density = 3.152 Jy 1336 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.019E-03 < Second best 3.371E-03 IMAGR1: Field 3 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.053E-03 < Second best 3.365E-03 IMAGR1: Field 4 min = -3.1 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.840E-03 < Second best 3.136E-03 IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.347E-03 < Second best 3.053E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR1: 765 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.221 MilliJy iter= 253 IMAGR1: Field 3 Clean flux density= 13.642 MilliJy 253 comps IMAGR1: Total Cleaned flux density = 3.148 Jy 1498 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR1: 2299 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.329 MilliJy iter= 351 IMAGR1: Field 6 Clean flux density= 7.719 MilliJy 351 comps IMAGR1: Total Cleaned flux density = 3.153 Jy 1776 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.219E-03 < Second best 2.780E-03 IMAGR1: Field 5 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.074E-03 < Second best 2.538E-03 IMAGR1: Field 7 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.151E-03 < Second best 2.535E-03 IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.099E-03 < Second best 2.347E-03 IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR1: 494 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.703 MilliJy iter= 542 IMAGR1: Field 1 Clean flux density= 3.171 Jy 542 comps IMAGR1: Total Cleaned flux density = 3.148 Jy 1923 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.025E-03 < Second best 2.219E-03 IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.009E-03 < Second best 2.151E-03 IMAGR1: Field 7 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.901E-03 < Second best 2.126E-03 IMAGR1: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 3296 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.550 MilliJy iter= 632 IMAGR1: Field 3 Clean flux density= 42.924 MilliJy 632 comps IMAGR1: Total Cleaned flux density = 3.177 Jy 2302 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.744E-03 < Second best 2.074E-03 IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.909E-03 < Second best 2.025E-03 IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 3417 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.477 MilliJy iter= 781 IMAGR1: Field 6 Clean flux density= -19.273 MilliJy 781 comps IMAGR1: Total Cleaned flux density = 3.150 Jy 2732 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.753E-03 < Second best 1.909E-03 IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.691E-03 < Second best 1.901E-03 IMAGR1: Field 7 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR1: 909 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.327 MilliJy iter= 461 IMAGR1: Field 7 Clean flux density= 2.429 MilliJy 461 comps IMAGR1: Total Cleaned flux density = 3.155 Jy 3003 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR1: 591 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.291 MilliJy iter= 302 IMAGR1: Field 4 Clean flux density= 6.676 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 3.158 Jy 3187 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.569E-03 < Second best 1.691E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 349 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.248 MilliJy iter= 355 IMAGR1: Field 5 Clean flux density= -30.014 MilliJy 355 comps IMAGR1: Total Cleaned flux density = 3.161 Jy 3322 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.258E-03 < Second best 1.569E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR1: 401 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.192 MilliJy iter= 406 IMAGR1: Field 2 Clean flux density= -9.223 MilliJy 406 comps IMAGR1: Total Cleaned flux density = 3.165 Jy 3479 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR1: 149 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.076 MilliJy iter= 704 IMAGR1: Field 3 Clean flux density= 43.208 MilliJy 704 comps IMAGR1: Total Cleaned flux density = 3.165 Jy 3551 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 945.89 MicroJy IMAGR1: 423 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 990.294 MicroJy iter= 939 IMAGR1: Field 6 Clean flux density= -22.805 MilliJy 939 comps IMAGR1: Total Cleaned flux density = 3.162 Jy 3709 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 893.66 MicroJy IMAGR1: 395 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 932.057 MicroJy iter= 608 IMAGR1: Field 7 Clean flux density= -1.882 MilliJy 608 comps IMAGR1: Total Cleaned flux density = 3.157 Jy 3856 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: TRY ANOTHER FIELD: this is 1.082E-03 < Second best 1.236E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 844.16 MicroJy IMAGR1: 628 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 889.427 MicroJy iter= 498 IMAGR1: Field 4 Clean flux density= 7.848 MilliJy 498 comps IMAGR1: Total Cleaned flux density = 3.159 Jy 4052 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 797.31 MicroJy IMAGR1: 2162 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -883.297 MicroJy iter= 772 IMAGR1: Field 5 Clean flux density= -30.492 MilliJy 772 comps IMAGR1: Total Cleaned flux density = 3.158 Jy 4469 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 > 750.31 MicroJy IMAGR1: 2324 Residual map points loaded IMAGR1: Field 2 min Clean flux = 853.232 MicroJy iter= 759 IMAGR1: Field 2 Clean flux density= -5.903 MilliJy 759 comps IMAGR1: Total Cleaned flux density = 3.161 Jy 4822 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.523E-04 < Second best 1.031E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 712.01 MicroJy IMAGR1: 1153 Residual map points loaded IMAGR1: Field 3 min Clean flux = -853.076 MicroJy iter= 802 IMAGR1: Field 3 Clean flux density= 43.560 MilliJy 802 comps IMAGR1: Total Cleaned flux density = 3.162 Jy 4920 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 > 706.68 MicroJy IMAGR1: 173 Residual map points loaded IMAGR1: Field 1 min Clean flux = -847.532 MicroJy iter= 549 IMAGR1: Field 1 Clean flux density= 3.171 Jy 549 comps IMAGR1: Total Cleaned flux density = 3.162 Jy 4927 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 690.26 MicroJy IMAGR1: 3427 Residual map points loaded IMAGR1: Field 6 min Clean flux = 853.195 MicroJy iter= 1163 IMAGR1: Field 6 Clean flux density= -22.206 MilliJy 1163 comps IMAGR1: Total Cleaned flux density = 3.162 Jy 5151 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 649.37 MicroJy IMAGR1: 2523 Residual map points loaded IMAGR1: Field 7 min Clean flux = 852.838 MicroJy iter= 672 IMAGR1: Field 7 Clean flux density= -3.733 MilliJy 672 comps IMAGR1: Total Cleaned flux density = 3.160 Jy 5215 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 603.90 MicroJy IMAGR1: 3095 Residual map points loaded IMAGR1: Field 4 min Clean flux = 852.533 MicroJy iter= 523 IMAGR1: Field 4 Clean flux density= 7.926 MilliJy 523 comps IMAGR1: Total Cleaned flux density = 3.160 Jy 5240 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 423.37 MicroJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 5 min Clean flux = -848.703 MicroJy iter= 776 IMAGR1: Field 5 Clean flux density= -30.313 MilliJy 776 comps IMAGR1: Total Cleaned flux density = 3.161 Jy 5244 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 853.232 less than limit 853.284 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 549 to 292 components IMAGR1: Field 2 compressed from 759 to 564 components IMAGR1: Field 3 compressed from 802 to 569 components IMAGR1: Field 4 compressed from 523 to 379 components IMAGR1: Field 5 compressed from 776 to 565 components IMAGR1: Field 6 compressed from 1163 to 840 components IMAGR1: Field 7 compressed from 672 to 479 components IMAGR1: Field 1 min = -986.5 MicroJy,max = 1.0 MilliJy IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 4.929 MilliJy ( 36 CCs) from field 1 to field 2 IMAGR1: Restore 10.515 MilliJy ( 15 CCs) from field 1 to field 3 IMAGR1: Restore 2.733 MilliJy ( 14 CCs) from field 1 to field 4 IMAGR1: Restore 2.397 MilliJy ( 11 CCs) from field 1 to field 5 IMAGR1: Restore 1.406 MilliJy ( 20 CCs) from field 1 to field 6 IMAGR1: Restore 21.700 MilliJy ( 16 CCs) from field 1 to field 7 IMAGR1: Restore 1.357 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR1: Restore -8.501 MilliJy ( 64 CCs) from field 2 to field 3 IMAGR1: Restore 979.260 MicroJy ( 41 CCs) from field 2 to field 4 IMAGR1: Restore 2.866 MilliJy ( 10 CCs) from field 3 to field 1 IMAGR1: Restore 3.425 MilliJy ( 19 CCs) from field 3 to field 2 IMAGR1: Restore-533.364 MicroJy ( 34 CCs) from field 3 to field 5 IMAGR1: Restore 1.255 MilliJy ( 22 CCs) from field 4 to field 1 IMAGR1: Restore 1.785 MilliJy ( 44 CCs) from field 4 to field 2 IMAGR1: Restore 1.677 MilliJy ( 19 CCs) from field 4 to field 6 IMAGR1: Restore -6.580 MilliJy ( 29 CCs) from field 5 to field 1 IMAGR1: Restore -5.521 MilliJy ( 55 CCs) from field 5 to field 3 IMAGR1: Restore -8.195 MilliJy ( 36 CCs) from field 5 to field 7 IMAGR1: Restore-182.073 MicroJy ( 27 CCs) from field 6 to field 1 IMAGR1: Restore 4.764 MilliJy ( 66 CCs) from field 6 to field 4 IMAGR1: Restore -2.470 MilliJy ( 52 CCs) from field 6 to field 7 IMAGR1: Restore -1.296 MilliJy ( 24 CCs) from field 7 to field 1 IMAGR1: Restore 725.118 MicroJy ( 62 CCs) from field 7 to field 5 IMAGR1: Restore 156.135 MicroJy ( 46 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 3.169 Jy IMAGR1: Field 2 final Clean flux 4.237 MilliJy IMAGR1: Field 3 final Clean flux 40.053 MilliJy IMAGR1: Field 4 final Clean flux 16.403 MilliJy IMAGR1: Field 5 final Clean flux -27.724 MilliJy IMAGR1: Field 6 final Clean flux -18.966 MilliJy IMAGR1: Field 7 final Clean flux 7.301 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= 99 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 69.6 Real= 147 in-CNO 91 renumbered as CNO 83 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 85 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1016 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_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@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 90 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 92 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 102 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08288 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_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@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Disk 1 in-CNO 98 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 99 renumbered as CNO 96 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.04164 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_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@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =2319+051' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Disk 1 in-CNO 100 renumbered as CNO 97 AIPS 1: Disk 1 in-CNO 101 renumbered as CNO 98 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_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@0137+331_X,BAND.0-1 >> /home/auto/run/AB922_1999N AIPS 1: OV23_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =0137+331' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@0137+331_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 100 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 101 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 102 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 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 ?' 105 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18364: 7933 messages, oldest written 22-SEP-2006 08:16:10 AIPS 1: Deleted 3 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 2.0 Real= 1774 /home/auto/run/AB922_1999NOV23_1.run.1 finished on Fri Sep 22 08:45:44 MDT 2006