AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 2: You are NOT assigned a TV device or server AIPS 2: You are NOT assigned a graphics device or server AIPS 2: Enter user ID number ?AIPS 2: 31DEC06 AIPS: AIPS 2: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 2: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 2: for details, type HELP GNUGPL AIPS 2: This is free software, and you are welcome to redistribute it AIPS 2: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 2: Previous session command-line history *not* recovered. AIPS 2: TAB-key completions enabled, type HELP READLINE for details. AIPS 2: Recovered POPS environment from last exit >>>AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 2: procedure pipedef1 AIPS 2: string*12 pnam AIPS 2: string*6 pcls AIPS 2: scalar pseq,pdsk AIPS 2: pdsk=1 AIPS 2: finish AIPS 2: pipedef1 AIPS 2: procedure namepipe AIPS 2: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 2: finish AIPS 2: procedure pipename AIPS 2: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 2: finish AIPS 2: AIPS 2: procedure checkcat AIPS 2: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 2: scalar numcat AIPS 2: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 2: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 2: if(numcat>0)then;recat;end;clrtemp AIPS 2: return numcat AIPS 2: finish AIPS 2: AIPS 2: procedure gx AIPS 2: $ inputs AIPS 2: go;wait AIPS 2: finish AIPS 2: AIPS 2: procedure pre_fillm AIPS 2: $LOS - sets VLA archive defaults for fillm AIPS 2: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 2: finish AIPS 2: AIPS 2: procedure fname AIPS 2: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 2: finish AIPS 2: AIPS 2: procedure del AIPS 2: error=1;zap AIPS 2: finish AIPS 2: AIPS 2: procedure skipdata AIPS 2: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 2: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 2: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 2: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 2: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 2: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 2: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 2: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 2: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 2: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 2: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 2: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 2: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 2: end AIPS 2: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 2: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure checkcal AIPS 2: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 2: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 2: scalar idx,jdx AIPS 2: string*16 sname AIPS 2: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 2: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 2: for jdx=1:idx AIPS 2: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 2: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try B1950 name AIPS 2: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 AIPS 2: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 2: if(error>0)then $ try J2000 name AIPS 2: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 2: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 2: end;end;end;clrtemp AIPS 2: end AIPS 2: $ if error>0 check on coords (for different name than standard) AIPS 2: $ but keyval not reliable to do this.. ?? AIPS 2: $ end AIPS 2: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 2: else;checkids;error=-1;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure j2000fix AIPS 2: $LOS - convert data to J2000 by default use of uvfix AIPS 2: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 2: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 2: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure datachks AIPS 2: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 2: if(error<1)then $ file exists AIPS 2: skipdata;if(error<1)then $ file was not zapped AIPS 2: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 2: j2000fix AIPS 2: $ addcalco AIPS 2: end;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure freqchks AIPS 2: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 2: scalar rows, nfrq AIPS 2: if(error<1)then $ file exists AIPS 2: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 2: if (nfrq > 1) then AIPS 2: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 2: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 2: for rows=1:nfrq AIPS 2: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 2: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 2: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 2: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 2: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 2: tget uvcop;freqid=1;clrtemp AIPS 2: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 2: finish AIPS 2: AIPS 2: procedure pre_move AIPS 2: $LOS - moves file to another AIPS user number AIPS 2: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: $ AIPS 2: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 2: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 2: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 2: $ Rearanged inputs and options, added integration time calculation, AIPS 2: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 2: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 2: $ array, use model,.. AIPS 2: $ AIPS 2: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 2: $ find imsize, find cutoffflux, include infi le AIPS 2: $--------------------------------------------------------------- AIPS 2: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 2: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 2: $=============================================== AIPS 2: $! Calibrating amplitude and phase, and imaging VLA data AIPS 2: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 2: $--------------------------------------------------------------- AIPS 2: $; Copyright (C) 2002-2006 AIPS 2: $; Associated Universities, Inc. Washington DC, USA. AIPS 2: $; AIPS 2: $; This program is free software; you can redistribute it and/o r AIPS 2: $; modify it under the terms of the GNU General Public License as AIPS 2: $; published by the Free Software Foundation; either version 2 of AIPS 2: $; the License, or (at your option) any later version. AIPS 2: $; AIPS 2: $; This program is distributed in the hope that it will be usef ul, AIPS 2: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 2: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 2: $; GNU General Public License for more details. AIPS 2: $; AIPS 2: $; You should have received a copy of the GNU General Public AIPS 2: $; License along with this program; if not, write to the Free AIPS 2: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 2: $; MA 02139, USA. AIPS 2: $; AIPS 2: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 2: $; Internet email: aipsmail@nrao.edu. AIPS 2: $; Postal address: AIPS Project Office AIPS 2: $; National Radio Astronomy Observatory AIPS 2: $; 520 Edgemont Road AIPS 2: $; Charlottesville, VA 22903-2475 USA AIPS 2: $--------------------------------------------------------------- AIPS 2: $=============================================================== AIPS 2: AIPS 2: procedure pipeinit AIPS 2: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 2: scalar lsids,star,tint,fsw AIPS 2: string*2 lstyp AIPS 2: string*3 lsvla AIPS 2: string*6 lsidc,lsstrng AIPS 2: string*16 lsidn,lscal AIPS 2: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 2: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 2: string*20 expnm AIPS 2: string*48 expmsg AIPS 2: finish AIPS 2: pipeinit AIPS 2: AIPS 2: procedure pipeinpt AIPS 2: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 2: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 2: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 2: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 2: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 2: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 2: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 2: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 2: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 2: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 2: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 2: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 2: lsparm(9)=docal;lsparm(10)=doresid AIPS 2: $ check input values AIPS 2: $->lsbadd AIPS 2: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 2: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 2: if (error<>0) then AIPS 2: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 2: else AIPS 2: userid=0;k=1;lsname=0 AIPS 2: while (lsname=0);egetname k AIPS 2: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 2: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 2: else;k=k+1;end;end;end;else AIPS 2: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 2: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 2: else AIPS 2: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 2: end AIPS 2: end AIPS 2: AIPS 2: $->inname AIPS 2: $->inclass AIPS 2: $->inseq AIPS 2: $->fsw AIPS 2: $->lsflag AIPS 2: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 2: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 2: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 2: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 2: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 2: end AIPS 2: $->lscal AIPS 2: if (length(lscal)<>0) then AIPS 2: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 2: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 2: end AIPS 2: AIPS 2: $->lsflux AIPS 2: $-> #3+#4 uvrange AIPS 2: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 2: if((i=1)&(j=1))then;star=1;else; AIPS 2: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 2: end;end;end;end;clrtemp;end AIPS 2: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 2: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 2: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 2: end;end;clrtemp AIPS 2: $-> #11 dopol AIPS 2: $-> #12 bpa AIPS 2: $->lscont AIPS 2: $->lsplot AIPS 2: if (lsparm(1) > 0) then AIPS 2: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 2: else; AIPS 2: if (lsparm(5)=0) then; AIPS 2: keyword='TELESCOP';gethead; AIPS 2: if (substr(keystrng,1,3)<>'VLA') then; AIPS 2: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 2: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 2: for j=1:k AIPS 2: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 2: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: lsvla=substr(keystrng,i+1,i+3);else AIPS 2: lsvla=substr(keystrng,i+2,i+4);end AIPS 2: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 2: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 2: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 2: keyword=substr(keystrng,i+2,i+8);else AIPS 2: keyword=substr(keystrng,i+3,i+9);end AIPS 2: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 2: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 2: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 2: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 2: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 2: if(lsparm(5)>0)then AIPS 2: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 2: end;end;end;end AIPS 2: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 2: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 2: AIPS 2: $-> #7 niter AIPS 2: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 2: $-> #8 cutoff AIPS 2: $-> #9 docal AIPS 2: $-> #10 doresid AIPS 2: AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure getidn AIPS 2: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 2: finish AIPS 2: AIPS 2: procedure getset AIPS 2: default;getidn;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure lsclrcal AIPS 2: $ consolidate lists, deal with calcode='*' later AIPS 2: scalar lsidx,l,m,n AIPS 2: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 2: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 2: for i=1:lsidx $ remember source number AIPS 2: pixxy=i,3,0;tabget;error=0 AIPS 2: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 2: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 2: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 2: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 2: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 2: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 2: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 2: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 2: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 2: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 2: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 2: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 2: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 2: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 2: $here - clean up pnt cal for doubles - subtract from total count below AIPS 2: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 2: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 2: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 2: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 2: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 2: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 2: return;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure numtab(lsstrng) AIPS 2: keystrng'';j=0;clrtemp AIPS 2: while ((j<15)&(keystrng<>lsstrng)) AIPS 2: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 2: if (keystrng=lsstrng) then AIPS 2: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 2: keyword'';keystrng'';clrtemp AIPS 2: return keyvalue(1);finish AIPS 2: AIPS 2: procedure numbasel AIPS 2: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 2: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 2: for numbant=1:numarow AIPS 2: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 2: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 2: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 2: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 2: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 2: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 2: return numbase AIPS 2: finish AIPS 2: AIPS 2: procedure calcintt AIPS 2: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 2: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 2: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 2: else AIPS 2: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 2: if(numxrow>rmax)then;numxrow rmax;end AIPS 2: for numscan=1:numxrow;clrtemp AIPS 2: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 2: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 2: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 2: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 2: end;numcnst=numbasel;sum=0 AIPS 2: if (avr > 0) then AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 2: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 2: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 2: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 2: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 2: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 2: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 2: end AIPS 2: return avr AIPS 2: finish AIPS 2: AIPS 2: procedure guesintt AIPS 2: scalar intcst,intavr,intmod,intime AIPS 2: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 2: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 2: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 2: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 2: if (intavr>10) then AIPS 2: $ intime=10*floor(0.5+(intavr/10)) AIPS 2: intime=10*floor(intavr/10) AIPS 2: else;if (intavr>0) then AIPS 2: intmod=mod(intavr,intcst) AIPS 2: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 2: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 2: else;intime=intavr;end;end;clrtemp AIPS 2: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 2: return intime AIPS 2: finish AIPS 2: AIPS 2: procedure checkids AIPS 2: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 2: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 2: scalar q1,q2 AIPS 2: string*1 co1,co2 AIPS 2: string*16 n1,n2 AIPS 2: array alist(100),blist(100) AIPS 2: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 2: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 2: if (n > 1) then AIPS 2: for m=1:(n-1);clrtemp AIPS 2: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 2: for l=(m+1):n;clrtemp AIPS 2: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 2: if (abs(ra1a-ra2a)=0) then AIPS 2: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 2: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 2: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 2: if (abs(dc1a-dc2a)=0) then AIPS 2: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 2: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 2: if (q1=q2) then $ same qualifier; same calcode? AIPS 2: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 2: if (co1=co2) then AIPS 2: pixxy m,1;tabget;q1 keyvalue(1) AIPS 2: pixxy l,1;tabget;q2 keyvalue(1) AIPS 2: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 2: if (idx>100) then; AIPS 2: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 2: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 2: else AIPS 2: if (length(n1)1) then;task'DSORC';n=0 AIPS 2: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 2: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure chkobjct AIPS 2: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 2: then; object='3C286';end AIPS 2: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 2: then; object='3C48';end AIPS 2: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 2: then; object='3C138';end AIPS 2: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 2: then; object='3C147';end AIPS 2: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 2: then; object='3C295';end;clrtemp;return AIPS 2: finish AIPS 2: AIPS 2: procedure checkbnd AIPS 2: band='';j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9; AIPS 2: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 2: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 2: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 2: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 2: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 2: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 2: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 2: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure chkmodel AIPS 2: error=0;sysout='';sys2com'' AIPS 2: syscom'ls -1 $AIPSTARS/ AIPS 2: sys2com(1) inname!!'.MODEL' AIPS 2: sys2com(2) ' >& /dev/null AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure loadmodl AIPS 2: scalar lsidx,l AIPS 2: array lsload(5) AIPS 2: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 2: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 2: for i=1:lsidx AIPS 2: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 2: while (j<21) AIPS 2: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 2: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 2: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 2: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 2: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 2: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 2: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 2: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 2: end;return AIPS 2: finish AIPS 2: AIPS 2: procedure vlanew AIPS 2: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 2: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 2: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 2: if (inclass='LINE') then AIPS 2: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 2: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 2: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 2: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 2: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 2: finish AIPS 2: AIPS 2: procedure allzap AIPS 2: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure allplot AIPS 2: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 2: if (j>0) then AIPS 2: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 2: else;type 'NOTHING TO PLOT - DONE';end AIPS 2: finish AIPS 2: AIPS 2: procedure goplt0 AIPS 2: if (lsplot>0) then;go;end AIPS 2: finish $SN only AIPS 2: procedure goplt1 AIPS 2: if (lsplot>1) then;go;end AIPS 2: finish $SN+CL AIPS 2: procedure goplt2 AIPS 2: if (lsplot>2) then;go;end AIPS 2: finish $SN+CL+BP AIPS 2: procedure goplt3 AIPS 2: if (lsplot>3) then;go;end AIPS 2: finish $CL,BP applied AIPS 2: AIPS 2: procedure calpipe(lsdisk,lsname,lsrant) AIPS 2: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 2: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 2: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 2: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 2: if (lsflag>=1) then AIPS 2: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 2: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 2: end;task'FLAGR';getset AIPS 2: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 2: end AIPS 2: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 2: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 2: if (length(lscal)<>0) then AIPS 2: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 2: end;sources=lsampcal;go AIPS 2: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 2: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 2: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 2: if (lsmodl>0) then $ use models for ones that exist AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;clrtemp AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 2: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 2: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 2: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 2: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 2: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 2: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 2: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 2: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 2: if(star>0)then;calsour'';calcode'*';end;go AIPS 2: if (lsmodl>0) then AIPS 2: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 2: for j=1:(l-1) AIPS 2: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 2: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 2: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 2: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 2: $ if no model, use point with full uvrange AIPS 2: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 2: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 2: for j=1:(l-1) AIPS 2: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 2: if (error<1) then;zap;end;end AIPS 2: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 2: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 2: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 2: if (star>0) then; AIPS 2: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 2: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 2: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 2: soucode='*' AIPS 2: else AIPS 2: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 2: end;go AIPS 2: if (lscont<1) then AIPS 2: type '****************************************************** **' AIPS 2: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 2: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 2: type '****************************************************** **';read AIPS 2: end AIPS 2: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 2: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 2: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 2: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 2: if (inclass='CH 0') then AIPS 2: task'TACOP';getset AIPS 2: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 2: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 2: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 2: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 2: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 2: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 2: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 2: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 2: sources=lsampcal;goplt3 AIPS 2: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 2: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure calcrms AIPS 2: scalar nbas,nvis,tbw,rms,minhrs AIPS 2: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 2: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 2: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 2: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 2: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 2: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 2: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 2: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 2: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 2: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 2: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 2: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 2: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 2: return rms AIPS 2: finish AIPS 2: AIPS 2: procedure setboxfle AIPS 2: scalar ci,bi AIPS 2: string*48 fbox AIPS 2: fbox'/tmp/SETFC@ AIPS 2: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 2: ci=0;bi=length(fbox) AIPS 2: while(ci& /dev/null AIPS 2: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 2: finish AIPS 2: AIPS 2: procedure catboxfile AIPS 2: sys2com'';syscom 'cat AIPS 2: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 2: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 2: system AIPS 2: finish AIPS 2: AIPS 2: procedure setimsize AIPS 2: scalar szf, kk AIPS 2: string*48 bxf AIPS 2: array szc(2), szi(2), orgc(2), orgi(2) AIPS 2: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 2: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 2: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 2: while (kk<9) AIPS 2: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 2: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 2: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 2: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 2: go;szf=nfield;szc=cellsize;szi=imsize AIPS 2: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 2: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 2: vput imagr AIPS 2: finish AIPS 2: AIPS 2: procedure imapipe(k,lsdisk,lsname) AIPS 2: vnum=33;dowait=true AIPS 2: if (k=1) then AIPS 2: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 2: baddisk=lsbadd;douvcomp=-1;go AIPS 2: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 2: go;end;end;clrtemp AIPS 2: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 2: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 2: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 2: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 2: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 2: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 2: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 2: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 2: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 2: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 2: while ((lssid(k)>0) & (k<1001)) AIPS 2: if (lssid(k)=keyvalue(1))then error=0;end AIPS 2: k=k+1;end;end;vget imagr AIPS 2: if (error < 1) then AIPS 2: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 2: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 2: while (j<30) AIPS 2: k=length(inname) AIPS 2: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 2: lstarg=0;j=30 AIPS 2: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 2: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 2: if(imsize(1)<0)then;imsize=256;end;end AIPS 2: else;j=j+1;end $ check next source, if not found -> targ et AIPS 2: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 2: AIPS 2: j=1 AIPS 2: $calibrator lstarg=0 AIPS 2: $target if lstarg=1 AIPS 2: AIPS 2: AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 2: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 2: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 2: if (inclass='CH 0') then AIPS 2: for k=1:keyvalue(1);bif=k;eif=k AIPS 2: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 2: end;clrtemp;k=keyvalue(1) AIPS 2: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 2: if (error < 1) then AIPS 2: while (j<9) AIPS 2: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 2: if (keystrng='FREQ') then AIPS 2: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 2: else;j=j+1;end AIPS 2: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 2: if (bchan=1) then;bchan=2;end;j=k AIPS 2: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 2: end;end;clrtemp AIPS 2: else AIPS 2: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 2: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 2: else AIPS 2: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 2: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 2: end;end;boxfile=setboxfle;delboxfle AIPS 2: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 2: $ inclass'SCIMG';allzap AIPS 2: inclass'IBM*';intype'MA';allzap AIPS 2: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 2: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 2: end;end;dowait=false;vnum=0 AIPS 2: finish AIPS 2: AIPS 2: procedure avlapipe AIPS 2: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 2: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 2: else;lsclrcal;tint=guesintt;clrtemp AIPS 2: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 2: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 2: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 2: type'--------------------------------------------------- --------' AIPS 2: end;type ' ' AIPS 2: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 2: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 2: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: default'AVLAPIPE' AIPS 2: Found in Version=ABIN AIPS 2: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 2: docal 1; sources '*''' AIPS 2: $ to be set by itself later AIPS 2: solint 1; factor 5; doarray -1; imsize -1 AIPS 2: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 2: niter -1; cutoff -1 AIPS 2: $ for now debugging AIPS 2: docont 1; plver -1; doall 1; doresid 0 AIPS 2: AIPS 2: $ defaults AIPS 2: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 2: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 2: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 2: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 2: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 2: 'AB922_2000JAN06_1' >>AIPS 2: 'AB922_2000JAN06_1' >AIPS 2: Found in Version=ABIN AIPS 2: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 2: AIPS 2: $$ General catalog looks like AIPS 2: $$ Multi-source UV data file AIPS 2: $$ Multi-source TASAV file AIPS 2: $$ Single-source calibrated data - auvf AIPS 2: $$ Single-source calibrated images- aimg AIPS 2: AIPS 2: $May need to redefine after a restore 0: AIPS 2: $allzap AIPS 2: $calcintt AIPS 2: $guesintt AIPS 2: $lsparm(5);tint;lsdisk AIPS 2: AIPS 2: procedure flatfov AIPS 2: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 2: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 2: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 2: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 2: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 2: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 2: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 2: end AIPS 2: for i=3:uvi;getname i AIPS 2: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 2: for j=1:keyvalue(1) AIPS 2: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 2: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 2: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 2: $ so instead of maximum frequency span, use max individual bandw idth AIPS 2: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 2: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 2: for j=1:mai $ assume inseq starts at 1.. AIPS 2: inseq=j;kk=1;cellsize=0;userid=0 AIPS 2: while (kk<5) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 2: keyword='CDELT'!!char(kk);clrtemp AIPS 2: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 2: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 2: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 2: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 2: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 2: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 2: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 2: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 2: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 2: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 2: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 2: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 2: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 2: go;wait;allzap;recat AIPS 2: end;end;end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasimage AIPS 2: $LOS - Determine noise, do primary beam correction, include copy right AIPS 2: scalar numfle,ll,mm AIPS 2: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 2: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 2: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 2: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 2: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 2: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 2: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 2: end AIPS 2: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 2: for j=mai:numfle AIPS 2: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 2: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 2: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 2: for j=mai:numfle $ can only do on MA files AIPS 2: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 2: end AIPS 2: finish AIPS 2: AIPS 2: procedure nvasname AIPS 2: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 2: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 2: string*1 pm,rmsc AIPS 2: string*2 zz AIPS 2: string*3 mmm AIPS 2: string*4 rmss,sbms,fras AIPS 2: string*5 radi AIPS 2: string*30 dir AIPS 2: string*20 expn AIPS 2: ki=1;userid=0 AIPS 2: while (ki<9) AIPS 2: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 2: typ ki, keys AIPS 2: if(substr(keystrng,1,2)='RA')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 2: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 2: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 2: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 2: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 2: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 2: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 2: typ 'HERE' AIPS 2: if(substr(keystrng,1,3)='DEC')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 2: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 2: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 2: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 2: ds=floor(dc1+(3600*dc2));clrtemp AIPS 2: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 2: if(substr(keystrng,1,4)='FREQ')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 2: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 2: if(substr(keystrng,1,6)='STOKES')then AIPS 2: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 2: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 2: end; AIPS 2: typ ki 'TOO' AIPS 2: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 2: end;clrtemp $ build the output file name here AIPS 2: typ 'BUILD NOW' AIPS 2: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 2: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 2: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 2: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 2: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 2: AIPS 2: AIPS 2: AIPS 2: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 2: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 2: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 2: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 2: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 2: else AIPS 2: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 2: end AIPS 2: AIPS 2: if (expnm='') then AIPS 2: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 2: mmm=substr(keystrng,5,6) AIPS 2: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 2: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 2: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 2: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 2: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 2: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 2: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 2: end AIPS 2: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print outf AIPS 2: AIPS 2: $ make the source dir here AIPS 2: dir='';sysout'';syscom'mkdir AIPS 2: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 2: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 2: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 2: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 2: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 2: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 1.83 min. of data in 22 scans QUACK2: Appears to have ended successfully QUACK2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.260E-01 +- 2.303E-02 source= 1331+305 FLAGR2: Overall average rms= 1.872E-03 +- 1.371E-04 source= 1331+305 FLAGR2: Overall average amp= 4.396E-02 +- 1.606E-03 source= 1244+408 FLAGR2: Overall average rms= 1.805E-03 +- 2.105E-04 source= 1244+408 FLAGR2: Overall average amp= 7.813E-02 +- 3.250E-03 source= 1035+564 FLAGR2: Overall average rms= 2.038E-03 +- 2.040E-04 source= 1035+564 FLAGR2: Overall average amp= 4.428E-02 +- 1.970E-03 source= 1148+594 FLAGR2: Overall average rms= 1.770E-03 +- 1.876E-04 source= 1148+594 FLAGR2: Overall average amp= 1.113E-01 +- 4.838E-03 source= 1400+621 FLAGR2: Overall average rms= 1.679E-03 +- 1.783E-04 source= 1400+621 FLAGR2: Overall average amp= 9.416E-02 +- 5.324E-03 source= 1549+506 FLAGR2: Overall average rms= 1.702E-03 +- 1.860E-04 source= 1549+506 FLAGR2: Overall average amp= 3.746E-03 +- 4.974E-04 source= 1600+434 FLAGR2: Overall average rms= 1.296E-03 +- 1.123E-04 source= 1600+434 FLAGR2: Overall average amp= 9.271E-03 +- 1.875E-03 source= 1559+437 FLAGR2: Overall average rms= 1.562E-03 +- 2.078E-04 source= 1559+437 FLAGR2: Overall average amp= 3.193E-02 +- 1.646E-03 source= 1545+478 FLAGR2: Overall average rms= 1.669E-03 +- 2.632E-04 source= 1545+478 FLAGR2: Overall average amp= 8.111E-02 +- 4.337E-03 source= 1634+627 FLAGR2: Overall average rms= 1.687E-03 +- 1.782E-04 source= 1634+627 FLAGR2: Overall average amp= 8.352E-02 +- 4.560E-03 source= 1642+689 FLAGR2: Overall average rms= 1.686E-03 +- 1.639E-04 source= 1642+689 FLAGR2: Overall average amp= 4.184E-03 +- 7.519E-04 source= 1608+656 FLAGR2: Overall average rms= 1.367E-03 +- 1.107E-04 source= 1608+656 FLAGR2: Overall average amp= 5.290E-02 +- 2.725E-03 source= 1823+796 FLAGR2: Overall average rms= 1.674E-03 +- 1.985E-04 source= 1823+796 FLAGR2: Overall average amp= 4.430E-02 +- 2.478E-03 source= 1945+709 FLAGR2: Overall average rms= 1.658E-03 +- 1.963E-04 source= 1945+709 FLAGR2: Overall average amp= 2.919E-02 +- 2.120E-03 source= 1815+614 FLAGR2: Overall average rms= 1.670E-03 +- 2.078E-04 source= 1815+614 FLAGR2: Overall average amp= 9.168E-02 +- 5.611E-03 source= 2355+498 FLAGR2: Overall average rms= 1.755E-03 +- 2.081E-04 source= 2355+498 FLAGR2: Overall average amp= 9.813E-02 +- 8.513E-03 source= 2320+052 FLAGR2: Overall average rms= 1.884E-03 +- 1.716E-04 source= 2320+052 FLAGR2: Overall average amp= 3.612E-03 +- 3.372E-04 source= 2319+051 FLAGR2: Overall average rms= 1.361E-03 +- 1.036E-04 source= 2319+051 FLAGR2: Found 9 bad times, 339 total flags FLAGR2: Wrote 1 antenna & IF independent flags FLAGR2: Wrote 8 antenna independent, IF dependent flags FLAGR2: Wrote 330 antenna & IF dependent flags FLAGR2: Wrote 0 antenna & IF dependent, all-times flags FLAGR2: Appears to have ended successfully FLAGR2: auto 31DEC06 TST: Cpu= 7.9 Real= 31 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: / Resetting flux information to zero SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: SOURCES = '' /All sources selected SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY2: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY2: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY2: Appears to have ended successfully SETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000106 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 1 CALIB2: Found 2803 good solutions CALIB2: Failed on 5 solutions CALIB2: Average closure rms = 0.0086 +- 0.0052 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25962 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.48077 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.11538 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.11538 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.02885 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.0 Real= 4 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD2: Task CALRD (release of 31DEC06) begins CALRD2: Reading disk file AIPSTARS:3C286_X.MODEL CALRD2: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD2: Appears to have ended successfully CALRD2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000106 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 216 records from SN table no. 1 CALIB2: Writing SN table 1 CALIB2: Found 864 good solutions CALIB2: Average closure rms = 0.0028 +- 0.0006 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.12500 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.15625 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.56250 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.06250 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.03125 of the times had 10 - 12 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 17 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 1 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 702 merged records from 702 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.5 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3996 records from CL table no. 2 CLCAL2: Processing SN table 1 CLCAL2: WARNING: SN table 1 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 702 merged records from 702 input records CLCAL2: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.6 Real= 7 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000106 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing cal transfer mode with point model for each source CALIB2: This is not self-calibration CALIB2: Dividing data by source flux densities CALIB2: Determining solutions CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.769E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.782E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.768E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.808E+00 CALIB2: Found 1941 good solutions CALIB2: Failed on 3 solutions CALIB2: Average closure rms = 0.0010 +- 0.0007 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.63014 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.17808 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.09589 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.06849 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB2: Some solutions were not adjusted to the common CALIB2: reference antenna. This may be because one or more CALIB2: antennas were not used. Check your data before CALIB2: proceeding. CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 1.6 Real= 6 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000106 . X BAND . 1 DISK= 1 USID=**** CALIB2: L1 Solution type CALIB2: Selecting, editing and calibrating the data CALIB2: Doing self-cal mode with CC model CALIB2: SETGDS: imaging done with reprojected tangent point(s) CALIB2: FACSET: source model will be scaled to 5.216 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.88316E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: VISDFT: Model components of type Point CALIB2: I Polarization model processed CALIB2: Model computation is 10 percent complete CALIB2: Model computation is 20 percent complete CALIB2: Model computation is 30 percent complete CALIB2: Model computation is 40 percent complete CALIB2: Model computation is 50 percent complete CALIB2: Model computation is 60 percent complete CALIB2: Model computation is 70 percent complete CALIB2: Model computation is 80 percent complete CALIB2: Model computation is 90 percent complete CALIB2: Model computation is 100 percent complete CALIB2: FACSET: source model will be scaled to 5.195 Jy CALIB2: FACSET: 5.277485 Jy found from 194 components CALIB2: FACSET: scaling factor set to 9.84307E-01 CALIB2: VISDFT: Begin DFT component division CALIB2: I Polarization model processed CALIB2: Field 1 used 194 CCs CALIB2: Determining solutions CALIB2: Deleted 54 records from SN table no. 2 CALIB2: Writing SN table 2 CALIB2: RPOL, IF= 1 The average gain over these antennas is 3.157E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.160E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.172E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.198E+00 CALIB2: Found 216 good solutions CALIB2: Average closure rms = 0.0004 +- 0.0001 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.50000 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.25000 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 16 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 GETJY2: Task GETJY (release of 31DEC06) begins GETJY2: Source:Qual CALCODE IF Flux (Jy) GETJY2: 1244+408 : 0 C 1 0.43361 +/- 0.00094 GETJY2: 2 0.43092 +/- 0.00088 GETJY2: 1035+564 : 0 A 1 0.76915 +/- 0.00232 GETJY2: 2 0.76228 +/- 0.00213 GETJY2: 1148+594 : 0 B 1 0.43540 +/- 0.00202 GETJY2: 2 0.43386 +/- 0.00189 GETJY2: 1400+621 : 0 C 1 1.09814 +/- 0.00354 GETJY2: 2 1.09104 +/- 0.00328 GETJY2: 1549+506 : 0 A 1 0.92659 +/- 0.00650 GETJY2: 2 0.92719 +/- 0.00605 GETJY2: 1545+478 : 0 B 1 0.31254 +/- 0.00230 GETJY2: 2 0.31081 +/- 0.00217 GETJY2: 1634+627 : 0 C 1 0.80054 +/- 0.00505 GETJY2: 2 0.79299 +/- 0.00529 GETJY2: 1642+689 : 0 A 1 0.82259 +/- 0.00602 GETJY2: 2 0.82132 +/- 0.00589 GETJY2: 1823+796 : 0 A 1 0.51834 +/- 0.00389 GETJY2: 2 0.51581 +/- 0.00375 GETJY2: 1945+709 : 0 B 1 0.43497 +/- 0.00319 GETJY2: 2 0.43288 +/- 0.00300 GETJY2: 2355+498 : 0 A 1 0.90294 +/- 0.00682 GETJY2: 2 0.89719 +/- 0.00700 GETJY2: 2320+052 : 0 A 1 0.98211 +/- 0.00639 GETJY2: 2 0.97412 +/- 0.00883 GETJY2: Appears to have ended successfully GETJY2: auto 31DEC06 TST: Cpu= 0.0 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode 2PT CLCAL2: Processing SN table 2 CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 486 merged records from 486 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 0.5 Real= 1 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes CLCAL2: Task CLCAL (release of 31DEC06) begins CLCAL2: Using interpolation mode SELF CLCAL2: Deleted 3996 records from CL table no. 3 CLCAL2: Processing SN table 2 CLCAL2: WARNING: SN table 2 has already been applied CLCAL2: SNMRG: Merging SN table CLCAL2: SNMRG: Write 486 merged records from 486 input records CLCAL2: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL2: Appears to have ended successfully CLCAL2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes TASAV2: Task TASAV (release of 31DEC06) begins TASAV2: Create 20000106 .TASAV . 1 (UV) on disk 1 cno 2 TASAV2: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV2: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV2: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV2: Appears to have ended successfully TASAV2: auto 31DEC06 TST: Cpu= 0.2 Real= 0 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SPLIT2: Task SPLIT (release of 31DEC06) begins SPLIT2: You are using a non-standard program SPLIT2: Doing subarray 1 SPLIT2: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT2: Applying CL Table version 3 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 6784 0 6784 SPLIT2: Fully 0 0 42953 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT2: Create 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 154 0 154 SPLIT2: Fully 0 0 6814 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT2: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 230 0 230 SPLIT2: Fully 0 0 7066 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT2: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 156 0 156 SPLIT2: Fully 0 0 8268 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT2: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 206 0 206 SPLIT2: Fully 0 0 7516 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT2: Create 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 479 0 479 SPLIT2: Fully 0 0 12031 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT2: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 130 0 130 SPLIT2: Fully 0 0 19526 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT2: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 104 0 104 SPLIT2: Fully 0 0 5863 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT2: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 398 0 398 SPLIT2: Fully 0 0 5109 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT2: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 847 0 847 SPLIT2: Fully 0 0 12777 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT2: Create 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 770 0 770 SPLIT2: Fully 0 0 13400 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT2: Create 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 416 0 416 SPLIT2: Fully 0 0 29419 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT2: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 130 0 130 SPLIT2: Fully 0 0 6435 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT2: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 312 0 312 SPLIT2: Fully 0 0 7358 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT2: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 308 0 308 SPLIT2: Fully 0 0 7063 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT2: Create 2355+498 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 260 0 260 SPLIT2: Fully 0 0 7153 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT2: Create 2320+052 .X BAND. 1 (UV) on disk 1 cno 19 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 1756 154 1756 SPLIT2: Fully 0 0 13909 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT2: Create 2319+051 .X BAND. 1 (UV) on disk 1 cno 20 SPLIT2: Previously flagged flagged by gain kept SPLIT2: Partially 387 2287 2659 SPLIT2: Fully 0 0 28203 SPLIT2: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT2: Appears to have ended successfully SPLIT2: auto 31DEC06 TST: Cpu= 1.5 Real= 5 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23547 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23547 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 96.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.0 Real= 5 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 27 12.5 00002 -1 507 512 513 C 3 1012 1012 13 30 54.86 30 28 52.7 00003 -1 507 512 513 C 4 1012 1012 13 31 21.72 30 28 52.7 00004 -1 507 512 513 C 5 1012 1012 13 30 54.85 30 32 13.1 00005 -1 507 512 513 C 6 1012 1012 13 31 21.73 30 32 13.1 00006 -1 507 512 513 C 7 1012 1012 13 31 08.29 30 33 53.4 00007 -1 507 512 513 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 2.3262E-02 -2.0046E+02 0 IMAGR2: Field 3 1012 1012 -1.7354E+02 -1.0026E+02 0 IMAGR2: Field 4 1012 1012 1.7358E+02 -1.0026E+02 0 IMAGR2: Field 5 1012 1012 -1.7366E+02 1.0014E+02 0 IMAGR2: Field 6 1012 1012 1.7371E+02 1.0014E+02 0 IMAGR2: Field 7 1012 1012 2.3262E-02 2.0044E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 49737 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.356E+05 IMAGR2: UVWAIT: Adding temperance S 2.712E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.444E+08 and out 2.281E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.187 due to weighting IMAGR2: UVWAIT: Average summed weight 1.356E+05 over 97681 vis IMAGR2: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR2: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR2: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR2: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR2: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR2: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR2: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR2: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.42163E+09 IMAGR2: Field 1 Beam min = -110.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.233 x 0.679 arcsec, PA= 76.6 IMAGR2: Field 2 Sum of gridding weights = 2.42162E+09 IMAGR2: Field 2 Beam min = -110.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.233 x 0.679 arcsec, PA= 76.6 IMAGR2: Field 3 Sum of gridding weights = 2.42163E+09 IMAGR2: Field 3 Beam min = -110.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.235 x 0.679 arcsec, PA= 76.6 IMAGR2: Field 4 Sum of gridding weights = 2.42162E+09 IMAGR2: Field 4 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.231 x 0.679 arcsec, PA= 76.7 IMAGR2: Field 5 Sum of gridding weights = 2.42163E+09 IMAGR2: Field 5 Beam min = -110.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.234 x 0.679 arcsec, PA= 76.6 IMAGR2: Field 6 Sum of gridding weights = 2.42163E+09 IMAGR2: Field 6 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.231 x 0.679 arcsec, PA= 76.7 IMAGR2: Field 7 Sum of gridding weights = 2.42163E+09 IMAGR2: Field 7 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -592.4 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -361.2 MilliJy,max = 789.0 MilliJy IMAGR2: Field 3 min = -258.9 MilliJy,max = 770.3 MilliJy IMAGR2: Field 4 min = -257.4 MilliJy,max = 449.6 MilliJy IMAGR2: Field 5 min = -261.9 MilliJy,max = 444.5 MilliJy IMAGR2: Field 6 min = -257.5 MilliJy,max = 775.8 MilliJy IMAGR2: Field 7 min = -334.1 MilliJy,max = 783.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 344.18 MilliJy IMAGR2: 8728 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.910 Jy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -300.5 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1805 cell beam + residuals > 236.82 MilliJy IMAGR2: 2344 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.055 Jy iter= 17 IMAGR2: Field 1 Clean flux density= 4.309 Jy 17 comps IMAGR2: Total Cleaned flux density = 4.309 Jy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -160.9 MilliJy,max = 961.0 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 237.49 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 1 min allowed flux = 474.096 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.932 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.932 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.6 MilliJy,max = 65.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.359E-02 < Second best 7.470E-01 IMAGR2: Field 7 min = -47.0 MilliJy,max = 61.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.527E-02 < Second best 7.388E-01 IMAGR2: Field 6 min = -22.9 MilliJy,max = 57.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.506E-02 < Second best 7.335E-01 IMAGR2: Field 3 min = -22.5 MilliJy,max = 61.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.897E-02 < Second best 4.507E-01 IMAGR2: Field 1 min = -96.7 MilliJy,max = 429.6 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 135.16 MilliJy IMAGR2: 48 Residual map points loaded IMAGR2: Field 1 min allowed flux = 210.867 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.211 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.211 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -30.2 MilliJy,max = 32.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.465E-02 < Second best 2.952E-01 IMAGR2: Field 5 min = -30.4 MilliJy,max = 31.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.532E-02 < Second best 2.005E-01 IMAGR2: Field 1 min = -116.7 MilliJy,max = 193.4 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 24.42 MilliJy IMAGR2: 3967 Residual map points loaded IMAGR2: Field 1 min allowed flux = 95.659 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.306 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.306 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -94.8 MilliJy,max = 88.7 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 23.57 MilliJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 1 min allowed flux = -47.029 MilliJy iter= 81 IMAGR2: Field 1 Clean flux density= 5.263 Jy 81 comps IMAGR2: Total Cleaned flux density = 5.263 Jy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.8 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.739E-03 < Second best 5.527E-02 IMAGR2: Field 7 min = -20.4 MilliJy,max = 19.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.944E-02 < Second best 5.506E-02 IMAGR2: Field 6 min = -10.2 MilliJy,max = 9.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.631E-03 < Second best 5.359E-02 IMAGR2: Field 2 min = -20.0 MilliJy,max = 19.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.909E-02 < Second best 4.474E-02 IMAGR2: Field 1 min = -45.4 MilliJy,max = 45.8 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 10.59 MilliJy IMAGR2: 7724 Residual map points loaded IMAGR2: Field 1 min allowed flux = 22.652 MilliJy iter= 161 IMAGR2: Field 1 Clean flux density= 5.279 Jy 161 comps IMAGR2: Total Cleaned flux density = 5.279 Jy 161 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -11.4 MilliJy,max = 10.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.491E-03 < Second best 2.465E-02 IMAGR2: Field 4 min = -9.1 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.563E-03 < Second best 2.156E-02 IMAGR2: Field 1 min = -22.8 MilliJy,max = 22.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.00 MilliJy IMAGR2: 2653 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 14.776 MilliJy iter= 299 IMAGR2: Field 1 Clean flux density= 5.335 Jy 299 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 299 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -8.6 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.257E-03 < Second best 1.909E-02 IMAGR2: Field 2 min = -8.2 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.377E-03 < Second best 1.408E-02 IMAGR2: Field 1 min = -13.3 MilliJy,max = 12.5 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.52 MilliJy IMAGR2: 3202 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.760 MilliJy iter= 437 IMAGR2: Field 1 Clean flux density= 5.325 Jy 437 comps IMAGR2: Total Cleaned flux density = 5.325 Jy 437 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -6.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.909E-03 < Second best 8.631E-03 IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.133E-03 < Second best 8.377E-03 IMAGR2: Field 2 min = -6.4 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.756E-03 < Second best 8.257E-03 IMAGR2: Field 7 min = -7.0 MilliJy,max = 6.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.694E-03 < Second best 7.401E-03 IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.82 MilliJy IMAGR2: 4971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.413 MilliJy iter= 654 IMAGR2: Field 1 Clean flux density= 5.319 Jy 654 comps IMAGR2: Total Cleaned flux density = 5.319 Jy 654 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -5.6 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.314E-03 < Second best 6.694E-03 IMAGR2: Field 7 min = -5.9 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.611E-03 < Second best 6.563E-03 IMAGR2: Field 4 min = -6.9 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.712E-03 < Second best 6.491E-03 IMAGR2: Field 5 min = -5.4 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.56 MilliJy IMAGR2: 2092 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.311 MilliJy iter= 144 IMAGR2: Field 5 Clean flux density= 9.746 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 5.329 Jy 798 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.55 MilliJy IMAGR2: 3339 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.432 MilliJy iter= 209 IMAGR2: Field 6 Clean flux density= 15.670 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 1007 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -5.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.252E-03 < Second best 5.712E-03 IMAGR2: Field 4 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.203E-03 < Second best 5.611E-03 IMAGR2: Field 7 min = -5.9 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.50 MilliJy IMAGR2: 1244 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.052 MilliJy iter= 159 IMAGR2: Field 7 Clean flux density= 3.513 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 5.348 Jy 1166 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -5.2 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.919E-03 < Second best 5.252E-03 IMAGR2: Field 3 min = -5.9 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 2133 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.081 MilliJy iter= 206 IMAGR2: Field 3 Clean flux density= 1.253 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 1372 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -6.0 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.48 MilliJy IMAGR2: 1343 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.952 MilliJy iter= 186 IMAGR2: Field 4 Clean flux density= -11.193 MilliJy 186 comps IMAGR2: Total Cleaned flux density = 5.338 Jy 1558 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -5.4 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR2: 977 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.634 MilliJy iter= 815 IMAGR2: Field 1 Clean flux density= 5.323 Jy 815 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 1719 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.28 MilliJy IMAGR2: 681 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.570 MilliJy iter= 155 IMAGR2: Field 2 Clean flux density= 13.865 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 1874 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -5.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.17 MilliJy IMAGR2: 1577 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.513 MilliJy iter= 420 IMAGR2: Field 6 Clean flux density= 2.677 MilliJy 420 comps IMAGR2: Total Cleaned flux density = 5.343 Jy 2085 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -4.8 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.08 MilliJy IMAGR2: 1576 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.417 MilliJy iter= 379 IMAGR2: Field 5 Clean flux density= 2.884 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 2320 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -5.3 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.99 MilliJy IMAGR2: 1347 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.266 MilliJy iter= 423 IMAGR2: Field 3 Clean flux density= 14.118 MilliJy 423 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 2537 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.91 MilliJy IMAGR2: 255 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.020 MilliJy iter= 251 IMAGR2: Field 7 Clean flux density= 11.185 MilliJy 251 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 2629 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.83 MilliJy IMAGR2: 2117 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.135 MilliJy iter= 482 IMAGR2: Field 4 Clean flux density= -10.326 MilliJy 482 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 2925 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 425 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.886 MilliJy iter= 931 IMAGR2: Field 1 Clean flux density= 5.318 Jy 931 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 3041 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.110E-03 < Second best 3.370E-03 IMAGR2: Field 6 min = -5.3 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.64 MilliJy IMAGR2: 2336 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.907 MilliJy iter= 729 IMAGR2: Field 6 Clean flux density= -3.822 MilliJy 729 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 3350 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -4.7 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.57 MilliJy IMAGR2: 2141 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.808 MilliJy iter= 698 IMAGR2: Field 5 Clean flux density= 11.493 MilliJy 698 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 3669 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 2093 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.710 MilliJy iter= 740 IMAGR2: Field 3 Clean flux density= 498.161 MicroJy 740 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 3986 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.50 MilliJy IMAGR2: 765 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.638 MilliJy iter= 378 IMAGR2: Field 2 Clean flux density= 18.632 MilliJy 378 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 4209 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -4.5 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.42 MilliJy IMAGR2: 1592 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.587 MilliJy iter= 773 IMAGR2: Field 4 Clean flux density= -4.372 MilliJy 773 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 4500 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 288 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.457 MilliJy iter= 366 IMAGR2: Field 7 Clean flux density= 13.084 MilliJy 366 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 4615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.8 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.475 MilliJy iter= 1028 IMAGR2: Field 6 Clean flux density= -4.393 MilliJy 1028 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 4914 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 478 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.370 MilliJy iter= 1089 IMAGR2: Field 1 Clean flux density= 5.317 Jy 1089 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 5072 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -4.1 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR2: 1569 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.358 MilliJy iter= 1013 IMAGR2: Field 5 Clean flux density= 14.178 MilliJy 1013 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 5387 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 1551 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.282 MilliJy iter= 1058 IMAGR2: Field 3 Clean flux density= 11.344 MilliJy 1058 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 5705 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 375 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.173 MilliJy iter= 523 IMAGR2: Field 2 Clean flux density= 19.399 MilliJy 523 comps IMAGR2: Total Cleaned flux density = 5.366 Jy 5850 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 2073 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.195 MilliJy iter= 1155 IMAGR2: Field 4 Clean flux density= -15.011 MilliJy 1155 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 6232 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -4.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR2: 1734 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.120 MilliJy iter= 1376 IMAGR2: Field 6 Clean flux density= 2.690 MilliJy 1376 comps IMAGR2: Total Cleaned flux density = 5.363 Jy 6580 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 582 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.047 MilliJy iter= 568 IMAGR2: Field 7 Clean flux density= 15.244 MilliJy 568 comps IMAGR2: Total Cleaned flux density = 5.365 Jy 6782 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.125E-03 < Second best 2.267E-03 IMAGR2: Field 5 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR2: 1766 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.016 MilliJy iter= 1385 IMAGR2: Field 5 Clean flux density= -1.455 MilliJy 1385 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 7154 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1647 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.958 MilliJy iter= 1416 IMAGR2: Field 3 Clean flux density= 5.752 MilliJy 1416 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 7512 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 617 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.917 MilliJy iter= 1311 IMAGR2: Field 1 Clean flux density= 5.322 Jy 1311 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 7734 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1556 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.897 MilliJy iter= 1519 IMAGR2: Field 4 Clean flux density= -15.058 MilliJy 1519 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 8098 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 331 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.820 MilliJy iter= 672 IMAGR2: Field 2 Clean flux density= 16.229 MilliJy 672 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 8247 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -4.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR2: 1894 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.829 MilliJy iter= 1794 IMAGR2: Field 6 Clean flux density= -477.566 MicroJy 1794 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 8665 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR2: 355 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.747 MilliJy iter= 721 IMAGR2: Field 7 Clean flux density= 16.425 MilliJy 721 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 8818 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR2: 1813 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.750 MilliJy iter= 1787 IMAGR2: Field 5 Clean flux density= 2.083 MilliJy 1787 comps IMAGR2: Total Cleaned flux density = 5.347 Jy 9220 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR2: 1352 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.695 MilliJy iter= 1761 IMAGR2: Field 3 Clean flux density= 8.448 MilliJy 1761 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 9565 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 399 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.639 MilliJy iter= 1469 IMAGR2: Field 1 Clean flux density= 5.323 Jy 1469 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 9723 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 1770 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.637 MilliJy iter= 1936 IMAGR2: Field 4 Clean flux density= -14.104 MilliJy 1936 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 10140 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -4.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.53 MilliJy IMAGR2: 1447 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.591 MilliJy iter= 2183 IMAGR2: Field 6 Clean flux density= 9.086 MilliJy 2183 comps IMAGR2: Total Cleaned flux density = 5.361 Jy 10529 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 578 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.547 MilliJy iter= 901 IMAGR2: Field 2 Clean flux density= 13.163 MilliJy 901 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 10758 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 1672 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.536 MilliJy iter= 2210 IMAGR2: Field 5 Clean flux density= -3.533 MilliJy 2210 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 11181 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 393 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.482 MilliJy iter= 905 IMAGR2: Field 7 Clean flux density= 16.128 MilliJy 905 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 11365 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 1731 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.485 MilliJy iter= 2200 IMAGR2: Field 3 Clean flux density= 12.107 MilliJy 2200 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 11804 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.39 MilliJy IMAGR2: 1570 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.446 MilliJy iter= 2355 IMAGR2: Field 4 Clean flux density= -16.826 MilliJy 2355 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 12223 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 387 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.396 MilliJy iter= 1638 IMAGR2: Field 1 Clean flux density= 5.324 Jy 1638 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 12392 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -4.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1863 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.401 MilliJy iter= 2665 IMAGR2: Field 6 Clean flux density= 4.129 MilliJy 2665 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 12874 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 404 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.353 MilliJy iter= 1088 IMAGR2: Field 2 Clean flux density= 15.293 MilliJy 1088 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 13061 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1810 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.348 MilliJy iter= 2680 IMAGR2: Field 5 Clean flux density= -4.959 MilliJy 2680 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 13531 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1249 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.309 MilliJy iter= 2567 IMAGR2: Field 3 Clean flux density= 12.019 MilliJy 2567 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 13898 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 619 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.284 MilliJy iter= 1173 IMAGR2: Field 7 Clean flux density= 17.775 MilliJy 1173 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 14166 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1708 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.270 MilliJy iter= 2814 IMAGR2: Field 4 Clean flux density= -16.677 MilliJy 2814 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 14625 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1337 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.235 MilliJy iter= 3068 IMAGR2: Field 6 Clean flux density= 8.122 MilliJy 3068 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 15028 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 471 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.204 MilliJy iter= 1850 IMAGR2: Field 1 Clean flux density= 5.327 Jy 1850 comps IMAGR2: Total Cleaned flux density = 5.359 Jy 15240 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.188 MilliJy iter= 1247 IMAGR2: Field 2 Clean flux density= 15.841 MilliJy 1247 comps IMAGR2: Total Cleaned flux density = 5.360 Jy 15399 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1855 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.184 MilliJy iter= 3192 IMAGR2: Field 5 Clean flux density= -6.663 MilliJy 3192 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 15911 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR2: 1682 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.160 MilliJy iter= 3057 IMAGR2: Field 3 Clean flux density= 10.397 MilliJy 3057 comps IMAGR2: Total Cleaned flux density = 5.356 Jy 16401 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 394 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.124 MilliJy iter= 1368 IMAGR2: Field 7 Clean flux density= 18.395 MilliJy 1368 comps IMAGR2: Total Cleaned flux density = 5.357 Jy 16596 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 2166 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.122 MilliJy iter= 3388 IMAGR2: Field 4 Clean flux density= -19.292 MilliJy 3388 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 17170 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.096 MilliJy iter= 3572 IMAGR2: Field 6 Clean flux density= 4.991 MilliJy 3572 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 17674 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.068 MilliJy iter= 2075 IMAGR2: Field 1 Clean flux density= 5.328 Jy 2075 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 17899 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 406 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.058 MilliJy iter= 1453 IMAGR2: Field 2 Clean flux density= 16.267 MilliJy 1453 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 18105 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1693 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.051 MilliJy iter= 3691 IMAGR2: Field 5 Clean flux density= -3.592 MilliJy 3691 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 18604 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.32 MicroJy IMAGR2: 1524 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.026 MilliJy iter= 3533 IMAGR2: Field 3 Clean flux density= 10.186 MilliJy 3533 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 19080 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 975.10 MicroJy IMAGR2: 1441 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.000 MilliJy iter= 3848 IMAGR2: Field 4 Clean flux density= -20.463 MilliJy 3848 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 19540 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 965.06 MicroJy IMAGR2: 719 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 981.639 MicroJy iter= 1670 IMAGR2: Field 7 Clean flux density= 19.782 MilliJy 1670 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 19842 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 945.07 MicroJy IMAGR2: 1745 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 973.084 MicroJy iter= 4121 IMAGR2: Field 6 Clean flux density= 3.271 MilliJy 4121 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 20391 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 935.27 MicroJy IMAGR2: 303 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 943.590 MicroJy iter= 2232 IMAGR2: Field 1 Clean flux density= 5.327 Jy 2232 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 20548 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 927.16 MicroJy IMAGR2: 466 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -939.693 MicroJy iter= 1702 IMAGR2: Field 2 Clean flux density= 15.945 MilliJy 1702 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 20797 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 905.69 MicroJy IMAGR2: 1937 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -931.524 MicroJy iter= 4252 IMAGR2: Field 5 Clean flux density= -3.151 MilliJy 4252 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 21358 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 888.64 MicroJy IMAGR2: 1758 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -912.998 MicroJy iter= 4078 IMAGR2: Field 3 Clean flux density= 15.438 MilliJy 4078 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 21903 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.37 MicroJy IMAGR2: 1822 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 894.455 MicroJy iter= 4392 IMAGR2: Field 4 Clean flux density= -20.050 MilliJy 4392 comps IMAGR2: Total Cleaned flux density = 5.359 Jy 22447 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.65 MicroJy IMAGR2: 555 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -873.066 MicroJy iter= 1936 IMAGR2: Field 7 Clean flux density= 18.903 MilliJy 1936 comps IMAGR2: Total Cleaned flux density = 5.358 Jy 22713 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 843.81 MicroJy IMAGR2: 1850 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 867.619 MicroJy iter= 4699 IMAGR2: Field 6 Clean flux density= -110.098 MicroJy 4699 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 23291 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.93 MicroJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -846.342 MicroJy iter= 2433 IMAGR2: Field 1 Clean flux density= 5.327 Jy 2433 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 23492 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 830.68 MicroJy IMAGR2: 376 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 839.219 MicroJy iter= 1914 IMAGR2: Field 2 Clean flux density= 15.791 MilliJy 1914 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 23704 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 812.13 MicroJy IMAGR2: 1788 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 832.671 MicroJy iter= 4794 IMAGR2: Field 5 Clean flux density= -4.690 MilliJy 4794 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 24246 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.36 MicroJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 815.902 MicroJy iter= 4618 IMAGR2: Field 3 Clean flux density= 15.561 MilliJy 4618 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 24786 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 779.01 MicroJy IMAGR2: 2138 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 800.419 MicroJy iter= 5015 IMAGR2: Field 4 Clean flux density= -19.353 MilliJy 5015 comps IMAGR2: Total Cleaned flux density = 5.354 Jy 25409 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 771.83 MicroJy IMAGR2: 653 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -782.069 MicroJy iter= 2238 IMAGR2: Field 7 Clean flux density= 20.836 MilliJy 2238 comps IMAGR2: Total Cleaned flux density = 5.355 Jy 25711 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.05 MicroJy IMAGR2: 1812 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 776.206 MicroJy iter= 5284 IMAGR2: Field 6 Clean flux density= -2.913 MilliJy 5284 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 26296 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 751.51 MicroJy IMAGR2: 394 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -758.612 MicroJy iter= 2643 IMAGR2: Field 1 Clean flux density= 5.328 Jy 2643 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 26506 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 745.65 MicroJy IMAGR2: 513 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -753.780 MicroJy iter= 2176 IMAGR2: Field 2 Clean flux density= 14.684 MilliJy 2176 comps IMAGR2: Total Cleaned flux density = 5.352 Jy 26768 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 731.06 MicroJy IMAGR2: 2151 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -749.904 MicroJy iter= 5430 IMAGR2: Field 5 Clean flux density= -5.690 MilliJy 5430 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 27404 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 719.35 MicroJy IMAGR2: 1761 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -736.422 MicroJy iter= 5203 IMAGR2: Field 3 Clean flux density= 17.501 MilliJy 5203 comps IMAGR2: Total Cleaned flux density = 5.353 Jy 27989 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 703.56 MicroJy IMAGR2: 1981 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -720.563 MicroJy iter= 5624 IMAGR2: Field 4 Clean flux density= -21.685 MilliJy 5624 comps IMAGR2: Total Cleaned flux density = 5.351 Jy 28598 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.33 MicroJy IMAGR2: 542 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -704.006 MicroJy iter= 2501 IMAGR2: Field 7 Clean flux density= 20.438 MilliJy 2501 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 28861 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -3.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 684.36 MicroJy IMAGR2: 1868 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -701.047 MicroJy iter= 5901 IMAGR2: Field 6 Clean flux density= -4.241 MilliJy 5901 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 29478 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 679.50 MicroJy IMAGR2: 344 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 684.642 MicroJy iter= 2829 IMAGR2: Field 1 Clean flux density= 5.327 Jy 2829 comps IMAGR2: Total Cleaned flux density = 5.348 Jy 29664 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.93 MicroJy IMAGR2: 473 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -680.893 MicroJy iter= 2436 IMAGR2: Field 2 Clean flux density= 12.714 MilliJy 2436 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 29924 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 659.59 MicroJy IMAGR2: 2338 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 676.766 MicroJy iter= 6114 IMAGR2: Field 5 Clean flux density= -3.644 MilliJy 6114 comps IMAGR2: Total Cleaned flux density = 5.348 Jy 30608 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 648.25 MicroJy IMAGR2: 1843 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -663.527 MicroJy iter= 5844 IMAGR2: Field 3 Clean flux density= 19.210 MilliJy 5844 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 31249 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 636.02 MicroJy IMAGR2: 2233 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 651.705 MicroJy iter= 6315 IMAGR2: Field 4 Clean flux density= -22.225 MilliJy 6315 comps IMAGR2: Total Cleaned flux density = 5.349 Jy 31940 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 630.67 MicroJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -638.260 MicroJy iter= 2825 IMAGR2: Field 7 Clean flux density= 21.262 MilliJy 2825 comps IMAGR2: Total Cleaned flux density = 5.350 Jy 32264 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 620.67 MicroJy IMAGR2: 1977 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -634.738 MicroJy iter= 6551 IMAGR2: Field 6 Clean flux density= -8.785 MilliJy 6551 comps IMAGR2: Total Cleaned flux density = 5.346 Jy 32914 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 616.43 MicroJy IMAGR2: 343 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 620.576 MicroJy iter= 3011 IMAGR2: Field 1 Clean flux density= 5.326 Jy 3011 comps IMAGR2: Total Cleaned flux density = 5.345 Jy 33096 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 611.80 MicroJy IMAGR2: 568 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 617.816 MicroJy iter= 2717 IMAGR2: Field 2 Clean flux density= 12.034 MilliJy 2717 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 33377 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 599.73 MicroJy IMAGR2: 2313 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 614.506 MicroJy iter= 6836 IMAGR2: Field 5 Clean flux density= -5.923 MilliJy 6836 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 34099 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 590.32 MicroJy IMAGR2: 1868 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 602.654 MicroJy iter= 6482 IMAGR2: Field 3 Clean flux density= 21.922 MilliJy 6482 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 34737 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.72 MicroJy IMAGR2: 2203 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -592.108 MicroJy iter= 7023 IMAGR2: Field 4 Clean flux density= -24.152 MilliJy 7023 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 35445 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 573.65 MicroJy IMAGR2: 592 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 579.165 MicroJy iter= 3133 IMAGR2: Field 7 Clean flux density= 22.562 MilliJy 3133 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 35753 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 564.40 MicroJy IMAGR2: 1867 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 576.580 MicroJy iter= 7199 IMAGR2: Field 6 Clean flux density= -11.395 MilliJy 7199 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 36401 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.91 MicroJy IMAGR2: 377 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -564.863 MicroJy iter= 3222 IMAGR2: Field 1 Clean flux density= 5.327 Jy 3222 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 36612 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.33 MicroJy IMAGR2: 532 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -561.280 MicroJy iter= 2993 IMAGR2: Field 2 Clean flux density= 11.269 MilliJy 2993 comps IMAGR2: Total Cleaned flux density = 5.341 Jy 36888 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 545.04 MicroJy IMAGR2: 2395 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -557.710 MicroJy iter= 7565 IMAGR2: Field 5 Clean flux density= -4.948 MilliJy 7565 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 37617 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 536.91 MicroJy IMAGR2: 1987 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -548.754 MicroJy iter= 7178 IMAGR2: Field 3 Clean flux density= 23.812 MilliJy 7178 comps IMAGR2: Total Cleaned flux density = 5.344 Jy 38313 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 527.02 MicroJy IMAGR2: 2388 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 539.390 MicroJy iter= 7776 IMAGR2: Field 4 Clean flux density= -24.771 MilliJy 7776 comps IMAGR2: Total Cleaned flux density = 5.343 Jy 39066 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 522.59 MicroJy IMAGR2: 726 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -528.389 MicroJy iter= 3517 IMAGR2: Field 7 Clean flux density= 21.776 MilliJy 3517 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 39450 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 515.27 MicroJy IMAGR2: 2232 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -526.420 MicroJy iter= 7943 IMAGR2: Field 6 Clean flux density= -15.719 MilliJy 7943 comps IMAGR2: Total Cleaned flux density = 5.338 Jy 40194 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -951.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 512.11 MicroJy IMAGR2: 449 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -515.722 MicroJy iter= 3449 IMAGR2: Field 1 Clean flux density= 5.326 Jy 3449 comps IMAGR2: Total Cleaned flux density = 5.338 Jy 40421 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 508.68 MicroJy IMAGR2: 612 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -513.240 MicroJy iter= 3296 IMAGR2: Field 2 Clean flux density= 9.831 MilliJy 3296 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 40724 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.94 MicroJy IMAGR2: 2598 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -511.611 MicroJy iter= 8372 IMAGR2: Field 5 Clean flux density= -7.286 MilliJy 8372 comps IMAGR2: Total Cleaned flux density = 5.334 Jy 41531 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 493.13 MicroJy IMAGR2: 2005 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -503.015 MicroJy iter= 7893 IMAGR2: Field 3 Clean flux density= 25.041 MilliJy 7893 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 42246 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.91 MicroJy IMAGR2: 2577 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -495.931 MicroJy iter= 8585 IMAGR2: Field 4 Clean flux density= -26.469 MilliJy 8585 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 43055 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.93 MicroJy IMAGR2: 616 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -485.467 MicroJy iter= 3853 IMAGR2: Field 7 Clean flux density= 22.695 MilliJy 3853 comps IMAGR2: Total Cleaned flux density = 5.334 Jy 43391 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.76 MicroJy IMAGR2: 2110 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -483.036 MicroJy iter= 8643 IMAGR2: Field 6 Clean flux density= -18.209 MilliJy 8643 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 44091 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -846.8 MicroJy,max = 919.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 470.91 MicroJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -473.573 MicroJy iter= 3648 IMAGR2: Field 1 Clean flux density= 5.326 Jy 3648 comps IMAGR2: Total Cleaned flux density = 5.331 Jy 44290 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 467.60 MicroJy IMAGR2: 623 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -471.491 MicroJy iter= 3610 IMAGR2: Field 2 Clean flux density= 10.414 MilliJy 3610 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 44604 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.91 MicroJy IMAGR2: 2647 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -469.293 MicroJy iter= 9200 IMAGR2: Field 5 Clean flux density= -5.096 MilliJy 9200 comps IMAGR2: Total Cleaned flux density = 5.334 Jy 45432 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 452.82 MicroJy IMAGR2: 2103 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -461.673 MicroJy iter= 8653 IMAGR2: Field 3 Clean flux density= 27.085 MilliJy 8653 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 46192 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 444.84 MicroJy IMAGR2: 2763 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 454.530 MicroJy iter= 9453 IMAGR2: Field 4 Clean flux density= -25.910 MilliJy 9453 comps IMAGR2: Total Cleaned flux density = 5.337 Jy 47060 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 441.63 MicroJy IMAGR2: 779 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -446.000 MicroJy iter= 4251 IMAGR2: Field 7 Clean flux density= 23.149 MilliJy 4251 comps IMAGR2: Total Cleaned flux density = 5.337 Jy 47458 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 436.06 MicroJy IMAGR2: 2348 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 444.681 MicroJy iter= 9433 IMAGR2: Field 6 Clean flux density= -19.902 MilliJy 9433 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 48248 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -770.0 MicroJy,max = 810.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.98 MicroJy IMAGR2: 451 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 436.768 MicroJy iter= 3894 IMAGR2: Field 1 Clean flux density= 5.326 Jy 3894 comps IMAGR2: Total Cleaned flux density = 5.335 Jy 48494 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 976.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.14 MicroJy IMAGR2: 609 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -434.585 MicroJy iter= 3923 IMAGR2: Field 2 Clean flux density= 8.380 MilliJy 3923 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 48807 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.21 MicroJy IMAGR2: 2704 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -433.384 MicroJy iter= 10059 IMAGR2: Field 5 Clean flux density= -6.916 MilliJy 10059 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 49666 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 418.69 MicroJy IMAGR2: 2118 Residual map points loaded IMAGR2: Field 3 min Clean flux = 430.062 MicroJy iter= 9336 IMAGR2: Field 3 Clean flux density= 31.228 MilliJy 9336 comps IMAGR2: Total Cleaned flux density = 5.336 Jy 50349 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.28 MicroJy IMAGR2: 3046 Residual map points loaded IMAGR2: Field 4 min Clean flux = 430.056 MicroJy iter= 10060 IMAGR2: Field 4 Clean flux density= -29.008 MilliJy 10060 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 50956 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.23 MicroJy IMAGR2: 1224 Residual map points loaded IMAGR2: Field 7 min Clean flux = 430.087 MicroJy iter= 4362 IMAGR2: Field 7 Clean flux density= 23.809 MilliJy 4362 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 51067 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.26 MicroJy IMAGR2: 4247 Residual map points loaded IMAGR2: Field 6 min Clean flux = 429.849 MicroJy iter= 9807 IMAGR2: Field 6 Clean flux density= -20.507 MilliJy 9807 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 51441 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Field 1 min = -748.5 MicroJy,max = 745.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 373.67 MicroJy IMAGR2: 2137 Residual map points loaded IMAGR2: Field 1 min Clean flux = 429.607 MicroJy iter= 3933 IMAGR2: Field 1 Clean flux density= 5.325 Jy 3933 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 51480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -976.8 MicroJy,max = 932.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 363.59 MicroJy IMAGR2: 4107 Residual map points loaded IMAGR2: Field 2 min Clean flux = -430.014 MicroJy iter= 3995 IMAGR2: Field 2 Clean flux density= 8.464 MilliJy 3995 comps IMAGR2: Total Cleaned flux density = 5.332 Jy 51552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 328.18 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 5 min Clean flux = 429.923 MicroJy iter= 10351 IMAGR2: Field 5 Clean flux density= -6.045 MilliJy 10351 comps IMAGR2: Total Cleaned flux density = 5.333 Jy 51844 comps IMAGR2: ALGSTB: All 455 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 444- 0 Cells, with 49737 Pts IMAGR2: Peak residual in window 430.087 less than limit 430.089 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 3933 to 1920 components IMAGR2: Field 2 compressed from 3995 to 2014 components IMAGR2: Field 3 compressed from 9336 to 4011 components IMAGR2: Field 4 compressed from 10060 to 4565 components IMAGR2: Field 5 compressed from 10351 to 4645 components IMAGR2: Field 6 compressed from 9807 to 4135 components IMAGR2: Field 7 compressed from 4362 to 2192 components IMAGR2: Field 1 min = -744.6 MicroJy,max = 751.6 MicroJy IMAGR2: Field 2 min = -969.8 MicroJy,max = 921.9 MicroJy IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: Field 7 min = -968.8 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-106.000 MicroJy ( 158 CCs) from field 1 to field 2 IMAGR2: Restore -16.660 MilliJy ( 312 CCs) from field 1 to field 3 IMAGR2: Restore 3.336 MilliJy ( 403 CCs) from field 1 to field 4 IMAGR2: Restore -17.281 MilliJy ( 453 CCs) from field 1 to field 5 IMAGR2: Restore 358.496 MicroJy ( 278 CCs) from field 1 to field 6 IMAGR2: Restore-757.390 MicroJy ( 98 CCs) from field 1 to field 7 IMAGR2: Restore 2.015 MilliJy ( 83 CCs) from field 2 to field 1 IMAGR2: Restore 8.973 MilliJy ( 177 CCs) from field 2 to field 3 IMAGR2: Restore 1.032 MilliJy ( 330 CCs) from field 2 to field 4 IMAGR2: Restore -2.958 MilliJy ( 177 CCs) from field 3 to field 1 IMAGR2: Restore 969.001 MicroJy ( 158 CCs) from field 3 to field 2 IMAGR2: Restore 3.983 MilliJy ( 236 CCs) from field 3 to field 5 IMAGR2: Restore -1.381 MilliJy ( 447 CCs) from field 4 to field 1 IMAGR2: Restore 8.270 MilliJy ( 417 CCs) from field 4 to field 2 IMAGR2: Restore -11.952 MilliJy ( 510 CCs) from field 4 to field 6 IMAGR2: Restore -46.155 MicroJy ( 320 CCs) from field 5 to field 1 IMAGR2: Restore 6.041 MilliJy ( 495 CCs) from field 5 to field 3 IMAGR2: Restore 2.839 MilliJy ( 374 CCs) from field 5 to field 7 IMAGR2: Restore 109.129 MicroJy ( 199 CCs) from field 6 to field 1 IMAGR2: Restore -8.356 MilliJy ( 250 CCs) from field 6 to field 4 IMAGR2: Restore 1.209 MilliJy ( 139 CCs) from field 6 to field 7 IMAGR2: Restore-139.727 MicroJy ( 148 CCs) from field 7 to field 1 IMAGR2: Restore 4.633 MilliJy ( 378 CCs) from field 7 to field 5 IMAGR2: Restore-975.253 MicroJy ( 245 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.323 Jy IMAGR2: Field 2 final Clean flux 17.598 MilliJy IMAGR2: Field 3 final Clean flux 29.583 MilliJy IMAGR2: Field 4 final Clean flux -32.997 MilliJy IMAGR2: Field 5 final Clean flux -14.709 MilliJy IMAGR2: Field 6 final Clean flux -33.075 MilliJy IMAGR2: Field 7 final Clean flux 27.099 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 21 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 205.4 Real= 837 sys2com(7)=char(ds );end AIPS 2: sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 2: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 2: AIPS 2: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 2: print sysout AIPS 2: $keep sysout - not if we use dir instead AIPS 2: syscom'';sys2com'';clrtemp AIPS 2: return AIPS 2: finish AIPS 2: AIPS 2: procedure nvasarch AIPS 2: scalar nn AIPS 2: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 2: default fitab;indisk=lsdisk;recat AIPS 2: $ figure out array for uv name AIPS 2: $ getname 1; AIPS 2: for nn=mai:numfle $ archive MA files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: typ length(outfile),length(sysout) AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: outfile='FITS:'!!outfile AIPS 2: ;go;wait; $zap AIPS 2: ;system AIPS 2: end AIPS 2: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 2: numfle=mai -1 AIPS 2: for nn=3:numfle $ archive calibrated UV files AIPS 2: getname nn AIPS 2: nvasname AIPS 2: outfile='/tmp/tempuvfits AIPS 2: go;wait; $zap AIPS 2: syscom'mv -f AIPS 2: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 2: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 2: sysout'';sys2com(3) ' >& /dev/null AIPS 2: system AIPS 2: end AIPS 2: getname 2 $ archive calibration tables AIPS 2: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 2: AIPS 2: sys2com'';sysout'';syscom 'mkdir AIPS 2: sys2com(1)=' $adat/ AIPS 2: AIPS 2: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 2: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 2: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 2: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 2: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 2: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 2: AIPS 2: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 2: system;clrtemp AIPS 2: AIPS 2: finish AIPS 2: AIPS 2: procedure nvas AIPS 2: typ expid;flatfov;nvasimage AIPS 2: $nvasarch AIPS 2: finish >AIPS 2: Found in Version=ABIN AIPS 2: Found in Version=ABIN AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000106.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '1.6667 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_X' AIPS 2: SYSTEM command to be executed is: AIPS 2: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Destroyed 1 extension files of type CC AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 2 disk= 1 AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.07168 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1915 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC2: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23423 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23423 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 108.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 4 C 1 1012 1012 12 44 49.20 40 48 06.2 00001 -1 507 512 513 C 2 1012 1012 12 44 49.20 40 44 46.8 00002 -1 507 512 513 C 3 1012 1012 12 44 33.99 40 46 26.5 00003 -1 507 512 513 C 4 1012 1012 12 45 04.40 40 46 26.5 00004 -1 507 512 513 C 5 1012 1012 12 44 33.98 40 49 45.9 00005 -1 507 512 513 C 6 1012 1012 12 45 04.41 40 49 45.9 00006 -1 507 512 513 C 7 1012 1012 12 44 49.20 40 51 25.6 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1915 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.1096E-02 -1.9000E-02 0 IMAGR2: Field 2 1012 1012 5.1096E-02 -1.9942E+02 0 IMAGR2: Field 3 1012 1012 -1.7265E+02 -9.9719E+01 0 IMAGR2: Field 4 1012 1012 1.7264E+02 -9.9719E+01 0 IMAGR2: Field 5 1012 1012 -1.7277E+02 9.9681E+01 0 IMAGR2: Field 6 1012 1012 1.7276E+02 9.9681E+01 0 IMAGR2: Field 7 1012 1012 5.1096E-02 1.9938E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1244+408 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6968 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.739E+04 IMAGR2: UVWAIT: Adding temperance S 7.477E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.009E+07 and out 2.488E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR2: UVWAIT: Average summed weight 3.739E+04 over 13782 vis IMAGR2: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR2: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR2: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR2: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR2: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR2: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR2: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR2: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1244+408 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.64093E+08 IMAGR2: Field 1 Beam min = -191.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.648 x 0.685 arcsec, PA= 71.4 IMAGR2: Field 2 Sum of gridding weights = 2.64092E+08 IMAGR2: Field 2 Beam min = -191.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.649 x 0.685 arcsec, PA= 71.4 IMAGR2: Field 3 Sum of gridding weights = 2.64092E+08 IMAGR2: Field 3 Beam min = -128.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.651 x 0.685 arcsec, PA= 71.3 IMAGR2: Field 4 Sum of gridding weights = 2.64092E+08 IMAGR2: Field 4 Beam min = -115.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.645 x 0.685 arcsec, PA= 71.4 IMAGR2: Field 5 Sum of gridding weights = 2.64091E+08 IMAGR2: Field 5 Beam min = -128.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.650 x 0.685 arcsec, PA= 71.4 IMAGR2: Field 6 Sum of gridding weights = 2.64092E+08 IMAGR2: Field 6 Beam min = -131.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.644 x 0.685 arcsec, PA= 71.4 IMAGR2: Field 7 Sum of gridding weights = 2.64093E+08 IMAGR2: Field 7 Beam min = -191.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.647 x 0.685 arcsec, PA= 71.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -43.8 MilliJy,max = 428.6 MilliJy IMAGR2: Field 2 min = -36.5 MilliJy,max = 172.8 MilliJy IMAGR2: Field 3 min = -43.2 MilliJy,max = 185.5 MilliJy IMAGR2: Field 4 min = -45.2 MilliJy,max = 128.5 MilliJy IMAGR2: Field 5 min = -42.4 MilliJy,max = 119.8 MilliJy IMAGR2: Field 6 min = -43.2 MilliJy,max = 188.2 MilliJy IMAGR2: Field 7 min = -34.9 MilliJy,max = 169.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 72.89 MilliJy IMAGR2: 1686 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 253.060 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 200.805 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 200.805 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -24.0 MilliJy,max = 229.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 43.04 MilliJy IMAGR2: 1102 Residual map points loaded IMAGR2: Field 1 min allowed flux = 112.531 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 332.847 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 332.847 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -11.2 MilliJy,max = 45.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.365E-02 < Second best 1.766E-01 IMAGR2: Field 3 min = -10.4 MilliJy,max = 43.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.145E-02 < Second best 1.224E-01 IMAGR2: Field 4 min = -11.8 MilliJy,max = 33.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.211E-02 < Second best 1.142E-01 IMAGR2: Field 5 min = -9.9 MilliJy,max = 27.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.617E-02 < Second best 1.070E-01 IMAGR2: Field 1 min = -11.4 MilliJy,max = 102.1 MilliJy IMAGR2: BGC Clean: using 1447 cell beam + residuals > 34.09 MilliJy IMAGR2: 83 Residual map points loaded IMAGR2: Field 1 min allowed flux = 50.073 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 391.604 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 391.604 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.4 MilliJy,max = 18.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.116E-02 < Second best 9.411E-02 IMAGR2: Field 7 min = -4.8 MilliJy,max = 18.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.027E-02 < Second best 4.763E-02 IMAGR2: Field 1 min = -6.2 MilliJy,max = 45.9 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 9.29 MilliJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.898 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 420.935 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 420.935 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 9.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.705E-03 < Second best 4.145E-02 IMAGR2: Field 3 min = -3.6 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.471E-03 < Second best 3.211E-02 IMAGR2: Field 4 min = -4.1 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.924E-03 < Second best 2.617E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.550E-03 < Second best 2.083E-02 IMAGR2: Field 1 min = -4.2 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 1885 cell beam + residuals > 4.45 MilliJy IMAGR2: 1207 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.646 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 433.798 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 433.798 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.890E-03 < Second best 1.027E-02 IMAGR2: Field 7 min = -3.2 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.812E-03 < Second best 9.179E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 8.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.339E-03 < Second best 8.924E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.640E-03 < Second best 8.705E-03 IMAGR2: Field 6 min = -3.1 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.341E-03 < Second best 8.339E-03 IMAGR2: BGC Clean: using 1457 cell beam + residuals > 2.20 MilliJy IMAGR2: 4044 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.290 MilliJy iter= 52 IMAGR2: Field 1 Clean flux density= 438.967 MilliJy 52 comps IMAGR2: Total Cleaned flux density = 438.967 MilliJy 52 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.373E-03 < Second best 5.640E-03 IMAGR2: Field 4 min = -3.8 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.415E-03 < Second best 5.550E-03 IMAGR2: Field 5 min = -4.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.088E-03 < Second best 4.415E-03 IMAGR2: BGC Clean: using 1881 cell beam + residuals > 2.05 MilliJy IMAGR2: 2424 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.946 MilliJy iter= 29 IMAGR2: Field 4 Clean flux density= 2.937 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 441.903 MilliJy 81 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.339E-03 < Second best 4.088E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1883 cell beam + residuals > 2.00 MilliJy IMAGR2: 2315 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.657 MilliJy iter= 30 IMAGR2: Field 5 Clean flux density= -7.336 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 434.567 MilliJy 111 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.701E-03 < Second best 3.890E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.957E-03 < Second best 3.812E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.695E-03 < Second best 3.701E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 2905 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.774 MilliJy iter= 128 IMAGR2: Field 1 Clean flux density= 452.021 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 447.622 MilliJy 187 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.777E-03 < Second best 3.339E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.709E-03 < Second best 2.957E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.460E-03 < Second best 2.813E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.431E-03 < Second best 2.777E-03 IMAGR2: BGC Clean: using 821 cell beam + residuals > 1.71 MilliJy IMAGR2: 2153 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.122 MilliJy iter= 50 IMAGR2: Field 3 Clean flux density= -8.687 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 438.936 MilliJy 237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 1.71 MilliJy IMAGR2: 718 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.983 MilliJy iter= 42 IMAGR2: Field 6 Clean flux density= -1.734 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 437.201 MilliJy 279 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.002E-03 < Second best 2.649E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 1.71 MilliJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.878 MilliJy iter= 158 IMAGR2: Field 1 Clean flux density= 449.780 MilliJy 158 comps IMAGR2: Total Cleaned flux density = 434.961 MilliJy 309 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 2349 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.864 MilliJy iter= 131 IMAGR2: Field 5 Clean flux density= -14.540 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 427.757 MilliJy 410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.106E-03 < Second best 2.431E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 2564 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.816 MilliJy iter= 165 IMAGR2: Field 4 Clean flux density= 21.987 MilliJy 165 comps IMAGR2: Total Cleaned flux density = 446.807 MilliJy 546 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.865E-03 < Second best 2.030E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 990 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.522 MilliJy iter= 143 IMAGR2: Field 3 Clean flux density= -13.413 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 442.081 MilliJy 639 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.590E-03 < Second best 1.896E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.695E-03 < Second best 1.865E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.675E-03 < Second best 1.795E-03 IMAGR2: Field 1 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 767 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.369 MilliJy iter= 244 IMAGR2: Field 1 Clean flux density= 440.826 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 433.126 MilliJy 725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.553E-03 < Second best 1.737E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.424E-03 < Second best 1.695E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 2675 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.253 MilliJy iter= 227 IMAGR2: Field 6 Clean flux density= 4.297 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 439.157 MilliJy 910 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.00 MilliJy IMAGR2: 645 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.148 MilliJy iter= 45 IMAGR2: Field 2 Clean flux density= 1.697 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 440.854 MilliJy 955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.427E-03 < Second best 1.553E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.00 MilliJy IMAGR2: 1464 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.149 MilliJy iter= 203 IMAGR2: Field 5 Clean flux density= -11.554 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 443.839 MilliJy 1027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 821 cell beam + residuals > 912.95 MicroJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.146 MilliJy iter= 163 IMAGR2: Field 3 Clean flux density= -12.167 MilliJy 163 comps IMAGR2: Total Cleaned flux density = 445.086 MilliJy 1047 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.299E-03 < Second best 1.424E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.189E-03 < Second best 1.308E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.53 MicroJy IMAGR2: 1818 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.147 MilliJy iter= 248 IMAGR2: Field 1 Clean flux density= 440.327 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 444.587 MilliJy 1051 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 774.82 MicroJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.142 MilliJy iter= 8 IMAGR2: Field 7 Clean flux density= -34.679 MicroJy 8 comps IMAGR2: Total Cleaned flux density = 444.552 MilliJy 1059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.064E-03 < Second best 1.189E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 584.25 MicroJy IMAGR2: 19995 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.139 MilliJy iter= 175 IMAGR2: Field 4 Clean flux density= 21.970 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 444.535 MilliJy 1069 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.149 less than limit 1.149 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 248 to 135 components IMAGR2: Field 2 compressed from 45 to 40 components IMAGR2: Field 3 compressed from 163 to 127 components IMAGR2: Field 4 compressed from 175 to 124 components IMAGR2: Field 5 compressed from 203 to 143 components IMAGR2: Field 6 compressed from 227 to 161 components IMAGR2: Field 7 compressed from 8 to 7 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-305.499 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore -1.748 MilliJy ( 14 CCs) from field 1 to field 3 IMAGR2: Restore 1.759 MilliJy ( 56 CCs) from field 1 to field 4 IMAGR2: Restore -2.479 MilliJy ( 18 CCs) from field 1 to field 5 IMAGR2: Restore 3.893 MilliJy ( 43 CCs) from field 1 to field 6 IMAGR2: Restore 237.846 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore 1.085 MilliJy ( 15 CCs) from field 2 to field 3 IMAGR2: Restore 239.985 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR2: Restore -1.130 MilliJy ( 9 CCs) from field 3 to field 1 IMAGR2: Restore-749.657 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore -3.113 MilliJy ( 17 CCs) from field 3 to field 5 IMAGR2: Restore-348.974 MicroJy ( 19 CCs) from field 4 to field 1 IMAGR2: Restore 4.199 MilliJy ( 19 CCs) from field 4 to field 2 IMAGR2: Restore 2.545 MilliJy ( 16 CCs) from field 4 to field 6 IMAGR2: Restore -1.280 MilliJy ( 25 CCs) from field 5 to field 1 IMAGR2: Restore -2.316 MilliJy ( 22 CCs) from field 5 to field 3 IMAGR2: Restore -1.884 MilliJy ( 7 CCs) from field 5 to field 7 IMAGR2: Restore-825.188 MicroJy ( 7 CCs) from field 6 to field 1 IMAGR2: Restore-415.289 MicroJy ( 18 CCs) from field 6 to field 4 IMAGR2: Restore-129.122 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR2: Restore 137.083 Nano Jy ( 2 CCs) from field 7 to field 5 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 436.981 MilliJy IMAGR2: Field 2 final Clean flux 4.840 MilliJy IMAGR2: Field 3 final Clean flux -15.145 MilliJy IMAGR2: Field 4 final Clean flux 23.553 MilliJy IMAGR2: Field 5 final Clean flux -17.145 MilliJy IMAGR2: Field 6 final Clean flux 10.735 MilliJy IMAGR2: Field 7 final Clean flux -2.047 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 28 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 40.5 Real= 162 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1915 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1872 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC2: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24281 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24281 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 129.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.8 Real= 3 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 20.1 00002 -1 507 512 513 C 3 1012 1012 10 34 45.45 56 27 03.3 00003 -1 507 512 513 C 4 1012 1012 10 35 28.63 56 27 03.3 00004 -1 507 512 513 C 5 1012 1012 10 34 45.41 56 30 30.0 00005 -1 507 512 513 C 6 1012 1012 10 35 28.67 56 30 30.0 00006 -1 507 512 513 C 7 1012 1012 10 35 07.04 56 32 13.5 00007 -1 507 512 513 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1915 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1872 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR2: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR2: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR2: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR2: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR2: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR2: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7296 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.054E+04 IMAGR2: UVWAIT: Adding temperance S 6.108E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.680E+07 and out 2.146E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.158 due to weighting IMAGR2: UVWAIT: Average summed weight 3.054E+04 over 14488 vis IMAGR2: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR2: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR2: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR2: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR2: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR2: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR2: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR2: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.27832E+08 IMAGR2: Field 1 Beam min = -249.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.874 x 0.652 arcsec, PA= 52.0 IMAGR2: Field 2 Sum of gridding weights = 2.27832E+08 IMAGR2: Field 2 Beam min = -249.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.881 x 0.652 arcsec, PA= 52.0 IMAGR2: Field 3 Sum of gridding weights = 2.27832E+08 IMAGR2: Field 3 Beam min = -175.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.885 x 0.652 arcsec, PA= 51.9 IMAGR2: Field 4 Sum of gridding weights = 2.27831E+08 IMAGR2: Field 4 Beam min = -192.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.870 x 0.652 arcsec, PA= 52.0 IMAGR2: Field 5 Sum of gridding weights = 2.27831E+08 IMAGR2: Field 5 Beam min = -151.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.878 x 0.652 arcsec, PA= 51.9 IMAGR2: Field 6 Sum of gridding weights = 2.27831E+08 IMAGR2: Field 6 Beam min = -192.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.864 x 0.652 arcsec, PA= 52.0 IMAGR2: Field 7 Sum of gridding weights = 2.27832E+08 IMAGR2: Field 7 Beam min = -249.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.868 x 0.652 arcsec, PA= 52.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -70.8 MilliJy,max = 764.6 MilliJy IMAGR2: Field 2 min = -75.0 MilliJy,max = 314.3 MilliJy IMAGR2: Field 3 min = -106.5 MilliJy,max = 211.6 MilliJy IMAGR2: Field 4 min = -109.5 MilliJy,max = 174.0 MilliJy IMAGR2: Field 5 min = -103.5 MilliJy,max = 163.5 MilliJy IMAGR2: Field 6 min = -108.7 MilliJy,max = 217.6 MilliJy IMAGR2: Field 7 min = -76.0 MilliJy,max = 318.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 117.58 MilliJy IMAGR2: 2523 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 406.331 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 398.886 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 398.886 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.2 MilliJy,max = 365.7 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 74.91 MilliJy IMAGR2: 694 Residual map points loaded IMAGR2: Field 1 min allowed flux = 174.918 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 607.170 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 607.170 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -16.2 MilliJy,max = 66.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.371E-02 < Second best 2.993E-01 IMAGR2: Field 2 min = -15.1 MilliJy,max = 63.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.079E-02 < Second best 2.039E-01 IMAGR2: Field 6 min = -23.7 MilliJy,max = 49.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.650E-02 < Second best 2.004E-01 IMAGR2: Field 3 min = -20.4 MilliJy,max = 42.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.915E-02 < Second best 1.664E-01 IMAGR2: Field 1 min = -15.4 MilliJy,max = 157.4 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 56.41 MilliJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 75.299 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 696.833 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 696.833 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.2 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-02 < Second best 1.303E-01 IMAGR2: Field 4 min = -11.2 MilliJy,max = 17.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.460E-02 < Second best 7.163E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 67.8 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 15.58 MilliJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 1 min allowed flux = 32.415 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 735.431 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 735.431 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.8 MilliJy,max = 15.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.499E-02 < Second best 6.079E-02 IMAGR2: Field 2 min = -6.4 MilliJy,max = 11.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.098E-02 < Second best 4.650E-02 IMAGR2: Field 6 min = -8.8 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.513E-02 < Second best 3.915E-02 IMAGR2: Field 3 min = -6.8 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.853E-03 < Second best 3.084E-02 IMAGR2: Field 1 min = -8.1 MilliJy,max = 29.2 MilliJy IMAGR2: BGC Clean: using 1765 cell beam + residuals > 6.71 MilliJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.167 MilliJy iter= 39 IMAGR2: Field 1 Clean flux density= 752.136 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 752.136 MilliJy 39 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -8.5 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.234E-02 < Second best 1.499E-02 IMAGR2: Field 7 min = -7.4 MilliJy,max = 9.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.063E-03 < Second best 1.460E-02 IMAGR2: Field 4 min = -7.9 MilliJy,max = 8.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.499E-03 < Second best 1.348E-02 IMAGR2: Field 1 min = -7.4 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.218E-02 < Second best 1.341E-02 IMAGR2: Field 5 min = -6.6 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.791E-03 < Second best 1.234E-02 IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 7024 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 7.344 MilliJy iter= 31 IMAGR2: Field 6 Clean flux density= 21.574 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 773.711 MilliJy 70 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.5 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.856E-03 < Second best 1.098E-02 IMAGR2: Field 2 min = -6.8 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.684E-03 < Second best 9.063E-03 IMAGR2: Field 7 min = -7.1 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.745E-03 < Second best 8.856E-03 IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 572 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.819 MilliJy iter= 62 IMAGR2: Field 1 Clean flux density= 760.959 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 782.534 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -9.9 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 2787 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -6.084 MilliJy iter= 34 IMAGR2: Field 3 Clean flux density= 5.089 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 787.622 MilliJy 127 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.2 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.060E-03 < Second best 7.791E-03 IMAGR2: Field 5 min = -6.3 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.039E-03 < Second best 7.745E-03 IMAGR2: Field 7 min = -7.3 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 306 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.232 MilliJy iter= 19 IMAGR2: Field 7 Clean flux density= 4.526 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 792.148 MilliJy 146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.243 MilliJy iter= 22 IMAGR2: Field 4 Clean flux density= 2.663 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 794.811 MilliJy 168 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.5 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 4.60 MilliJy IMAGR2: 380 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 5.127 MilliJy iter= 20 IMAGR2: Field 5 Clean flux density= 5.826 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 800.637 MilliJy 188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.9 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 4.05 MilliJy IMAGR2: 3399 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 5.102 MilliJy iter= 85 IMAGR2: Field 6 Clean flux density= 15.280 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 794.343 MilliJy 242 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.466E-03 < Second best 5.811E-03 IMAGR2: Field 3 min = -6.0 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.81 MilliJy IMAGR2: 3353 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.686 MilliJy iter= 95 IMAGR2: Field 3 Clean flux density= 13.942 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 803.197 MilliJy 303 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.63 MilliJy IMAGR2: 266 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.059 MilliJy iter= 98 IMAGR2: Field 1 Clean flux density= 767.448 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 809.685 MilliJy 339 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.731E-03 < Second best 5.012E-03 IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.501E-03 < Second best 4.998E-03 IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.334E-03 < Second best 4.898E-03 IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.533E-03 < Second best 4.881E-03 IMAGR2: Field 6 min = -6.0 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 5000 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.246 MilliJy iter= 209 IMAGR2: Field 6 Clean flux density= 8.743 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 803.148 MilliJy 463 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.22 MilliJy IMAGR2: 938 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 3.798 MilliJy iter= 86 IMAGR2: Field 2 Clean flux density= 15.923 MilliJy 86 comps IMAGR2: Total Cleaned flux density = 819.072 MilliJy 549 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.179E-03 < Second best 4.501E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.848E-03 < Second best 4.484E-03 IMAGR2: Field 3 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 4231 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.708 MilliJy iter= 250 IMAGR2: Field 3 Clean flux density= 8.449 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 813.579 MilliJy 704 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.1 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.92 MilliJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.219 MilliJy iter= 93 IMAGR2: Field 7 Clean flux density= 9.405 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 818.458 MilliJy 778 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.515E-03 < Second best 4.069E-03 IMAGR2: Field 6 min = -4.4 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 2152 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.054 MilliJy iter= 330 IMAGR2: Field 6 Clean flux density= 12.222 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 821.937 MilliJy 899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 90 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.711 MilliJy iter= 120 IMAGR2: Field 1 Clean flux density= 767.832 MilliJy 120 comps IMAGR2: Total Cleaned flux density = 822.321 MilliJy 921 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.826 MilliJy iter= 110 IMAGR2: Field 4 Clean flux density= -13.548 MilliJy 110 comps IMAGR2: Total Cleaned flux density = 806.109 MilliJy 1009 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.264E-03 < Second best 3.551E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR2: 3337 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.689 MilliJy iter= 432 IMAGR2: Field 3 Clean flux density= 17.507 MilliJy 432 comps IMAGR2: Total Cleaned flux density = 815.166 MilliJy 1191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.083E-03 < Second best 3.264E-03 IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.841E-03 < Second best 3.083E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR2: 764 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.459 MilliJy iter= 131 IMAGR2: Field 5 Clean flux density= 18.880 MilliJy 131 comps IMAGR2: Total Cleaned flux density = 828.220 MilliJy 1302 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.690E-03 < Second best 2.925E-03 IMAGR2: Field 6 min = -3.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 3147 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.351 MilliJy iter= 530 IMAGR2: Field 6 Clean flux density= 9.673 MilliJy 530 comps IMAGR2: Total Cleaned flux density = 825.670 MilliJy 1502 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.176 MilliJy iter= 177 IMAGR2: Field 2 Clean flux density= 15.024 MilliJy 177 comps IMAGR2: Total Cleaned flux density = 824.770 MilliJy 1593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.464E-03 < Second best 2.690E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.100 MilliJy iter= 188 IMAGR2: Field 7 Clean flux density= 9.399 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 824.764 MilliJy 1688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 57 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.981 MilliJy iter= 138 IMAGR2: Field 1 Clean flux density= 767.836 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 824.768 MilliJy 1706 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 1152 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.919 MilliJy iter= 561 IMAGR2: Field 3 Clean flux density= 10.836 MilliJy 561 comps IMAGR2: Total Cleaned flux density = 818.097 MilliJy 1835 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR2: 648 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.892 MilliJy iter= 220 IMAGR2: Field 4 Clean flux density= -17.492 MilliJy 220 comps IMAGR2: Total Cleaned flux density = 814.153 MilliJy 1945 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.71 MilliJy IMAGR2: 413 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.784 MilliJy iter= 215 IMAGR2: Field 5 Clean flux density= 23.510 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 818.784 MilliJy 2029 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 1406 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.678 MilliJy iter= 687 IMAGR2: Field 6 Clean flux density= 13.493 MilliJy 687 comps IMAGR2: Total Cleaned flux density = 822.604 MilliJy 2186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.614 MilliJy iter= 327 IMAGR2: Field 2 Clean flux density= 18.354 MilliJy 327 comps IMAGR2: Total Cleaned flux density = 825.935 MilliJy 2336 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 874 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.556 MilliJy iter= 331 IMAGR2: Field 7 Clean flux density= 10.693 MilliJy 331 comps IMAGR2: Total Cleaned flux density = 827.229 MilliJy 2479 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.494 MilliJy iter= 172 IMAGR2: Field 1 Clean flux density= 766.425 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 825.818 MilliJy 2513 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1539 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.477 MilliJy iter= 729 IMAGR2: Field 3 Clean flux density= 13.145 MilliJy 729 comps IMAGR2: Total Cleaned flux density = 828.128 MilliJy 2681 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 794 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.406 MilliJy iter= 354 IMAGR2: Field 4 Clean flux density= -17.803 MilliJy 354 comps IMAGR2: Total Cleaned flux density = 827.817 MilliJy 2815 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 595 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.353 MilliJy iter= 333 IMAGR2: Field 5 Clean flux density= 23.744 MilliJy 333 comps IMAGR2: Total Cleaned flux density = 828.051 MilliJy 2933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.323 MilliJy iter= 872 IMAGR2: Field 6 Clean flux density= 10.537 MilliJy 872 comps IMAGR2: Total Cleaned flux density = 825.095 MilliJy 3118 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 754 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.262 MilliJy iter= 470 IMAGR2: Field 2 Clean flux density= 25.217 MilliJy 470 comps IMAGR2: Total Cleaned flux density = 831.958 MilliJy 3261 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 835 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.221 MilliJy iter= 479 IMAGR2: Field 7 Clean flux density= 12.596 MilliJy 479 comps IMAGR2: Total Cleaned flux density = 833.860 MilliJy 3409 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 267 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.192 MilliJy iter= 239 IMAGR2: Field 1 Clean flux density= 765.440 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 832.875 MilliJy 3476 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 1835 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.174 MilliJy iter= 941 IMAGR2: Field 3 Clean flux density= 15.510 MilliJy 941 comps IMAGR2: Total Cleaned flux density = 835.240 MilliJy 3688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 728 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.123 MilliJy iter= 474 IMAGR2: Field 4 Clean flux density= -16.476 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 836.567 MilliJy 3808 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 551 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.121 MilliJy iter= 385 IMAGR2: Field 5 Clean flux density= 23.487 MilliJy 385 comps IMAGR2: Total Cleaned flux density = 836.311 MilliJy 3860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.00 MicroJy IMAGR2: 2576 Residual map points loaded IMAGR2: Field 6 min Clean flux = -1.122 MilliJy iter= 991 IMAGR2: Field 6 Clean flux density= 12.563 MilliJy 991 comps IMAGR2: Total Cleaned flux density = 838.336 MilliJy 3979 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.93 MicroJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.119 MilliJy iter= 486 IMAGR2: Field 2 Clean flux density= 23.821 MilliJy 486 comps IMAGR2: Total Cleaned flux density = 836.941 MilliJy 3995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 877.63 MicroJy IMAGR2: 2631 Residual map points loaded IMAGR2: Field 7 min Clean flux = -1.123 MilliJy iter= 499 IMAGR2: Field 7 Clean flux density= 13.552 MilliJy 499 comps IMAGR2: Total Cleaned flux density = 837.898 MilliJy 4015 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.21 MicroJy IMAGR2: 2345 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.116 MilliJy iter= 252 IMAGR2: Field 1 Clean flux density= 765.253 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 837.711 MilliJy 4028 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 696.99 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.121 MilliJy iter= 953 IMAGR2: Field 3 Clean flux density= 15.977 MilliJy 953 comps IMAGR2: Total Cleaned flux density = 838.177 MilliJy 4040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.123 less than limit 1.123 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 252 to 126 components IMAGR2: Field 2 compressed from 486 to 324 components IMAGR2: Field 3 compressed from 953 to 658 components IMAGR2: Field 4 compressed from 474 to 300 components IMAGR2: Field 5 compressed from 385 to 276 components IMAGR2: Field 6 compressed from 991 to 704 components IMAGR2: Field 7 compressed from 499 to 330 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -94.087 MicroJy ( 9 CCs) from field 1 to field 2 IMAGR2: Restore 2.583 MilliJy ( 34 CCs) from field 1 to field 3 IMAGR2: Restore -1.724 MilliJy ( 13 CCs) from field 1 to field 4 IMAGR2: Restore 1.968 MilliJy ( 12 CCs) from field 1 to field 5 IMAGR2: Restore 4.989 MilliJy ( 32 CCs) from field 1 to field 6 IMAGR2: Restore 1.323 MilliJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore -59.910 MicroJy ( 6 CCs) from field 2 to field 1 IMAGR2: Restore 843.553 MicroJy ( 45 CCs) from field 2 to field 3 IMAGR2: Restore -1.325 MilliJy ( 29 CCs) from field 2 to field 4 IMAGR2: Restore 3.286 MilliJy ( 55 CCs) from field 3 to field 1 IMAGR2: Restore 4.906 MilliJy ( 50 CCs) from field 3 to field 2 IMAGR2: Restore 5.977 MilliJy ( 38 CCs) from field 3 to field 5 IMAGR2: Restore-681.536 MicroJy ( 12 CCs) from field 4 to field 1 IMAGR2: Restore -1.334 MilliJy ( 14 CCs) from field 4 to field 2 IMAGR2: Restore 332.960 MicroJy ( 39 CCs) from field 4 to field 6 IMAGR2: Restore 1.843 MilliJy ( 17 CCs) from field 5 to field 1 IMAGR2: Restore 841.355 MicroJy ( 16 CCs) from field 5 to field 3 IMAGR2: Restore 1.623 MilliJy ( 17 CCs) from field 5 to field 7 IMAGR2: Restore -2.040 MilliJy ( 46 CCs) from field 6 to field 1 IMAGR2: Restore -3.209 MilliJy ( 22 CCs) from field 6 to field 4 IMAGR2: Restore -9.620 MilliJy ( 49 CCs) from field 6 to field 7 IMAGR2: Restore 1.259 MilliJy ( 12 CCs) from field 7 to field 1 IMAGR2: Restore 1.601 MilliJy ( 14 CCs) from field 7 to field 5 IMAGR2: Restore 11.265 MilliJy ( 49 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 768.861 MilliJy IMAGR2: Field 2 final Clean flux 27.300 MilliJy IMAGR2: Field 3 final Clean flux 20.244 MilliJy IMAGR2: Field 4 final Clean flux -22.735 MilliJy IMAGR2: Field 5 final Clean flux 33.033 MilliJy IMAGR2: Field 6 final Clean flux 29.149 MilliJy IMAGR2: Field 7 final Clean flux 6.878 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 35 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 68.4 Real= 275 -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 22 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 23 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 24 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 25 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 26 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 27 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 28 disk= 1 AIPS 2: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 2: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 2: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 2: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 2: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 2: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 2: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1915 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 29 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 30 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 31 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 32 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 33 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 34 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 35 disk= 1 AIPS 2: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 2: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 2: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 2: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 2: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 2: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 2: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1872 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 36 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 37 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 38 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 39 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 40 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 41 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 42 disk= 1 AIPS 2: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 2: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC2: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 119.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 0.9 Real= 4 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 28.1 00002 -1 507 512 513 C 3 1012 1012 11 48 26.74 59 23 12.1 00003 -1 507 512 513 C 4 1012 1012 11 49 13.98 59 23 12.1 00004 -1 507 512 513 C 5 1012 1012 11 48 26.70 59 26 40.4 00005 -1 507 512 513 C 6 1012 1012 11 49 14.02 59 26 40.4 00006 -1 507 512 513 C 7 1012 1012 11 48 50.36 59 28 24.7 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR2: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR2: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR2: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR2: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR2: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR2: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 8424 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.316E+04 IMAGR2: UVWAIT: Adding temperance S 8.633E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.416E+07 and out 3.128E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.163 due to weighting IMAGR2: UVWAIT: Average summed weight 4.316E+04 over 16744 vis IMAGR2: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR2: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR2: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 45 IMAGR2: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 46 IMAGR2: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 47 IMAGR2: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 48 IMAGR2: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 49 IMAGR2: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1148+594 .ICL007. 1 (MA) on disk 1 cno 56 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.32036E+08 IMAGR2: Field 1 Beam min = -158.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.762 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 2 Sum of gridding weights = 3.32035E+08 IMAGR2: Field 2 Beam min = -158.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.764 x 0.645 arcsec, PA= 68.1 IMAGR2: Field 3 Sum of gridding weights = 3.32035E+08 IMAGR2: Field 3 Beam min = -99.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.766 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 4 Sum of gridding weights = 3.32034E+08 IMAGR2: Field 4 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.760 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 5 Sum of gridding weights = 3.32035E+08 IMAGR2: Field 5 Beam min = -100.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.765 x 0.645 arcsec, PA= 68.0 IMAGR2: Field 6 Sum of gridding weights = 3.32035E+08 IMAGR2: Field 6 Beam min = -98.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.758 x 0.645 arcsec, PA= 68.2 IMAGR2: Field 7 Sum of gridding weights = 3.32036E+08 IMAGR2: Field 7 Beam min = -158.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.761 x 0.645 arcsec, PA= 68.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -44.2 MilliJy,max = 430.6 MilliJy IMAGR2: Field 2 min = -34.4 MilliJy,max = 170.6 MilliJy IMAGR2: Field 3 min = -36.9 MilliJy,max = 140.5 MilliJy IMAGR2: Field 4 min = -35.8 MilliJy,max = 142.5 MilliJy IMAGR2: Field 5 min = -37.5 MilliJy,max = 145.6 MilliJy IMAGR2: Field 6 min = -34.8 MilliJy,max = 140.2 MilliJy IMAGR2: Field 7 min = -37.9 MilliJy,max = 168.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 56.13 MilliJy IMAGR2: 4187 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 205.966 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 245.254 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 245.254 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -20.9 MilliJy,max = 185.4 MilliJy IMAGR2: BGC Clean: using 2003 cell beam + residuals > 39.31 MilliJy IMAGR2: 597 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.268 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 361.532 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 361.532 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.3 MilliJy,max = 30.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.363E-02 < Second best 1.271E-01 IMAGR2: Field 3 min = -8.3 MilliJy,max = 28.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.358E-02 < Second best 1.244E-01 IMAGR2: Field 7 min = -7.7 MilliJy,max = 29.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.100E-02 < Second best 1.239E-01 IMAGR2: Field 6 min = -7.2 MilliJy,max = 25.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.110E-02 < Second best 8.599E-02 IMAGR2: Field 5 min = -9.3 MilliJy,max = 29.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.731E-02 < Second best 8.439E-02 IMAGR2: Field 4 min = -7.5 MilliJy,max = 24.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.573E-02 < Second best 8.206E-02 IMAGR2: Field 1 min = -10.4 MilliJy,max = 78.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.24 MilliJy IMAGR2: 3603 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.625 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 411.846 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 411.846 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 34.2 MilliJy IMAGR2: BGC Clean: using 2003 cell beam + residuals > 7.18 MilliJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.312 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 433.734 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 433.734 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 5.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.051E-03 < Second best 2.358E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.605E-03 < Second best 2.110E-02 IMAGR2: Field 6 min = -2.5 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.972E-03 < Second best 2.100E-02 IMAGR2: Field 7 min = -3.3 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.561E-03 < Second best 1.731E-02 IMAGR2: Field 5 min = -3.8 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.222E-03 < Second best 1.573E-02 IMAGR2: Field 4 min = -2.4 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.175E-03 < Second best 1.552E-02 IMAGR2: Field 1 min = -6.3 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 2027 cell beam + residuals > 2.16 MilliJy IMAGR2: 11204 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.201 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 441.831 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 441.831 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.5 MilliJy,max = 7.3 MilliJy IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.14 MilliJy IMAGR2: 4226 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.592 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 440.916 MilliJy 79 comps IMAGR2: Total Cleaned flux density = 440.916 MilliJy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.007E-03 < Second best 5.222E-03 IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.171E-03 < Second best 5.051E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.647E-03 < Second best 4.605E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.856E-03 < Second best 4.175E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.553E-03 < Second best 3.423E-03 IMAGR2: Field 1 min = -3.5 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.40 MilliJy IMAGR2: 7648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.218 MilliJy iter= 140 IMAGR2: Field 1 Clean flux density= 444.376 MilliJy 140 comps IMAGR2: Total Cleaned flux density = 444.376 MilliJy 140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.470E-03 < Second best 3.007E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.256E-03 < Second best 2.972E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.008E-03 < Second best 2.856E-03 IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.223E-03 < Second best 2.647E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.38 MilliJy IMAGR2: 626 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.688 MilliJy iter= 34 IMAGR2: Field 2 Clean flux density= 2.010 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 446.386 MilliJy 174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.044E-03 < Second best 2.470E-03 IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.38 MilliJy IMAGR2: 619 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.628 MilliJy iter= 33 IMAGR2: Field 5 Clean flux density= 3.841 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 450.227 MilliJy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.103E-03 < Second best 2.223E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.38 MilliJy IMAGR2: 757 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.628 MilliJy iter= 42 IMAGR2: Field 3 Clean flux density= 2.105 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 452.332 MilliJy 249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 4021 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.604 MilliJy iter= 255 IMAGR2: Field 1 Clean flux density= 446.440 MilliJy 255 comps IMAGR2: Total Cleaned flux density = 454.396 MilliJy 364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.780E-03 < Second best 2.044E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.745E-03 < Second best 2.008E-03 IMAGR2: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.13 MilliJy IMAGR2: 1863 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.356 MilliJy iter= 76 IMAGR2: Field 6 Clean flux density= 1.264 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 455.660 MilliJy 440 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.581E-03 < Second best 1.745E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.13 MilliJy IMAGR2: 242 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.207 MilliJy iter= 31 IMAGR2: Field 4 Clean flux density= 2.000 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 457.660 MilliJy 471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.434E-03 < Second best 1.581E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 371 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.208 MilliJy iter= 58 IMAGR2: Field 7 Clean flux density= -305.483 MicroJy 58 comps IMAGR2: Total Cleaned flux density = 457.354 MilliJy 529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 551 cell beam + residuals > 1.08 MilliJy IMAGR2: 1839 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.256 MilliJy iter= 135 IMAGR2: Field 3 Clean flux density= 5.236 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 460.486 MilliJy 622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.303E-03 < Second best 1.535E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.87 MicroJy IMAGR2: 1584 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.111 MilliJy iter= 369 IMAGR2: Field 1 Clean flux density= 451.488 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 465.534 MilliJy 736 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.201E-03 < Second best 1.303E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 931.29 MicroJy IMAGR2: 514 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.045 MilliJy iter= 97 IMAGR2: Field 5 Clean flux density= 4.721 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 466.414 MilliJy 800 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 882.61 MicroJy IMAGR2: 2320 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.054 MilliJy iter= 239 IMAGR2: Field 6 Clean flux density= -1.505 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 463.645 MilliJy 963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.096E-03 < Second best 1.201E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.94 MicroJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.043 MilliJy iter= 49 IMAGR2: Field 2 Clean flux density= 2.549 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 464.183 MilliJy 978 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.920E-04 < Second best 1.155E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 764.70 MicroJy IMAGR2: 854 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.026 MilliJy iter= 33 IMAGR2: Field 4 Clean flux density= 1.989 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 464.172 MilliJy 980 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 757.42 MicroJy IMAGR2: 3867 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.044 MilliJy iter= 169 IMAGR2: Field 3 Clean flux density= 5.872 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 464.808 MilliJy 1014 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 673.61 MicroJy IMAGR2: 4345 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.039 MilliJy iter= 371 IMAGR2: Field 1 Clean flux density= 451.701 MilliJy 371 comps IMAGR2: Total Cleaned flux density = 465.021 MilliJy 1016 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 371 to 221 components IMAGR2: Field 2 compressed from 49 to 33 components IMAGR2: Field 3 compressed from 169 to 129 components IMAGR2: Field 4 compressed from 33 to 28 components IMAGR2: Field 5 compressed from 97 to 78 components IMAGR2: Field 6 compressed from 239 to 183 components IMAGR2: Field 7 compressed from 58 to 47 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-757.820 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 6.200 MilliJy ( 81 CCs) from field 1 to field 3 IMAGR2: Restore -2.130 MilliJy ( 21 CCs) from field 1 to field 4 IMAGR2: Restore 4.138 MilliJy ( 64 CCs) from field 1 to field 5 IMAGR2: Restore -2.867 MilliJy ( 22 CCs) from field 1 to field 6 IMAGR2: Restore 592.158 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore 1.549 MilliJy ( 19 CCs) from field 2 to field 3 IMAGR2: Restore 2.069 MilliJy ( 24 CCs) from field 3 to field 1 IMAGR2: Restore -15.142 MicroJy ( 4 CCs) from field 3 to field 2 IMAGR2: Restore 541.594 MicroJy ( 11 CCs) from field 3 to field 5 IMAGR2: Restore 359.901 MicroJy ( 5 CCs) from field 4 to field 1 IMAGR2: Restore 248.435 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore 760.507 MicroJy ( 11 CCs) from field 4 to field 6 IMAGR2: Restore 2.194 MilliJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore 1.068 MilliJy ( 20 CCs) from field 5 to field 3 IMAGR2: Restore 1.755 MilliJy ( 13 CCs) from field 5 to field 7 IMAGR2: Restore -1.669 MilliJy ( 21 CCs) from field 6 to field 1 IMAGR2: Restore-454.496 MicroJy ( 25 CCs) from field 6 to field 4 IMAGR2: Restore -1.910 MilliJy ( 8 CCs) from field 6 to field 7 IMAGR2: Restore -12.682 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore 114.508 MicroJy ( 12 CCs) from field 7 to field 5 IMAGR2: Restore-981.742 MicroJy ( 8 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 454.643 MilliJy IMAGR2: Field 2 final Clean flux 2.025 MilliJy IMAGR2: Field 3 final Clean flux 14.689 MilliJy IMAGR2: Field 4 final Clean flux -595.347 MicroJy IMAGR2: Field 5 final Clean flux 9.515 MilliJy IMAGR2: Field 6 final Clean flux -4.594 MilliJy IMAGR2: Field 7 final Clean flux 131.699 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 40.3 Real= 159 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC2: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23681 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23681 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 104.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 16.9 00002 -1 507 512 513 C 3 1012 1012 14 00 03.74 62 08 57.6 00003 -1 507 512 513 C 4 1012 1012 14 00 53.57 62 08 57.6 00004 -1 507 512 513 C 5 1012 1012 14 00 03.69 62 12 19.2 00005 -1 507 512 513 C 6 1012 1012 14 00 53.61 62 12 19.2 00006 -1 507 512 513 C 7 1012 1012 14 00 28.65 62 14 00.1 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR2: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR2: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR2: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR2: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR2: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR2: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7722 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.256E+04 IMAGR2: UVWAIT: Adding temperance S 8.511E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.575E+07 and out 3.263E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 4.256E+04 over 15392 vis IMAGR2: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR2: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR2: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR2: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR2: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR2: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR2: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR2: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.46388E+08 IMAGR2: Field 1 Beam min = -191.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.137 x 0.661 arcsec, PA= -79.5 IMAGR2: Field 2 Sum of gridding weights = 3.46388E+08 IMAGR2: Field 2 Beam min = -191.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.137 x 0.661 arcsec, PA= -79.5 IMAGR2: Field 3 Sum of gridding weights = 3.46386E+08 IMAGR2: Field 3 Beam min = -125.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.138 x 0.661 arcsec, PA= -79.6 IMAGR2: Field 4 Sum of gridding weights = 3.46386E+08 IMAGR2: Field 4 Beam min = -116.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.136 x 0.661 arcsec, PA= -79.4 IMAGR2: Field 5 Sum of gridding weights = 3.46385E+08 IMAGR2: Field 5 Beam min = -122.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.138 x 0.661 arcsec, PA= -79.6 IMAGR2: Field 6 Sum of gridding weights = 3.46387E+08 IMAGR2: Field 6 Beam min = -138.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.136 x 0.661 arcsec, PA= -79.4 IMAGR2: Field 7 Sum of gridding weights = 3.46387E+08 IMAGR2: Field 7 Beam min = -191.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.138 x 0.661 arcsec, PA= -79.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -108.5 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -101.0 MilliJy,max = 323.3 MilliJy IMAGR2: Field 3 min = -109.9 MilliJy,max = 424.5 MilliJy IMAGR2: Field 4 min = -114.0 MilliJy,max = 337.7 MilliJy IMAGR2: Field 5 min = -112.6 MilliJy,max = 345.7 MilliJy IMAGR2: Field 6 min = -110.7 MilliJy,max = 445.8 MilliJy IMAGR2: Field 7 min = -99.6 MilliJy,max = 321.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 158.78 MilliJy IMAGR2: 2634 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 578.310 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 567.713 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 567.713 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -51.4 MilliJy,max = 520.5 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 96.24 MilliJy IMAGR2: 992 Residual map points loaded IMAGR2: Field 1 min allowed flux = 248.950 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 864.151 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 864.151 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -26.7 MilliJy,max = 95.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.112E-02 < Second best 3.236E-01 IMAGR2: Field 3 min = -26.8 MilliJy,max = 90.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.321E-02 < Second best 2.606E-01 IMAGR2: Field 4 min = -25.6 MilliJy,max = 80.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.598E-02 < Second best 2.594E-01 IMAGR2: Field 5 min = -25.1 MilliJy,max = 80.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.151E-02 < Second best 2.368E-01 IMAGR2: Field 1 min = -27.5 MilliJy,max = 226.2 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 77.85 MilliJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 112.885 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.012 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.012 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.3 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.940E-02 < Second best 2.007E-01 IMAGR2: Field 2 min = -12.6 MilliJy,max = 27.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.488E-02 < Second best 1.074E-01 IMAGR2: Field 1 min = -17.2 MilliJy,max = 103.4 MilliJy IMAGR2: BGC Clean: using 1969 cell beam + residuals > 19.83 MilliJy IMAGR2: 1375 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.149 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 1.079 Jy 33 comps IMAGR2: Total Cleaned flux density = 1.079 Jy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.0 MilliJy,max = 19.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.295E-02 < Second best 7.112E-02 IMAGR2: Field 6 min = -11.3 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.423E-02 < Second best 6.151E-02 IMAGR2: Field 5 min = -10.1 MilliJy,max = 18.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.365E-02 < Second best 5.598E-02 IMAGR2: Field 4 min = -11.6 MilliJy,max = 19.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.324E-02 < Second best 4.866E-02 IMAGR2: Field 1 min = -19.1 MilliJy,max = 47.3 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 9.90 MilliJy IMAGR2: 1773 Residual map points loaded IMAGR2: Field 1 min allowed flux = 23.223 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 1.110 Jy 42 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.3 MilliJy,max = 15.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.435E-02 < Second best 2.488E-02 IMAGR2: Field 2 min = -11.4 MilliJy,max = 11.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.093E-02 < Second best 2.210E-02 IMAGR2: Field 1 min = -21.8 MilliJy,max = 21.6 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.65 MilliJy IMAGR2: 2570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.835 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 1.104 Jy 72 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 72 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -8.3 MilliJy,max = 11.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.129E-02 < Second best 1.423E-02 IMAGR2: Field 6 min = -8.0 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.628E-03 < Second best 1.365E-02 IMAGR2: Field 5 min = -8.3 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.256E-03 < Second best 1.324E-02 IMAGR2: Field 4 min = -11.6 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.105E-02 < Second best 1.295E-02 IMAGR2: Field 3 min = -8.7 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.322E-03 < Second best 1.129E-02 IMAGR2: BGC Clean: using 1333 cell beam + residuals > 4.98 MilliJy IMAGR2: 1814 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.753 MilliJy iter= 31 IMAGR2: Field 7 Clean flux density= 16.969 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -11.2 MilliJy,max = 7.6 MilliJy IMAGR2: BGC Clean: using 1333 cell beam + residuals > 4.98 MilliJy IMAGR2: 666 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 6.155 MilliJy iter= 26 IMAGR2: Field 4 Clean flux density= -5.736 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.6 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.244E-03 < Second best 1.032E-02 IMAGR2: Field 1 min = -9.1 MilliJy,max = 9.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.51 MilliJy IMAGR2: 1800 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.039 MilliJy iter= 122 IMAGR2: Field 1 Clean flux density= 1.098 Jy 122 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 179 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.2 MilliJy,max = 8.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.93 MilliJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -5.660 MilliJy iter= 28 IMAGR2: Field 3 Clean flux density= -2.258 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 1.107 Jy 207 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.6 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.135E-03 < Second best 7.628E-03 IMAGR2: Field 6 min = -6.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.891E-03 < Second best 7.244E-03 IMAGR2: Field 2 min = -5.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.974E-03 < Second best 7.135E-03 IMAGR2: BGC Clean: using 487 cell beam + residuals > 4.05 MilliJy IMAGR2: 1006 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.941 MilliJy iter= 51 IMAGR2: Field 5 Clean flux density= 7.972 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 258 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.1 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 4.05 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.694 MilliJy iter= 41 IMAGR2: Field 6 Clean flux density= 5.236 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 299 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.230E-03 < Second best 5.974E-03 IMAGR2: Field 2 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.571E-03 < Second best 5.873E-03 IMAGR2: Field 4 min = -6.1 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.98 MilliJy IMAGR2: 523 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 4.555 MilliJy iter= 70 IMAGR2: Field 4 Clean flux density= -10.176 MilliJy 70 comps IMAGR2: Total Cleaned flux density = 1.116 Jy 343 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.227E-03 < Second best 5.571E-03 IMAGR2: Field 2 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.57 MilliJy IMAGR2: 475 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.054 MilliJy iter= 47 IMAGR2: Field 2 Clean flux density= -207.210 MicroJy 47 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.8 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 3.35 MilliJy IMAGR2: 886 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.924 MilliJy iter= 99 IMAGR2: Field 3 Clean flux density= -8.045 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 1.110 Jy 461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.7 MilliJy,max = 5.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.839E-03 < Second best 5.227E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.11 MilliJy IMAGR2: 1135 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.620 MilliJy iter= 198 IMAGR2: Field 1 Clean flux density= 1.103 Jy 198 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 3.11 MilliJy IMAGR2: 349 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -3.393 MilliJy iter= 80 IMAGR2: Field 7 Clean flux density= 25.656 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 586 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.823E-03 < Second best 4.485E-03 IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.719E-03 < Second best 4.355E-03 IMAGR2: Field 4 min = -4.2 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.65 MilliJy IMAGR2: 1508 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.241 MilliJy iter= 209 IMAGR2: Field 4 Clean flux density= -7.619 MilliJy 209 comps IMAGR2: Total Cleaned flux density = 1.126 Jy 725 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.4 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.172E-03 < Second best 3.823E-03 IMAGR2: Field 5 min = -4.8 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.54 MilliJy IMAGR2: 1853 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.106 MilliJy iter= 223 IMAGR2: Field 5 Clean flux density= 1.905 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 897 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.492E-03 < Second best 3.719E-03 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.40 MilliJy IMAGR2: 650 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.625 MilliJy iter= 126 IMAGR2: Field 6 Clean flux density= 12.287 MilliJy 126 comps IMAGR2: Total Cleaned flux density = 1.127 Jy 982 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.40 MilliJy IMAGR2: 259 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.557 MilliJy iter= 157 IMAGR2: Field 3 Clean flux density= -7.366 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 1.128 Jy 1040 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.083E-03 < Second best 3.245E-03 IMAGR2: Field 7 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.868E-03 < Second best 3.172E-03 IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.843E-03 < Second best 3.101E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.545E-03 < Second best 3.083E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 1154 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.261 MilliJy iter= 360 IMAGR2: Field 1 Clean flux density= 1.100 Jy 360 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 1202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.325E-03 < Second best 2.868E-03 IMAGR2: Field 7 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.587E-03 < Second best 2.843E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.424E-03 < Second best 2.587E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1043 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.972 MilliJy iter= 244 IMAGR2: Field 7 Clean flux density= 39.021 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 1.138 Jy 1366 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.269E-03 < Second best 2.511E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.217E-03 < Second best 2.446E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.293E-03 < Second best 2.424E-03 IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.769 MilliJy iter= 248 IMAGR2: Field 2 Clean flux density= 1.907 MilliJy 248 comps IMAGR2: Total Cleaned flux density = 1.140 Jy 1567 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.060E-03 < Second best 2.293E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.110E-03 < Second best 2.269E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 823 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.659 MilliJy iter= 370 IMAGR2: Field 4 Clean flux density= -6.017 MilliJy 370 comps IMAGR2: Total Cleaned flux density = 1.141 Jy 1728 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 362 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.571 MilliJy iter= 227 IMAGR2: Field 6 Clean flux density= 10.054 MilliJy 227 comps IMAGR2: Total Cleaned flux density = 1.139 Jy 1829 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 539 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.487 MilliJy iter= 507 IMAGR2: Field 1 Clean flux density= 1.093 Jy 507 comps IMAGR2: Total Cleaned flux density = 1.132 Jy 1976 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 1241 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.512 MilliJy iter= 369 IMAGR2: Field 3 Clean flux density= 8.699 MilliJy 369 comps IMAGR2: Total Cleaned flux density = 1.148 Jy 2188 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.744E-03 < Second best 1.889E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.554E-03 < Second best 1.744E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 739 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.335 MilliJy iter= 414 IMAGR2: Field 5 Clean flux density= -2.846 MilliJy 414 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 2379 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.15 MilliJy IMAGR2: 414 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.204 MilliJy iter= 346 IMAGR2: Field 2 Clean flux density= 3.679 MilliJy 346 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 2477 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.15 MilliJy IMAGR2: 673 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.213 MilliJy iter= 491 IMAGR2: Field 4 Clean flux density= -7.037 MilliJy 491 comps IMAGR2: Total Cleaned flux density = 1.144 Jy 2598 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.398E-03 < Second best 1.503E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 1.07 MilliJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.135 MilliJy iter= 360 IMAGR2: Field 6 Clean flux density= 8.865 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 1.143 Jy 2731 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.2 MilliJy,max = 1.5 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 1.315E-03 < Second best 1.422E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.150E-03 < Second best 1.398E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.09 MicroJy IMAGR2: 855 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.090 MilliJy iter= 340 IMAGR2: Field 7 Clean flux density= 42.278 MilliJy 340 comps IMAGR2: Total Cleaned flux density = 1.146 Jy 2827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 938.64 MicroJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.091 MilliJy iter= 441 IMAGR2: Field 3 Clean flux density= 7.842 MilliJy 441 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 2899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.84 MicroJy IMAGR2: 637 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.087 MilliJy iter= 426 IMAGR2: Field 5 Clean flux density= -2.823 MilliJy 426 comps IMAGR2: Total Cleaned flux density = 1.145 Jy 2911 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 836.10 MicroJy IMAGR2: 1676 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.089 MilliJy iter= 509 IMAGR2: Field 4 Clean flux density= -5.676 MilliJy 509 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2929 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.086E-03 < Second best 1.150E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 798.32 MicroJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.091 MilliJy iter= 511 IMAGR2: Field 1 Clean flux density= 1.093 Jy 511 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 555.65 MicroJy IMAGR2: WARNING: > MAXPIXELS LOADED TO AP!! IMAGR2: 24824 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.086 MilliJy iter= 361 IMAGR2: Field 6 Clean flux density= 8.973 MilliJy 361 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2934 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.71 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.087 MilliJy iter= 348 IMAGR2: Field 2 Clean flux density= 3.673 MilliJy 348 comps IMAGR2: Total Cleaned flux density = 1.147 Jy 2936 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.091 less than limit 1.092 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 511 to 277 components IMAGR2: Field 2 compressed from 348 to 269 components IMAGR2: Field 3 compressed from 441 to 313 components IMAGR2: Field 4 compressed from 509 to 365 components IMAGR2: Field 5 compressed from 426 to 313 components IMAGR2: Field 6 compressed from 361 to 249 components IMAGR2: Field 7 compressed from 340 to 247 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: Field 3 min = -2.0 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.7 MilliJy IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -2.999 MilliJy ( 20 CCs) from field 1 to field 2 IMAGR2: Restore -4.824 MilliJy ( 48 CCs) from field 1 to field 3 IMAGR2: Restore 2.117 MilliJy ( 20 CCs) from field 1 to field 4 IMAGR2: Restore -13.119 MilliJy ( 98 CCs) from field 1 to field 5 IMAGR2: Restore-374.023 MicroJy ( 16 CCs) from field 1 to field 6 IMAGR2: Restore 1.409 MilliJy ( 23 CCs) from field 1 to field 7 IMAGR2: Restore 1.172 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR2: Restore 2.961 MilliJy ( 22 CCs) from field 2 to field 3 IMAGR2: Restore 1.380 MilliJy ( 40 CCs) from field 2 to field 4 IMAGR2: Restore-359.416 MicroJy ( 9 CCs) from field 3 to field 1 IMAGR2: Restore 605.067 MicroJy ( 13 CCs) from field 3 to field 2 IMAGR2: Restore 2.092 MilliJy ( 34 CCs) from field 3 to field 5 IMAGR2: Restore -2.471 MilliJy ( 61 CCs) from field 4 to field 1 IMAGR2: Restore -3.858 MilliJy ( 43 CCs) from field 4 to field 2 IMAGR2: Restore -2.465 MilliJy ( 60 CCs) from field 4 to field 6 IMAGR2: Restore -5.810 MilliJy ( 50 CCs) from field 5 to field 1 IMAGR2: Restore -15.222 MicroJy ( 16 CCs) from field 5 to field 3 IMAGR2: Restore -2.464 MilliJy ( 38 CCs) from field 5 to field 7 IMAGR2: Restore-976.106 MicroJy ( 6 CCs) from field 6 to field 1 IMAGR2: Restore 1.227 MilliJy ( 14 CCs) from field 6 to field 4 IMAGR2: Restore-316.445 MicroJy ( 9 CCs) from field 6 to field 7 IMAGR2: Restore 2.941 MilliJy ( 16 CCs) from field 7 to field 1 IMAGR2: Restore 3.128 MilliJy ( 37 CCs) from field 7 to field 5 IMAGR2: Restore 440.924 MicroJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.087 Jy IMAGR2: Field 2 final Clean flux -2.578 MilliJy IMAGR2: Field 3 final Clean flux 5.964 MilliJy IMAGR2: Field 4 final Clean flux -952.834 MicroJy IMAGR2: Field 5 final Clean flux -10.722 MilliJy IMAGR2: Field 6 final Clean flux 6.575 MilliJy IMAGR2: Field 7 final Clean flux 40.906 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 49 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 61.0 Real= 250 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1429 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC2: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23554 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23554 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 85.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 45.3 00002 -1 507 512 513 C 3 1012 1012 15 48 59.23 50 36 25.4 00003 -1 507 512 513 C 4 1012 1012 15 49 35.71 50 36 25.4 00004 -1 507 512 513 C 5 1012 1012 15 48 59.21 50 39 46.0 00005 -1 507 512 513 C 6 1012 1012 15 49 35.73 50 39 46.0 00006 -1 507 512 513 C 7 1012 1012 15 49 17.47 50 41 26.3 00007 -1 507 512 513 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1429 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR2: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR2: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR2: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR2: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR2: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR2: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 12510 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.383E+04 IMAGR2: UVWAIT: Adding temperance S 8.767E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.389E+07 and out 5.779E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.157 due to weighting IMAGR2: UVWAIT: Average summed weight 4.383E+04 over 24916 vis IMAGR2: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR2: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR2: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR2: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR2: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR2: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR2: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR2: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.13530E+08 IMAGR2: Field 1 Beam min = -146.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 934.382 x 676.124 Milliarcsec, PA= -59.0 IMAGR2: Field 2 Sum of gridding weights = 6.13530E+08 IMAGR2: Field 2 Beam min = -146.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 934.053 x 676.285 Milliarcsec, PA= -59.0 IMAGR2: Field 3 Sum of gridding weights = 6.13531E+08 IMAGR2: Field 3 Beam min = -153.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 934.708 x 676.294 Milliarcsec, PA= -59.1 IMAGR2: Field 4 Sum of gridding weights = 6.13529E+08 IMAGR2: Field 4 Beam min = -100.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 933.729 x 676.115 Milliarcsec, PA= -58.9 IMAGR2: Field 5 Sum of gridding weights = 6.13531E+08 IMAGR2: Field 5 Beam min = -153.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 935.040 x 676.130 Milliarcsec, PA= -59.1 IMAGR2: Field 6 Sum of gridding weights = 6.13530E+08 IMAGR2: Field 6 Beam min = -103.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 934.058 x 675.953 Milliarcsec, PA= -58.9 IMAGR2: Field 7 Sum of gridding weights = 6.13530E+08 IMAGR2: Field 7 Beam min = -146.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 934.714 x 675.962 Milliarcsec, PA= -59.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -79.0 MilliJy,max = 925.2 MilliJy IMAGR2: Field 2 min = -60.2 MilliJy,max = 143.6 MilliJy IMAGR2: Field 3 min = -77.5 MilliJy,max = 189.3 MilliJy IMAGR2: Field 4 min = -79.0 MilliJy,max = 160.4 MilliJy IMAGR2: Field 5 min = -78.1 MilliJy,max = 156.5 MilliJy IMAGR2: Field 6 min = -80.0 MilliJy,max = 193.1 MilliJy IMAGR2: Field 7 min = -59.3 MilliJy,max = 147.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 86.09 MilliJy IMAGR2: 3456 Residual map points loaded IMAGR2: Field 1 min allowed flux = 442.512 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 526.922 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 526.922 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -34.9 MilliJy,max = 398.3 MilliJy IMAGR2: BGC Clean: using 1979 cell beam + residuals > 58.68 MilliJy IMAGR2: 453 Residual map points loaded IMAGR2: Field 1 min allowed flux = 190.490 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 753.749 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 753.749 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -16.3 MilliJy,max = 171.4 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 65.79 MilliJy IMAGR2: 12 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 88.245 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 852.893 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 852.893 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.5 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.302E-02 < Second best 1.436E-01 IMAGR2: Field 6 min = -8.2 MilliJy,max = 16.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.341E-02 < Second best 1.409E-01 IMAGR2: Field 7 min = -6.2 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.229E-02 < Second best 1.371E-01 IMAGR2: Field 2 min = -7.0 MilliJy,max = 13.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.288E-02 < Second best 1.170E-01 IMAGR2: Field 4 min = -8.3 MilliJy,max = 16.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-02 < Second best 1.139E-01 IMAGR2: Field 5 min = -6.4 MilliJy,max = 14.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.099E-02 < Second best 8.391E-02 IMAGR2: Field 1 min = -9.9 MilliJy,max = 79.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.21 MilliJy IMAGR2: 3363 Residual map points loaded IMAGR2: Field 1 min allowed flux = 39.845 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 905.000 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 905.000 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -8.7 MilliJy,max = 36.6 MilliJy IMAGR2: BGC Clean: using 1509 cell beam + residuals > 5.55 MilliJy IMAGR2: 615 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.055 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 928.719 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 928.719 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.1 MilliJy,max = 16.7 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 6.24 MilliJy IMAGR2: 25 Residual map points loaded IMAGR2: Field 1 min allowed flux = -8.151 MilliJy iter= 55 IMAGR2: Field 1 Clean flux density= 935.862 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 935.862 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.479E-03 < Second best 1.302E-02 IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.213E-03 < Second best 1.288E-02 IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.142E-03 < Second best 1.229E-02 IMAGR2: Field 7 min = -2.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-03 < Second best 1.210E-02 IMAGR2: Field 4 min = -2.8 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.712E-03 < Second best 1.099E-02 IMAGR2: Field 5 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.904E-03 < Second best 7.755E-03 IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 569 cell beam + residuals > 1.70 MilliJy IMAGR2: 3833 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.835 MilliJy iter= 95 IMAGR2: Field 1 Clean flux density= 930.787 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 930.787 MilliJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.321 MilliJy iter= 159 IMAGR2: Field 1 Clean flux density= 930.789 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 930.789 MilliJy 159 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.357E-03 < Second best 3.325E-03 IMAGR2: Field 7 min = -2.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.894E-03 < Second best 3.213E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.330E-03 < Second best 3.142E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.720E-03 < Second best 2.904E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.652E-03 < Second best 2.894E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1245 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.810 MilliJy iter= 71 IMAGR2: Field 7 Clean flux density= 12.017 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 942.806 MilliJy 230 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1503 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.778 MilliJy iter= 95 IMAGR2: Field 2 Clean flux density= -11.681 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 931.125 MilliJy 325 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.099E-03 < Second best 2.652E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.197E-03 < Second best 2.357E-03 IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.077E-03 < Second best 2.330E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 1.29 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.585 MilliJy iter= 80 IMAGR2: Field 3 Clean flux density= 7.860 MilliJy 80 comps IMAGR2: Total Cleaned flux density = 938.986 MilliJy 405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1036 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.450 MilliJy iter= 275 IMAGR2: Field 1 Clean flux density= 928.948 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 937.145 MilliJy 521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.932E-03 < Second best 2.099E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.927E-03 < Second best 2.077E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1829 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.406 MilliJy iter= 153 IMAGR2: Field 6 Clean flux density= -1.965 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 935.180 MilliJy 674 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 2057 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.367 MilliJy iter= 171 IMAGR2: Field 5 Clean flux density= 2.847 MilliJy 171 comps IMAGR2: Total Cleaned flux density = 938.027 MilliJy 845 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.621E-03 < Second best 1.727E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.346E-03 < Second best 1.698E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.307E-03 < Second best 1.621E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 999.89 MicroJy IMAGR2: 1969 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.218 MilliJy iter= 194 IMAGR2: Field 4 Clean flux density= 5.103 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 943.130 MilliJy 1039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 955.52 MicroJy IMAGR2: 770 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.075 MilliJy iter= 207 IMAGR2: Field 3 Clean flux density= 5.788 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 941.058 MilliJy 1166 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.24 MicroJy IMAGR2: 137 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -979.501 MicroJy iter= 330 IMAGR2: Field 1 Clean flux density= 928.842 MilliJy 330 comps IMAGR2: Total Cleaned flux density = 940.951 MilliJy 1221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.240E-03 < Second best 1.344E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.194E-03 < Second best 1.307E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.109E-03 < Second best 1.307E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 805.30 MicroJy IMAGR2: 913 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -915.458 MicroJy iter= 259 IMAGR2: Field 2 Clean flux density= -7.183 MilliJy 259 comps IMAGR2: Total Cleaned flux density = 945.449 MilliJy 1385 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.37 MicroJy IMAGR2: 1198 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -926.327 MicroJy iter= 279 IMAGR2: Field 7 Clean flux density= 9.269 MilliJy 279 comps IMAGR2: Total Cleaned flux density = 942.702 MilliJy 1593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.44 MicroJy IMAGR2: 713 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 878.554 MicroJy iter= 310 IMAGR2: Field 6 Clean flux density= 2.692 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 947.359 MilliJy 1750 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.028E-03 < Second best 1.109E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 728.83 MicroJy IMAGR2: 2102 Residual map points loaded IMAGR2: Field 5 min Clean flux = -856.607 MicroJy iter= 384 IMAGR2: Field 5 Clean flux density= -166.369 MicroJy 384 comps IMAGR2: Total Cleaned flux density = 944.346 MilliJy 1963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.595E-04 < Second best 1.028E-03 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.27 MicroJy IMAGR2: 2359 Residual map points loaded IMAGR2: Field 4 min Clean flux = -857.177 MicroJy iter= 275 IMAGR2: Field 4 Clean flux density= 5.508 MilliJy 275 comps IMAGR2: Total Cleaned flux density = 944.750 MilliJy 2044 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -923.5 MicroJy,max = 955.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.431E-04 < Second best 8.867E-04 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.131E-04 < Second best 8.763E-04 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.945E-04 < Second best 8.595E-04 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 567.77 MicroJy IMAGR2: 5253 Residual map points loaded IMAGR2: Field 3 min Clean flux = 854.885 MicroJy iter= 216 IMAGR2: Field 3 Clean flux density= 5.870 MilliJy 216 comps IMAGR2: Total Cleaned flux density = 944.832 MilliJy 2053 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -920.1 MicroJy,max = 964.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 540.46 MicroJy IMAGR2: 2625 Residual map points loaded IMAGR2: Field 1 min Clean flux = 849.625 MicroJy iter= 334 IMAGR2: Field 1 Clean flux density= 928.841 MilliJy 334 comps IMAGR2: Total Cleaned flux density = 944.831 MilliJy 2057 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.99 MicroJy IMAGR2: 19996 Residual map points loaded IMAGR2: Field 6 min Clean flux = -852.231 MicroJy iter= 312 IMAGR2: Field 6 Clean flux density= 2.520 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 944.660 MilliJy 2059 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 857.177 less than limit 857.570 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 334 to 122 components IMAGR2: Field 2 compressed from 259 to 195 components IMAGR2: Field 3 compressed from 216 to 171 components IMAGR2: Field 4 compressed from 275 to 209 components IMAGR2: Field 5 compressed from 384 to 293 components IMAGR2: Field 6 compressed from 312 to 226 components IMAGR2: Field 7 compressed from 279 to 217 components IMAGR2: Field 1 min = -910.1 MicroJy,max = 955.5 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 956.3 MicroJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-150.944 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore-345.937 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore -2.910 MilliJy ( 21 CCs) from field 1 to field 4 IMAGR2: Restore-956.563 MicroJy ( 12 CCs) from field 1 to field 5 IMAGR2: Restore 106.127 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 103.249 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore-180.391 MicroJy ( 3 CCs) from field 2 to field 1 IMAGR2: Restore 8.974 MicroJy ( 5 CCs) from field 2 to field 3 IMAGR2: Restore 790.433 MicroJy ( 16 CCs) from field 2 to field 4 IMAGR2: Restore 1.505 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore-111.556 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR2: Restore 409.722 MicroJy ( 19 CCs) from field 3 to field 5 IMAGR2: Restore -6.033 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore-393.644 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore 919.490 MicroJy ( 13 CCs) from field 4 to field 6 IMAGR2: Restore 1.090 MilliJy ( 9 CCs) from field 5 to field 1 IMAGR2: Restore-313.553 MicroJy ( 24 CCs) from field 5 to field 3 IMAGR2: Restore 875.377 MicroJy ( 4 CCs) from field 5 to field 7 IMAGR2: Restore-275.152 MicroJy ( 3 CCs) from field 6 to field 1 IMAGR2: Restore 300.033 MicroJy ( 33 CCs) from field 6 to field 4 IMAGR2: Restore-181.934 MicroJy ( 4 CCs) from field 6 to field 7 IMAGR2: Restore -3.649 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore-720.174 MicroJy ( 22 CCs) from field 7 to field 5 IMAGR2: Restore 572.637 MicroJy ( 9 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 929.467 MilliJy IMAGR2: Field 2 final Clean flux -7.839 MilliJy IMAGR2: Field 3 final Clean flux 5.219 MilliJy IMAGR2: Field 4 final Clean flux 3.688 MilliJy IMAGR2: Field 5 final Clean flux -1.433 MilliJy IMAGR2: Field 6 final Clean flux 4.119 MilliJy IMAGR2: Field 7 final Clean flux 10.066 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 56 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 50.3 Real= 205 IPS 2: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 2: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 2: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 2: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 2: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1742 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 43 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 44 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 45 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 46 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 47 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 48 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 49 disk= 1 AIPS 2: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 2: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 2: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 2: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 2: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 2: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 2: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1819 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 50 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 51 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 52 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 53 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 54 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 55 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 56 disk= 1 AIPS 2: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 2: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 2: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 2: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 2: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 2: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 2: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1429 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23322 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 78.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 5 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 29.2 00002 -1 507 512 513 C 3 1012 1012 16 01 24.71 43 15 08.4 00003 -1 507 512 513 C 4 1012 1012 16 01 56.18 43 15 08.4 00004 -1 507 512 513 C 5 1012 1012 16 01 24.69 43 18 27.0 00005 -1 507 512 513 C 6 1012 1012 16 01 56.20 43 18 27.0 00006 -1 507 512 513 C 7 1012 1012 16 01 40.45 43 20 06.3 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 19656 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 9.403E+04 IMAGR2: UVWAIT: Adding temperance S 1.881E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.080E+07 and out 9.992E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.175 due to weighting IMAGR2: UVWAIT: Average summed weight 9.403E+04 over 39312 vis IMAGR2: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR2: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR2: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR2: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR2: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR2: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR2: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR2: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 1 Beam min = -164.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 839.510 x 656.861 Milliarcsec, PA= -61.1 IMAGR2: Field 2 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 2 Beam min = -164.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 839.272 x 657.039 Milliarcsec, PA= -61.1 IMAGR2: Field 3 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 3 Beam min = -156.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 839.766 x 657.044 Milliarcsec, PA= -61.2 IMAGR2: Field 4 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 4 Beam min = -134.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 839.018 x 656.854 Milliarcsec, PA= -61.0 IMAGR2: Field 5 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 5 Beam min = -156.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 840.005 x 656.866 Milliarcsec, PA= -61.2 IMAGR2: Field 6 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 6 Beam min = -151.1 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 839.255 x 656.677 Milliarcsec, PA= -61.0 IMAGR2: Field 7 Sum of gridding weights = 1.06082E+09 IMAGR2: Field 7 Beam min = -164.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 839.749 x 656.683 Milliarcsec, PA= -61.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.8 MilliJy,max = 20.1 MilliJy IMAGR2: Field 2 min = -2.2 MilliJy,max = 5.3 MilliJy IMAGR2: Field 3 min = -2.2 MilliJy,max = 8.8 MilliJy IMAGR2: Field 4 min = -2.0 MilliJy,max = 6.5 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 7.1 MilliJy IMAGR2: Field 6 min = -2.0 MilliJy,max = 8.0 MilliJy IMAGR2: Field 7 min = -2.1 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.42 MilliJy IMAGR2: 7349 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.421 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 18.766 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 18.766 MilliJy 13 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 10.1 MilliJy IMAGR2: BGC Clean: using 1063 cell beam + residuals > 1.85 MilliJy IMAGR2: 2197 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.788 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 31.536 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 31.536 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -769.3 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.245E-03 < Second best 5.065E-03 IMAGR2: Field 2 min = -848.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.169E-03 < Second best 4.860E-03 IMAGR2: Field 3 min = -865.6 MicroJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.173E-03 < Second best 4.556E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.48 MilliJy IMAGR2: 254 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.276 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 37.514 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 37.514 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -620.6 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.800E-04 < Second best 4.135E-03 IMAGR2: Field 4 min = -548.6 MicroJy,max = 824.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.430E-04 < Second best 3.506E-03 IMAGR2: Field 5 min = -586.3 MicroJy,max = 877.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.541E-04 < Second best 2.166E-03 IMAGR2: Field 1 min = -932.3 MicroJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 569.33 MicroJy IMAGR2: 1834 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.024 MilliJy iter= 68 IMAGR2: Field 1 Clean flux density= 40.423 MilliJy 68 comps IMAGR2: Total Cleaned flux density = 40.423 MilliJy 68 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -525.1 MicroJy,max = 644.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.571E-04 < Second best 1.173E-03 IMAGR2: Field 3 min = -659.6 MicroJy,max = 652.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.849E-04 < Second best 1.169E-03 IMAGR2: Field 2 min = -649.9 MicroJy,max = 618.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.916E-04 < Second best 9.752E-04 IMAGR2: Field 1 min = -983.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 353.27 MicroJy IMAGR2: 7574 Residual map points loaded IMAGR2: Field 1 min Clean flux = 682.228 MicroJy iter= 96 IMAGR2: Field 1 Clean flux density= 41.084 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 41.084 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -525.6 MicroJy,max = 575.7 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 96 to 18 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 0 to 0 components IMAGR2: Field 1 min = -680.9 MicroJy,max = 677.4 MicroJy IMAGR2: Field 2 min = -614.3 MicroJy,max = 555.2 MicroJy IMAGR2: Field 3 min = -524.1 MicroJy,max = 587.1 MicroJy IMAGR2: Field 4 min = -533.5 MicroJy,max = 604.2 MicroJy IMAGR2: Field 5 min = -529.8 MicroJy,max = 606.8 MicroJy IMAGR2: Field 6 min = -525.6 MicroJy,max = 575.7 MicroJy IMAGR2: Field 7 min = -502.3 MicroJy,max = 603.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 41.084 MilliJy IMAGR2: Field 2 final Clean flux 0.000 Jy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 0.000 Jy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 0.000 Jy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 63 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 18.8 Real= 77 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC2: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23326 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23326 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 79.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 5 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 58.3 00002 -1 507 512 513 C 3 1012 1012 15 59 15.31 43 47 37.5 00003 -1 507 512 513 C 4 1012 1012 15 59 47.07 43 47 37.5 00004 -1 507 512 513 C 5 1012 1012 15 59 15.29 43 50 56.1 00005 -1 507 512 513 C 6 1012 1012 15 59 47.09 43 50 56.1 00006 -1 507 512 513 C 7 1012 1012 15 59 31.19 43 52 35.4 00007 -1 507 512 513 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR2: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR2: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR2: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR2: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR2: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR2: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5967 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.621E+04 IMAGR2: UVWAIT: Adding temperance S 7.242E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.128E+07 and out 2.583E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.131 due to weighting IMAGR2: UVWAIT: Average summed weight 3.621E+04 over 11934 vis IMAGR2: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR2: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR2: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR2: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR2: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR2: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR2: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR2: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.74250E+08 IMAGR2: Field 1 Beam min = -123.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 855.900 x 709.106 Milliarcsec, PA= -66.2 IMAGR2: Field 2 Sum of gridding weights = 2.74250E+08 IMAGR2: Field 2 Beam min = -119.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 855.678 x 709.278 Milliarcsec, PA= -66.3 IMAGR2: Field 3 Sum of gridding weights = 2.74249E+08 IMAGR2: Field 3 Beam min = -112.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 856.236 x 709.254 Milliarcsec, PA= -66.3 IMAGR2: Field 4 Sum of gridding weights = 2.74249E+08 IMAGR2: Field 4 Beam min = -96.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 855.344 x 709.130 Milliarcsec, PA= -66.1 IMAGR2: Field 5 Sum of gridding weights = 2.74248E+08 IMAGR2: Field 5 Beam min = -105.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 856.462 x 709.080 Milliarcsec, PA= -66.3 IMAGR2: Field 6 Sum of gridding weights = 2.74249E+08 IMAGR2: Field 6 Beam min = -124.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 855.566 x 708.957 Milliarcsec, PA= -66.1 IMAGR2: Field 7 Sum of gridding weights = 2.74249E+08 IMAGR2: Field 7 Beam min = -110.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 856.126 x 708.932 Milliarcsec, PA= -66.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -8.0 MilliJy,max = 76.2 MilliJy IMAGR2: Field 2 min = -7.4 MilliJy,max = 25.9 MilliJy IMAGR2: Field 3 min = -7.5 MilliJy,max = 41.2 MilliJy IMAGR2: Field 4 min = -7.2 MilliJy,max = 26.7 MilliJy IMAGR2: Field 5 min = -6.6 MilliJy,max = 26.0 MilliJy IMAGR2: Field 6 min = -8.4 MilliJy,max = 39.4 MilliJy IMAGR2: Field 7 min = -8.4 MilliJy,max = 24.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 12.54 MilliJy IMAGR2: 2427 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 41.930 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 39.992 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 39.992 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 38.8 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 9.12 MilliJy IMAGR2: 899 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 19.105 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 74.392 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 74.392 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.6 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.140E-02 < Second best 3.022E-02 IMAGR2: Field 3 min = -3.4 MilliJy,max = 13.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.303E-03 < Second best 2.466E-02 IMAGR2: Field 2 min = -3.6 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.099E-03 < Second best 2.299E-02 IMAGR2: Field 7 min = -3.5 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.971E-03 < Second best 1.896E-02 IMAGR2: Field 4 min = -3.3 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.150E-03 < Second best 1.890E-02 IMAGR2: Field 5 min = -2.9 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.527E-03 < Second best 1.818E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 18.1 MilliJy IMAGR2: BGC Clean: using 2037 cell beam + residuals > 3.71 MilliJy IMAGR2: 4235 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.406 MilliJy iter= 38 IMAGR2: Field 1 Clean flux density= 97.396 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 97.396 MilliJy 38 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.082E-03 < Second best 9.303E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.457E-03 < Second best 8.003E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 8.2 MilliJy IMAGR2: BGC Clean: using 1507 cell beam + residuals > 2.80 MilliJy IMAGR2: 1364 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.096 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 108.352 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 108.352 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.364E-03 < Second best 6.971E-03 IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.810E-03 < Second best 6.527E-03 IMAGR2: Field 5 min = -2.8 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.399E-03 < Second best 6.150E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.761E-03 < Second best 6.082E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.805E-03 < Second best 4.457E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.467E-03 < Second best 3.903E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 1.72 MilliJy IMAGR2: 4596 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.695 MilliJy iter= 100 IMAGR2: Field 1 Clean flux density= 117.738 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 117.738 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.323E-03 < Second best 3.467E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.435E-03 < Second best 3.399E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.306E-03 < Second best 3.364E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.545E-03 < Second best 2.810E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.991E-03 < Second best 2.761E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.345E-03 < Second best 2.574E-03 IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 7579 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.093 MilliJy iter= 192 IMAGR2: Field 1 Clean flux density= 125.141 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 125.141 MilliJy 192 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.592E-03 < Second best 2.435E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.667E-03 < Second best 2.345E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.492E-03 < Second best 2.323E-03 IMAGR2: Field 6 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.574E-03 < Second best 2.306E-03 IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.661E-03 < Second best 2.001E-03 IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.648E-03 < Second best 1.991E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.557E-03 < Second best 1.667E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.37 MicroJy IMAGR2: 2707 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.291 MilliJy iter= 83 IMAGR2: Field 3 Clean flux density= 3.804 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 128.945 MilliJy 275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.225E-03 < Second best 1.648E-03 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.453E-03 < Second best 1.592E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.382E-03 < Second best 1.574E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.295E-03 < Second best 1.557E-03 IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.338E-03 < Second best 1.492E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.297E-03 < Second best 1.453E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 836.72 MicroJy IMAGR2: 4975 Residual map points loaded IMAGR2: Field 1 min Clean flux = -1.236 MilliJy iter= 234 IMAGR2: Field 1 Clean flux density= 122.738 MilliJy 234 comps IMAGR2: Total Cleaned flux density = 126.542 MilliJy 317 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.212E-03 < Second best 1.338E-03 IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 790.30 MicroJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.207 MilliJy iter= 3 IMAGR2: Field 7 Clean flux density= 375.612 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 126.918 MilliJy 320 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.153E-03 < Second best 1.295E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 732.11 MicroJy IMAGR2: 3366 Residual map points loaded IMAGR2: Field 6 min Clean flux = 1.241 MilliJy iter= 1 IMAGR2: Field 6 Clean flux density= 124.110 MicroJy 1 comps IMAGR2: Total Cleaned flux density = 127.042 MilliJy 321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.006E-03 < Second best 1.225E-03 IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.118E-03 < Second best 1.212E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 459 cell beam + residuals > 565.91 MicroJy IMAGR2: 14848 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.177 MilliJy iter= 2 IMAGR2: Field 2 Clean flux density= -8.180 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 127.034 MilliJy 323 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.241 less than limit 1.242 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 234 to 130 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 83 to 64 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 1 to 1 components IMAGR2: Field 7 compressed from 3 to 3 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 558.337 MicroJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 3.151 MilliJy ( 15 CCs) from field 1 to field 3 IMAGR2: Restore 14.288 MicroJy ( 10 CCs) from field 1 to field 4 IMAGR2: Restore 3.413 MilliJy ( 13 CCs) from field 1 to field 5 IMAGR2: Restore 898.726 MicroJy ( 11 CCs) from field 1 to field 6 IMAGR2: Restore-125.924 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore 117.744 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore 1.369 MilliJy ( 15 CCs) from field 3 to field 1 IMAGR2: Restore 960.021 MicroJy ( 16 CCs) from field 3 to field 2 IMAGR2: Restore 1.778 MilliJy ( 13 CCs) from field 3 to field 5 IMAGR2: Restore 120.729 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 123.981 MilliJy IMAGR2: Field 2 final Clean flux 1.510 MilliJy IMAGR2: Field 3 final Clean flux 6.955 MilliJy IMAGR2: Field 4 final Clean flux 132.032 MicroJy IMAGR2: Field 5 final Clean flux 5.192 MilliJy IMAGR2: Field 6 final Clean flux 1.144 MilliJy IMAGR2: Field 7 final Clean flux 375.612 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 29.6 Real= 123 no= 57 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 58 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 59 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 60 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 61 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 62 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 63 disk= 1 AIPS 2: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 2: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 2: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 2: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 2: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 2: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 2: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.114 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 64 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 65 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 66 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 67 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 68 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 69 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 70 disk= 1 AIPS 2: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 2: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 2: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 2: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 2: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 2: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 2: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.207 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 71 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 72 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 73 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 74 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 75 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 76 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 77 disk= 1 AIPS 2: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 2: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 2: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 2: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 2: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC2: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 83.8 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.1 Real= 4 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 35.3 00002 -1 507 512 513 C 3 1012 1012 15 44 51.38 47 50 14.9 00003 -1 507 512 513 C 4 1012 1012 15 45 25.68 47 50 14.9 00004 -1 507 512 513 C 5 1012 1012 15 44 51.36 47 53 34.3 00005 -1 507 512 513 C 6 1012 1012 15 45 25.70 47 53 34.3 00006 -1 507 512 513 C 7 1012 1012 15 45 08.53 47 55 14.1 00007 -1 507 512 513 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR2: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR2: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR2: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR2: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR2: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR2: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 5507 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.240E+04 IMAGR2: UVWAIT: Adding temperance S 6.480E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.872E+07 and out 2.229E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.133 due to weighting IMAGR2: UVWAIT: Average summed weight 3.240E+04 over 10816 vis IMAGR2: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR2: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR2: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR2: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR2: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR2: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR2: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR2: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 1 Beam min = -139.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 929.277 x 714.839 Milliarcsec, PA= -69.2 IMAGR2: Field 2 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 2 Beam min = -137.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 929.035 x 714.995 Milliarcsec, PA= -69.3 IMAGR2: Field 3 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 3 Beam min = -140.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 929.725 x 714.966 Milliarcsec, PA= -69.4 IMAGR2: Field 4 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 4 Beam min = -115.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 928.589 x 714.867 Milliarcsec, PA= -69.2 IMAGR2: Field 5 Sum of gridding weights = 2.36622E+08 IMAGR2: Field 5 Beam min = -140.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 929.970 x 714.808 Milliarcsec, PA= -69.3 IMAGR2: Field 6 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 6 Beam min = -139.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 928.834 x 714.711 Milliarcsec, PA= -69.1 IMAGR2: Field 7 Sum of gridding weights = 2.36623E+08 IMAGR2: Field 7 Beam min = -124.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 929.521 x 714.682 Milliarcsec, PA= -69.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -27.3 MilliJy,max = 310.5 MilliJy IMAGR2: Field 2 min = -25.8 MilliJy,max = 97.1 MilliJy IMAGR2: Field 3 min = -32.5 MilliJy,max = 130.5 MilliJy IMAGR2: Field 4 min = -30.7 MilliJy,max = 103.2 MilliJy IMAGR2: Field 5 min = -32.4 MilliJy,max = 103.1 MilliJy IMAGR2: Field 6 min = -30.5 MilliJy,max = 129.6 MilliJy IMAGR2: Field 7 min = -27.8 MilliJy,max = 97.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 58.19 MilliJy IMAGR2: 969 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 183.326 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 145.471 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 145.471 MilliJy 6 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 165.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 34.36 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min allowed flux = 78.917 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 239.441 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 239.441 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -7.9 MilliJy,max = 31.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.576E-02 < Second best 1.056E-01 IMAGR2: Field 6 min = -7.6 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.582E-02 < Second best 9.307E-02 IMAGR2: Field 7 min = -7.2 MilliJy,max = 24.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.378E-02 < Second best 9.252E-02 IMAGR2: Field 2 min = -6.3 MilliJy,max = 23.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.273E-02 < Second best 7.767E-02 IMAGR2: Field 5 min = -7.7 MilliJy,max = 25.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.885E-02 < Second best 7.507E-02 IMAGR2: Field 1 min = -7.5 MilliJy,max = 72.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.882E-02 < Second best 7.285E-02 IMAGR2: Field 4 min = -7.6 MilliJy,max = 24.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.905E-02 < Second best 6.882E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.56 MilliJy IMAGR2: 1296 Residual map points loaded IMAGR2: Field 1 min allowed flux = 34.602 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 285.594 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 285.594 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -4.5 MilliJy,max = 31.2 MilliJy IMAGR2: BGC Clean: using 1957 cell beam + residuals > 7.84 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.881 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 305.648 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 305.648 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.5 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.622E-03 < Second best 2.576E-02 IMAGR2: Field 3 min = -3.2 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.451E-03 < Second best 2.378E-02 IMAGR2: Field 7 min = -2.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.158E-03 < Second best 2.273E-02 IMAGR2: Field 2 min = -3.1 MilliJy,max = 4.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.230E-03 < Second best 1.905E-02 IMAGR2: Field 4 min = -2.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.976E-03 < Second best 1.885E-02 IMAGR2: Field 5 min = -2.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.488E-03 < Second best 1.416E-02 IMAGR2: Field 1 min = -4.9 MilliJy,max = 13.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.79 MilliJy IMAGR2: 1776 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.732 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 314.519 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 314.519 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.10 MilliJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.076 MilliJy iter= 67 IMAGR2: Field 1 Clean flux density= 313.807 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 313.807 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.578E-03 < Second best 4.622E-03 IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.133E-03 < Second best 4.488E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.547E-03 < Second best 4.451E-03 IMAGR2: Field 3 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.172E-03 < Second best 4.230E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.165E-03 < Second best 3.976E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.915E-03 < Second best 2.931E-03 IMAGR2: Field 1 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.27 MilliJy IMAGR2: 3252 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.863 MilliJy iter= 107 IMAGR2: Field 1 Clean flux density= 314.330 MilliJy 107 comps IMAGR2: Total Cleaned flux density = 314.330 MilliJy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 1.25 MilliJy IMAGR2: 1133 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.606 MilliJy iter= 34 IMAGR2: Field 7 Clean flux density= 5.604 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 319.934 MilliJy 141 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.741E-03 < Second best 2.172E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.775E-03 < Second best 2.165E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.888E-03 < Second best 2.133E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.410E-03 < Second best 1.915E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.780E-03 < Second best 1.888E-03 IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.22 MilliJy IMAGR2: 649 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.465 MilliJy iter= 31 IMAGR2: Field 2 Clean flux density= -1.166 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 318.768 MilliJy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.585E-03 < Second best 1.779E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.09 MilliJy IMAGR2: 1160 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.316 MilliJy iter= 150 IMAGR2: Field 1 Clean flux density= 313.254 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 317.692 MilliJy 215 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.616E-03 < Second best 1.741E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.506E-03 < Second best 1.616E-03 IMAGR2: BGC Clean: using 585 cell beam + residuals > 1.09 MilliJy IMAGR2: 141 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.248 MilliJy iter= 13 IMAGR2: Field 3 Clean flux density= 172.261 MicroJy 13 comps IMAGR2: Total Cleaned flux density = 317.865 MilliJy 228 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.452E-03 < Second best 1.534E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.371E-03 < Second best 1.506E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 913.20 MicroJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 5 min Clean flux = -1.284 MilliJy iter= 12 IMAGR2: Field 5 Clean flux density= 589.798 MicroJy 12 comps IMAGR2: Total Cleaned flux density = 318.454 MilliJy 240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 913.20 MicroJy IMAGR2: 966 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.292 MilliJy iter= 7 IMAGR2: Field 4 Clean flux density= -422.862 MicroJy 7 comps IMAGR2: Total Cleaned flux density = 318.032 MilliJy 247 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.192E-03 < Second best 1.401E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 820.34 MicroJy IMAGR2: 3903 Residual map points loaded IMAGR2: Field 2 min Clean flux = -1.290 MilliJy iter= 36 IMAGR2: Field 2 Clean flux density= -1.283 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 317.914 MilliJy 252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 449 cell beam + residuals > 820.34 MicroJy IMAGR2: 3548 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.280 MilliJy iter= 41 IMAGR2: Field 7 Clean flux density= 6.527 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 318.837 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 150 to 45 components IMAGR2: Field 2 compressed from 36 to 29 components IMAGR2: Field 3 compressed from 13 to 9 components IMAGR2: Field 4 compressed from 7 to 7 components IMAGR2: Field 5 compressed from 12 to 10 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 41 to 29 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 134.258 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore-273.627 MicroJy ( 4 CCs) from field 1 to field 3 IMAGR2: Restore-428.554 MicroJy ( 3 CCs) from field 1 to field 4 IMAGR2: Restore-463.152 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore-428.553 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR2: Restore 331.806 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore-146.469 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR2: Restore-308.106 MicroJy ( 5 CCs) from field 2 to field 3 IMAGR2: Restore-148.578 MicroJy ( 6 CCs) from field 2 to field 4 IMAGR2: Restore -6.677 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR2: Restore-131.429 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR2: Restore 464.514 MicroJy ( 3 CCs) from field 3 to field 5 IMAGR2: Restore-297.530 MicroJy ( 4 CCs) from field 4 to field 1 IMAGR2: Restore-297.530 MicroJy ( 4 CCs) from field 4 to field 2 IMAGR2: Restore-131.988 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR2: Restore-265.277 MicroJy ( 2 CCs) from field 5 to field 1 IMAGR2: Restore 292.411 MicroJy ( 5 CCs) from field 5 to field 7 IMAGR2: Restore 175.831 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR2: Restore 1.537 MilliJy ( 4 CCs) from field 7 to field 5 IMAGR2: Restore 677.573 MicroJy ( 3 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 312.714 MilliJy IMAGR2: Field 2 final Clean flux -1.578 MilliJy IMAGR2: Field 3 final Clean flux -409.473 MicroJy IMAGR2: Field 4 final Clean flux -999.993 MicroJy IMAGR2: Field 5 final Clean flux 2.128 MilliJy IMAGR2: Field 6 final Clean flux 117.032 MicroJy IMAGR2: Field 7 final Clean flux 7.151 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 31.0 Real= 126 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC2: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 90.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 34 33.80 62 45 35.9 00001 -1 1019 1024 1025 C 2 246 246 16 34 33.86 62 45 35.7 00002 -1 100 128 129 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR2: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 84 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 13624 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.960E+04 IMAGR2: UVWAIT: Adding temperance S 5.920E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.697E+07 and out 6.243E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 2.960E+04 over 26734 vis IMAGR2: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR2: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR2: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.62753E+08 IMAGR2: Field 1 Beam min = -76.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 974.292 x 639.445 Milliarcsec, PA= -45.9 IMAGR2: Field 2 Sum of gridding weights = 6.62762E+08 IMAGR2: Field 2 Beam min = -76.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 974.292 x 639.446 Milliarcsec, PA= -45.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -61.2 MilliJy,max = 794.7 MilliJy IMAGR2: Field 2 min = -63.2 MilliJy,max = 786.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 55.52 MilliJy IMAGR2: 13424 Residual map points loaded IMAGR2: Field 1 min allowed flux = 380.107 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 452.613 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 452.613 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -28.3 MilliJy,max = 336.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.198E-01 < Second best 3.614E-01 IMAGR2: Field 1 min = -26.5 MilliJy,max = 342.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 26.55 MilliJy IMAGR2: 8746 Residual map points loaded IMAGR2: Field 1 min allowed flux = 163.624 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 647.448 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 647.448 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.3 MilliJy,max = 149.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.420E-01 < Second best 1.556E-01 IMAGR2: Field 1 min = -11.7 MilliJy,max = 147.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.43 MilliJy IMAGR2: 10617 Residual map points loaded IMAGR2: Field 1 min allowed flux = 69.282 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 740.836 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 740.836 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.4 MilliJy,max = 64.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.150E-02 < Second best 6.587E-02 IMAGR2: Field 1 min = -6.3 MilliJy,max = 62.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.84 MilliJy IMAGR2: 12475 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.321 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 780.704 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 780.704 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.7 MilliJy,max = 28.3 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.52 MilliJy IMAGR2: 172 Residual map points loaded IMAGR2: Field 2 min allowed flux = 12.846 MilliJy iter= 9 IMAGR2: Field 2 Clean flux density= 17.547 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 798.251 MilliJy 43 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.3 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.163E-02 < Second best 1.222E-02 IMAGR2: Field 2 min = -7.6 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.64 MilliJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.605 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 22.231 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 802.935 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 1.56 MilliJy IMAGR2: 2623 Residual map points loaded IMAGR2: Field 1 min allowed flux = -2.700 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 779.304 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 801.535 MilliJy 101 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.19 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.683 MilliJy iter= 76 IMAGR2: Field 2 Clean flux density= 25.292 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 804.596 MilliJy 151 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 13624 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.27 MicroJy IMAGR2: 19166 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.609 MilliJy iter= 207 IMAGR2: Field 1 Clean flux density= 790.349 MilliJy 207 comps IMAGR2: Total Cleaned flux density = 815.641 MilliJy 283 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 974.03 MicroJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.169 MilliJy iter= 136 IMAGR2: Field 2 Clean flux density= 28.328 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 818.676 MilliJy 343 comps IMAGR2: ALGSTB: All 150 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 139- 0 Cells, with 13624 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 879.10 MicroJy IMAGR2: 19637 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.328 MilliJy iter= 428 IMAGR2: Field 1 Clean flux density= 791.383 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 819.710 MilliJy 564 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 804.36 MicroJy IMAGR2: 19447 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.146 MilliJy iter= 718 IMAGR2: Field 1 Clean flux density= 796.182 MilliJy 718 comps IMAGR2: Total Cleaned flux density = 824.509 MilliJy 854 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.028E-03 < Second best 1.099E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 723.19 MicroJy IMAGR2: 19841 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min algorithm flux= -998.368 MicroJy iter= 1100 IMAGR2: Field 1 Clean flux density= 792.019 MilliJy 1100 comps IMAGR2: Total Cleaned flux density = 820.346 MilliJy 1236 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -971.5 MicroJy,max = 983.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 722.91 MicroJy IMAGR2: 79 Residual map points loaded IMAGR2: Field 2 min Clean flux = -819.599 MicroJy iter= 148 IMAGR2: Field 2 Clean flux density= 28.685 MilliJy 148 comps IMAGR2: Total Cleaned flux density = 820.704 MilliJy 1248 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 647.14 MicroJy IMAGR2: 19987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 867.614 MicroJy iter= 1589 IMAGR2: Field 1 Clean flux density= 805.250 MilliJy 1589 comps IMAGR2: Total Cleaned flux density = 833.935 MilliJy 1737 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.53 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = -821.520 MicroJy iter= 1679 IMAGR2: Field 1 Clean flux density= 803.021 MilliJy 1679 comps IMAGR2: Total Cleaned flux density = 831.706 MilliJy 1827 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 821.520 less than limit 821.762 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1679 to 1159 components IMAGR2: Field 2 compressed from 148 to 49 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -813.3 MicroJy,max = 819.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 779.753 MilliJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore 28.685 MilliJy ( 49 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 831.707 MilliJy IMAGR2: Field 2 final Clean flux 808.439 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 84 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 32.6 Real= 134 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1343 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC2: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22235 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22235 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 95.2 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 3 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 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1343 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR2: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 86 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 14170 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.064E+04 IMAGR2: UVWAIT: Adding temperance S 6.128E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.852E+07 and out 6.594E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 3.064E+04 over 27824 vis IMAGR2: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR2: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR2: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.99993E+08 IMAGR2: Field 1 Beam min = -83.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.051 x 0.625 arcsec, PA= -42.6 IMAGR2: Field 2 Sum of gridding weights = 7.00003E+08 IMAGR2: Field 2 Beam min = -83.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.051 x 0.625 arcsec, PA= -42.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -70.2 MilliJy,max = 811.7 MilliJy IMAGR2: Field 2 min = -69.7 MilliJy,max = 814.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 63.50 MilliJy IMAGR2: 1111 Residual map points loaded IMAGR2: Field 2 min allowed flux = 389.512 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 463.812 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 463.812 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -31.4 MilliJy,max = 353.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.364E-01 < Second best 3.705E-01 IMAGR2: Field 2 min = -31.2 MilliJy,max = 350.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 30.37 MilliJy IMAGR2: 924 Residual map points loaded IMAGR2: Field 2 min allowed flux = 160.460 MilliJy iter= 17 IMAGR2: Field 2 Clean flux density= 681.833 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 681.833 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -14.8 MilliJy,max = 149.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.419E-01 < Second best 1.526E-01 IMAGR2: Field 2 min = -15.9 MilliJy,max = 145.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 12.51 MilliJy IMAGR2: 1036 Residual map points loaded IMAGR2: Field 2 min allowed flux = 69.703 MilliJy iter= 26 IMAGR2: Field 2 Clean flux density= 774.875 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 774.875 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.7 MilliJy,max = 65.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.249E-02 < Second best 6.631E-02 IMAGR2: Field 2 min = -10.8 MilliJy,max = 63.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.44 MilliJy IMAGR2: 1367 Residual map points loaded IMAGR2: Field 2 min allowed flux = 30.776 MilliJy iter= 35 IMAGR2: Field 2 Clean flux density= 815.843 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 815.843 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -11.7 MilliJy,max = 29.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.783E-02 < Second best 2.928E-02 IMAGR2: Field 2 min = -12.0 MilliJy,max = 28.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.47 MilliJy IMAGR2: 1465 Residual map points loaded IMAGR2: Field 2 min allowed flux = -14.091 MilliJy iter= 47 IMAGR2: Field 2 Clean flux density= 832.935 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 832.935 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -12.9 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 2.62 MilliJy IMAGR2: 14862 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.295 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 10.201 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 843.136 MilliJy 95 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.60 MilliJy IMAGR2: 654 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.132 MilliJy iter= 118 IMAGR2: Field 2 Clean flux density= 838.960 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 849.161 MilliJy 166 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 14170 Pts IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 145 cell beam + residuals > 1.66 MilliJy IMAGR2: 9826 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.736 MilliJy iter= 189 IMAGR2: Field 1 Clean flux density= 36.297 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 875.256 MilliJy 307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 552 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.911 MilliJy iter= 210 IMAGR2: Field 2 Clean flux density= 842.945 MilliJy 210 comps IMAGR2: Total Cleaned flux density = 879.242 MilliJy 399 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 14170 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: 18311 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.759 MilliJy iter= 436 IMAGR2: Field 1 Clean flux density= 58.339 MilliJy 436 comps IMAGR2: Total Cleaned flux density = 901.284 MilliJy 646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 337 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.318 MilliJy iter= 296 IMAGR2: Field 2 Clean flux density= 844.333 MilliJy 296 comps IMAGR2: Total Cleaned flux density = 902.672 MilliJy 732 comps IMAGR2: ALGSTB: All 149 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 138- 0 Cells, with 14170 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.56 MicroJy IMAGR2: 19059 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.370 MilliJy iter= 782 IMAGR2: Field 1 Clean flux density= 59.948 MilliJy 782 comps IMAGR2: Total Cleaned flux density = 904.280 MilliJy 1078 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 860.18 MicroJy IMAGR2: 18317 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.148 MilliJy iter= 1193 IMAGR2: Field 1 Clean flux density= 70.553 MilliJy 1193 comps IMAGR2: Total Cleaned flux density = 914.885 MilliJy 1489 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.675E-04 < Second best 1.100E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 744.34 MicroJy IMAGR2: 19588 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 971.631 MicroJy iter= 1705 IMAGR2: Field 1 Clean flux density= 68.533 MilliJy 1705 comps IMAGR2: Total Cleaned flux density = 912.865 MilliJy 2001 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.94 MicroJy IMAGR2: 135 Residual map points loaded IMAGR2: Field 2 min Clean flux = 805.526 MicroJy iter= 322 IMAGR2: Field 2 Clean flux density= 844.664 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 913.196 MilliJy 2027 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.07 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -818.322 MicroJy iter= 2328 IMAGR2: Field 1 Clean flux density= 73.108 MilliJy 2328 comps IMAGR2: Total Cleaned flux density = 917.771 MilliJy 2650 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.77 MicroJy IMAGR2: 19994 Residual map points loaded IMAGR2: Field 1 min Clean flux = -800.205 MicroJy iter= 2336 IMAGR2: Field 1 Clean flux density= 73.113 MilliJy 2336 comps IMAGR2: Total Cleaned flux density = 917.776 MilliJy 2658 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 805.526 less than limit 805.774 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2336 to 1656 components IMAGR2: Field 2 compressed from 322 to 107 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -922.9 MicroJy,max = 1.5 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 33.471 MilliJy ( 126 CCs) from field 1 to field 2 IMAGR2: Restore 844.664 MilliJy ( 107 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 917.778 MilliJy IMAGR2: Field 2 final Clean flux 878.135 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 86 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 37.8 Real= 151 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1343 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09255 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC2: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22609 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22609 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC2: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 94.4 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.2 Real= 4 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1343 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09255 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR2: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR2: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 29835 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 6.306E+04 IMAGR2: UVWAIT: Adding temperance S 1.261E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.062E+08 and out 1.738E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 6.306E+04 over 59670 vis IMAGR2: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR2: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR2: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR2: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.84458E+09 IMAGR2: Field 1 Beam min = -131.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 945.252 x 605.926 Milliarcsec, PA= -53.5 IMAGR2: Field 2 Sum of gridding weights = 1.84460E+09 IMAGR2: Field 2 Beam min = -131.9 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 945.263 x 605.928 Milliarcsec, PA= -53.5 IMAGR2: Field 3 Sum of gridding weights = 1.84460E+09 IMAGR2: Field 3 Beam min = -131.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 945.793 x 605.881 Milliarcsec, PA= -53.6 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.6 MilliJy,max = 25.9 MilliJy IMAGR2: Field 2 min = -4.4 MilliJy,max = 25.5 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 1961 cell beam + residuals > 2.23 MilliJy IMAGR2: 11441 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.123 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 17.651 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 17.651 MilliJy 10 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.95 MilliJy IMAGR2: 973 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.882 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 16.762 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 34.412 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 896.49 MicroJy IMAGR2: 5519 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.699 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 27.634 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 44.396 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 780.36 MicroJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.409 MilliJy iter= 45 IMAGR2: Field 2 Clean flux density= 21.782 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 49.416 MilliJy 80 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.372E-03 < Second best 2.199E-03 IMAGR2: Field 3 min = -387.9 MicroJy,max = 702.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.712E-04 < Second best 1.372E-03 IMAGR2: BGC Clean: using 1323 cell beam + residuals > 375.98 MicroJy IMAGR2: 9002 Residual map points loaded IMAGR2: Field 1 min allowed flux = 715.254 MicroJy iter= 79 IMAGR2: Field 1 Clean flux density= 30.384 MilliJy 79 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 52.166 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -748.2 MicroJy,max = 786.7 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 333.19 MicroJy IMAGR2: 1948 Residual map points loaded IMAGR2: Field 2 min Clean flux = 551.345 MicroJy iter= 92 IMAGR2: Field 2 Clean flux density= 22.651 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 53.035 MilliJy 171 comps IMAGR2: ALGSTB: All 136 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 125- 0 Cells, with 29835 Pts IMAGR2: Field 1 min = -631.4 MicroJy,max = 676.8 MicroJy IMAGR2: BGC Clean: using 153 cell beam + residuals > 272.36 MicroJy IMAGR2: 19744 Residual map points loaded IMAGR2: Field 1 min Clean flux = -553.887 MicroJy iter= 111 IMAGR2: Field 1 Clean flux density= 30.641 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 53.292 MilliJy 203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -364.6 MicroJy,max = 504.3 MicroJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 111 to 45 components IMAGR2: Field 2 compressed from 92 to 36 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -532.6 MicroJy,max = 541.3 MicroJy IMAGR2: Field 2 min = -536.9 MicroJy,max = 566.1 MicroJy IMAGR2: Field 3 min = -364.6 MicroJy,max = 504.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 30.181 MilliJy ( 32 CCs) from field 1 to field 2 IMAGR2: Restore 185.913 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore 22.651 MilliJy ( 36 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 53.292 MilliJy IMAGR2: Field 2 final Clean flux 52.832 MilliJy IMAGR2: Field 3 final Clean flux 185.913 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 14.0 Real= 56 bered as CNO 74 AIPS 2: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 2: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.2154 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 78 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 79 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 80 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 81 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 82 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 83 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 84 disk= 1 AIPS 2: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 2: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 2: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.137 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 85 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 86 disk= 1 AIPS 2: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 2: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1343 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 87 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 88 disk= 1 AIPS 2: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 2: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.09255 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 89 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC2: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21965 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21965 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 102.3 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.4 Real= 5 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 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR2: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 91 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 6565 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.703E+04 IMAGR2: UVWAIT: Adding temperance S 5.407E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.233E+07 and out 2.913E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 2.703E+04 over 13078 vis IMAGR2: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR2: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR2: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.09283E+08 IMAGR2: Field 1 Beam min = -85.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.101 x 0.653 arcsec, PA= -15.9 IMAGR2: Field 2 Sum of gridding weights = 3.09288E+08 IMAGR2: Field 2 Beam min = -91.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.101 x 0.653 arcsec, PA= -15.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -44.1 MilliJy,max = 516.9 MilliJy IMAGR2: Field 2 min = -50.0 MilliJy,max = 495.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 70.50 MilliJy IMAGR2: 5321 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 247.230 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 294.390 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 294.390 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -21.6 MilliJy,max = 213.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.034E-01 < Second best 2.351E-01 IMAGR2: Field 1 min = -19.1 MilliJy,max = 222.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 33.72 MilliJy IMAGR2: 3270 Residual map points loaded IMAGR2: Field 1 min allowed flux = 106.425 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 421.115 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 421.115 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.3 MilliJy,max = 92.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.785E-02 < Second best 1.012E-01 IMAGR2: Field 1 min = -8.4 MilliJy,max = 95.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.52 MilliJy IMAGR2: 3379 Residual map points loaded IMAGR2: Field 1 min allowed flux = 45.812 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 475.666 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 475.666 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.1 MilliJy,max = 40.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.813E-02 < Second best 4.357E-02 IMAGR2: Field 1 min = -3.8 MilliJy,max = 41.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.25 MilliJy IMAGR2: 3903 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.721 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 499.148 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 499.148 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.2 MilliJy,max = 17.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.675E-02 < Second best 1.876E-02 IMAGR2: Field 1 min = -2.7 MilliJy,max = 17.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.69 MilliJy IMAGR2: 8246 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.689 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 509.277 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 509.277 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.708E-03 < Second best 8.266E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 1995 cell beam + residuals > 1.62 MilliJy IMAGR2: 16339 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.756 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 514.328 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 514.328 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.68 MilliJy IMAGR2: 27 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.799 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 2.089 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 516.417 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 717 cell beam + residuals > 1.37 MilliJy IMAGR2: 18050 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.208 MilliJy iter= 98 IMAGR2: Field 1 Clean flux density= 517.532 MilliJy 98 comps IMAGR2: Total Cleaned flux density = 519.621 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 719 cell beam + residuals > 1.29 MilliJy IMAGR2: 18151 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.959 MilliJy iter= 168 IMAGR2: Field 1 Clean flux density= 516.657 MilliJy 168 comps IMAGR2: Total Cleaned flux density = 518.746 MilliJy 176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min = -2.4 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 719 cell beam + residuals > 1.29 MilliJy IMAGR2: 11170 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.781 MilliJy iter= 247 IMAGR2: Field 1 Clean flux density= 520.193 MilliJy 247 comps IMAGR2: Total Cleaned flux density = 522.281 MilliJy 255 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.107E-03 < Second best 1.706E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 19997 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.649 MilliJy iter= 396 IMAGR2: Field 1 Clean flux density= 516.871 MilliJy 396 comps IMAGR2: Total Cleaned flux density = 518.960 MilliJy 404 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.444 MilliJy iter= 603 IMAGR2: Field 1 Clean flux density= 535.840 MilliJy 603 comps IMAGR2: Total Cleaned flux density = 537.929 MilliJy 611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 897.20 MicroJy IMAGR2: 19971 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.294 MilliJy iter= 925 IMAGR2: Field 1 Clean flux density= 493.006 MilliJy 925 comps IMAGR2: Total Cleaned flux density = 495.095 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 947.69 MicroJy IMAGR2: 8162 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.452 MilliJy iter= 955 IMAGR2: Field 1 Clean flux density= 498.154 MilliJy 955 comps IMAGR2: Total Cleaned flux density = 500.243 MilliJy 963 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.96 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.184 MilliJy iter= 1042 IMAGR2: Field 1 Clean flux density= 507.953 MilliJy 1042 comps IMAGR2: Total Cleaned flux density = 510.042 MilliJy 1050 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.184 less than limit 1.184 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1042 to 694 components IMAGR2: Field 2 compressed from 8 to 2 components IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -800.7 MicroJy,max = 825.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 515.817 MilliJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 2.089 MilliJy ( 2 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 510.042 MilliJy IMAGR2: Field 2 final Clean flux 517.906 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 91 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 28.0 Real= 113 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC2: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22054 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22054 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC2: Add NVSS: wrote 1 fields to BOXFILE SETFC2: The Sun is 93.7 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 2 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.5 Real= 6 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 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR2: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 IMAGR2: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7670 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.124E+04 IMAGR2: UVWAIT: Adding temperance S 6.248E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.671E+07 and out 3.527E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 3.124E+04 over 15132 vis IMAGR2: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR2: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR2: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.74462E+08 IMAGR2: Field 1 Beam min = -91.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 941.843 x 651.771 Milliarcsec, PA= 7.8 IMAGR2: Field 2 Sum of gridding weights = 3.74466E+08 IMAGR2: Field 2 Beam min = -100.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 941.836 x 651.776 Milliarcsec, PA= 7.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -40.3 MilliJy,max = 433.0 MilliJy IMAGR2: Field 2 min = -46.6 MilliJy,max = 419.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 52.05 MilliJy IMAGR2: 7774 Residual map points loaded IMAGR2: Field 1 min allowed flux = 207.089 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 246.592 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 246.592 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -19.9 MilliJy,max = 182.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.738E-01 < Second best 1.969E-01 IMAGR2: Field 1 min = -17.7 MilliJy,max = 186.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 24.90 MilliJy IMAGR2: 5093 Residual map points loaded IMAGR2: Field 1 min allowed flux = 89.145 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 352.742 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 352.742 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -9.0 MilliJy,max = 80.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.700E-02 < Second best 8.477E-02 IMAGR2: Field 1 min = -8.2 MilliJy,max = 81.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.72 MilliJy IMAGR2: 6140 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.153 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 403.674 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 403.674 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.6 MilliJy,max = 34.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.258E-02 < Second best 3.533E-02 IMAGR2: Field 1 min = -4.6 MilliJy,max = 33.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 4.47 MilliJy IMAGR2: 7301 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.269 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 424.742 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 424.742 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 14.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.12 MilliJy IMAGR2: 67 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.111 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 8.467 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 433.210 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 6.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.947E-03 < Second best 6.768E-03 IMAGR2: Field 2 min = -3.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.84 MilliJy IMAGR2: 195 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.126 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 10.360 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 435.103 MilliJy 55 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 1587 cell beam + residuals > 1.62 MilliJy IMAGR2: 5491 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.456 MilliJy iter= 72 IMAGR2: Field 1 Clean flux density= 431.580 MilliJy 72 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 441.940 MilliJy 93 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 94 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.700 MilliJy iter= 50 IMAGR2: Field 2 Clean flux density= 10.306 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 441.886 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 19810 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.000 MilliJy iter= 184 IMAGR2: Field 1 Clean flux density= 429.964 MilliJy 184 comps IMAGR2: Total Cleaned flux density = 440.270 MilliJy 234 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 19644 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.620 MilliJy iter= 344 IMAGR2: Field 1 Clean flux density= 437.916 MilliJy 344 comps IMAGR2: Total Cleaned flux density = 448.222 MilliJy 394 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.440E-03 < Second best 1.551E-03 IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 916.57 MicroJy IMAGR2: 19947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.345 MilliJy iter= 571 IMAGR2: Field 1 Clean flux density= 419.243 MilliJy 571 comps IMAGR2: Total Cleaned flux density = 429.549 MilliJy 621 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -983.8 MicroJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 916.47 MicroJy IMAGR2: 22 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.060 MilliJy iter= 60 IMAGR2: Field 2 Clean flux density= 11.636 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 430.879 MilliJy 631 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 768.11 MicroJy IMAGR2: 19977 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.095 MilliJy iter= 873 IMAGR2: Field 1 Clean flux density= 446.219 MilliJy 873 comps IMAGR2: Total Cleaned flux density = 457.855 MilliJy 933 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.095 less than limit 1.095 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 873 to 619 components IMAGR2: Field 2 compressed from 60 to 15 components IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -1.4 MilliJy,max = 824.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 423.495 MilliJy ( 4 CCs) from field 1 to field 2 IMAGR2: Restore 11.636 MilliJy ( 15 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 457.855 MilliJy IMAGR2: Field 2 final Clean flux 435.131 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 93 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.4 Real= 90 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC2: SETCEL: recommends IMSIZE 1452 CELLSIZE 0.22042 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22042 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC2: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC2: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC2: Searching catalog between 0.00 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: Field RA Dec Flux Beam Sep SETFC2: 2 18:15:36.85 61:27:11.6 0.849 1.000 0.000 SETFC2: 3 18:15:33.31 61:29:23.6 0.083 0.609 0.037 SETFC2: Add NVSS: wrote 2 fields to BOXFILE SETFC2: The Sun is 84.6 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 3 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.3 Real= 5 C 1 2036 2036 18 15 36.79 61 27 11.6 00001 -1 1019 1024 1025 C 2 246 246 18 15 36.85 61 27 11.6 00002 -1 100 128 129 C 3 246 246 18 15 33.31 61 29 23.6 00003 -1 100 128 129 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 2036 2036 -1.4336E-02 -4.1000E-02 0 IMAGR2: Field 2 246 246 4.1575E-01 -4.1000E-02 0 IMAGR2: Field 3 246 246 -2.4959E+01 1.3196E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR2: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7371 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.014E+04 IMAGR2: UVWAIT: Adding temperance S 6.028E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.635E+07 and out 3.376E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 3.014E+04 over 14534 vis IMAGR2: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR2: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR2: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR2: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 101 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.58367E+08 IMAGR2: Field 1 Beam min = -90.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 868.105 x 653.998 Milliarcsec, PA= -24.4 IMAGR2: Field 2 Sum of gridding weights = 3.58371E+08 IMAGR2: Field 2 Beam min = -94.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 868.108 x 653.994 Milliarcsec, PA= -24.4 IMAGR2: Field 3 Sum of gridding weights = 3.58372E+08 IMAGR2: Field 3 Beam min = -96.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 868.426 x 653.987 Milliarcsec, PA= -24.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -27.8 MilliJy,max = 269.5 MilliJy IMAGR2: Field 2 min = -35.2 MilliJy,max = 267.7 MilliJy IMAGR2: Field 3 min = -22.6 MilliJy,max = 44.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 41.42 MilliJy IMAGR2: 3494 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 145.919 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 141.077 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 141.077 MilliJy 7 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.8 MilliJy,max = 132.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.257E-01 < Second best 1.388E-01 IMAGR2: Field 1 min = -16.5 MilliJy,max = 132.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 22.42 MilliJy IMAGR2: 3496 Residual map points loaded IMAGR2: Field 1 min allowed flux = 65.024 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 226.346 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 226.346 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.7 MilliJy,max = 59.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.668E-02 < Second best 6.185E-02 IMAGR2: Field 1 min = -13.7 MilliJy,max = 59.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 9.99 MilliJy IMAGR2: 10891 Residual map points loaded IMAGR2: Field 1 min allowed flux = 29.258 MilliJy iter= 28 IMAGR2: Field 1 Clean flux density= 275.465 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 275.465 MilliJy 28 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -13.3 MilliJy,max = 27.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.644E-02 < Second best 4.248E-02 IMAGR2: Field 3 min = -8.0 MilliJy,max = 29.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 9.13 MilliJy IMAGR2: 80 Residual map points loaded IMAGR2: Field 3 min allowed flux = 13.795 MilliJy iter= 9 IMAGR2: Field 3 Clean flux density= 18.256 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 293.721 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.6 MilliJy,max = 26.5 MilliJy IMAGR2: BGC Clean: using 1717 cell beam + residuals > 6.30 MilliJy IMAGR2: 17601 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.151 MilliJy iter= 54 IMAGR2: Field 1 Clean flux density= 317.880 MilliJy 54 comps IMAGR2: Total Cleaned flux density = 336.136 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -12.3 MilliJy,max = 13.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 7.30 MilliJy IMAGR2: 321 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -9.827 MilliJy iter= 26 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Clean flux density= 4.745 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 340.881 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.3 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.98 MilliJy IMAGR2: 13 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 7.198 MilliJy iter= 17 IMAGR2: Field 3 Clean flux density= 25.895 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 348.520 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.8 MilliJy,max = 11.8 MilliJy IMAGR2: BGC Clean: using 607 cell beam + residuals > 4.87 MilliJy IMAGR2: 12748 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.944 MilliJy iter= 137 IMAGR2: Field 1 Clean flux density= 373.762 MilliJy 137 comps IMAGR2: Total Cleaned flux density = 404.402 MilliJy 180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.1 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.73 MilliJy IMAGR2: 273 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.527 MilliJy iter= 59 IMAGR2: Field 2 Clean flux density= -2.546 MilliJy 59 comps IMAGR2: Total Cleaned flux density = 397.112 MilliJy 213 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 6.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.483E-03 < Second best 6.869E-03 IMAGR2: Field 3 min = -4.5 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.012E-03 < Second best 6.483E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.16 MilliJy IMAGR2: 18169 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.254 MilliJy iter= 329 IMAGR2: Field 1 Clean flux density= 393.478 MilliJy 329 comps IMAGR2: Total Cleaned flux density = 416.828 MilliJy 405 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.787E-03 < Second best 5.294E-03 IMAGR2: Field 2 min = -4.1 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.862E-03 < Second best 5.021E-03 IMAGR2: Field 1 min = -4.3 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 2.14 MilliJy IMAGR2: 13333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.887 MilliJy iter= 493 IMAGR2: Field 1 Clean flux density= 393.848 MilliJy 493 comps IMAGR2: Total Cleaned flux density = 417.198 MilliJy 569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.526E-03 < Second best 3.787E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.364E-03 < Second best 2.761E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 18987 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.227 MilliJy iter= 766 IMAGR2: Field 1 Clean flux density= 394.211 MilliJy 766 comps IMAGR2: Total Cleaned flux density = 417.560 MilliJy 842 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.708E-03 < Second best 2.364E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.820E-03 < Second best 2.134E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 19363 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.577 MilliJy iter= 1098 IMAGR2: Field 1 Clean flux density= 404.840 MilliJy 1098 comps IMAGR2: Total Cleaned flux density = 428.190 MilliJy 1174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.227E-03 < Second best 1.708E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.250E-03 < Second best 1.512E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 883.08 MicroJy IMAGR2: 19419 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.164 MilliJy iter= 1518 IMAGR2: Field 1 Clean flux density= 393.608 MilliJy 1518 comps IMAGR2: Total Cleaned flux density = 416.958 MilliJy 1594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.687E-04 < Second best 1.227E-03 IMAGR2: Field 3 min = -919.8 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.710E-04 < Second best 1.116E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1518 to 1174 components IMAGR2: Field 2 compressed from 59 to 35 components IMAGR2: Field 3 compressed from 17 to 4 components IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 3 min = -919.8 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 302.431 MilliJy ( 137 CCs) from field 1 to field 2 IMAGR2: Restore 18.250 MilliJy ( 31 CCs) from field 1 to field 3 IMAGR2: Restore -2.546 MilliJy ( 35 CCs) from field 2 to field 1 IMAGR2: Restore 25.895 MilliJy ( 4 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 416.958 MilliJy IMAGR2: Field 2 final Clean flux 299.885 MilliJy IMAGR2: Field 3 final Clean flux 44.145 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 95 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.7 Real= 123 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1857 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC2: SETCEL: recommends IMSIZE 1378 CELLSIZE 0.23221 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23221 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC2: Searching catalog between 0.05 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 96.0 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.8 Real= 9 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.7 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.14 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.16 49 51 47.1 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 26.0 00007 -1 507 512 513 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1857 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR2: Field 2 1012 1012 1.8382E-02 -1.9764E+02 0 IMAGR2: Field 3 1012 1012 -1.7113E+02 -9.8940E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8940E+01 0 IMAGR2: Field 5 1012 1012 -1.7132E+02 9.8760E+01 0 IMAGR2: Field 6 1012 1012 1.7126E+02 9.8760E+01 0 IMAGR2: Field 7 1012 1012 1.8382E-02 1.9766E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 98 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 7413 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.321E+04 IMAGR2: UVWAIT: Adding temperance S 8.643E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.393E+07 and out 3.017E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.165 due to weighting IMAGR2: UVWAIT: Average summed weight 4.322E+04 over 14670 vis IMAGR2: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 99 IMAGR2: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 100 IMAGR2: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 101 IMAGR2: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 102 IMAGR2: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 103 IMAGR2: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 104 IMAGR2: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 105 IMAGR2: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 112 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 3.20302E+08 IMAGR2: Field 1 Beam min = -159.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.161 x 0.708 arcsec, PA= 88.0 IMAGR2: Field 2 Sum of gridding weights = 3.20301E+08 IMAGR2: Field 2 Beam min = -159.1 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.161 x 0.708 arcsec, PA= 88.0 IMAGR2: Field 3 Sum of gridding weights = 3.20300E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 Beam min = -107.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.160 x 0.708 arcsec, PA= 87.9 IMAGR2: Field 4 Sum of gridding weights = 3.20301E+08 IMAGR2: Field 4 Beam min = -122.7 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.163 x 0.708 arcsec, PA= 88.1 IMAGR2: Field 5 Sum of gridding weights = 3.20301E+08 IMAGR2: Field 5 Beam min = -107.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.160 x 0.708 arcsec, PA= 87.8 IMAGR2: Field 6 Sum of gridding weights = 3.20301E+08 IMAGR2: Field 6 Beam min = -113.4 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.163 x 0.708 arcsec, PA= 88.0 IMAGR2: Field 7 Sum of gridding weights = 3.20301E+08 IMAGR2: Field 7 Beam min = -159.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.161 x 0.708 arcsec, PA= 87.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -97.7 MilliJy,max = 892.1 MilliJy IMAGR2: Field 2 min = -71.1 MilliJy,max = 232.9 MilliJy IMAGR2: Field 3 min = -90.5 MilliJy,max = 313.0 MilliJy IMAGR2: Field 4 min = -86.7 MilliJy,max = 330.6 MilliJy IMAGR2: Field 5 min = -85.5 MilliJy,max = 314.1 MilliJy IMAGR2: Field 6 min = -89.4 MilliJy,max = 308.9 MilliJy IMAGR2: Field 7 min = -74.5 MilliJy,max = 240.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 207.61 MilliJy IMAGR2: 354 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 585.339 MilliJy iter= 5 IMAGR2: Field 1 Clean flux density= 365.344 MilliJy 5 comps IMAGR2: Total Cleaned flux density = 365.344 MilliJy 5 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -58.3 MilliJy,max = 526.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 136.21 MilliJy IMAGR2: 219 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 258.876 MilliJy iter= 13 IMAGR2: Field 1 Clean flux density= 666.070 MilliJy 13 comps IMAGR2: Total Cleaned flux density = 666.070 MilliJy 13 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -24.6 MilliJy,max = 96.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.600E-02 < Second best 2.787E-01 IMAGR2: Field 5 min = -22.7 MilliJy,max = 82.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.262E-02 < Second best 2.462E-01 IMAGR2: Field 1 min = -30.2 MilliJy,max = 233.0 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 85.32 MilliJy IMAGR2: 36 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 113.310 MilliJy iter= 22 IMAGR2: Field 1 Clean flux density= 816.433 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 816.433 MilliJy 22 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -14.6 MilliJy,max = 32.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.100E-02 < Second best 2.221E-01 IMAGR2: Field 2 min = -14.2 MilliJy,max = 30.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.882E-02 < Second best 2.089E-01 IMAGR2: Field 6 min = -16.2 MilliJy,max = 47.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.973E-02 < Second best 1.957E-01 IMAGR2: Field 3 min = -13.7 MilliJy,max = 35.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.207E-02 < Second best 1.078E-01 IMAGR2: Field 1 min = -19.9 MilliJy,max = 104.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 26.37 MilliJy IMAGR2: 400 Residual map points loaded IMAGR2: Field 1 min allowed flux = 51.514 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 883.916 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 883.916 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -13.4 MilliJy,max = 25.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.539E-02 < Second best 7.262E-02 IMAGR2: Field 5 min = -9.4 MilliJy,max = 16.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.311E-02 < Second best 4.901E-02 IMAGR2: Field 1 min = -19.7 MilliJy,max = 46.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 11.99 MilliJy IMAGR2: 882 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.842 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 914.382 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 914.382 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -11.1 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.203E-02 < Second best 2.973E-02 IMAGR2: Field 6 min = -13.1 MilliJy,max = 14.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.090E-02 < Second best 2.882E-02 IMAGR2: Field 2 min = -11.6 MilliJy,max = 12.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.155E-02 < Second best 2.207E-02 IMAGR2: Field 3 min = -8.3 MilliJy,max = 9.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.143E-03 < Second best 2.079E-02 IMAGR2: Field 1 min = -22.2 MilliJy,max = 20.2 MilliJy IMAGR2: BGC Clean: using 767 cell beam + residuals > 7.20 MilliJy IMAGR2: 1999 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 11.116 MilliJy iter= 67 IMAGR2: Field 1 Clean flux density= 909.212 MilliJy 67 comps IMAGR2: Total Cleaned flux density = 909.212 MilliJy 67 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.2 MilliJy,max = 10.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.776E-03 < Second best 1.311E-02 IMAGR2: Field 5 min = -8.5 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.568E-03 < Second best 1.203E-02 IMAGR2: Field 7 min = -9.2 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.620E-03 < Second best 1.155E-02 IMAGR2: Field 2 min = -9.5 MilliJy,max = 9.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.041E-03 < Second best 1.090E-02 IMAGR2: Field 6 min = -9.3 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.390E-03 < Second best 1.059E-02 IMAGR2: Field 1 min = -10.7 MilliJy,max = 11.1 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 4.60 MilliJy IMAGR2: 5314 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.779 MilliJy iter= 132 IMAGR2: Field 1 Clean flux density= 922.623 MilliJy 132 comps IMAGR2: Total Cleaned flux density = 922.623 MilliJy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -7.2 MilliJy,max = 8.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.670E-03 < Second best 9.041E-03 IMAGR2: Field 2 min = -7.4 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.185E-03 < Second best 8.776E-03 IMAGR2: Field 4 min = -7.1 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.815E-03 < Second best 8.390E-03 IMAGR2: Field 6 min = -7.4 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.070E-03 < Second best 7.670E-03 IMAGR2: BGC Clean: using 211 cell beam + residuals > 4.30 MilliJy IMAGR2: 1215 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 5.653 MilliJy iter= 48 IMAGR2: Field 7 Clean flux density= 14.098 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 936.721 MilliJy 180 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.1 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.80 MilliJy IMAGR2: 2759 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.375 MilliJy iter= 219 IMAGR2: Field 1 Clean flux density= 878.543 MilliJy 219 comps IMAGR2: Total Cleaned flux density = 892.641 MilliJy 267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.450E-03 < Second best 7.143E-03 IMAGR2: Field 3 min = -5.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.394E-03 < Second best 7.070E-03 IMAGR2: Field 6 min = -5.9 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 167 cell beam + residuals > 3.64 MilliJy IMAGR2: 2204 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.782 MilliJy iter= 93 IMAGR2: Field 6 Clean flux density= 43.026 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 935.667 MilliJy 360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.8 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.491E-03 < Second best 6.568E-03 IMAGR2: Field 5 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.189E-03 < Second best 6.450E-03 IMAGR2: Field 2 min = -6.6 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 211 cell beam + residuals > 3.55 MilliJy IMAGR2: 1227 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.400 MilliJy iter= 92 IMAGR2: Field 2 Clean flux density= 2.364 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 938.032 MilliJy 452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.664E-03 < Second best 5.403E-03 IMAGR2: Field 7 min = -4.8 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.616E-03 < Second best 5.394E-03 IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.612E-03 < Second best 5.189E-03 IMAGR2: Field 5 min = -4.5 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.754E-03 < Second best 5.131E-03 IMAGR2: Field 1 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.03 MilliJy IMAGR2: 1400 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.643 MilliJy iter= 317 IMAGR2: Field 1 Clean flux density= 887.394 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 946.882 MilliJy 550 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.6 MilliJy,max = 4.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.411E-03 < Second best 4.664E-03 IMAGR2: Field 4 min = -4.7 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 165 cell beam + residuals > 3.03 MilliJy IMAGR2: 911 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.521 MilliJy iter= 93 IMAGR2: Field 4 Clean flux density= -12.482 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 934.400 MilliJy 643 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.3 MilliJy,max = 4.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.862E-03 < Second best 4.612E-03 IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.318E-03 < Second best 4.571E-03 IMAGR2: Field 6 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.696E-03 < Second best 4.411E-03 IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR2: 2189 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 3.351 MilliJy iter= 161 IMAGR2: Field 5 Clean flux density= 3.814 MilliJy 161 comps IMAGR2: Total Cleaned flux density = 938.215 MilliJy 804 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.9 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.860E-03 < Second best 4.208E-03 IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.49 MilliJy IMAGR2: 1322 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 2.940 MilliJy iter= 239 IMAGR2: Field 2 Clean flux density= 6.028 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 941.879 MilliJy 951 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 7 min = -3.6 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.281E-03 < Second best 3.860E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.420E-03 < Second best 3.696E-03 IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.45 MilliJy IMAGR2: 575 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.721 MilliJy iter= 194 IMAGR2: Field 6 Clean flux density= 33.720 MilliJy 194 comps IMAGR2: Total Cleaned flux density = 932.573 MilliJy 1052 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.028E-03 < Second best 3.420E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 857 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.646 MilliJy iter= 141 IMAGR2: Field 3 Clean flux density= -6.864 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 925.710 MilliJy 1193 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.060E-03 < Second best 3.281E-03 IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 740 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.453 MilliJy iter= 199 IMAGR2: Field 7 Clean flux density= 29.789 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 941.402 MilliJy 1344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.656E-03 < Second best 3.060E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.817E-03 < Second best 3.028E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR2: 369 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.135 MilliJy iter= 406 IMAGR2: Field 1 Clean flux density= 884.342 MilliJy 406 comps IMAGR2: Total Cleaned flux density = 938.350 MilliJy 1433 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.98 MilliJy IMAGR2: 640 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.167 MilliJy iter= 229 IMAGR2: Field 4 Clean flux density= -5.823 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 945.009 MilliJy 1569 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.316E-03 < Second best 2.656E-03 IMAGR2: Field 5 min = -3.1 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.400E-03 < Second best 2.605E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.132E-03 < Second best 2.532E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 1301 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.856 MilliJy iter= 332 IMAGR2: Field 3 Clean flux density= -5.485 MilliJy 332 comps IMAGR2: Total Cleaned flux density = 946.387 MilliJy 1760 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.773 MilliJy iter= 309 IMAGR2: Field 5 Clean flux density= -7.686 MilliJy 309 comps IMAGR2: Total Cleaned flux density = 934.886 MilliJy 1908 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.987E-03 < Second best 2.316E-03 IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 1594 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.709 MilliJy iter= 484 IMAGR2: Field 2 Clean flux density= 16.760 MilliJy 484 comps IMAGR2: Total Cleaned flux density = 945.618 MilliJy 2153 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 991 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.656 MilliJy iter= 404 IMAGR2: Field 6 Clean flux density= 40.482 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 952.380 MilliJy 2363 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.812E-03 < Second best 2.042E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.650E-03 < Second best 1.987E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 745 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.474 MilliJy iter= 374 IMAGR2: Field 7 Clean flux density= 28.008 MilliJy 374 comps IMAGR2: Total Cleaned flux density = 950.598 MilliJy 2538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 614 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.443 MilliJy iter= 379 IMAGR2: Field 4 Clean flux density= -2.694 MilliJy 379 comps IMAGR2: Total Cleaned flux density = 953.727 MilliJy 2688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 326 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.352 MilliJy iter= 443 IMAGR2: Field 3 Clean flux density= -10.588 MilliJy 443 comps IMAGR2: Total Cleaned flux density = 948.625 MilliJy 2799 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 659 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.325 MilliJy iter= 487 IMAGR2: Field 5 Clean flux density= 485.938 MicroJy 487 comps IMAGR2: Total Cleaned flux density = 956.797 MilliJy 2977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.510E-03 < Second best 1.638E-03 IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.238 MilliJy iter= 652 IMAGR2: Field 2 Clean flux density= 8.533 MilliJy 652 comps IMAGR2: Total Cleaned flux density = 948.570 MilliJy 3145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 790 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.166 MilliJy iter= 612 IMAGR2: Field 6 Clean flux density= 42.218 MilliJy 612 comps IMAGR2: Total Cleaned flux density = 950.306 MilliJy 3353 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.255E-03 < Second best 1.411E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.05 MilliJy IMAGR2: 598 Residual map points loaded IMAGR2: Field 7 min Clean flux = 1.114 MilliJy iter= 521 IMAGR2: Field 7 Clean flux density= 26.903 MilliJy 521 comps IMAGR2: Total Cleaned flux density = 949.201 MilliJy 3500 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 992.32 MicroJy IMAGR2: 1772 Residual map points loaded IMAGR2: Field 4 min Clean flux = -1.114 MilliJy iter= 606 IMAGR2: Field 4 Clean flux density= 87.894 MicroJy 606 comps IMAGR2: Total Cleaned flux density = 951.984 MilliJy 3727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 948.62 MicroJy IMAGR2: 1087 Residual map points loaded IMAGR2: Field 3 min Clean flux = -1.114 MilliJy iter= 511 IMAGR2: Field 3 Clean flux density= -11.774 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 950.797 MilliJy 3795 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 889.19 MicroJy IMAGR2: 3297 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.113 MilliJy iter= 573 IMAGR2: Field 5 Clean flux density= 2.323 MilliJy 573 comps IMAGR2: Total Cleaned flux density = 952.634 MilliJy 3881 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 861.56 MicroJy IMAGR2: 567 Residual map points loaded IMAGR2: Field 1 min Clean flux = 1.103 MilliJy iter= 412 IMAGR2: Field 1 Clean flux density= 884.579 MilliJy 412 comps IMAGR2: Total Cleaned flux density = 952.871 MilliJy 3887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 776.97 MicroJy IMAGR2: 3921 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.108 MilliJy iter= 658 IMAGR2: Field 2 Clean flux density= 8.749 MilliJy 658 comps IMAGR2: Total Cleaned flux density = 953.087 MilliJy 3893 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 412 to 246 components IMAGR2: Field 2 compressed from 658 to 474 components IMAGR2: Field 3 compressed from 511 to 368 components IMAGR2: Field 4 compressed from 606 to 446 components IMAGR2: Field 5 compressed from 573 to 430 components IMAGR2: Field 6 compressed from 612 to 462 components IMAGR2: Field 7 compressed from 521 to 399 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 110.291 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore -23.558 MilliJy ( 58 CCs) from field 1 to field 3 IMAGR2: Restore-754.863 MicroJy ( 77 CCs) from field 1 to field 4 IMAGR2: Restore -21.386 MilliJy ( 47 CCs) from field 1 to field 5 IMAGR2: Restore 940.864 MicroJy ( 64 CCs) from field 1 to field 6 IMAGR2: Restore 356.701 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore 609.341 MicroJy ( 15 CCs) from field 2 to field 1 IMAGR2: Restore-554.703 MicroJy ( 21 CCs) from field 2 to field 3 IMAGR2: Restore 5.580 MilliJy ( 118 CCs) from field 2 to field 4 IMAGR2: Restore -2.485 MilliJy ( 20 CCs) from field 3 to field 1 IMAGR2: Restore-685.609 MicroJy ( 12 CCs) from field 3 to field 2 IMAGR2: Restore -1.303 MilliJy ( 46 CCs) from field 3 to field 5 IMAGR2: Restore-285.188 MicroJy ( 19 CCs) from field 4 to field 1 IMAGR2: Restore 118.752 MicroJy ( 56 CCs) from field 4 to field 2 IMAGR2: Restore -1.951 MilliJy ( 30 CCs) from field 4 to field 6 IMAGR2: Restore -2.344 MilliJy ( 22 CCs) from field 5 to field 1 IMAGR2: Restore -16.841 MicroJy ( 31 CCs) from field 5 to field 3 IMAGR2: Restore -1.157 MilliJy ( 28 CCs) from field 5 to field 7 IMAGR2: Restore 10.514 MilliJy ( 60 CCs) from field 6 to field 1 IMAGR2: Restore 14.806 MilliJy ( 45 CCs) from field 6 to field 4 IMAGR2: Restore 4.963 MilliJy ( 48 CCs) from field 6 to field 7 IMAGR2: Restore 458.404 MicroJy ( 10 CCs) from field 7 to field 1 IMAGR2: Restore-246.679 MicroJy ( 48 CCs) from field 7 to field 5 IMAGR2: Restore 10.192 MilliJy ( 39 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 891.046 MilliJy IMAGR2: Field 2 final Clean flux 8.292 MilliJy IMAGR2: Field 3 final Clean flux -35.904 MilliJy IMAGR2: Field 4 final Clean flux 19.719 MilliJy IMAGR2: Field 5 final Clean flux -20.613 MilliJy IMAGR2: Field 6 final Clean flux 51.400 MilliJy IMAGR2: Field 7 final Clean flux 31.065 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 98 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 62.4 Real= 270 type HI AIPS 2: Destroyed MA image file: catno= 90 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 91 disk= 1 AIPS 2: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 2: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1973 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 92 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 93 disk= 1 AIPS 2: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 2: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1825 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 94 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 95 disk= 1 AIPS 2: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 2: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1862 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 96 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 97 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 98 disk= 1 AIPS 2: Disk 1 in-CNO 99 renumbered as CNO 95 AIPS 2: Disk 1 in-CNO 100 renumbered as CNO 96 AIPS 2: Disk 1 in-CNO 101 renumbered as CNO 97 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1857 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 99 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 100 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 101 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 102 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 103 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1277 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC2: SETCEL: recommends IMSIZE 1349 CELLSIZE 0.23733 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23733 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 67.5 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 7 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 27.9 00002 -1 507 512 513 C 3 1012 1012 23 20 33.14 05 12 08.9 00003 -1 507 512 513 C 4 1012 1012 23 20 56.57 05 12 08.9 00004 -1 507 512 513 C 5 1012 1012 23 20 33.14 05 15 31.0 00005 -1 507 512 513 C 6 1012 1012 23 20 56.57 05 15 31.0 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 12.0 00007 -1 507 512 513 HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1277 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR2: Field 2 1012 1012 5.0788E-02 -2.0205E+02 0 IMAGR2: Field 3 1012 1012 -1.7502E+02 -1.0105E+02 0 IMAGR2: Field 4 1012 1012 1.7497E+02 -1.0105E+02 0 IMAGR2: Field 5 1012 1012 -1.7502E+02 1.0105E+02 0 IMAGR2: Field 6 1012 1012 1.7497E+02 1.0105E+02 0 IMAGR2: Field 7 1012 1012 5.0788E-02 2.0205E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 105 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 15665 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.328E+04 IMAGR2: UVWAIT: Adding temperance S 1.066E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 4.494E+07 and out 5.833E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.161 due to weighting IMAGR2: UVWAIT: Average summed weight 5.328E+04 over 30516 vis IMAGR2: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 106 IMAGR2: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 107 IMAGR2: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 108 IMAGR2: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 109 IMAGR2: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 110 IMAGR2: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 111 IMAGR2: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 112 IMAGR2: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 119 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 6.19287E+08 IMAGR2: Field 1 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.379 x 0.785 arcsec, PA= -50.4 IMAGR2: Field 2 Sum of gridding weights = 6.19288E+08 IMAGR2: Field 2 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.381 x 0.785 arcsec, PA= -50.4 IMAGR2: Field 3 Sum of gridding weights = 6.19287E+08 IMAGR2: Field 3 Beam min = -113.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.378 x 0.785 arcsec, PA= -50.4 IMAGR2: Field 4 Sum of gridding weights = 6.19288E+08 IMAGR2: Field 4 Beam min = -183.2 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.381 x 0.785 arcsec, PA= -50.4 IMAGR2: Field 5 Sum of gridding weights = 6.19285E+08 IMAGR2: Field 5 Beam min = -128.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.376 x 0.785 arcsec, PA= -50.4 IMAGR2: Field 6 Sum of gridding weights = 6.19286E+08 IMAGR2: Field 6 Beam min = -183.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.380 x 0.785 arcsec, PA= -50.5 IMAGR2: Field 7 Sum of gridding weights = 6.19286E+08 IMAGR2: Field 7 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.377 x 0.785 arcsec, PA= -50.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -92.0 MilliJy,max = 957.4 MilliJy IMAGR2: Field 2 min = -74.1 MilliJy,max = 195.2 MilliJy IMAGR2: Field 3 min = -98.9 MilliJy,max = 155.5 MilliJy IMAGR2: Field 4 min = -99.3 MilliJy,max = 160.0 MilliJy IMAGR2: Field 5 min = -98.9 MilliJy,max = 163.3 MilliJy IMAGR2: Field 6 min = -102.7 MilliJy,max = 163.0 MilliJy IMAGR2: Field 7 min = -72.9 MilliJy,max = 196.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 114.21 MilliJy IMAGR2: 2115 Residual map points loaded IMAGR2: Field 1 min allowed flux = 470.999 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 547.910 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 547.910 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -43.5 MilliJy,max = 429.9 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 64.59 MilliJy IMAGR2: 782 Residual map points loaded IMAGR2: Field 1 min allowed flux = 201.517 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 819.963 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 819.963 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.6 MilliJy,max = 182.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.738E-01 < Second best 1.876E-01 IMAGR2: Field 7 min = -16.0 MilliJy,max = 36.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.467E-02 < Second best 1.862E-01 IMAGR2: Field 2 min = -16.8 MilliJy,max = 36.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.499E-02 < Second best 1.738E-01 IMAGR2: BGC Clean: using 103 cell beam + residuals > 51.43 MilliJy IMAGR2: 41 Residual map points loaded IMAGR2: Field 1 min allowed flux = 86.008 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 935.953 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 935.953 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.3 MilliJy,max = 13.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-02 < Second best 1.405E-01 IMAGR2: Field 4 min = -8.8 MilliJy,max = 13.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.188E-02 < Second best 1.262E-01 IMAGR2: Field 3 min = -7.6 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.083E-02 < Second best 1.261E-01 IMAGR2: Field 6 min = -9.0 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.131E-02 < Second best 8.179E-02 IMAGR2: Field 1 min = -13.8 MilliJy,max = 77.6 MilliJy IMAGR2: BGC Clean: using 2029 cell beam + residuals > 11.79 MilliJy IMAGR2: 903 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 36.611 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 985.405 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 985.405 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.7 MilliJy,max = 8.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.867E-03 < Second best 3.482E-02 IMAGR2: Field 1 min = -16.8 MilliJy,max = 33.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.151E-02 < Second best 3.467E-02 IMAGR2: Field 7 min = -7.1 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.330E-03 < Second best 3.151E-02 IMAGR2: BGC Clean: using 1837 cell beam + residuals > 4.95 MilliJy IMAGR2: 3194 Residual map points loaded IMAGR2: Field 1 min allowed flux = -15.670 MilliJy iter= 48 IMAGR2: Field 1 Clean flux density= 999.722 MilliJy 48 comps IMAGR2: Total Cleaned flux density = 999.722 MilliJy 48 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 15.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.65 MilliJy IMAGR2: 1026 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 8.273 MilliJy iter= 96 IMAGR2: Field 1 Clean flux density= 995.642 MilliJy 96 comps IMAGR2: Total Cleaned flux density = 995.642 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.550E-03 < Second best 1.141E-02 IMAGR2: Field 5 min = -3.4 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.287E-03 < Second best 1.131E-02 IMAGR2: Field 6 min = -3.7 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.913E-03 < Second best 1.083E-02 IMAGR2: Field 3 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.852E-03 < Second best 8.330E-03 IMAGR2: Field 7 min = -4.1 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.932E-03 < Second best 7.880E-03 IMAGR2: Field 1 min = -8.2 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.80 MilliJy IMAGR2: 1947 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.555 MilliJy iter= 175 IMAGR2: Field 1 Clean flux density= 984.741 MilliJy 175 comps IMAGR2: Total Cleaned flux density = 984.741 MilliJy 175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.132E-03 < Second best 4.343E-03 IMAGR2: Field 1 min = -4.1 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 2551 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.922 MilliJy iter= 291 IMAGR2: Field 1 Clean flux density= 996.456 MilliJy 291 comps IMAGR2: Total Cleaned flux density = 996.456 MilliJy 291 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.165E-03 < Second best 3.913E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.661E-03 < Second best 3.852E-03 IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.356E-03 < Second best 3.661E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1451 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.218 MilliJy iter= 88 IMAGR2: Field 6 Clean flux density= 11.105 MilliJy 88 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 379 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.295E-03 < Second best 3.356E-03 IMAGR2: Field 3 min = -3.6 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1928 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.137 MilliJy iter= 125 IMAGR2: Field 3 Clean flux density= -3.279 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 1.004 Jy 504 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.106E-03 < Second best 3.132E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.848E-03 < Second best 2.790E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 2064 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.794 MilliJy iter= 447 IMAGR2: Field 1 Clean flux density= 993.983 MilliJy 447 comps IMAGR2: Total Cleaned flux density = 1.002 Jy 660 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 781 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.595 MilliJy iter= 101 IMAGR2: Field 4 Clean flux density= 6.041 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 761 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.607E-03 < Second best 2.118E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.781E-03 < Second best 2.106E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 1152 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.514 MilliJy iter= 139 IMAGR2: Field 5 Clean flux density= 17.315 MilliJy 139 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 900 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.601E-03 < Second best 1.848E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.533E-03 < Second best 1.781E-03 IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 3381 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.430 MilliJy iter= 317 IMAGR2: Field 6 Clean flux density= -6.247 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 1.008 Jy 1129 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 845 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.238 MilliJy iter= 591 IMAGR2: Field 1 Clean flux density= 1.003 Jy 591 comps IMAGR2: Total Cleaned flux density = 1.016 Jy 1273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.331E-03 < Second best 1.601E-03 IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 1531 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.242 MilliJy iter= 314 IMAGR2: Field 3 Clean flux density= 1.362 MilliJy 314 comps IMAGR2: Total Cleaned flux density = 1.021 Jy 1462 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.249E-03 < Second best 1.527E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.125 MilliJy iter= 242 IMAGR2: Field 4 Clean flux density= 8.793 MilliJy 242 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1603 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 978.44 MicroJy IMAGR2: 467 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.051 MilliJy iter= 258 IMAGR2: Field 5 Clean flux density= 17.163 MilliJy 258 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1722 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.29 MicroJy IMAGR2: 1513 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.007 MilliJy iter= 511 IMAGR2: Field 6 Clean flux density= -3.251 MilliJy 511 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 1916 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.165E-03 < Second best 1.249E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.089E-03 < Second best 1.190E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 1.185E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 809.64 MicroJy IMAGR2: 1078 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -892.076 MicroJy iter= 788 IMAGR2: Field 1 Clean flux density= 1.001 Jy 788 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 2113 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 807.35 MicroJy IMAGR2: 284 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 850.609 MicroJy iter= 114 IMAGR2: Field 7 Clean flux density= 770.201 MicroJy 114 comps IMAGR2: Total Cleaned flux density = 1.026 Jy 2227 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 801.94 MicroJy IMAGR2: 1474 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -885.073 MicroJy iter= 548 IMAGR2: Field 3 Clean flux density= 2.587 MilliJy 548 comps IMAGR2: Total Cleaned flux density = 1.027 Jy 2461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.007E-03 < Second best 1.078E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.99 MicroJy IMAGR2: 1142 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 828.701 MicroJy iter= 458 IMAGR2: Field 4 Clean flux density= 8.129 MilliJy 458 comps IMAGR2: Total Cleaned flux density = 1.026 Jy 2677 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.80 MicroJy IMAGR2: 144 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -783.640 MicroJy iter= 70 IMAGR2: Field 2 Clean flux density= -56.753 MicroJy 70 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 1.026 Jy 2747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.142E-04 < Second best 9.640E-04 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 687.13 MicroJy IMAGR2: 1524 Residual map points loaded IMAGR2: Field 6 min Clean flux = -766.267 MicroJy iter= 677 IMAGR2: Field 6 Clean flux density= -1.589 MilliJy 677 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 2913 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 681.30 MicroJy IMAGR2: 1587 Residual map points loaded IMAGR2: Field 5 min Clean flux = 766.102 MicroJy iter= 464 IMAGR2: Field 5 Clean flux density= 20.107 MilliJy 464 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 3119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -951.6 MicroJy,max = 896.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.767E-04 < Second best 8.486E-04 IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 605.59 MicroJy IMAGR2: 2238 Residual map points loaded IMAGR2: Field 3 min Clean flux = -765.660 MicroJy iter= 566 IMAGR2: Field 3 Clean flux density= 2.275 MilliJy 566 comps IMAGR2: Total Cleaned flux density = 1.031 Jy 3137 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 975.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 574.52 MicroJy IMAGR2: 1459 Residual map points loaded IMAGR2: Field 7 min Clean flux = -765.663 MicroJy iter= 120 IMAGR2: Field 7 Clean flux density= 290.285 MicroJy 120 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 3143 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 519.50 MicroJy IMAGR2: 7325 Residual map points loaded IMAGR2: Field 4 min Clean flux = -765.810 MicroJy iter= 464 IMAGR2: Field 4 Clean flux density= 7.663 MilliJy 464 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 3149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -949.0 MicroJy,max = 902.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 486.19 MicroJy IMAGR2: 8027 Residual map points loaded IMAGR2: Field 1 min Clean flux = 764.458 MicroJy iter= 790 IMAGR2: Field 1 Clean flux density= 1.001 Jy 790 comps IMAGR2: Total Cleaned flux density = 1.030 Jy 3151 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -985.8 MicroJy,max = 1.1 MilliJy IMAGR2: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR2: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 790 to 402 components IMAGR2: Field 2 compressed from 70 to 61 components IMAGR2: Field 3 compressed from 566 to 407 components IMAGR2: Field 4 compressed from 464 to 334 components IMAGR2: Field 5 compressed from 464 to 355 components IMAGR2: Field 6 compressed from 677 to 498 components IMAGR2: Field 7 compressed from 120 to 99 components IMAGR2: Field 1 min = -952.8 MicroJy,max = 897.1 MicroJy IMAGR2: Field 2 min = -985.8 MicroJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 980.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-664.681 MicroJy ( 9 CCs) from field 1 to field 2 IMAGR2: Restore 150.790 MicroJy ( 43 CCs) from field 1 to field 3 IMAGR2: Restore-387.078 MicroJy ( 43 CCs) from field 1 to field 4 IMAGR2: Restore 809.962 MicroJy ( 54 CCs) from field 1 to field 5 IMAGR2: Restore -1.060 MilliJy ( 32 CCs) from field 1 to field 6 IMAGR2: Restore-244.159 MicroJy ( 5 CCs) from field 1 to field 7 IMAGR2: Restore -3.121 MicroJy ( 28 CCs) from field 2 to field 3 IMAGR2: Restore 82.507 MicroJy ( 1 CCs) from field 2 to field 4 IMAGR2: Restore-294.679 MicroJy ( 12 CCs) from field 3 to field 1 IMAGR2: Restore-363.038 MicroJy ( 19 CCs) from field 3 to field 2 IMAGR2: Restore-193.784 MicroJy ( 21 CCs) from field 3 to field 5 IMAGR2: Restore-341.697 MicroJy ( 15 CCs) from field 4 to field 1 IMAGR2: Restore 335.874 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR2: Restore 3.509 MilliJy ( 55 CCs) from field 4 to field 6 IMAGR2: Restore 593.748 MicroJy ( 20 CCs) from field 5 to field 1 IMAGR2: Restore 3.648 MilliJy ( 62 CCs) from field 5 to field 3 IMAGR2: Restore 226.530 MicroJy ( 8 CCs) from field 5 to field 7 IMAGR2: Restore -1.211 MilliJy ( 39 CCs) from field 6 to field 1 IMAGR2: Restore 1.698 MilliJy ( 33 CCs) from field 6 to field 4 IMAGR2: Restore 808.211 MicroJy ( 36 CCs) from field 6 to field 7 IMAGR2: Restore -8.479 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore -93.805 MicroJy ( 14 CCs) from field 7 to field 5 IMAGR2: Restore 362.296 MicroJy ( 16 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 999.602 MilliJy IMAGR2: Field 2 final Clean flux -748.599 MicroJy IMAGR2: Field 3 final Clean flux 6.070 MilliJy IMAGR2: Field 4 final Clean flux 9.056 MilliJy IMAGR2: Field 5 final Clean flux 20.630 MilliJy IMAGR2: Field 6 final Clean flux 1.222 MilliJy IMAGR2: Field 7 final Clean flux 1.081 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 105 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 63.3 Real= 288 HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1277 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.091 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC2: Task SETFC (release of 31DEC06) begins SETFC2: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC2: SETCEL: recommends IMSIZE 1346 CELLSIZE 0.23786 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23786 SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 SETFC2: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC2: Searching catalog between 0.06 and 0.13 degrees radius SETFC2: ZTXOP2: using translated file name = SETFC2: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC2: No NVSS sources selected for BOXFILE SETFC2: The Sun is 67.9 deg away - ignoring SETFC2: First field number written was 1 SETFC2: Highest field number written was 7 SETFC2: returns adverbs to AIPS SETFC2: Appears to have ended successfully SETFC2: auto 31DEC06 TST: Cpu= 1.7 Real= 8 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 14.0 00002 -1 507 512 513 C 3 1012 1012 23 21 29.06 05 25 55.3 00003 -1 507 512 513 C 4 1012 1012 23 21 52.55 05 25 55.3 00004 -1 507 512 513 C 5 1012 1012 23 21 29.06 05 29 17.8 00005 -1 507 512 513 C 6 1012 1012 23 21 52.55 05 29 17.8 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 59.0 00007 -1 507 512 513 HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1277 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.091 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' IMAGR2: Task IMAGR (release of 31DEC06) begins IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: FIELDF: Final field parameters and # read are: IMAGR2: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR2: Field 2 1012 1012 -5.9728E-02 -2.0253E+02 0 IMAGR2: Field 3 1012 1012 -1.7536E+02 -1.0123E+02 0 IMAGR2: Field 4 1012 1012 1.7539E+02 -1.0123E+02 0 IMAGR2: Field 5 1012 1012 -1.7536E+02 1.0127E+02 0 IMAGR2: Field 6 1012 1012 1.7539E+02 1.0127E+02 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 2.0247E+02 0 IMAGR2: ZTXOP2: using translated file name = IMAGR2: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR2: WINDF: Number of clean boxes/field read as follows: IMAGR2: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR2: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR2: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 112 IMAGR2: Beginning channel 1 through 1 with 2 IFs IMAGR2: IMACPY: Copied 30862 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.179E+05 IMAGR2: UVWAIT: Adding temperance S 2.357E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 9.037E+07 and out 1.248E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.176 due to weighting IMAGR2: UVWAIT: Average summed weight 1.179E+05 over 61719 vis IMAGR2: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 113 IMAGR2: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 114 IMAGR2: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 115 IMAGR2: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 116 IMAGR2: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 117 IMAGR2: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 118 IMAGR2: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 119 IMAGR2: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 120 IMAGR2: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 121 IMAGR2: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 122 IMAGR2: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 123 IMAGR2: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 124 IMAGR2: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 125 IMAGR2: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 126 IMAGR2: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR2: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR2: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR2: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR2: Field 1 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 1 Beam min = -138.4 MilliJy, max = 1.0 Jy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 fit FWHM = 1.292 x 0.765 arcsec, PA= -56.1 IMAGR2: Field 2 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 2 Beam min = -138.4 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.293 x 0.765 arcsec, PA= -56.1 IMAGR2: Field 3 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 3 Beam min = -121.4 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.291 x 0.765 arcsec, PA= -56.1 IMAGR2: Field 4 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 4 Beam min = -134.0 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.294 x 0.765 arcsec, PA= -56.1 IMAGR2: Field 5 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 5 Beam min = -121.4 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.289 x 0.765 arcsec, PA= -56.1 IMAGR2: Field 6 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 6 Beam min = -134.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.293 x 0.765 arcsec, PA= -56.2 IMAGR2: Field 7 Sum of gridding weights = 1.32542E+09 IMAGR2: Field 7 Beam min = -138.4 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.290 x 0.765 arcsec, PA= -56.2 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.1 MilliJy,max = 22.4 MilliJy IMAGR2: Field 2 min = -2.4 MilliJy,max = 5.3 MilliJy IMAGR2: Field 3 min = -1.7 MilliJy,max = 4.2 MilliJy IMAGR2: Field 4 min = -1.7 MilliJy,max = 4.3 MilliJy IMAGR2: Field 5 min = -1.6 MilliJy,max = 4.4 MilliJy IMAGR2: Field 6 min = -1.8 MilliJy,max = 3.8 MilliJy IMAGR2: Field 7 min = -2.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.59 MilliJy IMAGR2: 4002 Residual map points loaded IMAGR2: Field 1 min allowed flux = 10.736 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 12.784 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 12.784 MilliJy 8 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 9.7 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 1.63 MilliJy IMAGR2: 1302 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.773 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 18.934 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 18.934 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -802.3 MicroJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.567E-03 < Second best 4.540E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 243 cell beam + residuals > 1.41 MilliJy IMAGR2: 227 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.342 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 23.606 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 23.606 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -600.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.093E-03 < Second best 4.164E-03 IMAGR2: Field 5 min = -542.8 MicroJy,max = 690.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.781E-04 < Second best 4.071E-03 IMAGR2: Field 4 min = -467.8 MicroJy,max = 719.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.876E-04 < Second best 2.279E-03 IMAGR2: Field 3 min = -472.3 MicroJy,max = 770.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.088E-04 < Second best 2.229E-03 IMAGR2: Field 1 min = -763.2 MicroJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 243 cell beam + residuals > 691.20 MicroJy IMAGR2: 629 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.106 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 26.243 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 26.243 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -476.6 MicroJy,max = 550.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.563E-04 < Second best 1.567E-03 IMAGR2: Field 2 min = -601.1 MicroJy,max = 750.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.175E-04 < Second best 1.093E-03 IMAGR2: Field 7 min = -539.2 MicroJy,max = 928.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.867E-04 < Second best 1.053E-03 IMAGR2: Field 1 min = -595.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 243 cell beam + residuals > 326.23 MicroJy IMAGR2: 7530 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 600.975 MicroJy iter= 99 IMAGR2: Field 1 Clean flux density= 30.044 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 30.044 MilliJy 99 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -489.4 MicroJy,max = 653.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.245E-04 < Second best 7.175E-04 IMAGR2: Field 2 min = -575.5 MicroJy,max = 532.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.507E-04 < Second best 6.876E-04 IMAGR2: Field 4 min = -443.7 MicroJy,max = 496.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.259E-04 < Second best 6.245E-04 IMAGR2: BGC Clean: using 637 cell beam + residuals > 306.63 MicroJy IMAGR2: 2389 Residual map points loaded IMAGR2: Field 7 min Clean flux = 529.253 MicroJy iter= 4 IMAGR2: Field 7 Clean flux density= 232.136 MicroJy 4 comps IMAGR2: Total Cleaned flux density = 30.276 MilliJy 103 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -528.0 MicroJy,max = 463.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.051E-04 < Second best 5.734E-04 IMAGR2: Field 1 min = -577.6 MicroJy,max = 554.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 258.08 MicroJy IMAGR2: 11532 Residual map points loaded IMAGR2: Field 1 min Clean flux = -530.269 MicroJy iter= 101 IMAGR2: Field 1 Clean flux density= 30.046 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 30.278 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -571.1 MicroJy,max = 531.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 221.69 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 2 min Clean flux = 523.480 MicroJy iter= 2 IMAGR2: Field 2 Clean flux density= -4.759 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 30.274 MilliJy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 531.745 less than limit 545.992 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 101 to 34 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 0 to 0 components IMAGR2: Field 6 compressed from 0 to 0 components IMAGR2: Field 7 compressed from 4 to 2 components IMAGR2: Field 1 min = -567.8 MicroJy,max = 498.1 MicroJy IMAGR2: Field 2 min = -512.7 MicroJy,max = 525.6 MicroJy IMAGR2: Field 3 min = -426.4 MicroJy,max = 433.1 MicroJy IMAGR2: Field 4 min = -440.9 MicroJy,max = 500.3 MicroJy IMAGR2: Field 5 min = -480.2 MicroJy,max = 465.0 MicroJy IMAGR2: Field 6 min = -459.1 MicroJy,max = 469.5 MicroJy IMAGR2: Field 7 min = -485.7 MicroJy,max = 500.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 127.544 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR2: Restore -53.027 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR2: Restore 200.374 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 30.046 MilliJy IMAGR2: Field 2 final Clean flux 122.784 MicroJy IMAGR2: Field 3 final Clean flux 0.000 Jy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux -53.027 MicroJy IMAGR2: Field 6 final Clean flux 0.000 Jy IMAGR2: Field 7 final Clean flux 432.511 MicroJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 22.8 Real= 115 HI AIPS 2: Destroyed MA image file: catno= 104 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 105 disk= 1 AIPS 2: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 2: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 2: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 2: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 2: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 2: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 2: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.1277 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 106 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 107 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 108 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 109 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 110 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 111 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 112 disk= 1 AIPS 2: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 2: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 2: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 2: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 2: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 2: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 2: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 2: ' ' AIPS 2: 'ESTIMATED RMS:' '0.091 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Waiting for returned adverbs AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_2000J AIPS 2: AN06_1.log.1 AIPS 2: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 2: ' ' AIPS 2: Resumes AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 113 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 114 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 115 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 116 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 117 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 118 disk= 1 AIPS 2: Destroyed 1 extension files of type HI AIPS 2: Destroyed MA image file: catno= 119 disk= 1 AIPS 2: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 2: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 2: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 2: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 2: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 2: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 2: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 2: ' ' AIPS 2: ' ' AIPS 2: Found in Version=ABIN AIPS 2: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 2: Disk 1 No files needed renumbering AIPS 2: 'EMPTY CATALOG ?' 118 >AIPS 2: Begin check for any 'standard' scratch files AIPS 2: Scratch files -- destroyed: 0 still active: 0 AIPS 2: User18384: 9215 messages, oldest written 17-SEP-2006 17:01:28 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 2.1 Real= 3749 /home/auto/run/AB922_2000JAN06_1.run.1 finished on Mon Sep 18 13:10:10 MDT 2006