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_2000JAN17_1' >>AIPS 2: 'AB922_2000JAN17_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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK2: Task QUACK (release of 31DEC06) begins QUACK2: Flagged 5.00 min. of data in 30 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes FLAGR2: Task FLAGR (release of 31DEC06) begins FLAGR2: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR2: Overall average amp= 5.218E-01 +- 2.634E-02 source= 1331+305 FLAGR2: Overall average rms= 2.187E-03 +- 1.847E-04 source= 1331+305 FLAGR2: Overall average amp= 4.378E-02 +- 2.148E-03 source= 1244+408 FLAGR2: Overall average rms= 2.096E-03 +- 2.724E-04 source= 1244+408 FLAGR2: Overall average amp= 7.732E-02 +- 3.093E-03 source= 1035+564 FLAGR2: Overall average rms= 2.431E-03 +- 2.478E-04 source= 1035+564 FLAGR2: Overall average amp= 4.366E-02 +- 2.114E-03 source= 1148+594 FLAGR2: Overall average rms= 2.135E-03 +- 2.538E-04 source= 1148+594 FLAGR2: Overall average amp= 1.099E-01 +- 5.504E-03 source= 1400+621 FLAGR2: Overall average rms= 1.946E-03 +- 2.237E-04 source= 1400+621 FLAGR2: Overall average amp= 9.523E-02 +- 4.713E-03 source= 1549+506 FLAGR2: Overall average rms= 1.938E-03 +- 1.855E-04 source= 1549+506 FLAGR2: Overall average amp= 3.806E-03 +- 5.076E-04 source= 1600+434 FLAGR2: Overall average rms= 1.558E-03 +- 1.810E-04 source= 1600+434 FLAGR2: Overall average amp= 9.485E-03 +- 1.893E-03 source= 1559+437 FLAGR2: Overall average rms= 1.892E-03 +- 2.009E-04 source= 1559+437 FLAGR2: Overall average amp= 3.187E-02 +- 1.665E-03 source= 1545+478 FLAGR2: Overall average rms= 1.981E-03 +- 2.648E-04 source= 1545+478 FLAGR2: Overall average amp= 8.039E-02 +- 3.661E-03 source= 1634+627 FLAGR2: Overall average rms= 1.971E-03 +- 1.580E-04 source= 1634+627 FLAGR2: Overall average amp= 8.162E-02 +- 3.698E-03 source= 1642+689 FLAGR2: Overall average rms= 1.946E-03 +- 1.858E-04 source= 1642+689 FLAGR2: Overall average amp= 4.211E-03 +- 6.665E-04 source= 1608+656 FLAGR2: Overall average rms= 1.631E-03 +- 1.219E-04 source= 1608+656 FLAGR2: Overall average amp= 5.269E-02 +- 2.132E-03 source= 1823+796 FLAGR2: Overall average rms= 1.993E-03 +- 2.780E-04 source= 1823+796 FLAGR2: Overall average amp= 4.295E-02 +- 2.021E-03 source= 1945+709 FLAGR2: Overall average rms= 1.889E-03 +- 2.238E-04 source= 1945+709 FLAGR2: Overall average amp= 2.895E-02 +- 2.566E-03 source= 1815+614 FLAGR2: Overall average rms= 1.907E-03 +- 2.334E-04 source= 1815+614 FLAGR2: Overall average amp= 8.978E-02 +- 4.774E-03 source= 2355+498 FLAGR2: Overall average rms= 2.007E-03 +- 1.989E-04 source= 2355+498 FLAGR2: Overall average amp= 1.003E-01 +- 5.372E-03 source= 2320+052 FLAGR2: Overall average rms= 2.066E-03 +- 1.946E-04 source= 2320+052 FLAGR2: Overall average amp= 3.681E-03 +- 3.176E-04 source= 2319+051 FLAGR2: Overall average rms= 1.617E-03 +- 1.189E-04 source= 2319+051 FLAGR2: Found 2 bad times, 179 total flags FLAGR2: Wrote 1 antenna & IF independent flags FLAGR2: Wrote 1 antenna independent, IF dependent flags FLAGR2: Wrote 177 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.3 Real= 20 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes SETJY2: Task SETJY (release of 31DEC06) begins SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: A source model for this calibrator may be available SETJY2: Use the verb CALDIR to see if there is one SETJY2: / Flux calculated using known spectrum SETJY2: BIF = 1 EIF = 2 /Range of IFs SETJY2: '1331+305 ' IF = 1 FLUX = 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes CALIB2: Task CALIB (release of 31DEC06) begins CALIB2: CALIB USING 20000117 . 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 3355 good solutions CALIB2: Failed on 1 solutions CALIB2: Average closure rms = 0.0095 +- 0.0064 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.50781 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.10156 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.10938 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.01562 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: 0.01562 of the times had 10 - 12 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.1 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 20000117 . 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.0010 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.06250 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.37500 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.21875 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.12500 of the times had 8 - 10 percent outside 2.5 times rms CALIB2: Adjusting solutions to a common reference antenna CALIB2: Appears to have ended successfully CALIB2: auto 31DEC06 TST: Cpu= 4.2 Real= 13 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 839 merged records from 839 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.7 Real= 2 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 3969 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 839 merged records from 839 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= 2.0 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 20000117 . 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.742E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.753E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.752E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.716E+00 CALIB2: Found 2499 good solutions CALIB2: Failed on 1 solutions CALIB2: Average closure rms = 0.0012 +- 0.0008 CALIB2: Fraction of times having data > 2.5 rms from solution CALIB2: 0.57009 of the times had 0 - 2 percent outside 2.5 times rms CALIB2: 0.14953 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.01869 of the times had 4 - 6 percent outside 2.5 times rms CALIB2: 0.04673 of the times had 6 - 8 percent outside 2.5 times rms CALIB2: 0.00935 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: 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.9 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 20000117 . 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.171E+00 CALIB2: RPOL, IF= 2 The average gain over these antennas is 3.169E+00 CALIB2: LPOL, IF= 1 The average gain over these antennas is 3.195E+00 CALIB2: LPOL, IF= 2 The average gain over these antennas is 3.217E+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.62500 of the times had 2 - 4 percent outside 2.5 times rms CALIB2: 0.12500 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.1 Real= 12 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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.43487 +/- 0.00074 GETJY2: 2 0.43280 +/- 0.00076 GETJY2: 1035+564 : 0 A 1 0.76658 +/- 0.00253 GETJY2: 2 0.76141 +/- 0.00244 GETJY2: 1148+594 : 0 B 1 0.43497 +/- 0.00152 GETJY2: 2 0.43309 +/- 0.00141 GETJY2: 1400+621 : 0 C 1 1.09664 +/- 0.00246 GETJY2: 2 1.08944 +/- 0.00242 GETJY2: 1549+506 : 0 A 1 0.94845 +/- 0.00194 GETJY2: 2 0.94874 +/- 0.00186 GETJY2: 1545+478 : 0 B 1 0.31632 +/- 0.00084 GETJY2: 2 0.31522 +/- 0.00076 GETJY2: 1634+627 : 0 C 1 0.80395 +/- 0.00208 GETJY2: 2 0.79638 +/- 0.00224 GETJY2: 1642+689 : 0 A 1 0.81152 +/- 0.00247 GETJY2: 2 0.81014 +/- 0.00285 GETJY2: 1823+796 : 0 A 1 0.52399 +/- 0.00205 GETJY2: 2 0.52212 +/- 0.00195 GETJY2: 1945+709 : 0 B 1 0.42938 +/- 0.00143 GETJY2: 2 0.42691 +/- 0.00145 GETJY2: 2355+498 : 0 A 1 0.89616 +/- 0.00331 GETJY2: 2 0.89003 +/- 0.00373 GETJY2: 2320+052 : 0 A 1 0.99297 +/- 0.00722 GETJY2: 2 0.99458 +/- 0.00573 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 625 merged records from 625 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.7 Real= 2 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 3969 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 625 merged records from 625 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= 2.3 Real= 8 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 20000117 .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.3 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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 1589 0 1589 SPLIT2: Fully 0 0 47020 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 159 0 159 SPLIT2: Fully 0 0 6162 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 234 0 234 SPLIT2: Fully 0 0 6435 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 78 0 78 SPLIT2: Fully 0 0 6591 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 52 0 52 SPLIT2: Fully 0 0 6968 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 222 0 222 SPLIT2: Fully 0 0 10453 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 0 0 0 SPLIT2: Fully 0 0 17550 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 0 0 0 SPLIT2: Fully 0 0 4875 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 144 0 144 SPLIT2: Fully 0 0 4356 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 1101 0 1101 SPLIT2: Fully 0 0 17299 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 822 0 822 SPLIT2: Fully 0 0 21603 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 1061 0 1061 SPLIT2: Fully 0 0 56739 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 0 0 0 SPLIT2: Fully 0 0 6300 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 48 0 48 SPLIT2: Fully 0 0 4980 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 0 0 0 SPLIT2: Fully 0 0 5700 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 566 0 566 SPLIT2: Fully 0 0 12234 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 2354 348 2354 SPLIT2: Fully 0 0 25513 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 2285 0 2285 SPLIT2: Fully 0 0 58710 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.8 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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.05127 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.23548 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23548 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 105.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.0 Real= 3 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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.05127 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: AN17_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 48609 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.216E+05 IMAGR2: UVWAIT: Adding temperance S 2.433E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.297E+08 and out 2.035E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.183 due to weighting IMAGR2: UVWAIT: Average summed weight 1.216E+05 over 96639 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.16032E+09 IMAGR2: Field 1 Beam min = -110.9 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.232 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 2 Sum of gridding weights = 2.16031E+09 IMAGR2: Field 2 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.232 x 0.679 arcsec, PA= 76.7 IMAGR2: Field 3 Sum of gridding weights = 2.16032E+09 IMAGR2: Field 3 Beam min = -110.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.234 x 0.678 arcsec, PA= 76.7 IMAGR2: Field 4 Sum of gridding weights = 2.16031E+09 IMAGR2: Field 4 Beam min = -111.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.230 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 5 Sum of gridding weights = 2.16032E+09 IMAGR2: Field 5 Beam min = -110.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.233 x 0.678 arcsec, PA= 76.7 IMAGR2: Field 6 Sum of gridding weights = 2.16032E+09 IMAGR2: Field 6 Beam min = -111.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.230 x 0.678 arcsec, PA= 76.8 IMAGR2: Field 7 Sum of gridding weights = 2.16032E+09 IMAGR2: Field 7 Beam min = -111.1 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.231 x 0.678 arcsec, PA= 76.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -595.9 MilliJy,max = 5.1 Jy IMAGR2: Field 2 min = -369.2 MilliJy,max = 788.6 MilliJy IMAGR2: Field 3 min = -260.9 MilliJy,max = 781.2 MilliJy IMAGR2: Field 4 min = -266.1 MilliJy,max = 444.8 MilliJy IMAGR2: Field 5 min = -279.9 MilliJy,max = 449.5 MilliJy IMAGR2: Field 6 min = -265.1 MilliJy,max = 785.7 MilliJy IMAGR2: Field 7 min = -339.6 MilliJy,max = 786.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 339.54 MilliJy IMAGR2: 9265 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR2: Field 1 Clean flux density= 2.911 Jy 8 comps IMAGR2: Total Cleaned flux density = 2.911 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 = -301.0 MilliJy,max = 2.2 Jy IMAGR2: BGC Clean: using 1989 cell beam + residuals > 246.40 MilliJy IMAGR2: 2099 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 = -161.6 MilliJy,max = 961.4 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 241.93 MilliJy IMAGR2: 82 Residual map points loaded IMAGR2: Field 1 min allowed flux = 474.634 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR2: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -48.3 MilliJy,max = 64.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.517E-02 < Second best 7.496E-01 IMAGR2: Field 7 min = -46.7 MilliJy,max = 60.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.518E-02 < Second best 7.482E-01 IMAGR2: Field 6 min = -27.6 MilliJy,max = 57.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.489E-02 < Second best 7.439E-01 IMAGR2: Field 3 min = -25.3 MilliJy,max = 66.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.324E-02 < Second best 4.512E-01 IMAGR2: Field 1 min = -97.3 MilliJy,max = 430.1 MilliJy IMAGR2: BGC Clean: using 197 cell beam + residuals > 136.61 MilliJy IMAGR2: 44 Residual map points loaded IMAGR2: Field 1 min allowed flux = 211.151 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 5.212 Jy 35 comps IMAGR2: Total Cleaned flux density = 5.212 Jy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -29.1 MilliJy,max = 35.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.557E-02 < Second best 3.007E-01 IMAGR2: Field 5 min = -30.6 MilliJy,max = 31.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.604E-02 < Second best 2.007E-01 IMAGR2: Field 1 min = -118.0 MilliJy,max = 193.2 MilliJy IMAGR2: BGC Clean: using 869 cell beam + residuals > 24.95 MilliJy IMAGR2: 3844 Residual map points loaded IMAGR2: Field 1 min allowed flux = -95.786 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 5.287 Jy 49 comps IMAGR2: Total Cleaned flux density = 5.287 Jy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -88.6 MilliJy,max = 97.6 MilliJy IMAGR2: BGC Clean: using 199 cell beam + residuals > 23.92 MilliJy IMAGR2: 1320 Residual map points loaded IMAGR2: Field 1 min allowed flux = 48.544 MilliJy iter= 79 IMAGR2: Field 1 Clean flux density= 5.272 Jy 79 comps IMAGR2: Total Cleaned flux density = 5.272 Jy 79 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -10.7 MilliJy,max = 12.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.165E-02 < Second best 5.518E-02 IMAGR2: Field 7 min = -20.1 MilliJy,max = 20.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.917E-02 < Second best 5.517E-02 IMAGR2: Field 2 min = -20.2 MilliJy,max = 19.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.927E-02 < Second best 5.489E-02 IMAGR2: Field 6 min = -12.4 MilliJy,max = 10.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.540E-03 < Second best 4.618E-02 IMAGR2: Field 1 min = -47.5 MilliJy,max = 44.6 MilliJy IMAGR2: BGC Clean: using 503 cell beam + residuals > 11.13 MilliJy IMAGR2: 7106 Residual map points loaded IMAGR2: Field 1 min allowed flux = -23.524 MilliJy iter= 155 IMAGR2: Field 1 Clean flux density= 5.275 Jy 155 comps IMAGR2: Total Cleaned flux density = 5.275 Jy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -10.1 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.142E-03 < Second best 2.557E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 12.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.314E-03 < Second best 2.240E-02 IMAGR2: Field 1 min = -23.1 MilliJy,max = 23.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 9.30 MilliJy IMAGR2: 2616 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -15.289 MilliJy iter= 290 IMAGR2: Field 1 Clean flux density= 5.339 Jy 290 comps IMAGR2: Total Cleaned flux density = 5.339 Jy 290 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -11.4 MilliJy,max = 10.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.091E-02 < Second best 1.917E-02 IMAGR2: Field 7 min = -9.0 MilliJy,max = 9.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.337E-03 < Second best 1.457E-02 IMAGR2: Field 1 min = -14.0 MilliJy,max = 12.8 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.74 MilliJy IMAGR2: 3282 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -8.090 MilliJy iter= 426 IMAGR2: Field 1 Clean flux density= 5.321 Jy 426 comps IMAGR2: Total Cleaned flux density = 5.321 Jy 426 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -7.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.298E-03 < Second best 1.091E-02 IMAGR2: Field 2 min = -10.1 MilliJy,max = 9.0 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.25 MilliJy IMAGR2: 1203 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 6.403 MilliJy iter= 97 IMAGR2: Field 2 Clean flux density= 20.672 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 5.342 Jy 523 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.7 MilliJy,max = 7.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.446E-03 < Second best 9.337E-03 IMAGR2: Field 7 min = -8.0 MilliJy,max = 9.3 MilliJy IMAGR2: BGC Clean: using 137 cell beam + residuals > 5.25 MilliJy IMAGR2: 681 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -6.070 MilliJy iter= 82 IMAGR2: Field 7 Clean flux density= 28.585 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 605 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -7.4 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.857E-03 < Second best 7.719E-03 IMAGR2: Field 1 min = -7.4 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.22 MilliJy IMAGR2: 2395 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.278 MilliJy iter= 589 IMAGR2: Field 1 Clean flux density= 5.321 Jy 589 comps IMAGR2: Total Cleaned flux density = 5.370 Jy 768 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.557E-03 < Second best 7.298E-03 IMAGR2: Field 3 min = -6.8 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.14 MilliJy IMAGR2: 1616 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -4.906 MilliJy iter= 144 IMAGR2: Field 3 Clean flux density= 9.723 MilliJy 144 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 912 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -6.4 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.613E-03 < Second best 6.557E-03 IMAGR2: Field 4 min = -6.8 MilliJy,max = 6.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.11 MilliJy IMAGR2: 1940 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -4.902 MilliJy iter= 180 IMAGR2: Field 4 Clean flux density= -2.566 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 1092 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -6.6 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 4.08 MilliJy IMAGR2: 861 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -4.575 MilliJy iter= 130 IMAGR2: Field 6 Clean flux density= -13.326 MilliJy 130 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 1222 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -5.8 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.117E-03 < Second best 5.799E-03 IMAGR2: Field 7 min = -7.2 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.277E-03 < Second best 5.613E-03 IMAGR2: Field 5 min = -6.4 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.78 MilliJy IMAGR2: 2273 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.475 MilliJy iter= 232 IMAGR2: Field 5 Clean flux density= 718.825 MicroJy 232 comps IMAGR2: Total Cleaned flux density = 5.364 Jy 1454 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -6.7 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.77 MilliJy IMAGR2: 1314 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 4.265 MilliJy iter= 281 IMAGR2: Field 7 Clean flux density= 26.297 MilliJy 281 comps IMAGR2: Total Cleaned flux density = 5.362 Jy 1653 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -5.7 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.76 MilliJy IMAGR2: 1016 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 4.163 MilliJy iter= 280 IMAGR2: Field 2 Clean flux density= 30.144 MilliJy 280 comps IMAGR2: Total Cleaned flux density = 5.372 Jy 1836 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -5.9 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR2: 519 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.858 MilliJy iter= 700 IMAGR2: Field 1 Clean flux density= 5.322 Jy 700 comps IMAGR2: Total Cleaned flux density = 5.373 Jy 1947 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.0 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.358E-03 < Second best 4.694E-03 IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.40 MilliJy IMAGR2: 1714 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.790 MilliJy iter= 407 IMAGR2: Field 4 Clean flux density= 15.520 MilliJy 407 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 2174 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1086 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.594 MilliJy iter= 317 IMAGR2: Field 6 Clean flux density= -9.907 MilliJy 317 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 2361 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.32 MilliJy IMAGR2: 1738 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.682 MilliJy iter= 410 IMAGR2: Field 3 Clean flux density= 9.960 MilliJy 410 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 2627 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -5.5 MilliJy,max = 5.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.18 MilliJy IMAGR2: 999 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.419 MilliJy iter= 429 IMAGR2: Field 5 Clean flux density= -9.560 MilliJy 429 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 2824 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.733E-03 < Second best 3.985E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 987 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.239 MilliJy iter= 494 IMAGR2: Field 2 Clean flux density= 27.525 MilliJy 494 comps IMAGR2: Total Cleaned flux density = 5.382 Jy 3038 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.01 MilliJy IMAGR2: 517 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.160 MilliJy iter= 432 IMAGR2: Field 7 Clean flux density= 33.342 MilliJy 432 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 3189 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -4.7 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.95 MilliJy IMAGR2: 647 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.102 MilliJy iter= 857 IMAGR2: Field 1 Clean flux density= 5.326 Jy 857 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 3346 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.86 MilliJy IMAGR2: 1472 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 3.072 MilliJy iter= 660 IMAGR2: Field 4 Clean flux density= 12.179 MilliJy 660 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 3599 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.77 MilliJy IMAGR2: 1409 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.963 MilliJy iter= 666 IMAGR2: Field 3 Clean flux density= 14.167 MilliJy 666 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 3855 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.68 MilliJy IMAGR2: 1536 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.889 MilliJy iter= 613 IMAGR2: Field 6 Clean flux density= -20.332 MilliJy 613 comps IMAGR2: Total Cleaned flux density = 5.384 Jy 4151 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR2: 1560 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.797 MilliJy iter= 731 IMAGR2: Field 5 Clean flux density= -16.794 MilliJy 731 comps IMAGR2: Total Cleaned flux density = 5.377 Jy 4453 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.55 MilliJy IMAGR2: 501 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.649 MilliJy iter= 654 IMAGR2: Field 2 Clean flux density= 31.298 MilliJy 654 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 4613 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.51 MilliJy IMAGR2: 484 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.599 MilliJy iter= 584 IMAGR2: Field 7 Clean flux density= 32.933 MilliJy 584 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 4765 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -3.9 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.47 MilliJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.559 MilliJy iter= 1018 IMAGR2: Field 1 Clean flux density= 5.332 Jy 1018 comps IMAGR2: Total Cleaned flux density = 5.386 Jy 4926 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR2: 1356 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.527 MilliJy iter= 934 IMAGR2: Field 4 Clean flux density= 21.693 MilliJy 934 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 5200 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR2: 1498 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.464 MilliJy iter= 975 IMAGR2: Field 3 Clean flux density= 8.725 MilliJy 975 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 5509 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -4.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.26 MilliJy IMAGR2: 1331 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.384 MilliJy iter= 914 IMAGR2: Field 6 Clean flux density= -23.162 MilliJy 914 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 5810 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -4.5 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.19 MilliJy IMAGR2: 1663 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.311 MilliJy iter= 1062 IMAGR2: Field 5 Clean flux density= -18.964 MilliJy 1062 comps IMAGR2: Total Cleaned flux density = 5.385 Jy 6141 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.15 MilliJy IMAGR2: 585 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.222 MilliJy iter= 839 IMAGR2: Field 2 Clean flux density= 27.023 MilliJy 839 comps IMAGR2: Total Cleaned flux density = 5.380 Jy 6326 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.185 MilliJy iter= 766 IMAGR2: Field 7 Clean flux density= 39.332 MilliJy 766 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 6508 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR2: 442 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.137 MilliJy iter= 1164 IMAGR2: Field 1 Clean flux density= 5.339 Jy 1164 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 6654 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.03 MilliJy IMAGR2: 1525 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.129 MilliJy iter= 1263 IMAGR2: Field 4 Clean flux density= 24.059 MilliJy 1263 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 6983 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -3.8 MilliJy,max = 4.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.97 MilliJy IMAGR2: 1357 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.062 MilliJy iter= 1296 IMAGR2: Field 3 Clean flux density= 6.908 MilliJy 1296 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 7304 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -4.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 1262 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.005 MilliJy iter= 1226 IMAGR2: Field 6 Clean flux density= -19.438 MilliJy 1226 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 7616 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.86 MilliJy IMAGR2: 1501 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.945 MilliJy iter= 1406 IMAGR2: Field 5 Clean flux density= -24.053 MilliJy 1406 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 7960 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.83 MilliJy IMAGR2: 710 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.889 MilliJy iter= 1080 IMAGR2: Field 2 Clean flux density= 29.187 MilliJy 1080 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 8201 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -3.4 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 548 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.854 MilliJy iter= 979 IMAGR2: Field 7 Clean flux density= 37.494 MilliJy 979 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 8414 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.948E-03 < Second best 2.046E-03 IMAGR2: Field 4 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.805 MilliJy iter= 1629 IMAGR2: Field 4 Clean flux density= 25.374 MilliJy 1629 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 8780 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 1530 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.761 MilliJy iter= 1680 IMAGR2: Field 3 Clean flux density= 6.774 MilliJy 1680 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 9164 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR2: 730 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.728 MilliJy iter= 1401 IMAGR2: Field 1 Clean flux density= 5.344 Jy 1401 comps IMAGR2: Total Cleaned flux density = 5.399 Jy 9401 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -3.8 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.64 MilliJy IMAGR2: 1333 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.707 MilliJy iter= 1590 IMAGR2: Field 6 Clean flux density= -23.229 MilliJy 1590 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 9765 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -3.7 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1480 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.660 MilliJy iter= 1790 IMAGR2: Field 5 Clean flux density= -21.392 MilliJy 1790 comps IMAGR2: Total Cleaned flux density = 5.398 Jy 10149 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 426 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.598 MilliJy iter= 1260 IMAGR2: Field 2 Clean flux density= 26.911 MilliJy 1260 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 10329 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.54 MilliJy IMAGR2: 414 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.572 MilliJy iter= 1152 IMAGR2: Field 7 Clean flux density= 38.409 MilliJy 1152 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 10502 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 1325 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.556 MilliJy iter= 1988 IMAGR2: Field 4 Clean flux density= 23.074 MilliJy 1988 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 10861 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR2: 1259 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.515 MilliJy iter= 2038 IMAGR2: Field 3 Clean flux density= 5.781 MilliJy 2038 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 11219 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR2: 533 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.469 MilliJy iter= 1612 IMAGR2: Field 1 Clean flux density= 5.344 Jy 1612 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 11430 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -3.6 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 1477 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.457 MilliJy iter= 1996 IMAGR2: Field 6 Clean flux density= -21.238 MilliJy 1996 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 11836 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -3.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1690 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.418 MilliJy iter= 2225 IMAGR2: Field 5 Clean flux density= -24.727 MilliJy 2225 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 12271 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 621 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.379 MilliJy iter= 1519 IMAGR2: Field 2 Clean flux density= 27.225 MilliJy 1519 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 12530 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR2: 524 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.356 MilliJy iter= 1354 IMAGR2: Field 7 Clean flux density= 38.171 MilliJy 1354 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 12732 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR2: 1376 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.340 MilliJy iter= 2386 IMAGR2: Field 4 Clean flux density= 25.277 MilliJy 2386 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 13130 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR2: 1285 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.307 MilliJy iter= 2417 IMAGR2: Field 3 Clean flux density= 1.481 MilliJy 2417 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 13509 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.268 MilliJy iter= 1788 IMAGR2: Field 1 Clean flux density= 5.345 Jy 1788 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 13685 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.22 MilliJy IMAGR2: 1340 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.257 MilliJy iter= 2404 IMAGR2: Field 6 Clean flux density= -22.980 MilliJy 2404 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 14093 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -3.2 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 1580 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.226 MilliJy iter= 2686 IMAGR2: Field 5 Clean flux density= -18.878 MilliJy 2686 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 14554 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 689 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.192 MilliJy iter= 1795 IMAGR2: Field 2 Clean flux density= 27.222 MilliJy 1795 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 14830 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 631 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.177 MilliJy iter= 1627 IMAGR2: Field 7 Clean flux density= 39.307 MilliJy 1627 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 15103 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR2: 1458 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.160 MilliJy iter= 2822 IMAGR2: Field 4 Clean flux density= 24.925 MilliJy 2822 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 15539 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR2: 1424 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.134 MilliJy iter= 2857 IMAGR2: Field 3 Clean flux density= 381.432 MicroJy 2857 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 15979 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 336 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.100 MilliJy iter= 1959 IMAGR2: Field 1 Clean flux density= 5.346 Jy 1959 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 16150 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1480 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.095 MilliJy iter= 2855 IMAGR2: Field 6 Clean flux density= -23.279 MilliJy 2855 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 16601 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 1409 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.063 MilliJy iter= 3120 IMAGR2: Field 5 Clean flux density= -23.687 MilliJy 3120 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 17035 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 743 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.041 MilliJy iter= 2117 IMAGR2: Field 2 Clean flux density= 27.012 MilliJy 2117 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 17357 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.023 MilliJy iter= 1881 IMAGR2: Field 7 Clean flux density= 41.680 MilliJy 1881 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 17611 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 982.46 MicroJy IMAGR2: 1627 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.011 MilliJy iter= 3298 IMAGR2: Field 4 Clean flux density= 23.666 MilliJy 3298 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 18087 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 961.03 MicroJy IMAGR2: 1667 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 990.262 MicroJy iter= 3362 IMAGR2: Field 3 Clean flux density= 409.103 MicroJy 3362 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 18592 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 950.07 MicroJy IMAGR2: 347 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 959.439 MicroJy iter= 2126 IMAGR2: Field 1 Clean flux density= 5.347 Jy 2126 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 18759 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 929.16 MicroJy IMAGR2: 1517 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -955.287 MicroJy iter= 3341 IMAGR2: Field 6 Clean flux density= -22.770 MilliJy 3341 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 19245 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 908.64 MicroJy IMAGR2: 1719 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -935.070 MicroJy iter= 3640 IMAGR2: Field 5 Clean flux density= -21.072 MilliJy 3640 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 19765 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 895.39 MicroJy IMAGR2: 754 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 911.348 MicroJy iter= 2438 IMAGR2: Field 2 Clean flux density= 26.663 MilliJy 2438 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 20086 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 884.86 MicroJy IMAGR2: 785 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 900.234 MicroJy iter= 2200 IMAGR2: Field 7 Clean flux density= 43.054 MilliJy 2200 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 20405 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 865.27 MicroJy IMAGR2: 1739 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 889.914 MicroJy iter= 3836 IMAGR2: Field 4 Clean flux density= 19.344 MilliJy 3836 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 20943 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.7 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.00 MicroJy IMAGR2: 1426 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -866.743 MicroJy iter= 3832 IMAGR2: Field 3 Clean flux density= -1.284 MilliJy 3832 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 21413 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 837.09 MicroJy IMAGR2: 333 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -845.089 MicroJy iter= 2298 IMAGR2: Field 1 Clean flux density= 5.349 Jy 2298 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 21585 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 820.00 MicroJy IMAGR2: 1439 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -840.979 MicroJy iter= 3838 IMAGR2: Field 6 Clean flux density= -21.749 MilliJy 3838 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 22082 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.74 MicroJy IMAGR2: 1705 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -822.025 MicroJy iter= 4182 IMAGR2: Field 5 Clean flux density= -21.780 MilliJy 4182 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 22624 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.55 MicroJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 803.150 MicroJy iter= 2790 IMAGR2: Field 2 Clean flux density= 27.447 MilliJy 2790 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 22976 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 778.92 MicroJy IMAGR2: 739 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -791.020 MicroJy iter= 2523 IMAGR2: Field 7 Clean flux density= 44.434 MilliJy 2523 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 23299 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 761.10 MicroJy IMAGR2: 1753 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -781.108 MicroJy iter= 4396 IMAGR2: Field 4 Clean flux density= 13.679 MilliJy 4396 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 23859 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.6 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 746.47 MicroJy IMAGR2: 1784 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -766.024 MicroJy iter= 4405 IMAGR2: Field 3 Clean flux density= -3.445 MilliJy 4405 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 24432 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 739.36 MicroJy IMAGR2: 345 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 745.491 MicroJy iter= 2477 IMAGR2: Field 1 Clean flux density= 5.350 Jy 2477 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 24611 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.9 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.20 MicroJy IMAGR2: 1597 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -742.917 MicroJy iter= 4374 IMAGR2: Field 6 Clean flux density= -20.003 MilliJy 4374 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 25147 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 709.61 MicroJy IMAGR2: 1912 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -728.607 MicroJy iter= 4795 IMAGR2: Field 5 Clean flux density= -19.358 MilliJy 4795 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 25760 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 700.14 MicroJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -711.545 MicroJy iter= 3155 IMAGR2: Field 2 Clean flux density= 27.172 MilliJy 3155 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 26125 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 691.94 MicroJy IMAGR2: 808 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -702.297 MicroJy iter= 2865 IMAGR2: Field 7 Clean flux density= 45.929 MilliJy 2865 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 26467 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 677.76 MicroJy IMAGR2: 1889 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 695.144 MicroJy iter= 5007 IMAGR2: Field 4 Clean flux density= 13.026 MilliJy 5007 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 27078 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.4 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 664.51 MicroJy IMAGR2: 1805 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -681.142 MicroJy iter= 5005 IMAGR2: Field 3 Clean flux density= -4.621 MilliJy 5005 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 27678 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.47 MicroJy IMAGR2: 334 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -663.872 MicroJy iter= 2661 IMAGR2: Field 1 Clean flux density= 5.350 Jy 2661 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 27862 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 646.32 MicroJy IMAGR2: 1637 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -661.492 MicroJy iter= 4942 IMAGR2: Field 6 Clean flux density= -18.541 MilliJy 4942 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 28430 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 632.43 MicroJy IMAGR2: 1845 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -647.736 MicroJy iter= 5406 IMAGR2: Field 5 Clean flux density= -18.855 MilliJy 5406 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 29041 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 624.48 MicroJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -635.220 MicroJy iter= 3610 IMAGR2: Field 2 Clean flux density= 26.402 MilliJy 3610 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 29496 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 617.01 MicroJy IMAGR2: 889 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -626.394 MicroJy iter= 3248 IMAGR2: Field 7 Clean flux density= 43.384 MilliJy 3248 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 29879 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.10 MicroJy IMAGR2: 2013 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -618.891 MicroJy iter= 5660 IMAGR2: Field 4 Clean flux density= 11.517 MilliJy 5660 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 30532 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 593.68 MicroJy IMAGR2: 1981 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 607.920 MicroJy iter= 5659 IMAGR2: Field 3 Clean flux density= -5.107 MilliJy 5659 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 31186 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -963.7 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.73 MicroJy IMAGR2: 302 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -592.732 MicroJy iter= 2831 IMAGR2: Field 1 Clean flux density= 5.350 Jy 2831 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 31356 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 578.51 MicroJy IMAGR2: 1769 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -591.930 MicroJy iter= 5563 IMAGR2: Field 6 Clean flux density= -17.405 MilliJy 5563 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 31977 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 568.31 MicroJy IMAGR2: 2107 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 581.951 MicroJy iter= 6096 IMAGR2: Field 5 Clean flux density= -15.092 MilliJy 6096 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 32667 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 560.62 MicroJy IMAGR2: 915 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 568.083 MicroJy iter= 3992 IMAGR2: Field 2 Clean flux density= 26.108 MilliJy 3992 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 33049 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 553.69 MicroJy IMAGR2: 897 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -561.363 MicroJy iter= 3648 IMAGR2: Field 7 Clean flux density= 43.214 MilliJy 3648 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 33449 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 543.30 MicroJy IMAGR2: 2078 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 556.430 MicroJy iter= 6350 IMAGR2: Field 4 Clean flux density= 7.881 MilliJy 6350 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 34139 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 533.58 MicroJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 545.148 MicroJy iter= 6303 IMAGR2: Field 3 Clean flux density= -6.133 MilliJy 6303 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 34783 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -968.7 MicroJy,max = 871.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 530.22 MicroJy IMAGR2: 368 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -533.940 MicroJy iter= 3027 IMAGR2: Field 1 Clean flux density= 5.351 Jy 3027 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 34979 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 521.01 MicroJy IMAGR2: 1878 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -532.305 MicroJy iter= 6225 IMAGR2: Field 6 Clean flux density= -14.254 MilliJy 6225 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 35641 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.85 MicroJy IMAGR2: 2248 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -522.908 MicroJy iter= 6839 IMAGR2: Field 5 Clean flux density= -14.193 MilliJy 6839 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 36384 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 505.10 MicroJy IMAGR2: 1046 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 512.321 MicroJy iter= 4449 IMAGR2: Field 2 Clean flux density= 25.263 MilliJy 4449 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 36841 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.49 MicroJy IMAGR2: 893 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 506.039 MicroJy iter= 4036 IMAGR2: Field 7 Clean flux density= 43.434 MilliJy 4036 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 37229 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 490.97 MicroJy IMAGR2: 2391 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -502.609 MicroJy iter= 7129 IMAGR2: Field 4 Clean flux density= 5.304 MilliJy 7129 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 38008 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 483.55 MicroJy IMAGR2: 1968 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -494.000 MicroJy iter= 6979 IMAGR2: Field 3 Clean flux density= -8.611 MilliJy 6979 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 38684 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -815.4 MicroJy,max = 886.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 480.35 MicroJy IMAGR2: 356 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -483.395 MicroJy iter= 3209 IMAGR2: Field 1 Clean flux density= 5.350 Jy 3209 comps IMAGR2: Total Cleaned flux density = 5.387 Jy 38866 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.6 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 472.60 MicroJy IMAGR2: 1914 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -482.237 MicroJy iter= 6907 IMAGR2: Field 6 Clean flux density= -13.342 MilliJy 6907 comps IMAGR2: Total Cleaned flux density = 5.388 Jy 39548 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 464.10 MicroJy IMAGR2: 2272 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -474.550 MicroJy iter= 7602 IMAGR2: Field 5 Clean flux density= -10.334 MilliJy 7602 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 40311 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 458.95 MicroJy IMAGR2: 1216 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -465.813 MicroJy iter= 4966 IMAGR2: Field 2 Clean flux density= 26.130 MilliJy 4966 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 40828 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 454.47 MicroJy IMAGR2: 1027 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -460.205 MicroJy iter= 4460 IMAGR2: Field 7 Clean flux density= 44.350 MilliJy 4460 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 41252 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 446.47 MicroJy IMAGR2: 2286 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 456.097 MicroJy iter= 7886 IMAGR2: Field 4 Clean flux density= 4.085 MilliJy 7886 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 42009 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 439.94 MicroJy IMAGR2: 2245 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -449.663 MicroJy iter= 7759 IMAGR2: Field 3 Clean flux density= -8.675 MilliJy 7759 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 42789 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -828.4 MicroJy,max = 715.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 437.39 MicroJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 439.858 MicroJy iter= 3398 IMAGR2: Field 1 Clean flux density= 5.350 Jy 3398 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 42978 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 431.02 MicroJy IMAGR2: 1956 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 439.247 MicroJy iter= 7590 IMAGR2: Field 6 Clean flux density= -13.364 MilliJy 7590 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 43661 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.5 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 424.34 MicroJy IMAGR2: 2575 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 434.109 MicroJy iter= 8465 IMAGR2: Field 5 Clean flux density= -10.857 MilliJy 8465 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 44524 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 419.48 MicroJy IMAGR2: 1219 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -425.412 MicroJy iter= 5488 IMAGR2: Field 2 Clean flux density= 25.877 MilliJy 5488 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 45046 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 415.51 MicroJy IMAGR2: 1162 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 421.014 MicroJy iter= 4939 IMAGR2: Field 7 Clean flux density= 43.803 MilliJy 4939 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 45525 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 410.15 MicroJy IMAGR2: 2788 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 419.732 MicroJy iter= 8806 IMAGR2: Field 4 Clean flux density= 2.834 MilliJy 8806 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 46445 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.42 MicroJy IMAGR2: 2190 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -412.192 MicroJy iter= 8492 IMAGR2: Field 3 Clean flux density= -9.642 MilliJy 8492 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 47178 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -678.6 MicroJy,max = 681.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 402.31 MicroJy IMAGR2: 342 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -404.558 MicroJy iter= 3586 IMAGR2: Field 1 Clean flux density= 5.351 Jy 3586 comps IMAGR2: Total Cleaned flux density = 5.389 Jy 47366 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 397.33 MicroJy IMAGR2: 2129 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -404.984 MicroJy iter= 8347 IMAGR2: Field 6 Clean flux density= -13.293 MilliJy 8347 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 48123 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.4 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 391.12 MicroJy IMAGR2: 2412 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 399.297 MicroJy iter= 9290 IMAGR2: Field 5 Clean flux density= -10.197 MilliJy 9290 comps IMAGR2: Total Cleaned flux density = 5.390 Jy 48948 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 387.40 MicroJy IMAGR2: 1185 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -392.377 MicroJy iter= 6004 IMAGR2: Field 2 Clean flux density= 27.292 MilliJy 6004 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 49464 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 383.44 MicroJy IMAGR2: 903 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -387.497 MicroJy iter= 5329 IMAGR2: Field 7 Clean flux density= 43.794 MilliJy 5329 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 49854 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 376.78 MicroJy IMAGR2: 2692 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 385.195 MicroJy iter= 9709 IMAGR2: Field 4 Clean flux density= 2.379 MilliJy 9709 comps IMAGR2: Total Cleaned flux density = 5.391 Jy 50757 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 372.06 MicroJy IMAGR2: 2292 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 379.410 MicroJy iter= 9281 IMAGR2: Field 3 Clean flux density= -8.802 MilliJy 9281 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 51546 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 367.39 MicroJy IMAGR2: 2052 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 374.011 MicroJy iter= 9080 IMAGR2: Field 6 Clean flux density= -12.853 MilliJy 9080 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 52279 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -637.5 MicroJy,max = 619.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 365.49 MicroJy IMAGR2: 602 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -368.462 MicroJy iter= 3884 IMAGR2: Field 1 Clean flux density= 5.351 Jy 3884 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 52577 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 360.56 MicroJy IMAGR2: 2841 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -368.309 MicroJy iter= 10230 IMAGR2: Field 5 Clean flux density= -9.874 MilliJy 10230 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 53517 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 356.99 MicroJy IMAGR2: 1168 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -361.297 MicroJy iter= 6502 IMAGR2: Field 2 Clean flux density= 27.871 MilliJy 6502 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 54015 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -986.1 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 354.26 MicroJy IMAGR2: 1181 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -358.581 MicroJy iter= 5839 IMAGR2: Field 7 Clean flux density= 44.457 MilliJy 5839 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 54525 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 349.96 MicroJy IMAGR2: 3034 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -357.606 MicroJy iter= 10718 IMAGR2: Field 4 Clean flux density= 919.284 MicroJy 10718 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 55534 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 345.98 MicroJy IMAGR2: 2475 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -352.677 MicroJy iter= 10112 IMAGR2: Field 3 Clean flux density= -9.532 MilliJy 10112 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 56365 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 342.73 MicroJy IMAGR2: 2403 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 349.366 MicroJy iter= 9947 IMAGR2: Field 6 Clean flux density= -12.340 MilliJy 9947 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 57232 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -589.0 MicroJy,max = 610.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 340.73 MicroJy IMAGR2: 424 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -342.628 MicroJy iter= 4097 IMAGR2: Field 1 Clean flux density= 5.351 Jy 4097 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 57445 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.3 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.42 MicroJy IMAGR2: 2852 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -343.425 MicroJy iter= 11193 IMAGR2: Field 5 Clean flux density= -9.772 MilliJy 11193 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 58408 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 982.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 333.98 MicroJy IMAGR2: 1190 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -337.686 MicroJy iter= 7015 IMAGR2: Field 2 Clean flux density= 28.809 MilliJy 7015 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 58921 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -964.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 331.18 MicroJy IMAGR2: 1073 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 334.666 MicroJy iter= 6302 IMAGR2: Field 7 Clean flux density= 43.865 MilliJy 6302 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 59384 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 326.44 MicroJy IMAGR2: 2786 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -334.819 MicroJy iter= 11635 IMAGR2: Field 4 Clean flux density= -175.096 MicroJy 11635 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 60301 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.6 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 322.40 MicroJy IMAGR2: 2307 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 327.952 MicroJy iter= 10920 IMAGR2: Field 3 Clean flux density= -9.073 MilliJy 10920 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 61109 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.49 MicroJy IMAGR2: 2312 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 324.120 MicroJy iter= 10769 IMAGR2: Field 6 Clean flux density= -12.039 MilliJy 10769 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 61931 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 314.64 MicroJy IMAGR2: 2879 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 320.803 MicroJy iter= 12163 IMAGR2: Field 5 Clean flux density= -8.363 MilliJy 12163 comps IMAGR2: Total Cleaned flux density = 5.394 Jy 62901 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -500.2 MicroJy,max = 554.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 313.23 MicroJy IMAGR2: 744 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 315.556 MicroJy iter= 4438 IMAGR2: Field 1 Clean flux density= 5.350 Jy 4438 comps IMAGR2: Total Cleaned flux density = 5.393 Jy 63242 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 898.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 310.63 MicroJy IMAGR2: 1202 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 314.321 MicroJy iter= 7497 IMAGR2: Field 2 Clean flux density= 28.028 MilliJy 7497 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 63724 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -922.6 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 308.19 MicroJy IMAGR2: 1132 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -311.372 MicroJy iter= 6769 IMAGR2: Field 7 Clean flux density= 44.228 MilliJy 6769 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 64191 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 305.23 MicroJy IMAGR2: 3418 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -311.746 MicroJy iter= 12751 IMAGR2: Field 4 Clean flux density= -926.045 MicroJy 12751 comps IMAGR2: Total Cleaned flux density = 5.392 Jy 65307 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 302.38 MicroJy IMAGR2: 2559 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 307.658 MicroJy iter= 11821 IMAGR2: Field 3 Clean flux density= -5.868 MilliJy 11821 comps IMAGR2: Total Cleaned flux density = 5.395 Jy 66208 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 6 min = -2.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 299.68 MicroJy IMAGR2: 2551 Residual map points loaded IMAGR2: Field 6 min Clean flux = -307.615 MicroJy iter= 11572 IMAGR2: Field 6 Clean flux density= -10.900 MilliJy 11572 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 67011 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 292.99 MicroJy IMAGR2: 3747 Residual map points loaded IMAGR2: Field 5 min Clean flux = -307.587 MicroJy iter= 13091 IMAGR2: Field 5 Clean flux density= -8.200 MilliJy 13091 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 67939 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 1 min = -484.8 MicroJy,max = 510.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 285.34 MicroJy IMAGR2: 980 Residual map points loaded IMAGR2: Field 1 min Clean flux = -307.531 MicroJy iter= 4564 IMAGR2: Field 1 Clean flux density= 5.350 Jy 4564 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 68065 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 2 min = -1.0 MilliJy,max = 863.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 281.31 MicroJy IMAGR2: 2659 Residual map points loaded IMAGR2: Field 2 min Clean flux = -307.613 MicroJy iter= 7806 IMAGR2: Field 2 Clean flux density= 28.169 MilliJy 7806 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 68374 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.25 MicroJy IMAGR2: 5683 Residual map points loaded IMAGR2: Field 4 min Clean flux = -307.604 MicroJy iter= 13279 IMAGR2: Field 4 Clean flux density= -470.178 MicroJy 13279 comps IMAGR2: Total Cleaned flux density = 5.397 Jy 68902 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 7 min = -863.4 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 254.70 MicroJy IMAGR2: 6919 Residual map points loaded IMAGR2: Field 7 min Clean flux = 307.574 MicroJy iter= 7014 IMAGR2: Field 7 Clean flux density= 43.676 MilliJy 7014 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 69147 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 221.40 MicroJy IMAGR2: 19990 Residual map points loaded IMAGR2: Field 3 min Clean flux = 307.557 MicroJy iter= 12070 IMAGR2: Field 3 Clean flux density= -6.088 MilliJy 12070 comps IMAGR2: Total Cleaned flux density = 5.396 Jy 69396 comps IMAGR2: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 443- 0 Cells, with 48609 Pts IMAGR2: Peak residual in window 307.615 less than limit 307.627 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 4564 to 2125 components IMAGR2: Field 2 compressed from 7806 to 3274 components IMAGR2: Field 3 compressed from 12070 to 4643 components IMAGR2: Field 4 compressed from 13279 to 5079 components IMAGR2: Field 5 compressed from 13091 to 5014 components IMAGR2: Field 6 compressed from 11572 to 4425 components IMAGR2: Field 7 compressed from 7014 to 2965 components IMAGR2: Field 1 min = -465.2 MicroJy,max = 475.7 MicroJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 857.7 MicroJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: Field 6 min = -2.1 MilliJy,max = 1.4 MilliJy IMAGR2: Field 7 min = -850.5 MicroJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 691.717 MicroJy ( 142 CCs) from field 1 to field 2 IMAGR2: Restore -10.845 MilliJy ( 314 CCs) from field 1 to field 3 IMAGR2: Restore 9.340 MilliJy ( 376 CCs) from field 1 to field 4 IMAGR2: Restore -11.047 MilliJy ( 347 CCs) from field 1 to field 5 IMAGR2: Restore 12.203 MilliJy ( 351 CCs) from field 1 to field 6 IMAGR2: Restore -14.013 MilliJy ( 146 CCs) from field 1 to field 7 IMAGR2: Restore -7.217 MilliJy ( 165 CCs) from field 2 to field 1 IMAGR2: Restore -7.429 MilliJy ( 285 CCs) from field 2 to field 3 IMAGR2: Restore 4.281 MilliJy ( 423 CCs) from field 2 to field 4 IMAGR2: Restore-556.219 MicroJy ( 261 CCs) from field 3 to field 1 IMAGR2: Restore 2.970 MilliJy ( 205 CCs) from field 3 to field 2 IMAGR2: Restore -12.624 MilliJy ( 393 CCs) from field 3 to field 5 IMAGR2: Restore -8.500 MilliJy ( 281 CCs) from field 4 to field 1 IMAGR2: Restore 4.102 MilliJy ( 245 CCs) from field 4 to field 2 IMAGR2: Restore 10.721 MilliJy ( 387 CCs) from field 4 to field 6 IMAGR2: Restore 6.033 MilliJy ( 351 CCs) from field 5 to field 1 IMAGR2: Restore -6.347 MilliJy ( 291 CCs) from field 5 to field 3 IMAGR2: Restore -1.887 MilliJy ( 348 CCs) from field 5 to field 7 IMAGR2: Restore -1.562 MilliJy ( 241 CCs) from field 6 to field 1 IMAGR2: Restore 4.026 MilliJy ( 262 CCs) from field 6 to field 4 IMAGR2: Restore 3.902 MilliJy ( 233 CCs) from field 6 to field 7 IMAGR2: Restore -1.628 MilliJy ( 112 CCs) from field 7 to field 1 IMAGR2: Restore 14.619 MilliJy ( 293 CCs) from field 7 to field 5 IMAGR2: Restore-155.736 MicroJy ( 277 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 5.336 Jy IMAGR2: Field 2 final Clean flux 35.933 MilliJy IMAGR2: Field 3 final Clean flux -30.709 MilliJy IMAGR2: Field 4 final Clean flux 17.176 MilliJy IMAGR2: Field 5 final Clean flux -17.252 MilliJy IMAGR2: Field 6 final Clean flux 11.868 MilliJy IMAGR2: Field 7 final Clean flux 31.677 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= 229.7 Real= 711 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 20000117.X BAND.1 AIPS 2: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 2: Got(1) disk= 1 user=**** type=UV 20000117.X BAND.1 AIPS 2: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 2: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 2: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: Resumes AIPS 2: '1331+305 MODEL =' '3C286_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.05127 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: AN17_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.1422 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.23424 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 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 116.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= 0.9 Real= 3 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.1422 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: AN17_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 6320 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.041E+04 IMAGR2: UVWAIT: Adding temperance S 6.082E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.625E+07 and out 1.979E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.130 due to weighting IMAGR2: UVWAIT: Average summed weight 3.041E+04 over 12483 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.10118E+08 IMAGR2: Field 1 Beam min = -188.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.662 x 0.694 arcsec, PA= 70.9 IMAGR2: Field 2 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 2 Beam min = -188.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.663 x 0.694 arcsec, PA= 70.8 IMAGR2: Field 3 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 3 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.666 x 0.694 arcsec, PA= 70.8 IMAGR2: Field 4 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 4 Beam min = -121.4 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.660 x 0.694 arcsec, PA= 70.9 IMAGR2: Field 5 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 5 Beam min = -134.7 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.664 x 0.694 arcsec, PA= 70.8 IMAGR2: Field 6 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 6 Beam min = -136.3 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.659 x 0.694 arcsec, PA= 70.9 IMAGR2: Field 7 Sum of gridding weights = 2.10118E+08 IMAGR2: Field 7 Beam min = -188.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.661 x 0.694 arcsec, PA= 70.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.6 MilliJy,max = 430.2 MilliJy IMAGR2: Field 2 min = -42.2 MilliJy,max = 175.2 MilliJy IMAGR2: Field 3 min = -43.4 MilliJy,max = 191.6 MilliJy IMAGR2: Field 4 min = -45.5 MilliJy,max = 129.4 MilliJy IMAGR2: Field 5 min = -42.2 MilliJy,max = 130.0 MilliJy IMAGR2: Field 6 min = -44.1 MilliJy,max = 191.9 MilliJy IMAGR2: Field 7 min = -35.2 MilliJy,max = 171.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 68.50 MilliJy IMAGR2: 2397 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 230.260 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 224.596 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 224.596 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 = -21.3 MilliJy,max = 207.4 MilliJy IMAGR2: BGC Clean: using 1993 cell beam + residuals > 44.10 MilliJy IMAGR2: 635 Residual map points loaded IMAGR2: Field 1 min allowed flux = 102.531 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 344.384 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 344.384 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -10.5 MilliJy,max = 41.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.986E-02 < Second best 1.824E-01 IMAGR2: Field 3 min = -9.6 MilliJy,max = 41.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.941E-02 < Second best 1.238E-01 IMAGR2: Field 5 min = -9.4 MilliJy,max = 26.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.559E-02 < Second best 1.233E-01 IMAGR2: Field 4 min = -10.6 MilliJy,max = 30.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.913E-02 < Second best 9.753E-02 IMAGR2: Field 1 min = -10.1 MilliJy,max = 92.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.778E-02 < Second best 9.692E-02 IMAGR2: Field 7 min = -7.9 MilliJy,max = 38.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.996E-02 < Second best 9.627E-02 IMAGR2: Field 2 min = -10.8 MilliJy,max = 38.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.102E-02 < Second best 8.778E-02 IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.69 MilliJy IMAGR2: 2820 Residual map points loaded IMAGR2: Field 1 min allowed flux = 42.629 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 402.272 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 402.272 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.6 MilliJy,max = 39.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.713E-02 < Second best 3.986E-02 IMAGR2: Field 6 min = -5.2 MilliJy,max = 17.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.662E-02 < Second best 3.941E-02 IMAGR2: Field 3 min = -4.7 MilliJy,max = 16.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.606E-02 < Second best 3.713E-02 IMAGR2: BGC Clean: using 1885 cell beam + residuals > 8.83 MilliJy IMAGR2: 638 Residual map points loaded IMAGR2: Field 1 min allowed flux = 18.827 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 427.287 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 427.287 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -4.1 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.498E-03 < Second best 2.559E-02 IMAGR2: Field 5 min = -3.2 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.350E-03 < Second best 2.102E-02 IMAGR2: Field 2 min = -4.1 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.723E-03 < Second best 1.996E-02 IMAGR2: Field 7 min = -3.4 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.558E-03 < Second best 1.791E-02 IMAGR2: Field 1 min = -4.4 MilliJy,max = 17.0 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 3.38 MilliJy IMAGR2: 2178 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.135 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 438.199 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 438.199 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.3 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.908E-03 < Second best 1.606E-02 IMAGR2: Field 3 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.977E-03 < Second best 7.742E-03 IMAGR2: Field 1 min = -4.8 MilliJy,max = 7.5 MilliJy IMAGR2: BGC Clean: using 1453 cell beam + residuals > 2.27 MilliJy IMAGR2: 1998 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.628 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 441.345 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 441.345 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.6 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.456E-03 < Second best 5.558E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.018E-03 < Second best 4.723E-03 IMAGR2: Field 2 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.844E-03 < Second best 4.350E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.069E-03 < Second best 3.908E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.835E-03 < Second best 3.457E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.65 MilliJy IMAGR2: 3631 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.785 MilliJy iter= 125 IMAGR2: Field 1 Clean flux density= 448.449 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 448.449 MilliJy 125 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 2609 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.257 MilliJy iter= 61 IMAGR2: Field 4 Clean flux density= -2.486 MilliJy 61 comps IMAGR2: Total Cleaned flux density = 445.963 MilliJy 186 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.762E-03 < Second best 3.018E-03 IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.020E-03 < Second best 2.977E-03 IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.560E-03 < Second best 2.844E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.027E-03 < Second best 2.835E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.239E-03 < Second best 2.762E-03 IMAGR2: BGC Clean: using 629 cell beam + residuals > 1.57 MilliJy IMAGR2: 2266 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.004 MilliJy iter= 57 IMAGR2: Field 5 Clean flux density= 830.644 MicroJy 57 comps IMAGR2: Total Cleaned flux density = 446.794 MilliJy 243 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.211E-03 < Second best 2.560E-03 IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1795 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.767 MilliJy iter= 78 IMAGR2: Field 3 Clean flux density= -5.462 MilliJy 78 comps IMAGR2: Total Cleaned flux density = 441.331 MilliJy 321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1838 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.728 MilliJy iter= 92 IMAGR2: Field 6 Clean flux density= 2.552 MilliJy 92 comps IMAGR2: Total Cleaned flux density = 443.883 MilliJy 413 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.808E-03 < Second best 2.158E-03 IMAGR2: Field 4 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.830E-03 < Second best 2.027E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.26 MilliJy IMAGR2: 396 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.434 MilliJy iter= 55 IMAGR2: Field 2 Clean flux density= 1.746 MilliJy 55 comps IMAGR2: Total Cleaned flux density = 445.630 MilliJy 468 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.627E-03 < Second best 1.917E-03 IMAGR2: Field 5 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2452 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.445 MilliJy iter= 179 IMAGR2: Field 5 Clean flux density= 489.906 MicroJy 179 comps IMAGR2: Total Cleaned flux density = 445.289 MilliJy 590 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.692E-03 < Second best 1.808E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.297 MilliJy iter= 199 IMAGR2: Field 1 Clean flux density= 444.540 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 441.380 MilliJy 664 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 934 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.302 MilliJy iter= 159 IMAGR2: Field 4 Clean flux density= 103.882 MicroJy 159 comps IMAGR2: Total Cleaned flux density = 443.969 MilliJy 762 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.507E-03 < Second best 1.654E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.229E-03 < Second best 1.627E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.396E-03 < Second best 1.507E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 989.07 MicroJy IMAGR2: 1516 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.149 MilliJy iter= 203 IMAGR2: Field 3 Clean flux density= -5.580 MilliJy 203 comps IMAGR2: Total Cleaned flux density = 443.852 MilliJy 887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 987.71 MicroJy IMAGR2: 335 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.064 MilliJy iter= 72 IMAGR2: Field 7 Clean flux density= 226.878 MicroJy 72 comps IMAGR2: Total Cleaned flux density = 444.079 MilliJy 959 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.141E-03 < Second best 1.372E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.164E-03 < Second best 1.247E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 846.63 MicroJy IMAGR2: 2028 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -984.352 MicroJy iter= 319 IMAGR2: Field 4 Clean flux density= -1.398 MilliJy 319 comps IMAGR2: Total Cleaned flux density = 442.577 MilliJy 1119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.074E-03 < Second best 1.229E-03 IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 798.26 MicroJy IMAGR2: 1613 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -916.504 MicroJy iter= 260 IMAGR2: Field 6 Clean flux density= 5.630 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 445.655 MilliJy 1287 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.057E-03 < Second best 1.141E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.15 MicroJy IMAGR2: 2321 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 923.601 MicroJy iter= 387 IMAGR2: Field 5 Clean flux density= -1.691 MilliJy 387 comps IMAGR2: Total Cleaned flux density = 443.475 MilliJy 1495 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.691E-04 < Second best 1.074E-03 IMAGR2: Field 1 min = -996.6 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.652E-04 < Second best 1.057E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 742.62 MicroJy IMAGR2: 769 Residual map points loaded IMAGR2: Field 2 min Clean flux = 851.379 MicroJy iter= 128 IMAGR2: Field 2 Clean flux density= 1.867 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 443.595 MilliJy 1568 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 713.65 MicroJy IMAGR2: 351 Residual map points loaded IMAGR2: Field 7 min Clean flux = -852.864 MicroJy iter= 82 IMAGR2: Field 7 Clean flux density= 57.258 MicroJy 82 comps IMAGR2: Total Cleaned flux density = 443.426 MilliJy 1578 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.159E-04 < Second best 9.652E-04 IMAGR2: Field 1 min = -962.7 MicroJy,max = 887.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.502E-04 < Second best 9.433E-04 IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 661.95 MicroJy IMAGR2: 1037 Residual map points loaded IMAGR2: Field 4 min Clean flux = -843.951 MicroJy iter= 325 IMAGR2: Field 4 Clean flux density= -1.574 MilliJy 325 comps IMAGR2: Total Cleaned flux density = 443.250 MilliJy 1584 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 656.88 MicroJy IMAGR2: 1637 Residual map points loaded IMAGR2: Field 3 min Clean flux = 846.897 MicroJy iter= 226 IMAGR2: Field 3 Clean flux density= -4.605 MilliJy 226 comps IMAGR2: Total Cleaned flux density = 444.225 MilliJy 1607 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.749E-04 < Second best 8.778E-04 IMAGR2: Field 6 min = -1.2 MilliJy,max = 981.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 487.62 MicroJy IMAGR2: 13036 Residual map points loaded IMAGR2: Field 6 min Clean flux = 849.766 MicroJy iter= 264 IMAGR2: Field 6 Clean flux density= 5.453 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 444.048 MilliJy 1611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -929.5 MicroJy,max = 879.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 408.19 MicroJy IMAGR2: 19984 Residual map points loaded IMAGR2: Field 1 min Clean flux = 820.629 MicroJy iter= 201 IMAGR2: Field 1 Clean flux density= 444.710 MilliJy 201 comps IMAGR2: Total Cleaned flux density = 444.218 MilliJy 1613 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 852.864 less than limit 853.081 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 201 to 102 components IMAGR2: Field 2 compressed from 128 to 103 components IMAGR2: Field 3 compressed from 226 to 174 components IMAGR2: Field 4 compressed from 325 to 255 components IMAGR2: Field 5 compressed from 387 to 298 components IMAGR2: Field 6 compressed from 264 to 197 components IMAGR2: Field 7 compressed from 82 to 66 components IMAGR2: Field 1 min = -933.9 MicroJy,max = 875.9 MicroJy IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 976.3 MicroJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-267.693 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore-128.408 MicroJy ( 43 CCs) from field 1 to field 4 IMAGR2: Restore-400.249 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore 2.052 MilliJy ( 43 CCs) from field 1 to field 6 IMAGR2: Restore-409.937 MicroJy ( 2 CCs) from field 1 to field 7 IMAGR2: Restore 171.474 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 1.636 MilliJy ( 14 CCs) from field 2 to field 3 IMAGR2: Restore 842.090 MicroJy ( 14 CCs) from field 2 to field 4 IMAGR2: Restore -1.816 MilliJy ( 18 CCs) from field 3 to field 1 IMAGR2: Restore-625.803 MicroJy ( 5 CCs) from field 3 to field 2 IMAGR2: Restore 252.479 MicroJy ( 16 CCs) from field 3 to field 5 IMAGR2: Restore-529.487 MicroJy ( 5 CCs) from field 4 to field 1 IMAGR2: Restore-736.558 MicroJy ( 15 CCs) from field 4 to field 2 IMAGR2: Restore-515.150 MicroJy ( 24 CCs) from field 4 to field 6 IMAGR2: Restore -2.274 MilliJy ( 34 CCs) from field 5 to field 1 IMAGR2: Restore -3.568 MilliJy ( 31 CCs) from field 5 to field 3 IMAGR2: Restore -1.154 MilliJy ( 26 CCs) from field 5 to field 7 IMAGR2: Restore 613.464 MicroJy ( 12 CCs) from field 6 to field 1 IMAGR2: Restore 101.421 MicroJy ( 10 CCs) from field 6 to field 4 IMAGR2: Restore 354.019 MicroJy ( 10 CCs) from field 6 to field 7 IMAGR2: Restore-175.336 MicroJy ( 11 CCs) from field 7 to field 5 IMAGR2: Restore 117.324 MicroJy ( 9 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 440.875 MilliJy IMAGR2: Field 2 final Clean flux 504.857 MicroJy IMAGR2: Field 3 final Clean flux -6.805 MilliJy IMAGR2: Field 4 final Clean flux -758.541 MicroJy IMAGR2: Field 5 final Clean flux -2.014 MilliJy IMAGR2: Field 6 final Clean flux 7.107 MilliJy IMAGR2: Field 7 final Clean flux -1.152 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= 44.7 Real= 138 -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.1422 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: AN17_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.1384 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.24280 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24280 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 133.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.8 Real= 2 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.1422 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: AN17_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.1384 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: AN17_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 6669 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.541E+04 IMAGR2: UVWAIT: Adding temperance S 5.082E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.365E+07 and out 1.718E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.152 due to weighting IMAGR2: UVWAIT: Average summed weight 2.541E+04 over 13260 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 = 1.82414E+08 IMAGR2: Field 1 Beam min = -224.0 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 2.906 x 0.654 arcsec, PA= 51.7 IMAGR2: Field 2 Sum of gridding weights = 1.82413E+08 IMAGR2: Field 2 Beam min = -224.0 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 2.913 x 0.655 arcsec, PA= 51.7 IMAGR2: Field 3 Sum of gridding weights = 1.82414E+08 IMAGR2: Field 3 Beam min = -152.1 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 2.917 x 0.655 arcsec, PA= 51.7 IMAGR2: Field 4 Sum of gridding weights = 1.82413E+08 IMAGR2: Field 4 Beam min = -196.3 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 2.902 x 0.655 arcsec, PA= 51.8 IMAGR2: Field 5 Sum of gridding weights = 1.82413E+08 IMAGR2: Field 5 Beam min = -130.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 2.910 x 0.654 arcsec, PA= 51.7 IMAGR2: Field 6 Sum of gridding weights = 1.82413E+08 IMAGR2: Field 6 Beam min = -196.0 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 2.896 x 0.654 arcsec, PA= 51.8 IMAGR2: Field 7 Sum of gridding weights = 1.82413E+08 IMAGR2: Field 7 Beam min = -224.0 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 2.900 x 0.654 arcsec, PA= 51.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.4 MilliJy,max = 763.4 MilliJy IMAGR2: Field 2 min = -68.1 MilliJy,max = 319.4 MilliJy IMAGR2: Field 3 min = -98.9 MilliJy,max = 229.0 MilliJy IMAGR2: Field 4 min = -98.3 MilliJy,max = 175.8 MilliJy IMAGR2: Field 5 min = -95.6 MilliJy,max = 177.2 MilliJy IMAGR2: Field 6 min = -97.6 MilliJy,max = 227.4 MilliJy IMAGR2: Field 7 min = -68.6 MilliJy,max = 316.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 115.73 MilliJy IMAGR2: 2806 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 405.715 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 398.281 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 398.281 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 = -33.3 MilliJy,max = 365.2 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 81.69 MilliJy IMAGR2: 496 Residual map points loaded IMAGR2: Field 1 min allowed flux = 174.652 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 606.248 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 606.248 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -14.6 MilliJy,max = 65.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.275E-02 < Second best 3.013E-01 IMAGR2: Field 7 min = -14.3 MilliJy,max = 65.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.194E-02 < Second best 2.182E-01 IMAGR2: Field 3 min = -20.4 MilliJy,max = 47.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.525E-02 < Second best 2.168E-01 IMAGR2: Field 6 min = -20.2 MilliJy,max = 47.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.507E-02 < Second best 1.661E-01 IMAGR2: Field 1 min = -14.6 MilliJy,max = 157.2 MilliJy IMAGR2: BGC Clean: using 995 cell beam + residuals > 57.91 MilliJy IMAGR2: 74 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 75.185 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 695.774 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 695.774 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.1 MilliJy,max = 17.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.422E-02 < Second best 1.355E-01 IMAGR2: Field 5 min = -8.6 MilliJy,max = 16.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.193E-02 < Second best 7.152E-02 IMAGR2: Field 1 min = -8.2 MilliJy,max = 67.7 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 15.14 MilliJy IMAGR2: 575 Residual map points loaded IMAGR2: Field 1 min allowed flux = 33.350 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 734.584 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 734.584 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 12.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.196E-02 < Second best 6.194E-02 IMAGR2: Field 7 min = -5.6 MilliJy,max = 12.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.214E-02 < Second best 4.525E-02 IMAGR2: Field 3 min = -6.5 MilliJy,max = 10.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.893E-03 < Second best 4.507E-02 IMAGR2: Field 6 min = -7.0 MilliJy,max = 12.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.223E-02 < Second best 3.173E-02 IMAGR2: Field 1 min = -6.4 MilliJy,max = 30.1 MilliJy IMAGR2: BGC Clean: using 1767 cell beam + residuals > 6.71 MilliJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 1 min allowed flux = 13.904 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 753.587 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 753.587 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.9 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.752E-03 < Second best 1.323E-02 IMAGR2: Field 1 min = -6.0 MilliJy,max = 12.6 MilliJy IMAGR2: BGC Clean: using 993 cell beam + residuals > 5.05 MilliJy IMAGR2: 244 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -6.259 MilliJy iter= 51 IMAGR2: Field 1 Clean flux density= 761.736 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 761.736 MilliJy 51 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.8 MilliJy,max = 8.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.182E-03 < Second best 1.214E-02 IMAGR2: Field 7 min = -5.2 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.908E-03 < Second best 1.196E-02 IMAGR2: Field 2 min = -6.0 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.155E-03 < Second best 1.193E-02 IMAGR2: Field 5 min = -5.9 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.556E-03 < Second best 9.893E-03 IMAGR2: Field 3 min = -7.6 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 1047 cell beam + residuals > 3.75 MilliJy IMAGR2: 7407 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 5.670 MilliJy iter= 34 IMAGR2: Field 3 Clean flux density= 6.763 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 768.499 MilliJy 85 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -7.8 MilliJy,max = 8.5 MilliJy IMAGR2: BGC Clean: using 1047 cell beam + residuals > 3.75 MilliJy IMAGR2: 7185 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -5.432 MilliJy iter= 47 IMAGR2: Field 6 Clean flux density= 4.825 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 773.324 MilliJy 132 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.1 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.263E-03 < Second best 6.556E-03 IMAGR2: Field 5 min = -5.5 MilliJy,max = 6.2 MilliJy IMAGR2: BGC Clean: using 1047 cell beam + residuals > 3.75 MilliJy IMAGR2: 470 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -4.354 MilliJy iter= 23 IMAGR2: Field 5 Clean flux density= 4.558 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 777.882 MilliJy 155 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.269E-03 < Second best 5.908E-03 IMAGR2: Field 7 min = -4.7 MilliJy,max = 5.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.110E-03 < Second best 5.419E-03 IMAGR2: Field 3 min = -5.8 MilliJy,max = 6.8 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.56 MilliJy IMAGR2: 3985 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 4.586 MilliJy iter= 85 IMAGR2: Field 3 Clean flux density= 2.916 MilliJy 85 comps IMAGR2: Total Cleaned flux density = 774.034 MilliJy 206 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.5 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.56 MilliJy IMAGR2: 257 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.974 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 766.661 MilliJy 76 comps IMAGR2: Total Cleaned flux density = 778.960 MilliJy 231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -5.2 MilliJy,max = 5.3 MilliJy IMAGR2: BGC Clean: using 759 cell beam + residuals > 3.56 MilliJy IMAGR2: 414 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.965 MilliJy iter= 28 IMAGR2: Field 4 Clean flux density= -4.363 MilliJy 28 comps IMAGR2: Total Cleaned flux density = 774.597 MilliJy 259 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -6.0 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.869E-03 < Second best 5.155E-03 IMAGR2: Field 2 min = -5.0 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.558E-03 < Second best 5.110E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.10 MilliJy IMAGR2: 632 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 3.612 MilliJy iter= 45 IMAGR2: Field 7 Clean flux density= 10.862 MilliJy 45 comps IMAGR2: Total Cleaned flux density = 785.459 MilliJy 304 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -5.9 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 4518 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.997 MilliJy iter= 153 IMAGR2: Field 6 Clean flux density= 10.745 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 791.379 MilliJy 410 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.5 MilliJy,max = 4.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.06 MilliJy IMAGR2: 807 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.533 MilliJy iter= 64 IMAGR2: Field 2 Clean flux density= -12.174 MilliJy 64 comps IMAGR2: Total Cleaned flux density = 779.205 MilliJy 474 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR2: 4672 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.628 MilliJy iter= 222 IMAGR2: Field 3 Clean flux density= 1.516 MilliJy 222 comps IMAGR2: Total Cleaned flux density = 777.805 MilliJy 611 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.021E-03 < Second best 3.827E-03 IMAGR2: Field 6 min = -5.1 MilliJy,max = 5.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.67 MilliJy IMAGR2: 2570 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -3.109 MilliJy iter= 260 IMAGR2: Field 6 Clean flux density= 21.988 MilliJy 260 comps IMAGR2: Total Cleaned flux density = 789.049 MilliJy 718 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.1 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.837E-03 < Second best 3.792E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.119E-03 < Second best 3.475E-03 IMAGR2: Field 3 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.36 MilliJy IMAGR2: 2202 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.713 MilliJy iter= 335 IMAGR2: Field 3 Clean flux density= 3.446 MilliJy 335 comps IMAGR2: Total Cleaned flux density = 790.979 MilliJy 831 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.28 MilliJy IMAGR2: 436 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.463 MilliJy iter= 109 IMAGR2: Field 7 Clean flux density= 22.419 MilliJy 109 comps IMAGR2: Total Cleaned flux density = 802.536 MilliJy 895 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.2 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.16 MilliJy IMAGR2: 643 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.368 MilliJy iter= 145 IMAGR2: Field 2 Clean flux density= -23.916 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 790.795 MilliJy 976 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.807E-03 < Second best 3.021E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.793E-03 < Second best 2.978E-03 IMAGR2: Field 6 min = -4.3 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.96 MilliJy IMAGR2: 4759 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.307 MilliJy iter= 444 IMAGR2: Field 6 Clean flux density= 20.933 MilliJy 444 comps IMAGR2: Total Cleaned flux density = 789.740 MilliJy 1160 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.252E-03 < Second best 2.807E-03 IMAGR2: Field 4 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.561E-03 < Second best 2.793E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.94 MilliJy IMAGR2: 1027 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 2.139 MilliJy iter= 138 IMAGR2: Field 5 Clean flux density= 17.754 MilliJy 138 comps IMAGR2: Total Cleaned flux density = 802.936 MilliJy 1275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 2241 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.018 MilliJy iter= 480 IMAGR2: Field 3 Clean flux density= -3.617 MilliJy 480 comps IMAGR2: Total Cleaned flux density = 795.874 MilliJy 1420 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 821 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.954 MilliJy iter= 142 IMAGR2: Field 4 Clean flux density= -10.443 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 789.794 MilliJy 1534 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.77 MilliJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.823 MilliJy iter= 155 IMAGR2: Field 7 Clean flux density= 23.686 MilliJy 155 comps IMAGR2: Total Cleaned flux density = 791.060 MilliJy 1580 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.033E-03 < Second best 2.252E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.032E-03 < Second best 2.213E-03 IMAGR2: Field 6 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 2117 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.702 MilliJy iter= 593 IMAGR2: Field 6 Clean flux density= 20.475 MilliJy 593 comps IMAGR2: Total Cleaned flux density = 790.602 MilliJy 1729 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.787E-03 < Second best 2.033E-03 IMAGR2: Field 2 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 1110 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.626 MilliJy iter= 284 IMAGR2: Field 2 Clean flux density= -17.634 MilliJy 284 comps IMAGR2: Total Cleaned flux density = 796.884 MilliJy 1868 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR2: 50 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.511 MilliJy iter= 95 IMAGR2: Field 1 Clean flux density= 767.220 MilliJy 95 comps IMAGR2: Total Cleaned flux density = 797.442 MilliJy 1887 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR2: 2270 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.522 MilliJy iter= 648 IMAGR2: Field 3 Clean flux density= -1.991 MilliJy 648 comps IMAGR2: Total Cleaned flux density = 799.068 MilliJy 2055 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR2: 594 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.409 MilliJy iter= 232 IMAGR2: Field 4 Clean flux density= -13.902 MilliJy 232 comps IMAGR2: Total Cleaned flux density = 795.609 MilliJy 2145 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.656E-03 < Second best 1.746E-03 IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 1508 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.425 MilliJy iter= 340 IMAGR2: Field 7 Clean flux density= 21.750 MilliJy 340 comps IMAGR2: Total Cleaned flux density = 793.674 MilliJy 2330 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.511E-03 < Second best 1.632E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 2246 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.336 MilliJy iter= 772 IMAGR2: Field 6 Clean flux density= 20.115 MilliJy 772 comps IMAGR2: Total Cleaned flux density = 793.315 MilliJy 2509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1332 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.293 MilliJy iter= 468 IMAGR2: Field 2 Clean flux density= -18.431 MilliJy 468 comps IMAGR2: Total Cleaned flux density = 792.518 MilliJy 2693 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.257 MilliJy iter= 254 IMAGR2: Field 5 Clean flux density= 17.756 MilliJy 254 comps IMAGR2: Total Cleaned flux density = 792.519 MilliJy 2809 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 1582 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.205 MilliJy iter= 793 IMAGR2: Field 3 Clean flux density= -51.828 MicroJy 793 comps IMAGR2: Total Cleaned flux density = 794.458 MilliJy 2954 comps 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 > 1.13 MilliJy IMAGR2: 100 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.144 MilliJy iter= 129 IMAGR2: Field 1 Clean flux density= 769.174 MilliJy 129 comps IMAGR2: Total Cleaned flux density = 796.412 MilliJy 2988 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.128 MilliJy iter= 428 IMAGR2: Field 7 Clean flux density= 19.852 MilliJy 428 comps IMAGR2: Total Cleaned flux density = 794.514 MilliJy 3076 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 365 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.089 MilliJy iter= 304 IMAGR2: Field 4 Clean flux density= -15.543 MilliJy 304 comps IMAGR2: Total Cleaned flux density = 792.872 MilliJy 3148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 2497 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.083 MilliJy iter= 973 IMAGR2: Field 6 Clean flux density= 22.453 MilliJy 973 comps IMAGR2: Total Cleaned flux density = 795.210 MilliJy 3349 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 979.13 MicroJy IMAGR2: 557 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.011 MilliJy iter= 567 IMAGR2: Field 2 Clean flux density= -16.878 MilliJy 567 comps IMAGR2: Total Cleaned flux density = 796.763 MilliJy 3448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 950.42 MicroJy IMAGR2: 943 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -989.691 MicroJy iter= 391 IMAGR2: Field 5 Clean flux density= 18.830 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 797.837 MilliJy 3585 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 914.01 MicroJy IMAGR2: 2728 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 974.603 MicroJy iter= 1031 IMAGR2: Field 3 Clean flux density= 3.319 MilliJy 1031 comps IMAGR2: Total Cleaned flux density = 801.208 MilliJy 3823 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 907.83 MicroJy IMAGR2: 307 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -925.830 MicroJy iter= 198 IMAGR2: Field 1 Clean flux density= 769.669 MilliJy 198 comps IMAGR2: Total Cleaned flux density = 801.702 MilliJy 3892 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 889.55 MicroJy IMAGR2: 916 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 925.442 MicroJy iter= 579 IMAGR2: Field 7 Clean flux density= 16.588 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 798.438 MilliJy 4043 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 876.38 MicroJy IMAGR2: 646 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 899.974 MicroJy iter= 407 IMAGR2: Field 4 Clean flux density= -16.094 MilliJy 407 comps IMAGR2: Total Cleaned flux density = 797.888 MilliJy 4146 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 832.49 MicroJy IMAGR2: 2163 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -873.381 MicroJy iter= 1171 IMAGR2: Field 6 Clean flux density= 22.348 MilliJy 1171 comps IMAGR2: Total Cleaned flux density = 797.782 MilliJy 4344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 818.96 MicroJy IMAGR2: 982 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 852.609 MicroJy iter= 732 IMAGR2: Field 2 Clean flux density= -14.648 MilliJy 732 comps IMAGR2: Total Cleaned flux density = 800.012 MilliJy 4509 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 800.77 MicroJy IMAGR2: 1013 Residual map points loaded IMAGR2: Field 5 min Clean flux = -830.501 MicroJy iter= 528 IMAGR2: Field 5 Clean flux density= 21.571 MilliJy 528 comps IMAGR2: Total Cleaned flux density = 802.754 MilliJy 4646 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 759.71 MicroJy IMAGR2: 2341 Residual map points loaded IMAGR2: Field 3 min Clean flux = -830.254 MicroJy iter= 1156 IMAGR2: Field 3 Clean flux density= 3.782 MilliJy 1156 comps IMAGR2: Total Cleaned flux density = 803.217 MilliJy 4771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 729.28 MicroJy IMAGR2: 1410 Residual map points loaded IMAGR2: Field 7 min Clean flux = 830.398 MicroJy iter= 628 IMAGR2: Field 7 Clean flux density= 16.029 MilliJy 628 comps IMAGR2: Total Cleaned flux density = 802.657 MilliJy 4820 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 906.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 708.56 MicroJy IMAGR2: 479 Residual map points loaded IMAGR2: Field 1 min Clean flux = -823.785 MicroJy iter= 215 IMAGR2: Field 1 Clean flux density= 769.746 MilliJy 215 comps IMAGR2: Total Cleaned flux density = 802.735 MilliJy 4837 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 682.99 MicroJy IMAGR2: 2319 Residual map points loaded IMAGR2: Field 4 min Clean flux = -830.179 MicroJy iter= 430 IMAGR2: Field 4 Clean flux density= -17.028 MilliJy 430 comps IMAGR2: Total Cleaned flux density = 801.801 MilliJy 4860 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.78 MicroJy IMAGR2: 10716 Residual map points loaded IMAGR2: Field 6 min Clean flux = 829.358 MicroJy iter= 1285 IMAGR2: Field 6 Clean flux density= 22.347 MilliJy 1285 comps IMAGR2: Total Cleaned flux density = 801.800 MilliJy 4974 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 476.68 MicroJy IMAGR2: 19983 Residual map points loaded IMAGR2: Field 2 min Clean flux = 820.977 MicroJy iter= 735 IMAGR2: Field 2 Clean flux density= -14.738 MilliJy 735 comps IMAGR2: Total Cleaned flux density = 801.710 MilliJy 4977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 830.501 less than limit 830.525 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 215 to 129 components IMAGR2: Field 2 compressed from 735 to 477 components IMAGR2: Field 3 compressed from 1156 to 846 components IMAGR2: Field 4 compressed from 430 to 301 components IMAGR2: Field 5 compressed from 528 to 376 components IMAGR2: Field 6 compressed from 1285 to 945 components IMAGR2: Field 7 compressed from 628 to 420 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 864.8 MicroJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.6 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 319.138 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR2: Restore 2.927 MilliJy ( 16 CCs) from field 1 to field 3 IMAGR2: Restore 1.344 MilliJy ( 23 CCs) from field 1 to field 4 IMAGR2: Restore 347.250 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore 2.821 MilliJy ( 52 CCs) from field 1 to field 6 IMAGR2: Restore 701.059 MicroJy ( 26 CCs) from field 1 to field 7 IMAGR2: Restore -8.827 MilliJy ( 32 CCs) from field 2 to field 1 IMAGR2: Restore -7.909 MilliJy ( 111 CCs) from field 2 to field 3 IMAGR2: Restore -1.975 MilliJy ( 40 CCs) from field 2 to field 4 IMAGR2: Restore -4.339 MilliJy ( 47 CCs) from field 3 to field 1 IMAGR2: Restore -2.746 MilliJy ( 45 CCs) from field 3 to field 2 IMAGR2: Restore 6.428 MilliJy ( 21 CCs) from field 3 to field 5 IMAGR2: Restore 1.038 MilliJy ( 10 CCs) from field 4 to field 1 IMAGR2: Restore 1.247 MilliJy ( 16 CCs) from field 4 to field 2 IMAGR2: Restore-837.594 MicroJy ( 45 CCs) from field 4 to field 6 IMAGR2: Restore 570.409 MicroJy ( 20 CCs) from field 5 to field 1 IMAGR2: Restore 3.330 MilliJy ( 54 CCs) from field 5 to field 3 IMAGR2: Restore 1.873 MilliJy ( 29 CCs) from field 5 to field 7 IMAGR2: Restore 1.865 MilliJy ( 42 CCs) from field 6 to field 1 IMAGR2: Restore -3.400 MilliJy ( 24 CCs) from field 6 to field 4 IMAGR2: Restore 2.407 MilliJy ( 34 CCs) from field 6 to field 7 IMAGR2: Restore 5.938 MilliJy ( 17 CCs) from field 7 to field 1 IMAGR2: Restore 3.171 MilliJy ( 33 CCs) from field 7 to field 5 IMAGR2: Restore 10.255 MilliJy ( 110 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 765.992 MilliJy IMAGR2: Field 2 final Clean flux -15.918 MilliJy IMAGR2: Field 3 final Clean flux 2.130 MilliJy IMAGR2: Field 4 final Clean flux -21.059 MilliJy IMAGR2: Field 5 final Clean flux 31.518 MilliJy IMAGR2: Field 6 final Clean flux 34.585 MilliJy IMAGR2: Field 7 final Clean flux 21.009 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= 72.7 Real= 228 -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.1422 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: AN17_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.1384 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: AN17_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.1384 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.24470 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24470 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 123.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= 3 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.1384 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: AN17_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 6669 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.188E+04 IMAGR2: UVWAIT: Adding temperance S 6.377E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.702E+07 and out 2.134E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR2: UVWAIT: Average summed weight 3.188E+04 over 13260 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 = 2.26542E+08 IMAGR2: Field 1 Beam min = -147.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.781 x 0.653 arcsec, PA= 67.8 IMAGR2: Field 2 Sum of gridding weights = 2.26541E+08 IMAGR2: Field 2 Beam min = -147.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.782 x 0.653 arcsec, PA= 67.8 IMAGR2: Field 3 Sum of gridding weights = 2.26542E+08 IMAGR2: Field 3 Beam min = -96.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.785 x 0.653 arcsec, PA= 67.7 IMAGR2: Field 4 Sum of gridding weights = 2.26541E+08 IMAGR2: Field 4 Beam min = -93.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.778 x 0.653 arcsec, PA= 67.9 IMAGR2: Field 5 Sum of gridding weights = 2.26541E+08 IMAGR2: Field 5 Beam min = -97.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.783 x 0.653 arcsec, PA= 67.7 IMAGR2: Field 6 Sum of gridding weights = 2.26542E+08 IMAGR2: Field 6 Beam min = -92.9 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.777 x 0.653 arcsec, PA= 67.9 IMAGR2: Field 7 Sum of gridding weights = 2.26542E+08 IMAGR2: Field 7 Beam min = -147.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.779 x 0.653 arcsec, PA= 67.8 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.2 MilliJy,max = 430.7 MilliJy IMAGR2: Field 2 min = -36.9 MilliJy,max = 176.4 MilliJy IMAGR2: Field 3 min = -39.1 MilliJy,max = 149.0 MilliJy IMAGR2: Field 4 min = -38.7 MilliJy,max = 152.9 MilliJy IMAGR2: Field 5 min = -38.9 MilliJy,max = 154.9 MilliJy IMAGR2: Field 6 min = -35.6 MilliJy,max = 151.9 MilliJy IMAGR2: Field 7 min = -37.4 MilliJy,max = 177.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 54.86 MilliJy IMAGR2: 5140 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 206.015 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 245.313 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 245.313 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 = -19.8 MilliJy,max = 185.4 MilliJy IMAGR2: BGC Clean: using 1829 cell beam + residuals > 42.50 MilliJy IMAGR2: 440 Residual map points loaded IMAGR2: Field 1 min allowed flux = 84.961 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 360.753 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 360.753 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -9.1 MilliJy,max = 27.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.356E-02 < Second best 1.360E-01 IMAGR2: Field 3 min = -8.1 MilliJy,max = 30.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.418E-02 < Second best 1.357E-01 IMAGR2: Field 2 min = -7.7 MilliJy,max = 31.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.442E-02 < Second best 1.344E-01 IMAGR2: Field 7 min = -7.8 MilliJy,max = 32.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.373E-02 < Second best 9.117E-02 IMAGR2: Field 4 min = -8.0 MilliJy,max = 27.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.732E-02 < Second best 8.904E-02 IMAGR2: Field 5 min = -9.6 MilliJy,max = 30.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.775E-02 < Second best 8.082E-02 IMAGR2: Field 1 min = -9.7 MilliJy,max = 77.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 10.82 MilliJy IMAGR2: 4598 Residual map points loaded IMAGR2: Field 1 min allowed flux = 37.054 MilliJy iter= 26 IMAGR2: Field 1 Clean flux density= 410.355 MilliJy 26 comps IMAGR2: Total Cleaned flux density = 410.355 MilliJy 26 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.5 MilliJy,max = 33.6 MilliJy IMAGR2: BGC Clean: using 1827 cell beam + residuals > 9.24 MilliJy IMAGR2: 253 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.141 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 431.889 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 431.889 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.9 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.628E-03 < Second best 2.418E-02 IMAGR2: Field 3 min = -4.0 MilliJy,max = 7.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.057E-03 < Second best 2.373E-02 IMAGR2: Field 7 min = -3.6 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.761E-03 < Second best 2.356E-02 IMAGR2: Field 6 min = -4.2 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.658E-03 < Second best 1.775E-02 IMAGR2: Field 5 min = -4.2 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.621E-03 < Second best 1.732E-02 IMAGR2: Field 4 min = -4.0 MilliJy,max = 6.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.556E-03 < Second best 1.536E-02 IMAGR2: Field 1 min = -5.8 MilliJy,max = 14.6 MilliJy IMAGR2: BGC Clean: using 2025 cell beam + residuals > 2.48 MilliJy IMAGR2: 7721 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.986 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 441.235 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 441.235 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.3 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 723 cell beam + residuals > 2.61 MilliJy IMAGR2: 1617 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.857 MilliJy iter= 71 IMAGR2: Field 1 Clean flux density= 441.562 MilliJy 71 comps IMAGR2: Total Cleaned flux density = 441.562 MilliJy 71 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.236E-03 < Second best 5.621E-03 IMAGR2: Field 5 min = -4.4 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.224E-03 < Second best 5.057E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.883E-03 < Second best 4.658E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.458E-03 < Second best 4.628E-03 IMAGR2: Field 2 min = -3.8 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.142E-03 < Second best 4.556E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.128E-03 < Second best 4.224E-03 IMAGR2: BGC Clean: using 1275 cell beam + residuals > 2.05 MilliJy IMAGR2: 3441 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.827 MilliJy iter= 34 IMAGR2: Field 5 Clean flux density= -1.648 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 439.914 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.492E-03 < Second best 3.680E-03 IMAGR2: Field 1 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.89 MilliJy IMAGR2: 2750 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.786 MilliJy iter= 133 IMAGR2: Field 1 Clean flux density= 449.352 MilliJy 133 comps IMAGR2: Total Cleaned flux density = 447.704 MilliJy 167 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.191E-03 < Second best 3.458E-03 IMAGR2: Field 6 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 1.89 MilliJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.383 MilliJy iter= 49 IMAGR2: Field 6 Clean flux density= 1.560 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 449.264 MilliJy 216 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.741E-03 < Second best 3.191E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 1.89 MilliJy IMAGR2: 1588 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.309 MilliJy iter= 51 IMAGR2: Field 3 Clean flux density= -3.886 MilliJy 51 comps IMAGR2: Total Cleaned flux density = 445.378 MilliJy 267 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.368E-03 < Second best 3.128E-03 IMAGR2: Field 4 min = -2.9 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.80 MilliJy IMAGR2: 1213 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.097 MilliJy iter= 46 IMAGR2: Field 4 Clean flux density= 1.847 MilliJy 46 comps IMAGR2: Total Cleaned flux density = 447.225 MilliJy 313 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 721 cell beam + residuals > 1.80 MilliJy IMAGR2: 292 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.018 MilliJy iter= 38 IMAGR2: Field 7 Clean flux density= 4.078 MilliJy 38 comps IMAGR2: Total Cleaned flux density = 451.303 MilliJy 351 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.502E-03 < Second best 2.663E-03 IMAGR2: Field 1 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 883 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.895 MilliJy iter= 199 IMAGR2: Field 1 Clean flux density= 443.957 MilliJy 199 comps IMAGR2: Total Cleaned flux density = 445.908 MilliJy 417 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.59 MilliJy IMAGR2: 1329 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.916 MilliJy iter= 125 IMAGR2: Field 5 Clean flux density= 4.323 MilliJy 125 comps IMAGR2: Total Cleaned flux density = 451.879 MilliJy 508 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.138E-03 < Second best 2.279E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.51 MilliJy IMAGR2: 1539 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.807 MilliJy iter= 156 IMAGR2: Field 6 Clean flux density= 4.113 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 454.431 MilliJy 615 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.004E-03 < Second best 2.138E-03 IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR2: 494 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.611 MilliJy iter= 84 IMAGR2: Field 2 Clean flux density= -2.431 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 452.000 MilliJy 699 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.789E-03 < Second best 2.004E-03 IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 766 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.514 MilliJy iter= 141 IMAGR2: Field 3 Clean flux density= -4.609 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 451.277 MilliJy 789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.667E-03 < Second best 1.835E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.561E-03 < Second best 1.812E-03 IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.696E-03 < Second best 1.789E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 2848 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.451 MilliJy iter= 230 IMAGR2: Field 4 Clean flux density= 4.744 MilliJy 230 comps IMAGR2: Total Cleaned flux density = 454.175 MilliJy 973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.578E-03 < Second best 1.696E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 780 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.247 MilliJy iter= 311 IMAGR2: Field 1 Clean flux density= 444.280 MilliJy 311 comps IMAGR2: Total Cleaned flux density = 454.498 MilliJy 1085 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.490E-03 < Second best 1.578E-03 IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.465E-03 < Second best 1.561E-03 IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1055 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.215 MilliJy iter= 258 IMAGR2: Field 5 Clean flux density= 7.899 MilliJy 258 comps IMAGR2: Total Cleaned flux density = 458.074 MilliJy 1218 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.334E-03 < Second best 1.490E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 392 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.124 MilliJy iter= 135 IMAGR2: Field 7 Clean flux density= 7.493 MilliJy 135 comps IMAGR2: Total Cleaned flux density = 461.489 MilliJy 1315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 571 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.122 MilliJy iter= 264 IMAGR2: Field 6 Clean flux density= 2.708 MilliJy 264 comps IMAGR2: Total Cleaned flux density = 460.084 MilliJy 1423 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 981.94 MicroJy IMAGR2: 704 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.066 MilliJy iter= 263 IMAGR2: Field 3 Clean flux density= -7.075 MilliJy 263 comps IMAGR2: Total Cleaned flux density = 457.618 MilliJy 1545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.106E-03 < Second best 1.334E-03 IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 553 cell beam + residuals > 900.89 MicroJy IMAGR2: 401 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -942.885 MicroJy iter= 157 IMAGR2: Field 2 Clean flux density= -3.772 MilliJy 157 comps IMAGR2: Total Cleaned flux density = 456.277 MilliJy 1618 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.021E-03 < Second best 1.164E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.579E-04 < Second best 1.106E-03 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 797.90 MicroJy IMAGR2: 1116 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 876.297 MicroJy iter= 392 IMAGR2: Field 4 Clean flux density= 3.677 MilliJy 392 comps IMAGR2: Total Cleaned flux density = 455.210 MilliJy 1780 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 777.50 MicroJy IMAGR2: 920 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -853.707 MicroJy iter= 312 IMAGR2: Field 7 Clean flux density= 7.971 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 455.688 MilliJy 1957 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.140E-04 < Second best 1.021E-03 IMAGR2: Field 1 min = -976.1 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.606E-04 < Second best 1.021E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 698.45 MicroJy IMAGR2: 2081 Residual map points loaded IMAGR2: Field 3 min Clean flux = 830.330 MicroJy iter= 355 IMAGR2: Field 3 Clean flux density= -6.241 MilliJy 355 comps IMAGR2: Total Cleaned flux density = 456.522 MilliJy 2049 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 > 676.23 MicroJy IMAGR2: 1311 Residual map points loaded IMAGR2: Field 5 min Clean flux = -830.187 MicroJy iter= 289 IMAGR2: Field 5 Clean flux density= 7.294 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 455.916 MilliJy 2080 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 671.67 MicroJy IMAGR2: 1975 Residual map points loaded IMAGR2: Field 6 min Clean flux = -828.976 MicroJy iter= 322 IMAGR2: Field 6 Clean flux density= 4.410 MilliJy 322 comps IMAGR2: Total Cleaned flux density = 457.619 MilliJy 2138 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 629.97 MicroJy IMAGR2: 2569 Residual map points loaded IMAGR2: Field 2 min Clean flux = -830.275 MicroJy iter= 188 IMAGR2: Field 2 Clean flux density= -4.556 MilliJy 188 comps IMAGR2: Total Cleaned flux density = 456.834 MilliJy 2169 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -871.2 MicroJy,max = 991.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.747E-04 < Second best 8.401E-04 IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 550.30 MicroJy IMAGR2: 4273 Residual map points loaded IMAGR2: Field 4 min Clean flux = -800.665 MicroJy iter= 394 IMAGR2: Field 4 Clean flux density= 3.514 MilliJy 394 comps IMAGR2: Total Cleaned flux density = 456.671 MilliJy 2171 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.3 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 311 to 170 components IMAGR2: Field 2 compressed from 188 to 144 components IMAGR2: Field 3 compressed from 355 to 268 components IMAGR2: Field 4 compressed from 394 to 300 components IMAGR2: Field 5 compressed from 289 to 224 components IMAGR2: Field 6 compressed from 322 to 246 components IMAGR2: Field 7 compressed from 312 to 222 components IMAGR2: Field 1 min = -871.1 MicroJy,max = 985.4 MicroJy IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-197.334 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 3.946 MilliJy ( 66 CCs) from field 1 to field 3 IMAGR2: Restore-137.697 MicroJy ( 9 CCs) from field 1 to field 4 IMAGR2: Restore 633.742 MicroJy ( 57 CCs) from field 1 to field 5 IMAGR2: Restore 50.855 MicroJy ( 17 CCs) from field 1 to field 6 IMAGR2: Restore 194.087 MicroJy ( 11 CCs) from field 1 to field 7 IMAGR2: Restore-659.667 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore-963.689 MicroJy ( 18 CCs) from field 2 to field 3 IMAGR2: Restore-134.096 MicroJy ( 16 CCs) from field 2 to field 4 IMAGR2: Restore 139.219 MicroJy ( 20 CCs) from field 3 to field 1 IMAGR2: Restore-421.465 MicroJy ( 23 CCs) from field 3 to field 2 IMAGR2: Restore -3.447 MilliJy ( 22 CCs) from field 3 to field 5 IMAGR2: Restore-421.769 MicroJy ( 31 CCs) from field 4 to field 1 IMAGR2: Restore -1.580 MilliJy ( 27 CCs) from field 4 to field 2 IMAGR2: Restore-538.860 MicroJy ( 31 CCs) from field 4 to field 6 IMAGR2: Restore 2.027 MilliJy ( 23 CCs) from field 5 to field 1 IMAGR2: Restore -1.818 MilliJy ( 20 CCs) from field 5 to field 3 IMAGR2: Restore 2.844 MilliJy ( 21 CCs) from field 5 to field 7 IMAGR2: Restore-272.089 MicroJy ( 15 CCs) from field 6 to field 1 IMAGR2: Restore 1.049 MilliJy ( 34 CCs) from field 6 to field 4 IMAGR2: Restore 190.435 MicroJy ( 3 CCs) from field 6 to field 7 IMAGR2: Restore-342.695 MicroJy ( 7 CCs) from field 7 to field 1 IMAGR2: Restore 161.390 MicroJy ( 33 CCs) from field 7 to field 5 IMAGR2: Restore-802.791 MicroJy ( 24 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 444.750 MilliJy IMAGR2: Field 2 final Clean flux -6.755 MilliJy IMAGR2: Field 3 final Clean flux -5.077 MilliJy IMAGR2: Field 4 final Clean flux 4.291 MilliJy IMAGR2: Field 5 final Clean flux 4.642 MilliJy IMAGR2: Field 6 final Clean flux 3.119 MilliJy IMAGR2: Field 7 final Clean flux 11.200 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= 42 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 50.3 Real= 155 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.1384 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: AN17_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.1349 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.23682 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23682 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 107.7 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= 3 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.1384 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: AN17_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.1349 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: AN17_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 7020 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 3.493E+04 IMAGR2: UVWAIT: Adding temperance S 6.986E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 2.091E+07 and out 2.618E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: Average summed weight 3.493E+04 over 13988 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 = 2.77949E+08 IMAGR2: Field 1 Beam min = -198.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.142 x 0.662 arcsec, PA= -79.7 IMAGR2: Field 2 Sum of gridding weights = 2.77949E+08 IMAGR2: Field 2 Beam min = -198.3 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.141 x 0.662 arcsec, PA= -79.8 IMAGR2: Field 3 Sum of gridding weights = 2.77948E+08 IMAGR2: Field 3 Beam min = -128.8 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.142 x 0.662 arcsec, PA= -79.9 IMAGR2: Field 4 Sum of gridding weights = 2.77948E+08 IMAGR2: Field 4 Beam min = -120.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.140 x 0.662 arcsec, PA= -79.6 IMAGR2: Field 5 Sum of gridding weights = 2.77947E+08 IMAGR2: Field 5 Beam min = -122.1 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.143 x 0.662 arcsec, PA= -79.8 IMAGR2: Field 6 Sum of gridding weights = 2.77948E+08 IMAGR2: Field 6 Beam min = -145.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.141 x 0.662 arcsec, PA= -79.6 IMAGR2: Field 7 Sum of gridding weights = 2.77949E+08 IMAGR2: Field 7 Beam min = -198.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.142 x 0.662 arcsec, PA= -79.7 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -109.7 MilliJy,max = 1.1 Jy IMAGR2: Field 2 min = -97.8 MilliJy,max = 328.6 MilliJy IMAGR2: Field 3 min = -116.1 MilliJy,max = 432.7 MilliJy IMAGR2: Field 4 min = -118.1 MilliJy,max = 348.7 MilliJy IMAGR2: Field 5 min = -118.7 MilliJy,max = 359.4 MilliJy IMAGR2: Field 6 min = -113.2 MilliJy,max = 447.7 MilliJy IMAGR2: Field 7 min = -101.4 MilliJy,max = 326.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 154.24 MilliJy IMAGR2: 3079 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 577.706 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 567.120 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 567.120 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 = -52.1 MilliJy,max = 519.9 MilliJy IMAGR2: BGC Clean: using 1973 cell beam + residuals > 100.76 MilliJy IMAGR2: 807 Residual map points loaded IMAGR2: Field 1 min allowed flux = 248.691 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 863.249 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 863.249 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -27.5 MilliJy,max = 93.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.519E-02 < Second best 3.284E-01 IMAGR2: Field 6 min = -26.2 MilliJy,max = 95.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.104E-02 < Second best 2.714E-01 IMAGR2: Field 5 min = -26.9 MilliJy,max = 82.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.225E-02 < Second best 2.645E-01 IMAGR2: Field 4 min = -24.7 MilliJy,max = 75.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.552E-02 < Second best 2.365E-01 IMAGR2: Field 1 min = -27.8 MilliJy,max = 224.7 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 79.32 MilliJy IMAGR2: 83 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 112.893 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 1.010 Jy 24 comps IMAGR2: Total Cleaned flux density = 1.010 Jy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -13.5 MilliJy,max = 29.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.856E-02 < Second best 2.045E-01 IMAGR2: Field 2 min = -12.2 MilliJy,max = 29.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.654E-02 < Second best 1.074E-01 IMAGR2: Field 1 min = -17.5 MilliJy,max = 102.5 MilliJy IMAGR2: BGC Clean: using 1967 cell beam + residuals > 20.99 MilliJy IMAGR2: 1051 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.828 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 1.082 Jy 34 comps IMAGR2: Total Cleaned flux density = 1.082 Jy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -11.2 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.275E-02 < Second best 7.104E-02 IMAGR2: Field 6 min = -9.2 MilliJy,max = 14.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.153E-02 < Second best 6.225E-02 IMAGR2: Field 5 min = -10.7 MilliJy,max = 18.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.503E-02 < Second best 5.552E-02 IMAGR2: Field 4 min = -9.8 MilliJy,max = 13.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.340E-03 < Second best 4.455E-02 IMAGR2: Field 1 min = -19.1 MilliJy,max = 43.1 MilliJy IMAGR2: BGC Clean: using 1787 cell beam + residuals > 9.45 MilliJy IMAGR2: 1617 Residual map points loaded IMAGR2: Field 1 min allowed flux = 21.531 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 1.108 Jy 44 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -10.6 MilliJy,max = 13.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.297E-02 < Second best 2.654E-02 IMAGR2: Field 2 min = -9.7 MilliJy,max = 11.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.059E-02 < Second best 2.049E-02 IMAGR2: Field 1 min = -20.1 MilliJy,max = 19.9 MilliJy IMAGR2: BGC Clean: using 1225 cell beam + residuals > 6.20 MilliJy IMAGR2: 2719 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -10.068 MilliJy iter= 76 IMAGR2: Field 1 Clean flux density= 1.102 Jy 76 comps IMAGR2: Total Cleaned flux density = 1.102 Jy 76 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -8.2 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.082E-03 < Second best 1.297E-02 IMAGR2: Field 7 min = -7.5 MilliJy,max = 10.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.878E-03 < Second best 1.275E-02 IMAGR2: Field 3 min = -8.0 MilliJy,max = 7.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.192E-03 < Second best 1.153E-02 IMAGR2: Field 6 min = -6.4 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.991E-03 < Second best 1.059E-02 IMAGR2: Field 2 min = -7.8 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.414E-03 < Second best 9.878E-03 IMAGR2: BGC Clean: using 1603 cell beam + residuals > 4.63 MilliJy IMAGR2: 1854 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 6.221 MilliJy iter= 32 IMAGR2: Field 7 Clean flux density= 11.835 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.0 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.637E-03 < Second best 9.340E-03 IMAGR2: Field 4 min = -9.5 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.10 MilliJy IMAGR2: 970 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 5.201 MilliJy iter= 34 IMAGR2: Field 4 Clean flux density= -8.955 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.6 MilliJy,max = 9.1 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 4.10 MilliJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 5.618 MilliJy iter= 136 IMAGR2: Field 1 Clean flux density= 1.102 Jy 136 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 202 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -6.7 MilliJy,max = 6.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.624E-03 < Second best 7.414E-03 IMAGR2: Field 2 min = -6.3 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.981E-03 < Second best 6.624E-03 IMAGR2: BGC Clean: using 485 cell beam + residuals > 4.34 MilliJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 4.893 MilliJy iter= 27 IMAGR2: Field 5 Clean flux density= 3.803 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 229 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -5.6 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.979E-03 < Second best 5.991E-03 IMAGR2: Field 6 min = -5.4 MilliJy,max = 6.0 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 3.54 MilliJy IMAGR2: 431 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 4.123 MilliJy iter= 39 IMAGR2: Field 6 Clean flux density= 5.651 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 1.114 Jy 268 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 5.2 MilliJy IMAGR2: BGC Clean: using 487 cell beam + residuals > 3.54 MilliJy IMAGR2: 446 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -4.043 MilliJy iter= 39 IMAGR2: Field 2 Clean flux density= -9.627 MilliJy 39 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 307 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.550E-03 < Second best 5.362E-03 IMAGR2: Field 1 min = -5.3 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 1223 cell beam + residuals > 3.04 MilliJy IMAGR2: 1142 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 3.584 MilliJy iter= 193 IMAGR2: Field 1 Clean flux density= 1.100 Jy 193 comps IMAGR2: Total Cleaned flux density = 1.103 Jy 364 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.658E-03 < Second best 4.962E-03 IMAGR2: Field 4 min = -4.8 MilliJy,max = 5.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.377E-03 < Second best 4.674E-03 IMAGR2: Field 5 min = -4.7 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.85 MilliJy IMAGR2: 1736 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -3.497 MilliJy iter= 115 IMAGR2: Field 5 Clean flux density= 10.437 MilliJy 115 comps IMAGR2: Total Cleaned flux density = 1.109 Jy 452 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.198E-03 < Second best 4.550E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 3.9 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 4.007E-03 < Second best 4.377E-03 IMAGR2: Field 4 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.85 MilliJy IMAGR2: 1114 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -3.326 MilliJy iter= 113 IMAGR2: Field 4 Clean flux density= -13.361 MilliJy 113 comps IMAGR2: Total Cleaned flux density = 1.105 Jy 531 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.4 MilliJy,max = 4.3 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 2.85 MilliJy IMAGR2: 455 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -3.186 MilliJy iter= 63 IMAGR2: Field 3 Clean flux density= -524.981 MicroJy 63 comps IMAGR2: Total Cleaned flux density = 1.104 Jy 594 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 485 cell beam + residuals > 2.63 MilliJy IMAGR2: 539 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -2.900 MilliJy iter= 90 IMAGR2: Field 7 Clean flux density= 15.655 MilliJy 90 comps IMAGR2: Total Cleaned flux density = 1.108 Jy 652 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.461E-03 < Second best 3.864E-03 IMAGR2: Field 2 min = -3.3 MilliJy,max = 4.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.144E-03 < Second best 3.461E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.41 MilliJy IMAGR2: 747 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.788 MilliJy iter= 146 IMAGR2: Field 6 Clean flux density= 16.619 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 759 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR2: 425 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.552 MilliJy iter= 272 IMAGR2: Field 1 Clean flux density= 1.099 Jy 272 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 838 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 2.669E-03 < Second best 3.181E-03 IMAGR2: Field 4 min = -3.5 MilliJy,max = 3.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.731E-03 < Second best 3.144E-03 IMAGR2: Field 2 min = -2.9 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.671E-03 < Second best 3.047E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.92 MilliJy IMAGR2: 1807 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 2.322 MilliJy iter= 246 IMAGR2: Field 3 Clean flux density= -397.216 MicroJy 246 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 1021 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.529E-03 < Second best 2.731E-03 IMAGR2: Field 4 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR2: 1819 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -2.150 MilliJy iter= 312 IMAGR2: Field 4 Clean flux density= -10.383 MilliJy 312 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 1220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.302E-03 < Second best 2.669E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.76 MilliJy IMAGR2: 918 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.982 MilliJy iter= 267 IMAGR2: Field 5 Clean flux density= 12.952 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 1372 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.69 MilliJy IMAGR2: 751 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.820 MilliJy iter= 241 IMAGR2: Field 6 Clean flux density= 7.418 MilliJy 241 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 1467 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.187E-03 < Second best 2.440E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.920E-03 < Second best 2.302E-03 IMAGR2: Field 2 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR2: 750 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.720 MilliJy iter= 197 IMAGR2: Field 2 Clean flux density= -3.755 MilliJy 197 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 1625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.030E-03 < Second best 2.187E-03 IMAGR2: Field 7 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR2: 776 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.607 MilliJy iter= 257 IMAGR2: Field 7 Clean flux density= 17.648 MilliJy 257 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 1792 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.1 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.642E-03 < Second best 2.030E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR2: 464 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.433 MilliJy iter= 353 IMAGR2: Field 3 Clean flux density= -3.496 MilliJy 353 comps IMAGR2: Total Cleaned flux density = 1.119 Jy 1899 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.656E-03 < Second best 1.897E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 1.25 MilliJy IMAGR2: 255 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.298 MilliJy iter= 334 IMAGR2: Field 5 Clean flux density= 11.217 MilliJy 334 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 1966 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 2066 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.331 MilliJy iter= 515 IMAGR2: Field 6 Clean flux density= 17.939 MilliJy 515 comps IMAGR2: Total Cleaned flux density = 1.128 Jy 2240 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR2: 131 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.210 MilliJy iter= 325 IMAGR2: Field 1 Clean flux density= 1.095 Jy 325 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 2293 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.412E-03 < Second best 1.642E-03 IMAGR2: Field 4 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 454 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.154 MilliJy iter= 455 IMAGR2: Field 4 Clean flux density= -6.160 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 2436 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.0 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR2: 836 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.095 MilliJy iter= 466 IMAGR2: Field 7 Clean flux density= 17.879 MilliJy 466 comps IMAGR2: Total Cleaned flux density = 1.129 Jy 2645 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 707 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.073 MilliJy iter= 373 IMAGR2: Field 2 Clean flux density= -9.188 MilliJy 373 comps IMAGR2: Total Cleaned flux density = 1.124 Jy 2821 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 959.61 MicroJy IMAGR2: 1030 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.036 MilliJy iter= 555 IMAGR2: Field 3 Clean flux density= -2.231 MilliJy 555 comps IMAGR2: Total Cleaned flux density = 1.125 Jy 3023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 899.99 MicroJy IMAGR2: 1081 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 967.931 MicroJy iter= 717 IMAGR2: Field 6 Clean flux density= 14.401 MilliJy 717 comps IMAGR2: Total Cleaned flux density = 1.121 Jy 3225 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.74 MicroJy IMAGR2: 891 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -928.447 MicroJy iter= 550 IMAGR2: Field 5 Clean flux density= 5.409 MilliJy 550 comps IMAGR2: Total Cleaned flux density = 1.115 Jy 3441 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 845.68 MicroJy IMAGR2: 85 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 856.778 MicroJy iter= 368 IMAGR2: Field 1 Clean flux density= 1.098 Jy 368 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 3484 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 822.09 MicroJy IMAGR2: 721 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 868.201 MicroJy iter= 641 IMAGR2: Field 4 Clean flux density= -4.044 MilliJy 641 comps IMAGR2: Total Cleaned flux density = 1.120 Jy 3670 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 = -1.7 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.363E-04 < Second best 1.028E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 749.05 MicroJy IMAGR2: 558 Residual map points loaded IMAGR2: Field 2 min Clean flux = 809.284 MicroJy iter= 474 IMAGR2: Field 2 Clean flux density= -7.545 MilliJy 474 comps IMAGR2: Total Cleaned flux density = 1.122 Jy 3771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 705.83 MicroJy IMAGR2: 1503 Residual map points loaded IMAGR2: Field 3 min Clean flux = -808.816 MicroJy iter= 698 IMAGR2: Field 3 Clean flux density= -6.439 MilliJy 698 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 3914 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 699.26 MicroJy IMAGR2: 921 Residual map points loaded IMAGR2: Field 7 min Clean flux = 808.891 MicroJy iter= 525 IMAGR2: Field 7 Clean flux density= 18.404 MilliJy 525 comps IMAGR2: Total Cleaned flux density = 1.118 Jy 3973 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 645.45 MicroJy IMAGR2: 1940 Residual map points loaded IMAGR2: Field 6 min Clean flux = -805.875 MicroJy iter= 763 IMAGR2: Field 6 Clean flux density= 13.374 MilliJy 763 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 4019 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 583.98 MicroJy IMAGR2: 3054 Residual map points loaded IMAGR2: Field 5 min Clean flux = 808.705 MicroJy iter= 564 IMAGR2: Field 5 Clean flux density= 4.879 MilliJy 564 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 4033 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 371 cell beam + residuals > 522.86 MicroJy IMAGR2: 5656 Residual map points loaded IMAGR2: Field 4 min Clean flux = 799.541 MicroJy iter= 647 IMAGR2: Field 4 Clean flux density= -3.721 MilliJy 647 comps IMAGR2: Total Cleaned flux density = 1.117 Jy 4039 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -994.6 MicroJy,max = 917.5 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 368 to 184 components IMAGR2: Field 2 compressed from 474 to 359 components IMAGR2: Field 3 compressed from 698 to 490 components IMAGR2: Field 4 compressed from 647 to 466 components IMAGR2: Field 5 compressed from 564 to 395 components IMAGR2: Field 6 compressed from 763 to 530 components IMAGR2: Field 7 compressed from 525 to 387 components IMAGR2: Field 1 min = -994.6 MicroJy,max = 917.5 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-740.065 MicroJy ( 17 CCs) from field 1 to field 2 IMAGR2: Restore -4.903 MilliJy ( 39 CCs) from field 1 to field 3 IMAGR2: Restore 297.544 MicroJy ( 11 CCs) from field 1 to field 4 IMAGR2: Restore -13.195 MilliJy ( 43 CCs) from field 1 to field 5 IMAGR2: Restore 951.994 MicroJy ( 4 CCs) from field 1 to field 6 IMAGR2: Restore 109.702 MicroJy ( 6 CCs) from field 1 to field 7 IMAGR2: Restore -1.843 MilliJy ( 22 CCs) from field 2 to field 1 IMAGR2: Restore -1.121 MilliJy ( 90 CCs) from field 2 to field 3 IMAGR2: Restore-739.979 MicroJy ( 14 CCs) from field 2 to field 4 IMAGR2: Restore-843.503 MicroJy ( 7 CCs) from field 3 to field 1 IMAGR2: Restore-700.722 MicroJy ( 17 CCs) from field 3 to field 2 IMAGR2: Restore-461.346 MicroJy ( 29 CCs) from field 3 to field 5 IMAGR2: Restore -2.779 MilliJy ( 42 CCs) from field 4 to field 1 IMAGR2: Restore -5.371 MilliJy ( 55 CCs) from field 4 to field 2 IMAGR2: Restore -72.548 MicroJy ( 16 CCs) from field 4 to field 6 IMAGR2: Restore -2.529 MilliJy ( 16 CCs) from field 5 to field 1 IMAGR2: Restore 1.621 MilliJy ( 5 CCs) from field 5 to field 3 IMAGR2: Restore -1.459 MilliJy ( 36 CCs) from field 5 to field 7 IMAGR2: Restore -2.476 MilliJy ( 20 CCs) from field 6 to field 1 IMAGR2: Restore-469.078 MicroJy ( 22 CCs) from field 6 to field 4 IMAGR2: Restore -1.606 MilliJy ( 36 CCs) from field 6 to field 7 IMAGR2: Restore 2.191 MilliJy ( 25 CCs) from field 7 to field 1 IMAGR2: Restore -4.709 MilliJy ( 49 CCs) from field 7 to field 5 IMAGR2: Restore 2.652 MilliJy ( 49 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.090 Jy IMAGR2: Field 2 final Clean flux -14.356 MilliJy IMAGR2: Field 3 final Clean flux -10.843 MilliJy IMAGR2: Field 4 final Clean flux -4.633 MilliJy IMAGR2: Field 5 final Clean flux -13.486 MilliJy IMAGR2: Field 6 final Clean flux 16.906 MilliJy IMAGR2: Field 7 final Clean flux 15.448 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= 64.6 Real= 200 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.1384 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: AN17_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.1349 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: AN17_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.1094 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 89.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.2 Real= 3 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.1384 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: AN17_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.1349 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: AN17_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.1094 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: AN17_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 10675 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.562E+04 IMAGR2: UVWAIT: Adding temperance S 7.124E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.348E+07 and out 4.248E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.132 due to weighting IMAGR2: UVWAIT: Average summed weight 3.562E+04 over 21203 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 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 = 4.50987E+08 IMAGR2: Field 1 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.003 x 0.682 arcsec, PA= -75.4 IMAGR2: Field 2 Sum of gridding weights = 4.50986E+08 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 2 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.003 x 0.682 arcsec, PA= -75.4 IMAGR2: Field 3 Sum of gridding weights = 4.50986E+08 IMAGR2: Field 3 Beam min = -173.9 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.004 x 0.682 arcsec, PA= -75.5 IMAGR2: Field 4 Sum of gridding weights = 4.50985E+08 IMAGR2: Field 4 Beam min = -108.5 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.003 x 0.682 arcsec, PA= -75.3 IMAGR2: Field 5 Sum of gridding weights = 4.50986E+08 IMAGR2: Field 5 Beam min = -173.8 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.004 x 0.682 arcsec, PA= -75.4 IMAGR2: Field 6 Sum of gridding weights = 4.50986E+08 IMAGR2: Field 6 Beam min = -108.5 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.003 x 0.682 arcsec, PA= -75.3 IMAGR2: Field 7 Sum of gridding weights = 4.50986E+08 IMAGR2: Field 7 Beam min = -179.8 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.004 x 0.682 arcsec, PA= -75.3 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -88.9 MilliJy,max = 947.0 MilliJy IMAGR2: Field 2 min = -65.1 MilliJy,max = 154.9 MilliJy IMAGR2: Field 3 min = -94.4 MilliJy,max = 238.3 MilliJy IMAGR2: Field 4 min = -90.5 MilliJy,max = 184.0 MilliJy IMAGR2: Field 5 min = -94.6 MilliJy,max = 186.4 MilliJy IMAGR2: Field 6 min = -91.3 MilliJy,max = 237.2 MilliJy IMAGR2: Field 7 min = -68.1 MilliJy,max = 154.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 102.40 MilliJy IMAGR2: 2218 Residual map points loaded IMAGR2: Field 1 min allowed flux = 452.951 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 539.352 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 539.352 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 = -39.1 MilliJy,max = 407.7 MilliJy IMAGR2: BGC Clean: using 1979 cell beam + residuals > 66.87 MilliJy IMAGR2: 350 Residual map points loaded IMAGR2: Field 1 min allowed flux = 194.985 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 771.530 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 771.530 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -17.9 MilliJy,max = 175.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.669E-01 < Second best 1.793E-01 IMAGR2: Field 6 min = -16.3 MilliJy,max = 46.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-02 < Second best 1.768E-01 IMAGR2: Field 3 min = -18.0 MilliJy,max = 45.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.325E-02 < Second best 1.669E-01 IMAGR2: BGC Clean: using 133 cell beam + residuals > 60.90 MilliJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 80.333 MilliJy iter= 25 IMAGR2: Field 1 Clean flux density= 880.482 MilliJy 25 comps IMAGR2: Total Cleaned flux density = 880.482 MilliJy 25 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.2 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.270E-02 < Second best 1.478E-01 IMAGR2: Field 7 min = -6.0 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.236E-02 < Second best 1.388E-01 IMAGR2: Field 4 min = -7.5 MilliJy,max = 15.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.305E-02 < Second best 1.388E-01 IMAGR2: Field 5 min = -8.3 MilliJy,max = 16.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.362E-02 < Second best 7.639E-02 IMAGR2: Field 1 min = -9.8 MilliJy,max = 73.9 MilliJy IMAGR2: BGC Clean: using 1999 cell beam + residuals > 10.11 MilliJy IMAGR2: 1089 Residual map points loaded IMAGR2: Field 1 min allowed flux = 36.910 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 928.599 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 928.599 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.8 MilliJy,max = 33.5 MilliJy IMAGR2: BGC Clean: using 149 cell beam + residuals > 9.86 MilliJy IMAGR2: 45 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.250 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 952.055 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 952.055 MilliJy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 4.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.067E-03 < Second best 3.325E-02 IMAGR2: Field 6 min = -3.3 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.467E-03 < Second best 1.451E-02 IMAGR2: Field 1 min = -8.4 MilliJy,max = 14.2 MilliJy IMAGR2: BGC Clean: using 133 cell beam + residuals > 5.29 MilliJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 1 min allowed flux = 7.012 MilliJy iter= 60 IMAGR2: Field 1 Clean flux density= 957.197 MilliJy 60 comps IMAGR2: Total Cleaned flux density = 957.197 MilliJy 60 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.741E-03 < Second best 1.305E-02 IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.889E-03 < Second best 1.270E-02 IMAGR2: Field 2 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.149E-03 < Second best 1.236E-02 IMAGR2: Field 7 min = -3.0 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.998E-03 < Second best 6.673E-03 IMAGR2: Field 1 min = -6.9 MilliJy,max = 6.3 MilliJy IMAGR2: BGC Clean: using 569 cell beam + residuals > 1.79 MilliJy IMAGR2: 2265 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.389 MilliJy iter= 100 IMAGR2: Field 1 Clean flux density= 951.029 MilliJy 100 comps IMAGR2: Total Cleaned flux density = 951.029 MilliJy 100 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.742E-03 < Second best 3.467E-03 IMAGR2: Field 6 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.373E-03 < Second best 3.229E-03 IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR2: 1053 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.294 MilliJy iter= 164 IMAGR2: Field 1 Clean flux density= 953.327 MilliJy 164 comps IMAGR2: Total Cleaned flux density = 953.327 MilliJy 164 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.47 MilliJy IMAGR2: 1101 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.924 MilliJy iter= 56 IMAGR2: Field 2 Clean flux density= -4.470 MilliJy 56 comps IMAGR2: Total Cleaned flux density = 948.857 MilliJy 220 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.602E-03 < Second best 2.889E-03 IMAGR2: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.367E-03 < Second best 2.742E-03 IMAGR2: Field 3 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR2: 1359 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.775 MilliJy iter= 75 IMAGR2: Field 3 Clean flux density= -179.059 MicroJy 75 comps IMAGR2: Total Cleaned flux density = 948.678 MilliJy 295 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.390E-03 < Second best 2.602E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR2: 2488 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.729 MilliJy iter= 119 IMAGR2: Field 7 Clean flux density= 7.671 MilliJy 119 comps IMAGR2: Total Cleaned flux density = 956.349 MilliJy 414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.149E-03 < Second best 2.373E-03 IMAGR2: Field 6 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR2: 1450 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.576 MilliJy iter= 116 IMAGR2: Field 6 Clean flux density= -1.722 MilliJy 116 comps IMAGR2: Total Cleaned flux density = 954.627 MilliJy 530 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR2: 1659 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.543 MilliJy iter= 142 IMAGR2: Field 4 Clean flux density= 3.543 MilliJy 142 comps IMAGR2: Total Cleaned flux density = 958.170 MilliJy 672 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.923E-03 < Second best 2.149E-03 IMAGR2: Field 5 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 2289 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.499 MilliJy iter= 180 IMAGR2: Field 5 Clean flux density= -5.159 MilliJy 180 comps IMAGR2: Total Cleaned flux density = 953.012 MilliJy 852 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.740E-03 < Second best 1.838E-03 IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.604E-03 < Second best 1.740E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 216 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.260 MilliJy iter= 238 IMAGR2: Field 1 Clean flux density= 955.915 MilliJy 238 comps IMAGR2: Total Cleaned flux density = 955.600 MilliJy 926 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 445 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.228 MilliJy iter= 172 IMAGR2: Field 3 Clean flux density= 2.136 MilliJy 172 comps IMAGR2: Total Cleaned flux density = 957.915 MilliJy 1023 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.343E-03 < Second best 1.604E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 1294 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.232 MilliJy iter= 232 IMAGR2: Field 2 Clean flux density= -5.421 MilliJy 232 comps IMAGR2: Total Cleaned flux density = 956.963 MilliJy 1199 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.239E-03 < Second best 1.476E-03 IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.323E-03 < Second best 1.434E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.276E-03 < Second best 1.343E-03 IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.81 MicroJy IMAGR2: 2921 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.090 MilliJy iter= 401 IMAGR2: Field 7 Clean flux density= 10.451 MilliJy 401 comps IMAGR2: Total Cleaned flux density = 959.743 MilliJy 1481 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 890.70 MicroJy IMAGR2: 2244 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.044 MilliJy iter= 404 IMAGR2: Field 4 Clean flux density= 2.005 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 958.204 MilliJy 1743 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 881.37 MicroJy IMAGR2: 951 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 974.289 MicroJy iter= 366 IMAGR2: Field 5 Clean flux density= -5.152 MilliJy 366 comps IMAGR2: Total Cleaned flux density = 958.211 MilliJy 1929 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.107E-03 < Second best 1.205E-03 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.022E-03 < Second best 1.180E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.114E-03 < Second best 1.176E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 789.10 MicroJy IMAGR2: 1033 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 873.040 MicroJy iter= 383 IMAGR2: Field 3 Clean flux density= 1.136 MilliJy 383 comps IMAGR2: Total Cleaned flux density = 957.211 MilliJy 2140 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.047E-03 < Second best 1.107E-03 IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.36 MicroJy IMAGR2: 1346 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -880.065 MicroJy iter= 356 IMAGR2: Field 6 Clean flux density= -5.637 MilliJy 356 comps IMAGR2: Total Cleaned flux density = 953.296 MilliJy 2380 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 786.63 MicroJy IMAGR2: 833 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 852.897 MicroJy iter= 418 IMAGR2: Field 2 Clean flux density= -1.491 MilliJy 418 comps IMAGR2: Total Cleaned flux density = 957.227 MilliJy 2566 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 744.34 MicroJy IMAGR2: 420 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 783.614 MicroJy iter= 536 IMAGR2: Field 7 Clean flux density= 8.498 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 955.274 MilliJy 2701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -956.5 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.754E-04 < Second best 1.001E-03 IMAGR2: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 693.44 MicroJy IMAGR2: 656 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 736.057 MicroJy iter= 567 IMAGR2: Field 4 Clean flux density= 2.275 MilliJy 567 comps IMAGR2: Total Cleaned flux density = 955.544 MilliJy 2864 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 658.65 MicroJy IMAGR2: 1683 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 728.066 MicroJy iter= 675 IMAGR2: Field 5 Clean flux density= -4.380 MilliJy 675 comps IMAGR2: Total Cleaned flux density = 956.317 MilliJy 3173 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.849E-04 < Second best 8.366E-04 IMAGR2: Field 3 min = -939.8 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.49 MicroJy IMAGR2: 869 Residual map points loaded IMAGR2: Field 3 min Clean flux = 656.291 MicroJy iter= 570 IMAGR2: Field 3 Clean flux density= 2.954 MilliJy 570 comps IMAGR2: Total Cleaned flux density = 958.134 MilliJy 3360 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 577.11 MicroJy IMAGR2: 2051 Residual map points loaded IMAGR2: Field 2 min Clean flux = 656.360 MicroJy iter= 696 IMAGR2: Field 2 Clean flux density= -528.882 MicroJy 696 comps IMAGR2: Total Cleaned flux density = 959.096 MilliJy 3638 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 569.36 MicroJy IMAGR2: 2043 Residual map points loaded IMAGR2: Field 6 min Clean flux = 656.387 MicroJy iter= 593 IMAGR2: Field 6 Clean flux density= -6.705 MilliJy 593 comps IMAGR2: Total Cleaned flux density = 958.028 MilliJy 3875 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -750.3 MicroJy,max = 874.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.877E-04 < Second best 7.508E-04 IMAGR2: Field 7 min = -940.5 MicroJy,max = 937.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 532.57 MicroJy IMAGR2: 1664 Residual map points loaded IMAGR2: Field 7 min Clean flux = -655.926 MicroJy iter= 579 IMAGR2: Field 7 Clean flux density= 7.886 MilliJy 579 comps IMAGR2: Total Cleaned flux density = 957.417 MilliJy 3918 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -906.7 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.04 MicroJy IMAGR2: 3071 Residual map points loaded IMAGR2: Field 4 min Clean flux = -656.248 MicroJy iter= 604 IMAGR2: Field 4 Clean flux density= 2.191 MilliJy 604 comps IMAGR2: Total Cleaned flux density = 957.332 MilliJy 3955 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -929.8 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 395.05 MicroJy IMAGR2: 16684 Residual map points loaded IMAGR2: Field 5 min Clean flux = 656.010 MicroJy iter= 691 IMAGR2: Field 5 Clean flux density= -4.789 MilliJy 691 comps IMAGR2: Total Cleaned flux density = 956.923 MilliJy 3971 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -744.9 MicroJy,max = 859.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 300.94 MicroJy IMAGR2: 19986 Residual map points loaded IMAGR2: Field 1 min Clean flux = -645.195 MicroJy iter= 244 IMAGR2: Field 1 Clean flux density= 955.641 MilliJy 244 comps IMAGR2: Total Cleaned flux density = 956.649 MilliJy 3977 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 656.387 less than limit 656.446 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 244 to 66 components IMAGR2: Field 2 compressed from 696 to 498 components IMAGR2: Field 3 compressed from 570 to 379 components IMAGR2: Field 4 compressed from 604 to 437 components IMAGR2: Field 5 compressed from 691 to 513 components IMAGR2: Field 6 compressed from 593 to 421 components IMAGR2: Field 7 compressed from 579 to 412 components IMAGR2: Field 1 min = -741.3 MicroJy,max = 863.9 MicroJy IMAGR2: Field 2 min = -1.1 MilliJy,max = 894.6 MicroJy IMAGR2: Field 3 min = -883.2 MicroJy,max = 1.0 MilliJy IMAGR2: Field 4 min = -901.3 MicroJy,max = 1.0 MilliJy IMAGR2: Field 5 min = -902.8 MicroJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -929.1 MicroJy,max = 864.8 MicroJy IMAGR2: Field 7 min = -878.2 MicroJy,max = 922.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-126.694 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore -7.815 MicroJy ( 2 CCs) from field 1 to field 3 IMAGR2: Restore-460.804 MicroJy ( 4 CCs) from field 1 to field 4 IMAGR2: Restore 212.692 MicroJy ( 5 CCs) from field 1 to field 5 IMAGR2: Restore -66.395 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore 130.734 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore-327.779 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR2: Restore 380.364 MicroJy ( 10 CCs) from field 2 to field 3 IMAGR2: Restore 901.019 MicroJy ( 54 CCs) from field 2 to field 4 IMAGR2: Restore 884.251 MicroJy ( 26 CCs) from field 3 to field 1 IMAGR2: Restore-591.029 MicroJy ( 46 CCs) from field 3 to field 2 IMAGR2: Restore -1.211 MilliJy ( 11 CCs) from field 3 to field 5 IMAGR2: Restore 59.118 MicroJy ( 17 CCs) from field 4 to field 1 IMAGR2: Restore 1.220 MilliJy ( 29 CCs) from field 4 to field 2 IMAGR2: Restore-203.941 MicroJy ( 24 CCs) from field 4 to field 6 IMAGR2: Restore-305.396 MicroJy ( 25 CCs) from field 5 to field 1 IMAGR2: Restore-639.961 MicroJy ( 26 CCs) from field 5 to field 3 IMAGR2: Restore-431.776 MicroJy ( 23 CCs) from field 5 to field 7 IMAGR2: Restore 67.318 MicroJy ( 12 CCs) from field 6 to field 1 IMAGR2: Restore 451.457 MicroJy ( 28 CCs) from field 6 to field 4 IMAGR2: Restore-590.081 MicroJy ( 20 CCs) from field 6 to field 7 IMAGR2: Restore 259.266 MicroJy ( 9 CCs) from field 7 to field 1 IMAGR2: Restore 1.490 MilliJy ( 59 CCs) from field 7 to field 5 IMAGR2: Restore -53.369 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 956.277 MilliJy IMAGR2: Field 2 final Clean flux -26.700 MicroJy IMAGR2: Field 3 final Clean flux 2.686 MilliJy IMAGR2: Field 4 final Clean flux 3.082 MilliJy IMAGR2: Field 5 final Clean flux -4.297 MilliJy IMAGR2: Field 6 final Clean flux -7.029 MilliJy IMAGR2: Field 7 final Clean flux 6.995 MilliJy IMAGR2: Deleting UV work file: IMAGR2: Destroyed 1 extension files of type AN IMAGR2: Destroyed 1 extension files of type FQ IMAGR2: Destroyed UV image file: catno= 56 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 60.7 Real= 189 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.1384 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: AN17_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.1349 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: AN17_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.1094 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: AN17_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.08533 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 83.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.2 Real= 3 C 1 1012 1012 16 01 40.45 43 16 47.8 00001 -1 507 512 513 C 2 1012 1012 16 01 40.45 43 13 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.08533 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: AN17_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 = 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 17550 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 8.297E+04 IMAGR2: UVWAIT: Adding temperance S 1.659E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.676E+07 and out 7.826E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.168 due to weighting IMAGR2: UVWAIT: Average summed weight 8.297E+04 over 35100 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 = 8.30881E+08 IMAGR2: Field 1 Beam min = -181.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 951.241 x 653.003 Milliarcsec, PA= -74.9 IMAGR2: Field 2 Sum of gridding weights = 8.30881E+08 IMAGR2: Field 2 Beam min = -181.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 951.079 x 653.105 Milliarcsec, PA= -75.0 IMAGR2: Field 3 Sum of gridding weights = 8.30880E+08 IMAGR2: Field 3 Beam min = -166.6 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 951.688 x 653.086 Milliarcsec, PA= -75.0 IMAGR2: Field 4 Sum of gridding weights = 8.30879E+08 IMAGR2: Field 4 Beam min = -143.9 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 950.634 x 653.022 Milliarcsec, PA= -74.9 IMAGR2: Field 5 Sum of gridding weights = 8.30880E+08 IMAGR2: Field 5 Beam min = -166.6 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 951.851 x 652.984 Milliarcsec, PA= -75.0 IMAGR2: Field 6 Sum of gridding weights = 8.30880E+08 IMAGR2: Field 6 Beam min = -153.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 950.796 x 652.921 Milliarcsec, PA= -74.9 IMAGR2: Field 7 Sum of gridding weights = 8.30881E+08 IMAGR2: Field 7 Beam min = -181.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 951.404 x 652.902 Milliarcsec, PA= -74.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -4.0 MilliJy,max = 19.5 MilliJy IMAGR2: Field 2 min = -2.1 MilliJy,max = 6.3 MilliJy IMAGR2: Field 3 min = -2.1 MilliJy,max = 9.5 MilliJy IMAGR2: Field 4 min = -2.2 MilliJy,max = 7.7 MilliJy IMAGR2: Field 5 min = -2.1 MilliJy,max = 7.8 MilliJy IMAGR2: Field 6 min = -2.2 MilliJy,max = 9.0 MilliJy IMAGR2: Field 7 min = -2.1 MilliJy,max = 5.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.67 MilliJy IMAGR2: 6591 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 10.843 MilliJy iter= 12 IMAGR2: Field 1 Clean flux density= 17.683 MilliJy 12 comps IMAGR2: Total Cleaned flux density = 17.683 MilliJy 12 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.5 MilliJy,max = 10.7 MilliJy IMAGR2: BGC Clean: using 1063 cell beam + residuals > 2.14 MilliJy IMAGR2: 1861 Residual map points loaded IMAGR2: Field 1 min allowed flux = 5.288 MilliJy iter= 29 IMAGR2: Field 1 Clean flux density= 30.512 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 30.512 MilliJy 29 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -797.6 MicroJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.763E-03 < Second best 5.580E-03 IMAGR2: Field 7 min = -819.5 MicroJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.380E-03 < Second best 5.494E-03 IMAGR2: Field 3 min = -905.3 MicroJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.537E-03 < Second best 5.360E-03 IMAGR2: Field 4 min = -746.6 MicroJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.618E-03 < Second best 5.032E-03 IMAGR2: Field 1 min = -1.3 MilliJy,max = 4.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.635E-03 < Second best 4.957E-03 IMAGR2: Field 6 min = -901.1 MicroJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.328E-03 < Second best 4.635E-03 IMAGR2: BGC Clean: using 603 cell beam + residuals > 1.54 MilliJy IMAGR2: 370 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.433 MilliJy iter= 47 IMAGR2: Field 1 Clean flux density= 36.882 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 36.882 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -615.1 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.719E-04 < Second best 2.316E-03 IMAGR2: Field 1 min = -888.8 MicroJy,max = 2.3 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 767.67 MicroJy IMAGR2: 493 Residual map points loaded IMAGR2: Field 1 min allowed flux = 1.098 MilliJy iter= 65 IMAGR2: Field 1 Clean flux density= 39.815 MilliJy 65 comps IMAGR2: Total Cleaned flux density = 39.815 MilliJy 65 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -630.3 MicroJy,max = 634.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.080E-04 < Second best 1.618E-03 IMAGR2: Field 4 min = -554.9 MicroJy,max = 552.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.104E-04 < Second best 1.537E-03 IMAGR2: Field 3 min = -649.2 MicroJy,max = 717.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.865E-04 < Second best 1.380E-03 IMAGR2: Field 7 min = -583.1 MicroJy,max = 608.0 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.587E-04 < Second best 1.328E-03 IMAGR2: Field 6 min = -572.2 MicroJy,max = 731.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.110E-04 < Second best 1.046E-03 IMAGR2: Field 1 min = -865.3 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 415.25 MicroJy IMAGR2: 3917 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 620.769 MicroJy iter= 105 IMAGR2: Field 1 Clean flux density= 41.675 MilliJy 105 comps IMAGR2: Total Cleaned flux density = 41.675 MilliJy 105 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -638.2 MicroJy,max = 682.0 MicroJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 400.26 MicroJy IMAGR2: 456 Residual map points loaded IMAGR2: Field 3 min Clean flux = 500.941 MicroJy iter= 17 IMAGR2: Field 3 Clean flux density= -27.563 MicroJy 17 comps IMAGR2: Total Cleaned flux density = 41.647 MilliJy 122 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -532.3 MicroJy,max = 553.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.206E-04 < Second best 6.110E-04 IMAGR2: Field 6 min = -540.9 MicroJy,max = 580.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.522E-04 < Second best 6.080E-04 IMAGR2: Field 2 min = -587.4 MicroJy,max = 600.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.627E-04 < Second best 5.929E-04 IMAGR2: Field 1 min = -587.6 MicroJy,max = 601.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 336.11 MicroJy IMAGR2: 6648 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 518.490 MicroJy iter= 192 IMAGR2: Field 1 Clean flux density= 44.041 MilliJy 192 comps IMAGR2: Total Cleaned flux density = 44.013 MilliJy 209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -542.6 MicroJy,max = 599.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.197E-04 < Second best 5.587E-04 IMAGR2: Field 7 min = -545.2 MicroJy,max = 523.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.744E-04 < Second best 5.522E-04 IMAGR2: Field 6 min = -506.9 MicroJy,max = 510.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.856E-04 < Second best 5.206E-04 IMAGR2: Field 5 min = -509.6 MicroJy,max = 515.2 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 4.883E-04 < Second best 5.197E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 307.58 MicroJy IMAGR2: 3319 Residual map points loaded IMAGR2: Field 2 min Clean flux = 507.755 MicroJy iter= 2 IMAGR2: Field 2 Clean flux density= -3.482 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 44.010 MilliJy 211 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -531.4 MicroJy,max = 481.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.598E-04 < Second best 4.968E-04 IMAGR2: Field 1 min = -501.2 MicroJy,max = 497.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 192 to 83 components IMAGR2: Field 2 compressed from 2 to 2 components IMAGR2: Field 3 compressed from 17 to 12 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 = -501.2 MicroJy,max = 497.7 MicroJy IMAGR2: Field 2 min = -502.2 MicroJy,max = 600.0 MicroJy IMAGR2: Field 3 min = -511.9 MicroJy,max = 568.3 MicroJy IMAGR2: Field 4 min = -531.4 MicroJy,max = 481.7 MicroJy IMAGR2: Field 5 min = -510.0 MicroJy,max = 515.2 MicroJy IMAGR2: Field 6 min = -504.8 MicroJy,max = 511.7 MicroJy IMAGR2: Field 7 min = -544.5 MicroJy,max = 524.7 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore -55.160 MicroJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 146.488 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 52.224 MicroJy ( 1 CCs) from field 1 to field 5 IMAGR2: Restore 52.488 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR2: Restore -54.257 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR2: Restore 79.043 MicroJy ( 3 CCs) from field 3 to field 1 IMAGR2: Restore 1.064 MicroJy ( 2 CCs) from field 3 to field 2 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 44.120 MilliJy IMAGR2: Field 2 final Clean flux -57.578 MicroJy IMAGR2: Field 3 final Clean flux 64.667 MicroJy IMAGR2: Field 4 final Clean flux 0.000 Jy IMAGR2: Field 5 final Clean flux 52.224 MicroJy IMAGR2: Field 6 final Clean flux 52.488 MicroJy 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= 24.5 Real= 76 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.08533 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: AN17_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.1619 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 84.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.2 Real= 3 C 1 1012 1012 15 59 31.19 43 49 16.9 00001 -1 507 512 513 C 2 1012 1012 15 59 31.19 43 45 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.08533 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: AN17_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.1619 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: AN17_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 = 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 4875 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.955E+04 IMAGR2: UVWAIT: Adding temperance S 5.909E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.567E+07 and out 1.863E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.125 due to weighting IMAGR2: UVWAIT: Average summed weight 2.955E+04 over 9750 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 = 1.97799E+08 IMAGR2: Field 1 Beam min = -109.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 984.259 x 705.782 Milliarcsec, PA= -78.0 IMAGR2: Field 2 Sum of gridding weights = 1.97799E+08 IMAGR2: Field 2 Beam min = -109.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 984.121 x 705.867 Milliarcsec, PA= -78.0 IMAGR2: Field 3 Sum of gridding weights = 1.97798E+08 IMAGR2: Field 3 Beam min = -123.5 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 984.755 x 705.845 Milliarcsec, PA= -78.1 IMAGR2: Field 4 Sum of gridding weights = 1.97797E+08 IMAGR2: Field 4 Beam min = -113.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 983.625 x 705.805 Milliarcsec, PA= -77.9 IMAGR2: Field 5 Sum of gridding weights = 1.97797E+08 IMAGR2: Field 5 Beam min = -123.5 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 984.897 x 705.759 Milliarcsec, PA= -78.0 IMAGR2: Field 6 Sum of gridding weights = 1.97798E+08 IMAGR2: Field 6 Beam min = -113.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 983.763 x 705.720 Milliarcsec, PA= -77.9 IMAGR2: Field 7 Sum of gridding weights = 1.97798E+08 IMAGR2: Field 7 Beam min = -109.6 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 984.399 x 705.696 Milliarcsec, PA= -77.9 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -9.4 MilliJy,max = 82.2 MilliJy IMAGR2: Field 2 min = -7.8 MilliJy,max = 28.1 MilliJy IMAGR2: Field 3 min = -7.4 MilliJy,max = 47.3 MilliJy IMAGR2: Field 4 min = -7.9 MilliJy,max = 28.9 MilliJy IMAGR2: Field 5 min = -7.3 MilliJy,max = 29.1 MilliJy IMAGR2: Field 6 min = -8.3 MilliJy,max = 44.1 MilliJy IMAGR2: Field 7 min = -8.9 MilliJy,max = 25.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 14.37 MilliJy IMAGR2: 1956 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 48.549 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 38.524 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 38.524 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 = -6.4 MilliJy,max = 43.7 MilliJy IMAGR2: BGC Clean: using 2011 cell beam + residuals > 10.12 MilliJy IMAGR2: 841 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 20.500 MilliJy iter= 18 IMAGR2: Field 1 Clean flux density= 73.568 MilliJy 18 comps IMAGR2: Total Cleaned flux density = 73.568 MilliJy 18 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -3.8 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.210E-02 < Second best 3.458E-02 IMAGR2: Field 3 min = -3.3 MilliJy,max = 14.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.155E-02 < Second best 2.683E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 8.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.295E-03 < Second best 2.456E-02 IMAGR2: Field 7 min = -3.7 MilliJy,max = 8.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.078E-03 < Second best 2.177E-02 IMAGR2: Field 5 min = -2.9 MilliJy,max = 9.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.744E-03 < Second best 2.159E-02 IMAGR2: Field 4 min = -3.2 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.213E-03 < Second best 1.951E-02 IMAGR2: Field 1 min = -4.4 MilliJy,max = 20.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.58 MilliJy IMAGR2: 6095 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 1 min allowed flux = 9.681 MilliJy iter= 34 IMAGR2: Field 1 Clean flux density= 96.549 MilliJy 34 comps IMAGR2: Total Cleaned flux density = 96.549 MilliJy 34 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.4 MilliJy,max = 6.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.705E-03 < Second best 1.155E-02 IMAGR2: Field 3 min = -2.1 MilliJy,max = 7.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.285E-03 < Second best 9.216E-03 IMAGR2: Field 1 min = -3.0 MilliJy,max = 9.5 MilliJy IMAGR2: BGC Clean: using 1511 cell beam + residuals > 2.90 MilliJy IMAGR2: 824 Residual map points loaded IMAGR2: Field 1 min allowed flux = 4.591 MilliJy iter= 50 IMAGR2: Field 1 Clean flux density= 107.400 MilliJy 50 comps IMAGR2: Total Cleaned flux density = 107.400 MilliJy 50 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.424E-03 < Second best 8.078E-03 IMAGR2: Field 7 min = -1.7 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.822E-03 < Second best 6.744E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.279E-03 < Second best 6.213E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.051E-03 < Second best 5.705E-03 IMAGR2: Field 6 min = -2.0 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.665E-03 < Second best 5.285E-03 IMAGR2: Field 3 min = -1.8 MilliJy,max = 3.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.715E-03 < Second best 4.372E-03 IMAGR2: Field 1 min = -2.3 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 1971 cell beam + residuals > 1.30 MilliJy IMAGR2: 6542 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.225 MilliJy iter= 75 IMAGR2: Field 1 Clean flux density= 114.736 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 114.736 MilliJy 75 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.911E-03 < Second best 2.715E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.162E-03 < Second best 2.665E-03 IMAGR2: Field 6 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.930E-03 < Second best 2.424E-03 IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.801E-03 < Second best 2.279E-03 IMAGR2: Field 5 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.688E-03 < Second best 2.162E-03 IMAGR2: BGC Clean: using 1973 cell beam + residuals > 1.22 MilliJy IMAGR2: 1047 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.520 MilliJy iter= 21 IMAGR2: Field 3 Clean flux density= 2.997 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 117.733 MilliJy 96 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 1.05 MilliJy IMAGR2: 5017 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.516 MilliJy iter= 128 IMAGR2: Field 1 Clean flux density= 116.631 MilliJy 128 comps IMAGR2: Total Cleaned flux density = 119.628 MilliJy 149 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.261E-03 < Second best 1.930E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.349E-03 < Second best 1.911E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.499E-03 < Second best 1.801E-03 IMAGR2: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.295E-03 < Second best 1.688E-03 IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.286E-03 < Second best 1.499E-03 IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.03 MilliJy IMAGR2: 259 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.176 MilliJy iter= 23 IMAGR2: Field 7 Clean flux density= 1.413 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 121.041 MilliJy 172 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.227E-03 < Second best 1.450E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 813.24 MicroJy IMAGR2: 5466 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.176 MilliJy iter= 223 IMAGR2: Field 1 Clean flux density= 118.181 MilliJy 223 comps IMAGR2: Total Cleaned flux density = 122.591 MilliJy 267 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.148E-03 < Second best 1.295E-03 IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.638E-04 < Second best 1.286E-03 IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.007E-03 < Second best 1.261E-03 IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.679E-04 < Second best 1.227E-03 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.036E-03 < Second best 1.148E-03 IMAGR2: BGC Clean: using 599 cell beam + residuals > 739.51 MicroJy IMAGR2: 819 Residual map points loaded IMAGR2: Field 6 min Clean flux = 969.102 MicroJy iter= 9 IMAGR2: Field 6 Clean flux density= 84.655 MicroJy 9 comps IMAGR2: Total Cleaned flux density = 122.675 MilliJy 276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.032E-03 < Second best 1.125E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.639E-04 < Second best 1.036E-03 IMAGR2: Field 3 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 631.15 MicroJy IMAGR2: 3660 Residual map points loaded IMAGR2: Field 3 min Clean flux = -963.357 MicroJy iter= 29 IMAGR2: Field 3 Clean flux density= 2.796 MilliJy 29 comps IMAGR2: Total Cleaned flux density = 122.475 MilliJy 284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 614.20 MicroJy IMAGR2: 5717 Residual map points loaded IMAGR2: Field 1 min Clean flux = -958.467 MicroJy iter= 229 IMAGR2: Field 1 Clean flux density= 117.986 MilliJy 229 comps IMAGR2: Total Cleaned flux density = 122.280 MilliJy 290 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 585.04 MicroJy IMAGR2: 4615 Residual map points loaded IMAGR2: Field 5 min Clean flux = -967.553 MicroJy iter= 6 IMAGR2: Field 5 Clean flux density= 206.609 MicroJy 6 comps IMAGR2: Total Cleaned flux density = 122.487 MilliJy 296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.044E-04 < Second best 9.639E-04 IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.160E-04 < Second best 9.638E-04 IMAGR2: Field 2 min = -964.0 MicroJy,max = 936.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 229 to 128 components IMAGR2: Field 2 compressed from 0 to 0 components IMAGR2: Field 3 compressed from 29 to 22 components IMAGR2: Field 4 compressed from 0 to 0 components IMAGR2: Field 5 compressed from 6 to 6 components IMAGR2: Field 6 compressed from 9 to 7 components IMAGR2: Field 7 compressed from 23 to 19 components IMAGR2: Field 1 min = -1.1 MilliJy,max = 990.8 MicroJy IMAGR2: Field 2 min = -964.0 MicroJy,max = 936.7 MicroJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: Field 7 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 122.339 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR2: Restore 760.146 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR2: Restore 716.596 MicroJy ( 15 CCs) from field 1 to field 4 IMAGR2: Restore 474.311 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR2: Restore 2.311 MilliJy ( 18 CCs) from field 1 to field 6 IMAGR2: Restore 98.736 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR2: Restore 269.131 MicroJy ( 4 CCs) from field 3 to field 1 IMAGR2: Restore 50.707 MicroJy ( 8 CCs) from field 3 to field 2 IMAGR2: Restore 56.638 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore 98.643 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR2: Restore 98.643 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore 104.742 MicroJy ( 3 CCs) from field 6 to field 1 IMAGR2: Restore 102.135 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR2: Restore 202.133 MicroJy ( 2 CCs) from field 6 to field 7 IMAGR2: Restore 644.780 Nano Jy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore 131.800 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR2: Restore 387.818 MicroJy ( 7 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 118.459 MilliJy IMAGR2: Field 2 final Clean flux 173.046 MicroJy IMAGR2: Field 3 final Clean flux 3.655 MilliJy IMAGR2: Field 4 final Clean flux 818.731 MicroJy IMAGR2: Field 5 final Clean flux 869.359 MicroJy IMAGR2: Field 6 final Clean flux 2.783 MilliJy IMAGR2: Field 7 final Clean flux 1.714 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= 70 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 30.0 Real= 93 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.08533 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: AN17_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.1619 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: AN17_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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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 1367 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 88.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.2 Real= 3 C 1 1012 1012 15 45 08.53 47 51 54.7 00001 -1 507 512 513 C 2 1012 1012 15 45 08.53 47 48 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 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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 4500 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.841E+04 IMAGR2: UVWAIT: Adding temperance S 5.681E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.391E+07 and out 1.639E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.122 due to weighting IMAGR2: UVWAIT: Average summed weight 2.841E+04 over 9000 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 = 1.74024E+08 IMAGR2: Field 1 Beam min = -130.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.035 x 0.693 arcsec, PA= -79.1 IMAGR2: Field 2 Sum of gridding weights = 1.74024E+08 IMAGR2: Field 2 Beam min = -129.6 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.035 x 0.693 arcsec, PA= -79.2 IMAGR2: Field 3 Sum of gridding weights = 1.74023E+08 IMAGR2: Field 3 Beam min = -120.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.036 x 0.693 arcsec, PA= -79.2 IMAGR2: Field 4 Sum of gridding weights = 1.74023E+08 IMAGR2: Field 4 Beam min = -116.1 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.035 x 0.693 arcsec, PA= -79.1 IMAGR2: Field 5 Sum of gridding weights = 1.74023E+08 IMAGR2: Field 5 Beam min = -120.2 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.036 x 0.693 arcsec, PA= -79.2 IMAGR2: Field 6 Sum of gridding weights = 1.74023E+08 IMAGR2: Field 6 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.035 x 0.693 arcsec, PA= -79.0 IMAGR2: Field 7 Sum of gridding weights = 1.74024E+08 IMAGR2: Field 7 Beam min = -110.3 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.036 x 0.693 arcsec, PA= -79.1 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -35.5 MilliJy,max = 314.3 MilliJy IMAGR2: Field 2 min = -27.8 MilliJy,max = 108.2 MilliJy IMAGR2: Field 3 min = -30.8 MilliJy,max = 145.6 MilliJy IMAGR2: Field 4 min = -29.9 MilliJy,max = 128.1 MilliJy IMAGR2: Field 5 min = -30.9 MilliJy,max = 133.4 MilliJy IMAGR2: Field 6 min = -30.2 MilliJy,max = 145.3 MilliJy IMAGR2: Field 7 min = -28.9 MilliJy,max = 104.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 61.37 MilliJy IMAGR2: 1174 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 185.609 MilliJy iter= 6 IMAGR2: Field 1 Clean flux density= 147.282 MilliJy 6 comps IMAGR2: Total Cleaned flux density = 147.282 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 = -19.6 MilliJy,max = 167.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 36.24 MilliJy IMAGR2: 725 Residual map points loaded IMAGR2: Field 1 min allowed flux = 79.900 MilliJy iter= 14 IMAGR2: Field 1 Clean flux density= 242.423 MilliJy 14 comps IMAGR2: Total Cleaned flux density = 242.423 MilliJy 14 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -8.2 MilliJy,max = 34.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.519E-02 < Second best 1.034E-01 IMAGR2: Field 6 min = -8.1 MilliJy,max = 34.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.542E-02 < Second best 1.031E-01 IMAGR2: Field 2 min = -7.4 MilliJy,max = 27.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.586E-02 < Second best 9.924E-02 IMAGR2: Field 7 min = -7.3 MilliJy,max = 27.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.614E-02 < Second best 9.682E-02 IMAGR2: Field 4 min = -8.0 MilliJy,max = 34.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.460E-02 < Second best 9.325E-02 IMAGR2: Field 5 min = -7.5 MilliJy,max = 32.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.378E-02 < Second best 7.601E-02 IMAGR2: Field 1 min = -10.8 MilliJy,max = 73.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.60 MilliJy IMAGR2: 1073 Residual map points loaded IMAGR2: Field 1 min allowed flux = 35.534 MilliJy iter= 23 IMAGR2: Field 1 Clean flux density= 289.547 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 289.547 MilliJy 23 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.6 MilliJy,max = 32.0 MilliJy IMAGR2: BGC Clean: using 1945 cell beam + residuals > 8.98 MilliJy IMAGR2: 312 Residual map points loaded IMAGR2: Field 1 min allowed flux = 15.386 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 310.207 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 310.207 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -3.4 MilliJy,max = 5.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.318E-03 < Second best 2.586E-02 IMAGR2: Field 2 min = -3.4 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.750E-03 < Second best 2.542E-02 IMAGR2: Field 6 min = -3.2 MilliJy,max = 6.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.073E-03 < Second best 2.519E-02 IMAGR2: Field 3 min = -3.5 MilliJy,max = 6.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.216E-03 < Second best 2.460E-02 IMAGR2: Field 4 min = -3.3 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.736E-03 < Second best 2.378E-02 IMAGR2: Field 5 min = -3.3 MilliJy,max = 6.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.283E-03 < Second best 1.464E-02 IMAGR2: Field 1 min = -5.6 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 3.00 MilliJy IMAGR2: 2464 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.948 MilliJy iter= 41 IMAGR2: Field 1 Clean flux density= 319.363 MilliJy 41 comps IMAGR2: Total Cleaned flux density = 319.363 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.1 MilliJy,max = 6.4 MilliJy IMAGR2: BGC Clean: using 1499 cell beam + residuals > 2.40 MilliJy IMAGR2: 1352 Residual map points loaded IMAGR2: Field 1 min allowed flux = -3.535 MilliJy iter= 63 IMAGR2: Field 1 Clean flux density= 317.477 MilliJy 63 comps IMAGR2: Total Cleaned flux density = 317.477 MilliJy 63 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.629E-03 < Second best 5.736E-03 IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.570E-03 < Second best 5.318E-03 IMAGR2: Field 7 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.693E-03 < Second best 5.216E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.656E-03 < Second best 5.073E-03 IMAGR2: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.657E-03 < Second best 4.283E-03 IMAGR2: Field 5 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.289E-03 < Second best 3.369E-03 IMAGR2: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 587 cell beam + residuals > 1.48 MilliJy IMAGR2: 4599 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.250 MilliJy iter= 106 IMAGR2: Field 1 Clean flux density= 317.303 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 317.303 MilliJy 106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.273E-03 < Second best 2.657E-03 IMAGR2: Field 6 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.175E-03 < Second best 2.656E-03 IMAGR2: Field 3 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.953E-03 < Second best 2.629E-03 IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.106E-03 < Second best 2.570E-03 IMAGR2: Field 4 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.998E-03 < Second best 2.289E-03 IMAGR2: Field 5 min = -2.0 MilliJy,max = 2.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 587 cell beam + residuals > 1.47 MilliJy IMAGR2: 146 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.658 MilliJy iter= 14 IMAGR2: Field 5 Clean flux density= 788.899 MicroJy 14 comps IMAGR2: Total Cleaned flux density = 318.092 MilliJy 120 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 587 cell beam + residuals > 1.47 MilliJy IMAGR2: 527 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.714 MilliJy iter= 22 IMAGR2: Field 7 Clean flux density= 300.740 MicroJy 22 comps IMAGR2: Total Cleaned flux density = 318.392 MilliJy 142 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.720E-03 < Second best 2.149E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 3674 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.668 MilliJy iter= 185 IMAGR2: Field 1 Clean flux density= 316.788 MilliJy 185 comps IMAGR2: Total Cleaned flux density = 317.878 MilliJy 221 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.471E-03 < Second best 1.998E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.481E-03 < Second best 1.953E-03 IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.555E-03 < Second best 1.720E-03 IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.439E-03 < Second best 1.641E-03 IMAGR2: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 587 cell beam + residuals > 992.46 MicroJy IMAGR2: 1979 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.213 MilliJy iter= 75 IMAGR2: Field 7 Clean flux density= 1.604 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 319.181 MilliJy 274 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.496E-03 < Second best 1.584E-03 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.352E-03 < Second best 1.555E-03 IMAGR2: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.423E-03 < Second best 1.496E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 871.56 MicroJy IMAGR2: 2127 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.110 MilliJy iter= 267 IMAGR2: Field 1 Clean flux density= 314.356 MilliJy 267 comps IMAGR2: Total Cleaned flux density = 316.749 MilliJy 356 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.255E-03 < Second best 1.471E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.293E-03 < Second best 1.439E-03 IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.101E-03 < Second best 1.423E-03 IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 814.05 MicroJy IMAGR2: 720 Residual map points loaded IMAGR2: Field 3 min Clean flux = 1.005 MilliJy iter= 43 IMAGR2: Field 3 Clean flux density= 2.903 MilliJy 43 comps IMAGR2: Total Cleaned flux density = 319.651 MilliJy 399 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.156E-03 < Second best 1.293E-03 IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 796.59 MicroJy IMAGR2: 1967 Residual map points loaded IMAGR2: Field 2 min Clean flux = 1.011 MilliJy iter= 111 IMAGR2: Field 2 Clean flux density= 5.642 MilliJy 111 comps IMAGR2: Total Cleaned flux density = 325.293 MilliJy 510 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.006E-03 < Second best 1.161E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.028E-03 < Second best 1.156E-03 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 723.28 MicroJy IMAGR2: 1725 Residual map points loaded IMAGR2: Field 5 min Clean flux = 1.007 MilliJy iter= 26 IMAGR2: Field 5 Clean flux density= 575.376 MicroJy 26 comps IMAGR2: Total Cleaned flux density = 325.080 MilliJy 522 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 971.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 9.912E-04 < Second best 1.062E-03 IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.288E-04 < Second best 1.028E-03 IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 556.53 MicroJy IMAGR2: 8613 Residual map points loaded IMAGR2: Field 7 min Clean flux = -995.685 MicroJy iter= 77 IMAGR2: Field 7 Clean flux density= 1.397 MilliJy 77 comps IMAGR2: Total Cleaned flux density = 324.873 MilliJy 524 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 513.00 MicroJy IMAGR2: 11644 Residual map points loaded IMAGR2: Field 4 min Clean flux = 1.010 MilliJy iter= 3 IMAGR2: Field 4 Clean flux density= -103.913 MicroJy 3 comps IMAGR2: Total Cleaned flux density = 324.770 MilliJy 527 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 951.8 MicroJy IMAGR2: BGC Clean: using 585 cell beam + residuals > 478.67 MicroJy IMAGR2: 12529 Residual map points loaded IMAGR2: Field 6 min Clean flux = -999.882 MicroJy iter= 2 IMAGR2: Field 6 Clean flux density= -201.930 MicroJy 2 comps IMAGR2: Total Cleaned flux density = 324.568 MilliJy 529 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 1.011 less than limit 1.011 MilliJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 267 to 135 components IMAGR2: Field 2 compressed from 111 to 91 components IMAGR2: Field 3 compressed from 43 to 28 components IMAGR2: Field 4 compressed from 3 to 3 components IMAGR2: Field 5 compressed from 26 to 20 components IMAGR2: Field 6 compressed from 2 to 2 components IMAGR2: Field 7 compressed from 77 to 64 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -997.9 MicroJy,max = 1.1 MilliJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 961.6 MicroJy IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: Field 6 min = -1.0 MilliJy,max = 950.4 MicroJy IMAGR2: Field 7 min = -999.7 MicroJy,max = 1.1 MilliJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-702.465 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR2: Restore-119.172 MicroJy ( 3 CCs) from field 1 to field 3 IMAGR2: Restore 1.554 MilliJy ( 30 CCs) from field 1 to field 4 IMAGR2: Restore-119.172 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR2: Restore-575.446 MicroJy ( 27 CCs) from field 1 to field 6 IMAGR2: Restore 114.456 MicroJy ( 3 CCs) from field 1 to field 7 IMAGR2: Restore 324.108 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR2: Restore 320.907 MicroJy ( 3 CCs) from field 2 to field 3 IMAGR2: Restore 212.497 MicroJy ( 6 CCs) from field 2 to field 4 IMAGR2: Restore 450.053 MicroJy ( 2 CCs) from field 3 to field 5 IMAGR2: Restore 122.026 MicroJy ( 3 CCs) from field 5 to field 1 IMAGR2: Restore 170.266 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR2: Restore 770.674 MicroJy ( 5 CCs) from field 5 to field 7 IMAGR2: Restore-256.927 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR2: Restore 741.601 MicroJy ( 8 CCs) from field 7 to field 5 IMAGR2: Restore-283.829 MicroJy ( 14 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 314.545 MilliJy IMAGR2: Field 2 final Clean flux 4.940 MilliJy IMAGR2: Field 3 final Clean flux 3.275 MilliJy IMAGR2: Field 4 final Clean flux 1.662 MilliJy IMAGR2: Field 5 final Clean flux 1.648 MilliJy IMAGR2: Field 6 final Clean flux -1.061 MilliJy IMAGR2: Field 7 final Clean flux 2.283 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= 77 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 34.9 Real= 108 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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 1414 CELLSIZE 0.22633 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22633 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 92.4 deg away - ignoring LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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 18400 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.499E+04 IMAGR2: UVWAIT: Adding temperance S 4.998E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 5.635E+07 and out 7.341E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR2: UVWAIT: Average summed weight 2.499E+04 over 36065 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 = 7.79284E+08 IMAGR2: Field 1 Beam min = -70.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 956.405 x 658.799 Milliarcsec, PA= -56.8 IMAGR2: Field 2 Sum of gridding weights = 7.79293E+08 IMAGR2: Field 2 Beam min = -70.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 956.405 x 658.801 Milliarcsec, PA= -56.8 IMAGR2: CLBHIS: minimum component 0.419 of current peak IMAGR2: Field 1 min = -57.4 MilliJy,max = 798.2 MilliJy IMAGR2: Field 2 min = -58.6 MilliJy,max = 789.5 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 44.31 MilliJy IMAGR2: 14193 Residual map points loaded IMAGR2: Field 1 min allowed flux = 309.240 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 519.887 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 519.887 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 = -20.9 MilliJy,max = 273.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.597E-01 < Second best 2.940E-01 IMAGR2: Field 1 min = -20.5 MilliJy,max = 278.3 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 17.17 MilliJy IMAGR2: 9224 Residual map points loaded IMAGR2: Field 1 min allowed flux = 110.745 MilliJy iter= 20 IMAGR2: Field 1 Clean flux density= 701.789 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 701.789 MilliJy 20 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -8.2 MilliJy,max = 102.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.763E-02 < Second best 1.053E-01 IMAGR2: Field 1 min = -7.7 MilliJy,max = 100.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.15 MilliJy IMAGR2: 11993 Residual map points loaded IMAGR2: Field 1 min allowed flux = 38.759 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 773.631 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 773.631 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 36.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.483E-02 < Second best 3.685E-02 IMAGR2: Field 1 min = -4.7 MilliJy,max = 35.0 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 2.59 MilliJy IMAGR2: 7911 Residual map points loaded IMAGR2: Field 1 min allowed flux = 14.299 MilliJy iter= 42 IMAGR2: Field 1 Clean flux density= 799.209 MilliJy 42 comps IMAGR2: Total Cleaned flux density = 799.209 MilliJy 42 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -7.0 MilliJy,max = 13.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 2.44 MilliJy IMAGR2: 112 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.620 MilliJy iter= 15 IMAGR2: Field 2 Clean flux density= 7.102 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 806.311 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -5.8 MilliJy,max = 5.4 MilliJy IMAGR2: BGC Clean: using 1971 cell beam + residuals > 1.09 MilliJy IMAGR2: 17083 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.398 MilliJy iter= 93 IMAGR2: Field 1 Clean flux density= 798.884 MilliJy 93 comps IMAGR2: Total Cleaned flux density = 805.987 MilliJy 108 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 129 cell beam + residuals > 1.18 MilliJy IMAGR2: 123 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.617 MilliJy iter= 62 IMAGR2: Field 2 Clean flux density= 8.417 MilliJy 62 comps IMAGR2: Total Cleaned flux density = 807.301 MilliJy 155 comps IMAGR2: ALGSTB: All 144 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 133- 0 Cells, with 18400 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 924.28 MicroJy IMAGR2: 19593 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.462 MilliJy iter= 211 IMAGR2: Field 1 Clean flux density= 810.789 MilliJy 211 comps IMAGR2: Total Cleaned flux density = 819.207 MilliJy 273 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 922.66 MicroJy IMAGR2: 101 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.070 MilliJy iter= 106 IMAGR2: Field 2 Clean flux density= 9.759 MilliJy 106 comps IMAGR2: Total Cleaned flux density = 820.548 MilliJy 317 comps IMAGR2: ALGSTB: All 144 Rows In AP (Max 267) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 133- 0 Cells, with 18400 Pts IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 878.30 MicroJy IMAGR2: 19858 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.304 MilliJy iter= 404 IMAGR2: Field 1 Clean flux density= 817.819 MilliJy 404 comps IMAGR2: Total Cleaned flux density = 827.578 MilliJy 510 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 834.38 MicroJy IMAGR2: 19813 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.184 MilliJy iter= 663 IMAGR2: Field 1 Clean flux density= 824.179 MilliJy 663 comps IMAGR2: Total Cleaned flux density = 833.938 MilliJy 769 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 > 784.94 MicroJy IMAGR2: 19742 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.071 MilliJy iter= 992 IMAGR2: Field 1 Clean flux density= 828.001 MilliJy 992 comps IMAGR2: Total Cleaned flux density = 837.760 MilliJy 1098 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 734.82 MicroJy IMAGR2: 19636 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 973.500 MicroJy iter= 1408 IMAGR2: Field 1 Clean flux density= 835.619 MilliJy 1408 comps IMAGR2: Total Cleaned flux density = 845.378 MilliJy 1514 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -955.0 MicroJy,max = 917.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 733.23 MicroJy IMAGR2: 37 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -749.282 MicroJy iter= 136 IMAGR2: Field 2 Clean flux density= 9.579 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 845.198 MilliJy 1544 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 676.66 MicroJy IMAGR2: 19916 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 875.002 MicroJy iter= 1926 IMAGR2: Field 1 Clean flux density= 841.177 MilliJy 1926 comps IMAGR2: Total Cleaned flux density = 850.756 MilliJy 2062 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 622.03 MicroJy IMAGR2: 19838 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -787.904 MicroJy iter= 2546 IMAGR2: Field 1 Clean flux density= 842.150 MilliJy 2546 comps IMAGR2: Total Cleaned flux density = 851.729 MilliJy 2682 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 > 568.33 MicroJy IMAGR2: 19729 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -707.684 MicroJy iter= 3278 IMAGR2: Field 1 Clean flux density= 847.449 MilliJy 3278 comps IMAGR2: Total Cleaned flux density = 857.029 MilliJy 3414 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -689.7 MicroJy,max = 644.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 567.51 MicroJy IMAGR2: 18 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -567.881 MicroJy iter= 152 IMAGR2: Field 2 Clean flux density= 9.323 MilliJy 152 comps IMAGR2: Total Cleaned flux density = 856.773 MilliJy 3430 comps 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 > 515.14 MicroJy IMAGR2: 19946 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -632.129 MicroJy iter= 4134 IMAGR2: Field 1 Clean flux density= 845.499 MilliJy 4134 comps IMAGR2: Total Cleaned flux density = 854.823 MilliJy 4286 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 466.78 MicroJy IMAGR2: 19877 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 566.738 MicroJy iter= 5133 IMAGR2: Field 1 Clean flux density= 848.124 MilliJy 5133 comps IMAGR2: Total Cleaned flux density = 857.447 MilliJy 5285 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -592.3 MicroJy,max = 503.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.987E-04 < Second best 5.438E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.53 MicroJy IMAGR2: 19951 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -508.836 MicroJy iter= 6320 IMAGR2: Field 1 Clean flux density= 848.949 MilliJy 6320 comps IMAGR2: Total Cleaned flux density = 858.272 MilliJy 6472 comps IMAGR2: ALGSTB: All 1074 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1063- 0 Cells, with 18400 Pts IMAGR2: Field 2 min = -447.0 MicroJy,max = 491.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 421.50 MicroJy IMAGR2: 5 Residual map points loaded IMAGR2: Field 2 min Clean flux = 491.007 MicroJy iter= 153 IMAGR2: Field 2 Clean flux density= 9.372 MilliJy 153 comps IMAGR2: Total Cleaned flux density = 858.321 MilliJy 6473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.64 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 1 min Clean flux = 499.981 MicroJy iter= 6535 IMAGR2: Field 1 Clean flux density= 848.669 MilliJy 6535 comps IMAGR2: Total Cleaned flux density = 858.041 MilliJy 6688 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 499.981 less than limit 500.005 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 6535 to 3952 components IMAGR2: Field 2 compressed from 153 to 48 components IMAGR2: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -429.9 MicroJy,max = 460.0 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 799.347 MilliJy ( 23 CCs) from field 1 to field 2 IMAGR2: Restore 9.372 MilliJy ( 48 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 858.041 MilliJy IMAGR2: Field 2 final Clean flux 808.720 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= 73.9 Real= 229 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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.07549 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 96.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= 4 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 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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.07549 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: AN17_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 22425 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.314E+04 IMAGR2: UVWAIT: Adding temperance S 4.628E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 6.821E+07 and out 8.879E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR2: UVWAIT: Average summed weight 2.314E+04 over 44325 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 = 9.42599E+08 IMAGR2: Field 1 Beam min = -82.8 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 985.660 x 643.485 Milliarcsec, PA= -49.4 IMAGR2: Field 2 Sum of gridding weights = 9.42613E+08 IMAGR2: Field 2 Beam min = -82.8 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 985.662 x 643.492 Milliarcsec, PA= -49.4 IMAGR2: CLBHIS: minimum component 0.419 of current peak IMAGR2: Field 1 min = -68.0 MilliJy,max = 801.0 MilliJy IMAGR2: Field 2 min = -68.0 MilliJy,max = 803.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 39.70 MilliJy IMAGR2: 1427 Residual map points loaded IMAGR2: Field 2 min allowed flux = 311.301 MilliJy iter= 10 IMAGR2: Field 2 Clean flux density= 523.351 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 523.351 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 1 min = -24.9 MilliJy,max = 283.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.698E-01 < Second best 2.960E-01 IMAGR2: Field 2 min = -24.7 MilliJy,max = 280.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 15.38 MilliJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 2 min allowed flux = 109.532 MilliJy iter= 21 IMAGR2: Field 2 Clean flux density= 723.502 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 723.502 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -10.9 MilliJy,max = 103.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.802E-02 < Second best 1.042E-01 IMAGR2: Field 2 min = -10.6 MilliJy,max = 100.1 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.41 MilliJy IMAGR2: 1508 Residual map points loaded IMAGR2: Field 2 min allowed flux = 40.720 MilliJy iter= 32 IMAGR2: Field 2 Clean flux density= 796.628 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 796.628 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.5 MilliJy,max = 38.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.635E-02 < Second best 3.873E-02 IMAGR2: Field 2 min = -13.7 MilliJy,max = 37.4 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 3.14 MilliJy IMAGR2: 1158 Residual map points loaded IMAGR2: Field 2 min allowed flux = 15.447 MilliJy iter= 47 IMAGR2: Field 2 Clean flux density= 824.200 MilliJy 47 comps IMAGR2: Total Cleaned flux density = 824.200 MilliJy 47 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.0 MilliJy,max = 15.3 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 2.41 MilliJy IMAGR2: 5000 Residual map points loaded IMAGR2: Field 1 min allowed flux = 6.319 MilliJy iter= 69 IMAGR2: Field 1 Clean flux density= 12.882 MilliJy 69 comps IMAGR2: Total Cleaned flux density = 837.082 MilliJy 116 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.5 MilliJy,max = 6.7 MilliJy IMAGR2: BGC Clean: using 415 cell beam + residuals > 2.00 MilliJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -3.388 MilliJy iter= 141 IMAGR2: Field 2 Clean flux density= 833.187 MilliJy 141 comps IMAGR2: Total Cleaned flux density = 846.069 MilliJy 210 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 22425 Pts IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 127 cell beam + residuals > 1.32 MilliJy IMAGR2: 5914 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.055 MilliJy iter= 214 IMAGR2: Field 1 Clean flux density= 24.703 MilliJy 214 comps IMAGR2: Total Cleaned flux density = 857.890 MilliJy 355 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR2: 429 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.477 MilliJy iter= 256 IMAGR2: Field 2 Clean flux density= 838.378 MilliJy 256 comps IMAGR2: Total Cleaned flux density = 863.080 MilliJy 470 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 22425 Pts IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 990.45 MicroJy IMAGR2: 19179 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.481 MilliJy iter= 502 IMAGR2: Field 1 Clean flux density= 30.301 MilliJy 502 comps IMAGR2: Total Cleaned flux density = 868.679 MilliJy 758 comps IMAGR2: VISDFT: Begin DFT component subtraction LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 928.17 MicroJy IMAGR2: 18882 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.293 MilliJy iter= 856 IMAGR2: Field 1 Clean flux density= 35.263 MilliJy 856 comps IMAGR2: Total Cleaned flux density = 873.641 MilliJy 1112 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 922.75 MicroJy IMAGR2: 272 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.008 MilliJy iter= 361 IMAGR2: Field 2 Clean flux density= 841.291 MilliJy 361 comps IMAGR2: Total Cleaned flux density = 876.554 MilliJy 1217 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 22425 Pts IMAGR2: Field 1 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 847.39 MicroJy IMAGR2: 19570 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.140 MilliJy iter= 1340 IMAGR2: Field 1 Clean flux density= 41.740 MilliJy 1340 comps IMAGR2: Total Cleaned flux density = 883.030 MilliJy 1701 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 787.81 MicroJy IMAGR2: 19337 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.020 MilliJy iter= 1914 IMAGR2: Field 1 Clean flux density= 44.867 MilliJy 1914 comps IMAGR2: Total Cleaned flux density = 886.158 MilliJy 2275 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 726.37 MicroJy IMAGR2: 19052 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 918.072 MicroJy iter= 2590 IMAGR2: Field 1 Clean flux density= 50.901 MilliJy 2590 comps IMAGR2: Total Cleaned flux density = 892.191 MilliJy 2951 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.293E-04 < Second best 8.812E-04 IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.59 MicroJy IMAGR2: 19805 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -827.330 MicroJy iter= 3386 IMAGR2: Field 1 Clean flux density= 51.258 MilliJy 3386 comps IMAGR2: Total Cleaned flux density = 892.549 MilliJy 3747 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 665.17 MicroJy IMAGR2: 59 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 669.368 MicroJy iter= 391 IMAGR2: Field 2 Clean flux density= 841.864 MilliJy 391 comps IMAGR2: Total Cleaned flux density = 893.122 MilliJy 3777 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 22425 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 604.81 MicroJy IMAGR2: 19828 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 740.531 MicroJy iter= 4317 IMAGR2: Field 1 Clean flux density= 58.207 MilliJy 4317 comps IMAGR2: Total Cleaned flux density = 900.070 MilliJy 4708 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22425 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 551.75 MicroJy IMAGR2: 19664 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -666.700 MicroJy iter= 5383 IMAGR2: Field 1 Clean flux density= 56.534 MilliJy 5383 comps IMAGR2: Total Cleaned flux density = 898.398 MilliJy 5774 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22425 Pts IMAGR2: Field 2 min = -752.6 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.009E-04 < Second best 6.399E-04 IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 499.43 MicroJy IMAGR2: 19924 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -599.576 MicroJy iter= 6633 IMAGR2: Field 1 Clean flux density= 57.776 MilliJy 6633 comps IMAGR2: Total Cleaned flux density = 899.639 MilliJy 7024 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22425 Pts IMAGR2: Field 2 min = -577.8 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.158E-04 < Second best 5.754E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 451.37 MicroJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 537.379 MicroJy iter= 8068 IMAGR2: Field 1 Clean flux density= 58.223 MilliJy 8068 comps IMAGR2: Total Cleaned flux density = 900.087 MilliJy 8459 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22425 Pts IMAGR2: Field 2 min = -587.5 MicroJy,max = 908.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.585E-04 < Second best 5.157E-04 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 407.01 MicroJy IMAGR2: 19935 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 481.050 MicroJy iter= 9656 IMAGR2: Field 1 Clean flux density= 60.130 MilliJy 9656 comps IMAGR2: Total Cleaned flux density = 901.996 MilliJy 10047 comps IMAGR2: ALGSTB: All 1111 Rows In AP (Max 2059) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 1100- 0 Cells, with 22425 Pts IMAGR2: Field 1 min = -994.3 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 368.14 MicroJy IMAGR2: 19851 Residual map points loaded IMAGR2: Field 1 min Clean flux = -452.915 MicroJy iter= 10428 IMAGR2: Field 1 Clean flux density= 60.732 MilliJy 10428 comps IMAGR2: Total Cleaned flux density = 902.597 MilliJy 10819 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -457.6 MicroJy,max = 729.8 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 10428 to 5972 components IMAGR2: Field 2 compressed from 391 to 125 components IMAGR2: Field 1 min = -971.5 MicroJy,max = 1.0 MilliJy IMAGR2: Field 2 min = -457.6 MicroJy,max = 729.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 23.977 MilliJy ( 66 CCs) from field 1 to field 2 IMAGR2: Restore 841.864 MilliJy ( 125 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 902.596 MilliJy IMAGR2: Field 2 final Clean flux 865.841 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= 78.7 Real= 249 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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.07549 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: AN17_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.04702 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 96.3 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 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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.07549 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: AN17_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.04702 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: AN17_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 57800 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 5.514E+04 IMAGR2: UVWAIT: Adding temperance S 1.103E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.796E+08 and out 2.975E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.156 due to weighting IMAGR2: UVWAIT: Average summed weight 5.514E+04 over 115525 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.15828E+09 IMAGR2: Field 1 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 946.798 x 605.912 Milliarcsec, PA= -57.9 IMAGR2: Field 2 Sum of gridding weights = 3.15832E+09 IMAGR2: Field 2 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 946.803 x 605.913 Milliarcsec, PA= -57.9 IMAGR2: Field 3 Sum of gridding weights = 3.15832E+09 IMAGR2: Field 3 Beam min = -131.2 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 947.318 x 605.860 Milliarcsec, PA= -58.0 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -3.6 MilliJy,max = 25.8 MilliJy IMAGR2: Field 2 min = -3.6 MilliJy,max = 25.4 MilliJy IMAGR2: Field 3 min = -779.3 MicroJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.37 MilliJy IMAGR2: 15512 Residual map points loaded IMAGR2: Field 1 min allowed flux = 12.545 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 16.174 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 16.174 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 11.9 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.35 MilliJy IMAGR2: 1255 Residual map points loaded IMAGR2: Field 2 min allowed flux = 5.784 MilliJy iter= 22 IMAGR2: Field 2 Clean flux density= 18.498 MilliJy 22 comps IMAGR2: Total Cleaned flux density = 34.672 MilliJy 31 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 57800 Pts IMAGR2: Field 1 min = -1.5 MilliJy,max = 5.6 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 664.29 MicroJy IMAGR2: 3782 Residual map points loaded IMAGR2: Field 1 min allowed flux = 2.667 MilliJy iter= 36 IMAGR2: Field 1 Clean flux density= 26.797 MilliJy 36 comps IMAGR2: Total Cleaned flux density = 45.295 MilliJy 58 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 519.86 MicroJy IMAGR2: 610 Residual map points loaded IMAGR2: Field 2 min allowed flux = 1.324 MilliJy iter= 49 IMAGR2: Field 2 Clean flux density= 23.742 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 50.539 MilliJy 85 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 57800 Pts IMAGR2: Field 1 min = -913.6 MicroJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 603 cell beam + residuals > 296.01 MicroJy IMAGR2: 4039 Residual map points loaded IMAGR2: Field 1 min allowed flux = 653.615 MicroJy iter= 75 IMAGR2: Field 1 Clean flux density= 29.200 MilliJy 75 comps IMAGR2: Total Cleaned flux density = 52.942 MilliJy 124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -301.0 MicroJy,max = 635.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.067E-04 < Second best 1.262E-03 IMAGR2: Field 2 min = -644.3 MicroJy,max = 684.2 MicroJy IMAGR2: BGC Clean: using 383 cell beam + residuals > 235.75 MicroJy IMAGR2: 1792 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 375.892 MicroJy iter= 143 IMAGR2: Field 2 Clean flux density= 24.944 MilliJy 143 comps IMAGR2: Total Cleaned flux density = 54.143 MilliJy 218 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 57800 Pts IMAGR2: Field 1 min = -416.3 MicroJy,max = 615.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 204.69 MicroJy IMAGR2: 16843 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 338.878 MicroJy iter= 239 IMAGR2: Field 1 Clean flux density= 32.513 MilliJy 239 comps IMAGR2: Total Cleaned flux density = 57.457 MilliJy 382 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -268.8 MicroJy,max = 325.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.119E-04 < Second best 3.598E-04 IMAGR2: Field 2 min = -435.2 MicroJy,max = 388.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.078E-04 < Second best 3.235E-04 IMAGR2: Field 1 min = -353.2 MicroJy,max = 329.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 189.98 MicroJy IMAGR2: 18430 Residual map points loaded IMAGR2: Field 1 min Clean flux = -281.815 MicroJy iter= 463 IMAGR2: Field 1 Clean flux density= 32.854 MilliJy 463 comps IMAGR2: Total Cleaned flux density = 57.798 MilliJy 606 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -265.8 MicroJy,max = 280.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.660E-04 < Second best 3.078E-04 IMAGR2: Field 2 min = -387.2 MicroJy,max = 368.5 MicroJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 42.26 MicroJy IMAGR2: 18935 Residual map points loaded IMAGR2: Field 2 min Clean flux = -274.880 MicroJy iter= 146 IMAGR2: Field 2 Clean flux density= 24.916 MilliJy 146 comps IMAGR2: Total Cleaned flux density = 57.770 MilliJy 609 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 281.815 less than limit 282.111 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 463 to 288 components IMAGR2: Field 2 compressed from 146 to 57 components IMAGR2: Field 3 compressed from 0 to 0 components IMAGR2: Field 1 min = -338.8 MicroJy,max = 310.8 MicroJy IMAGR2: Field 2 min = -385.5 MicroJy,max = 367.8 MicroJy IMAGR2: Field 3 min = -265.7 MicroJy,max = 279.9 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 30.602 MilliJy ( 122 CCs) from field 1 to field 2 IMAGR2: Restore 1.113 MilliJy ( 11 CCs) from field 1 to field 3 IMAGR2: Restore 24.916 MilliJy ( 57 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 57.770 MilliJy IMAGR2: Field 2 final Clean flux 55.518 MilliJy IMAGR2: Field 3 final Clean flux 1.113 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= 88 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 26.2 Real= 81 Disk 1 in-CNO 81 renumbered as CNO 73 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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.1685 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: AN17_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.08333 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: AN17_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.07549 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: AN17_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.04702 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: AN17_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.1424 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 101.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.4 Real= 4 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 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.1424 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: AN17_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 6300 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.458E+04 IMAGR2: UVWAIT: Adding temperance S 4.917E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.899E+07 and out 2.483E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 2.458E+04 over 12600 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 = 2.63558E+08 IMAGR2: Field 1 Beam min = -94.3 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.042 x 0.626 arcsec, PA= -15.4 IMAGR2: Field 2 Sum of gridding weights = 2.63562E+08 IMAGR2: Field 2 Beam min = -98.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.042 x 0.626 arcsec, PA= -15.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -49.6 MilliJy,max = 522.8 MilliJy IMAGR2: Field 2 min = -55.6 MilliJy,max = 499.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 67.04 MilliJy IMAGR2: 7490 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 250.078 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 297.780 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 297.780 MilliJy 8 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 = -23.8 MilliJy,max = 215.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.049E-01 < Second best 2.378E-01 IMAGR2: Field 1 min = -21.5 MilliJy,max = 225.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 32.06 MilliJy IMAGR2: 4783 Residual map points loaded IMAGR2: Field 1 min allowed flux = 107.650 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 425.965 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 425.965 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.2 MilliJy,max = 93.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.857E-02 < Second best 1.024E-01 IMAGR2: Field 1 min = -9.4 MilliJy,max = 96.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 13.80 MilliJy IMAGR2: 4914 Residual map points loaded IMAGR2: Field 1 min allowed flux = 46.340 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 481.145 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 481.145 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.5 MilliJy,max = 40.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.848E-02 < Second best 4.407E-02 IMAGR2: Field 1 min = -4.2 MilliJy,max = 41.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.94 MilliJy IMAGR2: 5660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 19.948 MilliJy iter= 32 IMAGR2: Field 1 Clean flux density= 504.898 MilliJy 32 comps IMAGR2: Total Cleaned flux density = 504.898 MilliJy 32 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 17.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.692E-02 < Second best 1.897E-02 IMAGR2: Field 1 min = -2.8 MilliJy,max = 18.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 2.56 MilliJy IMAGR2: 11084 Residual map points loaded IMAGR2: Field 1 min allowed flux = 8.587 MilliJy iter= 40 IMAGR2: Field 1 Clean flux density= 515.122 MilliJy 40 comps IMAGR2: Total Cleaned flux density = 515.122 MilliJy 40 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.8 MilliJy,max = 8.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.671E-03 < Second best 8.170E-03 IMAGR2: Field 1 min = -3.1 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 1697 cell beam + residuals > 1.83 MilliJy IMAGR2: 8550 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.762 MilliJy iter= 49 IMAGR2: Field 1 Clean flux density= 520.150 MilliJy 49 comps IMAGR2: Total Cleaned flux density = 520.150 MilliJy 49 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.72 MilliJy IMAGR2: 24 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.836 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 2.140 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 522.290 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 461 cell beam + residuals > 1.54 MilliJy IMAGR2: 11416 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.523 MilliJy iter= 99 IMAGR2: Field 1 Clean flux density= 524.092 MilliJy 99 comps IMAGR2: Total Cleaned flux density = 526.232 MilliJy 107 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 599 cell beam + residuals > 1.39 MilliJy IMAGR2: 13401 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.122 MilliJy iter= 173 IMAGR2: Field 1 Clean flux density= 523.595 MilliJy 173 comps IMAGR2: Total Cleaned flux density = 525.735 MilliJy 181 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 601 cell beam + residuals > 1.22 MilliJy IMAGR2: 18618 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.813 MilliJy iter= 286 IMAGR2: Field 1 Clean flux density= 526.140 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 528.280 MilliJy 294 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.049E-03 < Second best 1.736E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.617 MilliJy iter= 465 IMAGR2: Field 1 Clean flux density= 523.865 MilliJy 465 comps IMAGR2: Total Cleaned flux density = 526.005 MilliJy 473 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 946.24 MicroJy IMAGR2: 19976 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.347 MilliJy iter= 708 IMAGR2: Field 1 Clean flux density= 532.862 MilliJy 708 comps IMAGR2: Total Cleaned flux density = 535.002 MilliJy 716 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 817.27 MicroJy IMAGR2: 19927 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.151 MilliJy iter= 1055 IMAGR2: Field 1 Clean flux density= 517.953 MilliJy 1055 comps IMAGR2: Total Cleaned flux density = 520.093 MilliJy 1063 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 690.91 MicroJy IMAGR2: 19742 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -955.417 MicroJy iter= 1524 IMAGR2: Field 1 Clean flux density= 537.337 MilliJy 1524 comps IMAGR2: Total Cleaned flux density = 539.477 MilliJy 1532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -961.7 MicroJy,max = 763.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 689.88 MicroJy IMAGR2: 25 Residual map points loaded IMAGR2: Field 2 min Clean flux = -852.171 MicroJy iter= 11 IMAGR2: Field 2 Clean flux density= 1.872 MilliJy 11 comps IMAGR2: Total Cleaned flux density = 539.209 MilliJy 1535 comps 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 > 572.30 MicroJy IMAGR2: 19980 Residual map points loaded IMAGR2: Field 1 min Clean flux = -854.079 MicroJy iter= 1683 IMAGR2: Field 1 Clean flux density= 534.366 MilliJy 1683 comps IMAGR2: Total Cleaned flux density = 536.238 MilliJy 1694 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 854.079 less than limit 854.502 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 1683 to 1150 components IMAGR2: Field 2 compressed from 11 to 4 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -669.2 MicroJy,max = 718.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 520.486 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR2: Restore 1.872 MilliJy ( 4 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 536.238 MilliJy IMAGR2: Field 2 final Clean flux 522.358 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= 29.6 Real= 92 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.1424 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: AN17_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.1594 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 91.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= 5 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 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.1424 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: AN17_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.1594 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: AN17_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 5028 visibilities to be imaged IMAGR2: **** WARNING data included out of inner portion of UV plane **** IMAGR2: **** Watch for high-frequency & other poor cleaning effects **** LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 2.218E+04 IMAGR2: UVWAIT: Adding temperance S 4.435E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.572E+07 and out 1.983E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.143 due to weighting IMAGR2: UVWAIT: Average summed weight 2.218E+04 over 10056 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 = 2.10503E+08 IMAGR2: Field 1 Beam min = -99.6 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 891.521 x 640.844 Milliarcsec, PA= 7.5 IMAGR2: Field 2 Sum of gridding weights = 2.10505E+08 IMAGR2: Field 2 Beam min = -99.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 891.518 x 640.849 Milliarcsec, PA= 7.5 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -42.8 MilliJy,max = 427.3 MilliJy IMAGR2: Field 2 min = -49.6 MilliJy,max = 413.2 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 68.21 MilliJy IMAGR2: 3274 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 227.075 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 222.914 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 222.914 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 = -23.9 MilliJy,max = 199.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.902E-01 < Second best 2.160E-01 IMAGR2: Field 1 min = -20.6 MilliJy,max = 204.4 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 36.25 MilliJy IMAGR2: 1989 Residual map points loaded IMAGR2: Field 1 min allowed flux = 97.749 MilliJy iter= 15 IMAGR2: Field 1 Clean flux density= 339.308 MilliJy 15 comps IMAGR2: Total Cleaned flux density = 339.308 MilliJy 15 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -10.4 MilliJy,max = 88.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 8.415E-02 < Second best 9.296E-02 IMAGR2: Field 1 min = -9.5 MilliJy,max = 88.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 15.61 MilliJy IMAGR2: 2313 Residual map points loaded IMAGR2: Field 1 min allowed flux = 40.376 MilliJy iter= 24 IMAGR2: Field 1 Clean flux density= 394.856 MilliJy 24 comps IMAGR2: Total Cleaned flux density = 394.856 MilliJy 24 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.3 MilliJy,max = 37.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.552E-02 < Second best 3.840E-02 IMAGR2: Field 1 min = -5.2 MilliJy,max = 36.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 6.45 MilliJy IMAGR2: 2552 Residual map points loaded IMAGR2: Field 1 min allowed flux = 16.952 MilliJy iter= 33 IMAGR2: Field 1 Clean flux density= 418.009 MilliJy 33 comps IMAGR2: Total Cleaned flux density = 418.009 MilliJy 33 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -3.6 MilliJy,max = 16.2 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 5.96 MilliJy IMAGR2: 30 Residual map points loaded IMAGR2: Field 2 min allowed flux = 7.771 MilliJy iter= 8 IMAGR2: Field 2 Clean flux density= 9.253 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 427.262 MilliJy 41 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.8 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.804E-03 < Second best 7.397E-03 IMAGR2: Field 2 min = -3.9 MilliJy,max = 7.0 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.53 MilliJy IMAGR2: 611 Residual map points loaded IMAGR2: Field 2 min allowed flux = -3.395 MilliJy iter= 20 IMAGR2: Field 2 Clean flux density= 11.720 MilliJy 20 comps IMAGR2: Total Cleaned flux density = 429.728 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.14 MilliJy IMAGR2: 10752 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.801 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 417.778 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 429.497 MilliJy 86 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 1.06 MilliJy IMAGR2: 188 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.284 MilliJy iter= 44 IMAGR2: Field 2 Clean flux density= 11.445 MilliJy 44 comps IMAGR2: Total Cleaned flux density = 429.223 MilliJy 110 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 824.26 MicroJy IMAGR2: 19259 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.339 MilliJy iter= 159 IMAGR2: Field 1 Clean flux density= 424.240 MilliJy 159 comps IMAGR2: Total Cleaned flux density = 435.685 MilliJy 203 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 483 cell beam + residuals > 794.51 MicroJy IMAGR2: 8928 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.099 MilliJy iter= 252 IMAGR2: Field 1 Clean flux density= 419.727 MilliJy 252 comps IMAGR2: Total Cleaned flux density = 431.172 MilliJy 296 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -939.9 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.543E-04 < Second best 1.052E-03 IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 656.38 MicroJy IMAGR2: 19776 Residual map points loaded IMAGR2: Field 1 min Clean flux = -955.849 MicroJy iter= 398 IMAGR2: Field 1 Clean flux density= 423.909 MilliJy 398 comps IMAGR2: Total Cleaned flux density = 435.353 MilliJy 442 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -820.3 MicroJy,max = 988.1 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 398 to 280 components IMAGR2: Field 2 compressed from 44 to 14 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -820.3 MicroJy,max = 988.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 416.918 MilliJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore 11.445 MilliJy ( 14 CCs) from field 2 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 435.353 MilliJy IMAGR2: Field 2 final Clean flux 428.362 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= 18.6 Real= 65 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.1424 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: AN17_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.1594 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: AN17_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.1497 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.22043 SETFC2: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22043 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.7 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.4 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 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.1424 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: AN17_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.1594 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: AN17_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.1497 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: AN17_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 5700 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.473E+04 IMAGR2: UVWAIT: Adding temperance S 4.946E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.832E+07 and out 2.312E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR2: UVWAIT: Average summed weight 2.473E+04 over 11400 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 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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 = 2.45399E+08 IMAGR2: Field 1 Beam min = -90.1 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 837.273 x 641.809 Milliarcsec, PA= -25.4 IMAGR2: Field 2 Sum of gridding weights = 2.45402E+08 IMAGR2: Field 2 Beam min = -100.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 837.275 x 641.808 Milliarcsec, PA= -25.4 IMAGR2: Field 3 Sum of gridding weights = 2.45402E+08 IMAGR2: Field 3 Beam min = -100.7 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 837.587 x 641.800 Milliarcsec, PA= -25.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -28.9 MilliJy,max = 271.6 MilliJy IMAGR2: Field 2 min = -42.0 MilliJy,max = 270.5 MilliJy IMAGR2: Field 3 min = -22.3 MilliJy,max = 71.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 42.39 MilliJy IMAGR2: 4768 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 150.121 MilliJy iter= 7 IMAGR2: Field 1 Clean flux density= 142.959 MilliJy 7 comps IMAGR2: Total Cleaned flux density = 142.959 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 = -22.7 MilliJy,max = 134.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.283E-01 < Second best 1.428E-01 IMAGR2: Field 1 min = -17.6 MilliJy,max = 135.1 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 23.43 MilliJy IMAGR2: 4660 Residual map points loaded IMAGR2: Field 1 min allowed flux = 62.900 MilliJy iter= 16 IMAGR2: Field 1 Clean flux density= 228.857 MilliJy 16 comps IMAGR2: Total Cleaned flux density = 228.857 MilliJy 16 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -16.3 MilliJy,max = 57.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.472E-02 < Second best 6.853E-02 IMAGR2: Field 3 min = -9.1 MilliJy,max = 40.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.894E-02 < Second best 5.983E-02 IMAGR2: Field 1 min = -16.3 MilliJy,max = 57.8 MilliJy IMAGR2: BGC Clean: using 2035 cell beam + residuals > 10.76 MilliJy IMAGR2: 14190 Residual map points loaded IMAGR2: Field 1 min allowed flux = 27.496 MilliJy iter= 30 IMAGR2: Field 1 Clean flux density= 282.122 MilliJy 30 comps IMAGR2: Total Cleaned flux density = 282.122 MilliJy 30 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -17.5 MilliJy,max = 27.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.619E-02 < Second best 3.894E-02 IMAGR2: Field 3 min = -8.6 MilliJy,max = 25.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.405E-02 < Second best 2.619E-02 IMAGR2: BGC Clean: using 509 cell beam + residuals > 10.03 MilliJy IMAGR2: 515 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 15.586 MilliJy iter= 23 IMAGR2: Field 2 Clean flux density= 39.202 MilliJy 23 comps IMAGR2: Total Cleaned flux density = 321.324 MilliJy 53 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -15.9 MilliJy,max = 24.1 MilliJy IMAGR2: BGC Clean: using 1993 cell beam + residuals > 6.78 MilliJy IMAGR2: 13396 Residual map points loaded IMAGR2: Field 1 min allowed flux = 11.978 MilliJy iter= 66 IMAGR2: Field 1 Clean flux density= 323.664 MilliJy 66 comps IMAGR2: Total Cleaned flux density = 362.865 MilliJy 89 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -6.6 MilliJy,max = 11.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.116E-02 < Second best 1.488E-02 IMAGR2: Field 2 min = -12.0 MilliJy,max = 11.7 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 6.86 MilliJy IMAGR2: 432 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -8.843 MilliJy iter= 53 IMAGR2: Field 2 Clean flux density= 45.304 MilliJy 53 comps IMAGR2: Total Cleaned flux density = 368.968 MilliJy 119 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -9.6 MilliJy,max = 11.5 MilliJy IMAGR2: BGC Clean: using 605 cell beam + residuals > 4.67 MilliJy IMAGR2: 14194 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 7.373 MilliJy iter= 156 IMAGR2: Field 1 Clean flux density= 374.843 MilliJy 156 comps IMAGR2: Total Cleaned flux density = 420.147 MilliJy 209 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.644E-03 < Second best 8.461E-03 IMAGR2: Field 2 min = -7.1 MilliJy,max = 6.5 MilliJy IMAGR2: BGC Clean: using 509 cell beam + residuals > 4.47 MilliJy IMAGR2: 247 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 5.048 MilliJy iter= 82 IMAGR2: Field 2 Clean flux density= 37.169 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 412.012 MilliJy 238 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -6.2 MilliJy,max = 6.1 MilliJy IMAGR2: BGC Clean: using 467 cell beam + residuals > 2.96 MilliJy IMAGR2: 16382 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 4.333 MilliJy iter= 289 IMAGR2: Field 1 Clean flux density= 374.626 MilliJy 289 comps IMAGR2: Total Cleaned flux density = 411.795 MilliJy 371 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.2 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.460E-03 < Second best 4.834E-03 IMAGR2: Field 2 min = -3.7 MilliJy,max = 3.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.678E-03 < Second best 4.142E-03 IMAGR2: Field 1 min = -3.7 MilliJy,max = 3.8 MilliJy IMAGR2: BGC Clean: using 465 cell beam + residuals > 2.18 MilliJy IMAGR2: 12653 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 2.943 MilliJy iter= 439 IMAGR2: Field 1 Clean flux density= 383.070 MilliJy 439 comps IMAGR2: Total Cleaned flux density = 420.239 MilliJy 521 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.513E-03 < Second best 3.460E-03 IMAGR2: Field 3 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR2: 46 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.130 MilliJy iter= 19 IMAGR2: Field 3 Clean flux density= 311.244 MicroJy 19 comps IMAGR2: Total Cleaned flux density = 420.551 MilliJy 540 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -3.0 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.55 MilliJy IMAGR2: 18639 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.168 MilliJy iter= 695 IMAGR2: Field 1 Clean flux density= 368.773 MilliJy 695 comps IMAGR2: Total Cleaned flux density = 406.254 MilliJy 796 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.668E-03 < Second best 2.076E-03 IMAGR2: Field 1 min = -2.2 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.823E-03 < Second best 2.041E-03 IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.714E-03 < Second best 1.823E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 19173 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.471 MilliJy iter= 1023 IMAGR2: Field 1 Clean flux density= 378.532 MilliJy 1023 comps IMAGR2: Total Cleaned flux density = 416.012 MilliJy 1124 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.033E-03 < Second best 1.668E-03 IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.130E-03 < Second best 1.409E-03 IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 754.91 MicroJy IMAGR2: 19556 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -997.526 MicroJy iter= 1431 IMAGR2: Field 1 Clean flux density= 379.018 MilliJy 1431 comps IMAGR2: Total Cleaned flux density = 416.498 MilliJy 1532 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -807.0 MicroJy,max = 736.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.781E-04 < Second best 1.033E-03 IMAGR2: Field 3 min = -805.9 MicroJy,max = 870.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.869E-04 < Second best 9.566E-04 IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 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 1431 to 1144 components IMAGR2: Field 2 compressed from 82 to 48 components IMAGR2: Field 3 compressed from 19 to 12 components IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: Field 2 min = -807.0 MicroJy,max = 736.9 MicroJy IMAGR2: Field 3 min = -805.9 MicroJy,max = 870.8 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 276.016 MilliJy ( 110 CCs) from field 1 to field 2 IMAGR2: Restore 41.954 MilliJy ( 43 CCs) from field 1 to field 3 IMAGR2: Restore 37.169 MilliJy ( 48 CCs) from field 2 to field 1 IMAGR2: Restore 311.244 MicroJy ( 12 CCs) from field 3 to field 1 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 416.498 MilliJy IMAGR2: Field 2 final Clean flux 313.185 MilliJy IMAGR2: Field 3 final Clean flux 42.266 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= 25.4 Real= 90 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.1424 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: AN17_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.1594 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: AN17_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.1497 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: AN17_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.09991 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 1379 CELLSIZE 0.23211 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23211 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 88.1 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= 5 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.78 49 48 29.5 00003 -1 507 512 513 C 4 1012 1012 23 55 27.14 49 48 29.5 00004 -1 507 512 513 C 5 1012 1012 23 54 51.76 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 25.9 00007 -1 507 512 513 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.1424 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: AN17_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.1594 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: AN17_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.1497 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: AN17_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.09991 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: AN17_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.7103E+02 -9.8840E+01 0 IMAGR2: Field 4 1012 1012 1.7107E+02 -9.8840E+01 0 IMAGR2: Field 5 1012 1012 -1.7122E+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.9756E+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 12800 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.584E+04 IMAGR2: UVWAIT: Adding temperance S 7.167E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 3.672E+07 and out 4.593E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.148 due to weighting IMAGR2: UVWAIT: Average summed weight 3.584E+04 over 25181 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 = 4.87583E+08 IMAGR2: Field 1 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.047 x 0.687 arcsec, PA= 88.5 IMAGR2: Field 2 Sum of gridding weights = 4.87582E+08 IMAGR2: Field 2 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.047 x 0.687 arcsec, PA= 88.5 IMAGR2: Field 3 Sum of gridding weights = 4.87580E+08 IMAGR2: Field 3 Beam min = -93.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.046 x 0.687 arcsec, PA= 88.4 IMAGR2: Field 4 Sum of gridding weights = 4.87582E+08 IMAGR2: Field 4 Beam min = -155.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.048 x 0.687 arcsec, PA= 88.6 IMAGR2: Field 5 Sum of gridding weights = 4.87581E+08 IMAGR2: Field 5 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.046 x 0.687 arcsec, PA= 88.4 IMAGR2: Field 6 Sum of gridding weights = 4.87581E+08 IMAGR2: Field 6 Beam min = -128.2 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.048 x 0.687 arcsec, PA= 88.5 IMAGR2: Field 7 Sum of gridding weights = 4.87582E+08 IMAGR2: Field 7 Beam min = -162.5 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.047 x 0.687 arcsec, PA= 88.4 IMAGR2: CLBHIS: minimum component 0.500 of current peak IMAGR2: Field 1 min = -69.4 MilliJy,max = 884.3 MilliJy IMAGR2: Field 2 min = -72.4 MilliJy,max = 142.9 MilliJy IMAGR2: Field 3 min = -76.5 MilliJy,max = 160.3 MilliJy IMAGR2: Field 4 min = -79.1 MilliJy,max = 219.8 MilliJy IMAGR2: Field 5 min = -76.2 MilliJy,max = 221.7 MilliJy IMAGR2: Field 6 min = -79.8 MilliJy,max = 167.1 MilliJy IMAGR2: Field 7 min = -74.6 MilliJy,max = 145.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 100.04 MilliJy IMAGR2: 1289 Residual map points loaded IMAGR2: Field 1 min allowed flux = 422.954 MilliJy iter= 8 IMAGR2: Field 1 Clean flux density= 503.633 MilliJy 8 comps IMAGR2: Total Cleaned flux density = 503.633 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.3 MilliJy,max = 380.7 MilliJy IMAGR2: BGC Clean: using 1763 cell beam + residuals > 64.04 MilliJy IMAGR2: 176 Residual map points loaded IMAGR2: Field 1 min allowed flux = 178.030 MilliJy iter= 17 IMAGR2: Field 1 Clean flux density= 741.760 MilliJy 17 comps IMAGR2: Total Cleaned flux density = 741.760 MilliJy 17 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.8 MilliJy,max = 160.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 57.00 MilliJy IMAGR2: 17 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 73.403 MilliJy iter= 27 IMAGR2: Field 1 Clean flux density= 853.890 MilliJy 27 comps IMAGR2: Total Cleaned flux density = 853.890 MilliJy 27 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -9.8 MilliJy,max = 18.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.103E-02 < Second best 1.426E-01 IMAGR2: Field 5 min = -9.5 MilliJy,max = 18.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.169E-02 < Second best 1.378E-01 IMAGR2: Field 7 min = -8.8 MilliJy,max = 14.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.222E-02 < Second best 1.364E-01 IMAGR2: Field 2 min = -8.8 MilliJy,max = 13.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.273E-02 < Second best 1.201E-01 IMAGR2: Field 6 min = -9.2 MilliJy,max = 14.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.106E-02 < Second best 1.176E-01 IMAGR2: Field 3 min = -8.4 MilliJy,max = 12.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.005E-02 < Second best 6.981E-02 IMAGR2: Field 1 min = -16.0 MilliJy,max = 67.9 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 8.30 MilliJy IMAGR2: 2298 Residual map points loaded IMAGR2: Field 1 min allowed flux = 30.729 MilliJy iter= 37 IMAGR2: Field 1 Clean flux density= 901.090 MilliJy 37 comps IMAGR2: Total Cleaned flux density = 901.090 MilliJy 37 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -21.3 MilliJy,max = 28.7 MilliJy IMAGR2: BGC Clean: using 685 cell beam + residuals > 5.51 MilliJy IMAGR2: 1345 Residual map points loaded IMAGR2: Field 1 min allowed flux = -14.025 MilliJy iter= 57 IMAGR2: Field 1 Clean flux density= 904.026 MilliJy 57 comps IMAGR2: Total Cleaned flux density = 904.026 MilliJy 57 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -13.9 MilliJy,max = 14.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 5.39 MilliJy IMAGR2: 252 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -7.948 MilliJy iter= 91 IMAGR2: Field 1 Clean flux density= 900.129 MilliJy 91 comps IMAGR2: Total Cleaned flux density = 900.129 MilliJy 91 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.527E-03 < Second best 1.222E-02 IMAGR2: Field 7 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.249E-03 < Second best 1.169E-02 IMAGR2: Field 5 min = -5.4 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.891E-03 < Second best 1.106E-02 IMAGR2: Field 6 min = -4.8 MilliJy,max = 5.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.669E-03 < Second best 1.103E-02 IMAGR2: Field 4 min = -5.1 MilliJy,max = 6.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.189E-03 < Second best 1.005E-02 IMAGR2: Field 3 min = -4.9 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.127E-03 < Second best 7.572E-03 IMAGR2: Field 1 min = -7.6 MilliJy,max = 7.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.72 MilliJy IMAGR2: 4416 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -4.791 MilliJy iter= 191 IMAGR2: Field 1 Clean flux density= 900.552 MilliJy 191 comps IMAGR2: Total Cleaned flux density = 900.552 MilliJy 191 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.3 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.504E-03 < Second best 5.249E-03 IMAGR2: Field 7 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.391E-03 < Second best 5.127E-03 IMAGR2: Field 3 min = -4.1 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR2: 1387 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 3.217 MilliJy iter= 58 IMAGR2: Field 3 Clean flux density= 2.148 MilliJy 58 comps IMAGR2: Total Cleaned flux density = 902.700 MilliJy 249 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -4.2 MilliJy,max = 4.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.047E-03 < Second best 4.571E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR2: 1491 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -3.157 MilliJy iter= 286 IMAGR2: Field 1 Clean flux density= 896.674 MilliJy 286 comps IMAGR2: Total Cleaned flux density = 898.822 MilliJy 344 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.925E-03 < Second best 4.391E-03 IMAGR2: Field 7 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.968E-03 < Second best 4.189E-03 IMAGR2: Field 4 min = -3.3 MilliJy,max = 5.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.818E-03 < Second best 4.047E-03 IMAGR2: Field 6 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR2: 3516 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 3.015 MilliJy iter= 136 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 6 Clean flux density= 22.948 MilliJy 136 comps IMAGR2: Total Cleaned flux density = 921.771 MilliJy 480 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.543E-03 < Second best 3.925E-03 IMAGR2: Field 2 min = -4.0 MilliJy,max = 4.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.21 MilliJy IMAGR2: 2076 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -2.824 MilliJy iter= 145 IMAGR2: Field 2 Clean flux density= 13.512 MilliJy 145 comps IMAGR2: Total Cleaned flux density = 935.283 MilliJy 625 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.2 MilliJy,max = 3.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.397E-03 < Second best 3.818E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 4.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.326E-03 < Second best 3.543E-03 IMAGR2: Field 7 min = -3.8 MilliJy,max = 3.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 1591 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 2.628 MilliJy iter= 150 IMAGR2: Field 7 Clean flux density= 5.862 MilliJy 150 comps IMAGR2: Total Cleaned flux density = 941.145 MilliJy 775 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -4.1 MilliJy,max = 3.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 877 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -2.458 MilliJy iter= 118 IMAGR2: Field 5 Clean flux density= -19.694 MilliJy 118 comps IMAGR2: Total Cleaned flux density = 921.451 MilliJy 893 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.8 MilliJy,max = 4.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR2: 689 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 2.415 MilliJy iter= 117 IMAGR2: Field 4 Clean flux density= 24.607 MilliJy 117 comps IMAGR2: Total Cleaned flux density = 946.058 MilliJy 1010 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.815E-03 < Second best 3.017E-03 IMAGR2: Field 1 min = -3.2 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 2.00 MilliJy IMAGR2: 181 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.117 MilliJy iter= 340 IMAGR2: Field 1 Clean flux density= 892.001 MilliJy 340 comps IMAGR2: Total Cleaned flux density = 941.385 MilliJy 1064 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.563E-03 < Second best 2.815E-03 IMAGR2: Field 3 min = -3.3 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.87 MilliJy IMAGR2: 1802 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.202 MilliJy iter= 250 IMAGR2: Field 3 Clean flux density= -12.227 MilliJy 250 comps IMAGR2: Total Cleaned flux density = 927.010 MilliJy 1256 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.5 MilliJy,max = 3.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.304E-03 < Second best 2.563E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR2: 1943 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -2.066 MilliJy iter= 337 IMAGR2: Field 6 Clean flux density= 28.266 MilliJy 337 comps IMAGR2: Total Cleaned flux density = 932.327 MilliJy 1457 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.9 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.114E-03 < Second best 2.352E-03 IMAGR2: Field 5 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.167E-03 < Second best 2.311E-03 IMAGR2: Field 4 min = -2.4 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.116E-03 < Second best 2.304E-03 IMAGR2: Field 2 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 1966 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 1.862 MilliJy iter= 402 IMAGR2: Field 2 Clean flux density= 28.664 MilliJy 402 comps IMAGR2: Total Cleaned flux density = 947.479 MilliJy 1714 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1099 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.755 MilliJy iter= 297 IMAGR2: Field 5 Clean flux density= -33.389 MilliJy 297 comps IMAGR2: Total Cleaned flux density = 933.784 MilliJy 1893 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.3 MilliJy,max = 3.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR2: 1115 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.749 MilliJy iter= 310 IMAGR2: Field 4 Clean flux density= 38.034 MilliJy 310 comps IMAGR2: Total Cleaned flux density = 947.210 MilliJy 2086 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.6 MilliJy,max = 2.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.947E-03 < Second best 2.109E-03 IMAGR2: Field 3 min = -2.7 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.829E-03 < Second best 2.024E-03 IMAGR2: Field 1 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.48 MilliJy IMAGR2: 207 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.541 MilliJy iter= 424 IMAGR2: Field 1 Clean flux density= 890.400 MilliJy 424 comps IMAGR2: Total Cleaned flux density = 945.609 MilliJy 2170 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.812E-03 < Second best 1.947E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1638 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -1.569 MilliJy iter= 451 IMAGR2: Field 7 Clean flux density= -463.374 MicroJy 451 comps IMAGR2: Total Cleaned flux density = 939.284 MilliJy 2471 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.6 MilliJy,max = 2.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1425 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.520 MilliJy iter= 506 IMAGR2: Field 3 Clean flux density= -18.663 MilliJy 506 comps IMAGR2: Total Cleaned flux density = 932.848 MilliJy 2727 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 765 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.462 MilliJy iter= 517 IMAGR2: Field 6 Clean flux density= 31.948 MilliJy 517 comps IMAGR2: Total Cleaned flux density = 936.530 MilliJy 2907 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.585E-03 < Second best 1.681E-03 IMAGR2: Field 5 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.572E-03 < Second best 1.677E-03 IMAGR2: Field 4 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.477E-03 < Second best 1.585E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1027 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.298 MilliJy iter= 643 IMAGR2: Field 2 Clean flux density= 25.786 MilliJy 643 comps IMAGR2: Total Cleaned flux density = 933.652 MilliJy 3148 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 1237 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.289 MilliJy iter= 539 IMAGR2: Field 5 Clean flux density= -39.919 MilliJy 539 comps IMAGR2: Total Cleaned flux density = 927.122 MilliJy 3390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.351E-03 < Second best 1.477E-03 IMAGR2: Field 4 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR2: 2003 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.269 MilliJy iter= 628 IMAGR2: Field 4 Clean flux density= 53.351 MilliJy 628 comps IMAGR2: Total Cleaned flux density = 942.439 MilliJy 3708 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.319E-03 < Second best 1.458E-03 IMAGR2: Field 3 min = -2.1 MilliJy,max = 1.9 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR2: 1092 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.154 MilliJy iter= 739 IMAGR2: Field 3 Clean flux density= -24.924 MilliJy 739 comps IMAGR2: Total Cleaned flux density = 936.177 MilliJy 3941 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR2: 1916 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.132 MilliJy iter= 860 IMAGR2: Field 6 Clean flux density= 40.578 MilliJy 860 comps IMAGR2: Total Cleaned flux density = 944.806 MilliJy 4284 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 339 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.072 MilliJy iter= 597 IMAGR2: Field 7 Clean flux density= 2.295 MilliJy 597 comps IMAGR2: Total Cleaned flux density = 947.564 MilliJy 4430 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR2: 47 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -1.041 MilliJy iter= 455 IMAGR2: Field 1 Clean flux density= 888.541 MilliJy 455 comps IMAGR2: Total Cleaned flux density = 945.705 MilliJy 4461 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR2: 212 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.026 MilliJy iter= 734 IMAGR2: Field 2 Clean flux density= 24.299 MilliJy 734 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Total Cleaned flux density = 944.218 MilliJy 4552 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 966.48 MicroJy IMAGR2: 1337 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.026 MilliJy iter= 811 IMAGR2: Field 5 Clean flux density= -43.833 MilliJy 811 comps IMAGR2: Total Cleaned flux density = 940.305 MilliJy 4824 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 918.06 MicroJy IMAGR2: 1893 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -983.874 MicroJy iter= 970 IMAGR2: Field 4 Clean flux density= 52.782 MilliJy 970 comps IMAGR2: Total Cleaned flux density = 939.736 MilliJy 5166 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 887.75 MicroJy IMAGR2: 1163 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -937.200 MicroJy iter= 1021 IMAGR2: Field 3 Clean flux density= -26.046 MilliJy 1021 comps IMAGR2: Total Cleaned flux density = 938.615 MilliJy 5448 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 844.18 MicroJy IMAGR2: 1290 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 892.742 MicroJy iter= 1161 IMAGR2: Field 6 Clean flux density= 45.111 MilliJy 1161 comps IMAGR2: Total Cleaned flux density = 943.149 MilliJy 5749 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 828.15 MicroJy IMAGR2: 508 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -857.551 MicroJy iter= 795 IMAGR2: Field 7 Clean flux density= 3.035 MilliJy 795 comps IMAGR2: Total Cleaned flux density = 943.889 MilliJy 5947 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 > 824.40 MicroJy IMAGR2: 83 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -831.981 MicroJy iter= 503 IMAGR2: Field 1 Clean flux density= 887.627 MilliJy 503 comps IMAGR2: Total Cleaned flux density = 942.975 MilliJy 5995 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.47 MicroJy IMAGR2: 1561 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -844.596 MicroJy iter= 1140 IMAGR2: Field 5 Clean flux density= -43.109 MilliJy 1140 comps IMAGR2: Total Cleaned flux density = 943.699 MilliJy 6324 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 784.03 MicroJy IMAGR2: 613 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -813.018 MicroJy iter= 955 IMAGR2: Field 2 Clean flux density= 22.171 MilliJy 955 comps IMAGR2: Total Cleaned flux density = 941.571 MilliJy 6545 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 752.24 MicroJy IMAGR2: 1950 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -796.393 MicroJy iter= 1348 IMAGR2: Field 4 Clean flux density= 56.909 MilliJy 1348 comps IMAGR2: Total Cleaned flux density = 945.697 MilliJy 6923 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 725.78 MicroJy IMAGR2: 1276 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -761.262 MicroJy iter= 1350 IMAGR2: Field 3 Clean flux density= -25.360 MilliJy 1350 comps IMAGR2: Total Cleaned flux density = 946.383 MilliJy 7252 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 701.67 MicroJy IMAGR2: 1314 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -735.900 MicroJy iter= 1502 IMAGR2: Field 6 Clean flux density= 47.138 MilliJy 1502 comps IMAGR2: Total Cleaned flux density = 948.409 MilliJy 7593 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 688.63 MicroJy IMAGR2: 430 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -706.050 MicroJy iter= 973 IMAGR2: Field 7 Clean flux density= 4.980 MilliJy 973 comps IMAGR2: Total Cleaned flux density = 950.355 MilliJy 7771 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 667.03 MicroJy IMAGR2: 1922 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -702.932 MicroJy iter= 1545 IMAGR2: Field 5 Clean flux density= -47.143 MilliJy 1545 comps IMAGR2: Total Cleaned flux density = 946.320 MilliJy 8176 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 662.62 MicroJy IMAGR2: 103 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 669.253 MicroJy iter= 564 IMAGR2: Field 1 Clean flux density= 889.742 MilliJy 564 comps IMAGR2: Total Cleaned flux density = 948.434 MilliJy 8237 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 649.83 MicroJy IMAGR2: 525 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 667.680 MicroJy iter= 1165 IMAGR2: Field 2 Clean flux density= 19.692 MilliJy 1165 comps IMAGR2: Total Cleaned flux density = 945.956 MilliJy 8447 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 > 626.96 MicroJy IMAGR2: 2205 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 659.803 MicroJy iter= 1771 IMAGR2: Field 4 Clean flux density= 57.759 MilliJy 1771 comps IMAGR2: Total Cleaned flux density = 946.806 MilliJy 8870 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 12800 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 607.83 MicroJy IMAGR2: 1401 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -634.111 MicroJy iter= 1711 IMAGR2: Field 3 Clean flux density= -26.343 MilliJy 1711 comps IMAGR2: Total Cleaned flux density = 945.823 MilliJy 9231 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 588.97 MicroJy IMAGR2: 1472 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 614.614 MicroJy iter= 1883 IMAGR2: Field 6 Clean flux density= 50.586 MilliJy 1883 comps IMAGR2: Total Cleaned flux density = 949.272 MilliJy 9612 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.95 MicroJy IMAGR2: 520 Residual map points loaded IMAGR2: Field 7 min Clean flux = -599.116 MicroJy iter= 1150 IMAGR2: Field 7 Clean flux density= 5.438 MilliJy 1150 comps IMAGR2: Total Cleaned flux density = 949.730 MilliJy 9789 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 559.47 MicroJy IMAGR2: 2697 Residual map points loaded IMAGR2: Field 5 min Clean flux = -599.467 MicroJy iter= 1977 IMAGR2: Field 5 Clean flux density= -45.058 MilliJy 1977 comps IMAGR2: Total Cleaned flux density = 951.815 MilliJy 10221 comps IMAGR2: ALGSTB: All 460 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 449- 0 Cells, with 12800 Pts IMAGR2: Field 1 min = -987.8 MicroJy,max = 943.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 547.21 MicroJy IMAGR2: 196 Residual map points loaded IMAGR2: Field 1 min Clean flux = 598.558 MicroJy iter= 593 IMAGR2: Field 1 Clean flux density= 889.523 MilliJy 593 comps IMAGR2: Total Cleaned flux density = 951.596 MilliJy 10250 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -1.1 MilliJy,max = 944.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 535.63 MicroJy IMAGR2: 865 Residual map points loaded IMAGR2: Field 2 min Clean flux = 599.290 MicroJy iter= 1230 IMAGR2: Field 2 Clean flux density= 18.369 MilliJy 1230 comps IMAGR2: Total Cleaned flux density = 950.273 MilliJy 10315 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -992.9 MicroJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 509.83 MicroJy IMAGR2: 4382 Residual map points loaded IMAGR2: Field 4 min Clean flux = 599.428 MicroJy iter= 1944 IMAGR2: Field 4 Clean flux density= 55.925 MilliJy 1944 comps IMAGR2: Total Cleaned flux density = 948.439 MilliJy 10488 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -1.0 MilliJy,max = 904.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 457.55 MicroJy IMAGR2: 4974 Residual map points loaded IMAGR2: Field 3 min Clean flux = 599.149 MicroJy iter= 1734 IMAGR2: Field 3 Clean flux density= -26.657 MilliJy 1734 comps IMAGR2: Total Cleaned flux density = 948.125 MilliJy 10511 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 380.27 MicroJy IMAGR2: 19982 Residual map points loaded IMAGR2: Field 6 min Clean flux = -598.628 MicroJy iter= 1909 IMAGR2: Field 6 Clean flux density= 51.076 MilliJy 1909 comps IMAGR2: Total Cleaned flux density = 948.614 MilliJy 10537 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 599.467 less than limit 599.485 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 593 to 269 components IMAGR2: Field 2 compressed from 1230 to 773 components IMAGR2: Field 3 compressed from 1734 to 1092 components LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 4 compressed from 1944 to 1162 components IMAGR2: Field 5 compressed from 1977 to 1171 components IMAGR2: Field 6 compressed from 1909 to 1197 components IMAGR2: Field 7 compressed from 1150 to 748 components IMAGR2: Field 1 min = -935.5 MicroJy,max = 957.4 MicroJy IMAGR2: Field 2 min = -1.0 MilliJy,max = 936.9 MicroJy IMAGR2: Field 3 min = -1.0 MilliJy,max = 894.6 MicroJy IMAGR2: Field 4 min = -932.3 MicroJy,max = 1.1 MilliJy IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: Field 6 min = -984.8 MicroJy,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 177.457 MicroJy ( 13 CCs) from field 1 to field 2 IMAGR2: Restore -5.870 MilliJy ( 62 CCs) from field 1 to field 3 IMAGR2: Restore 1.067 MilliJy ( 44 CCs) from field 1 to field 4 IMAGR2: Restore -5.476 MilliJy ( 48 CCs) from field 1 to field 5 IMAGR2: Restore -1.366 MilliJy ( 72 CCs) from field 1 to field 6 IMAGR2: Restore -2.249 MilliJy ( 14 CCs) from field 1 to field 7 IMAGR2: Restore 1.418 MilliJy ( 21 CCs) from field 2 to field 1 IMAGR2: Restore 3.084 MilliJy ( 108 CCs) from field 2 to field 3 IMAGR2: Restore 270.155 MicroJy ( 41 CCs) from field 2 to field 4 IMAGR2: Restore -3.898 MilliJy ( 58 CCs) from field 3 to field 1 IMAGR2: Restore 621.814 MicroJy ( 76 CCs) from field 3 to field 2 IMAGR2: Restore -8.784 MilliJy ( 91 CCs) from field 3 to field 5 IMAGR2: Restore-692.159 MicroJy ( 24 CCs) from field 4 to field 1 IMAGR2: Restore-189.184 MicroJy ( 17 CCs) from field 4 to field 2 IMAGR2: Restore 4.453 MilliJy ( 112 CCs) from field 4 to field 6 IMAGR2: Restore -1.397 MilliJy ( 14 CCs) from field 5 to field 1 IMAGR2: Restore -4.836 MilliJy ( 82 CCs) from field 5 to field 3 IMAGR2: Restore-566.501 MicroJy ( 15 CCs) from field 5 to field 7 IMAGR2: Restore 7.904 MilliJy ( 98 CCs) from field 6 to field 1 IMAGR2: Restore 3.739 MilliJy ( 83 CCs) from field 6 to field 4 IMAGR2: Restore 6.772 MilliJy ( 127 CCs) from field 6 to field 7 IMAGR2: Restore-598.617 MicroJy ( 17 CCs) from field 7 to field 1 IMAGR2: Restore-231.908 MicroJy ( 56 CCs) from field 7 to field 5 IMAGR2: Restore 256.624 MicroJy ( 73 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 892.260 MilliJy IMAGR2: Field 2 final Clean flux 18.979 MilliJy IMAGR2: Field 3 final Clean flux -34.279 MilliJy IMAGR2: Field 4 final Clean flux 61.001 MilliJy IMAGR2: Field 5 final Clean flux -59.550 MilliJy IMAGR2: Field 6 final Clean flux 54.418 MilliJy IMAGR2: Field 7 final Clean flux 9.395 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= 112.0 Real= 347 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.1424 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: AN17_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.1594 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: AN17_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.1497 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: AN17_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.09991 MILLI JANSKY' AIPS 2: SYSTEM command to be executed is: AIPS 2: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: AN17_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.06772 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 1366 CELLSIZE 0.23434 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23434 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.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 56.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= 6 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 30.5 00002 -1 507 512 513 C 3 1012 1012 23 20 33.29 05 12 10.2 00003 -1 507 512 513 C 4 1012 1012 23 20 56.42 05 12 10.2 00004 -1 507 512 513 C 5 1012 1012 23 20 33.29 05 15 29.7 00005 -1 507 512 513 C 6 1012 1012 23 20 56.42 05 15 29.7 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 09.4 00007 -1 507 512 513 ension 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.06772 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: AN17_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 -1.9945E+02 0 IMAGR2: Field 3 1012 1012 -1.7278E+02 -9.9753E+01 0 IMAGR2: Field 4 1012 1012 1.7273E+02 -9.9753E+01 0 IMAGR2: Field 5 1012 1012 -1.7278E+02 9.9747E+01 0 IMAGR2: Field 6 1012 1012 1.7273E+02 9.9747E+01 0 IMAGR2: Field 7 1012 1012 5.0788E-02 1.9945E+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 27867 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 4.708E+04 IMAGR2: UVWAIT: Adding temperance S 9.417E+03 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 7.239E+07 and out 9.415E+07 IMAGR2: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR2: UVWAIT: Average summed weight 4.708E+04 over 54227 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 = 9.99588E+08 IMAGR2: Field 1 Beam min = -136.2 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.265 x 0.754 arcsec, PA= -49.1 IMAGR2: Field 2 Sum of gridding weights = 9.99587E+08 IMAGR2: Field 2 Beam min = -136.2 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.267 x 0.754 arcsec, PA= -49.1 IMAGR2: Field 3 Sum of gridding weights = 9.99587E+08 IMAGR2: Field 3 Beam min = -92.0 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.265 x 0.754 arcsec, PA= -49.0 IMAGR2: Field 4 Sum of gridding weights = 9.99587E+08 IMAGR2: Field 4 Beam min = -136.6 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.267 x 0.754 arcsec, PA= -49.1 IMAGR2: Field 5 Sum of gridding weights = 9.99586E+08 IMAGR2: Field 5 Beam min = -92.0 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.263 x 0.754 arcsec, PA= -49.1 IMAGR2: Field 6 Sum of gridding weights = 9.99587E+08 IMAGR2: Field 6 Beam min = -136.6 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.266 x 0.755 arcsec, PA= -49.1 IMAGR2: Field 7 Sum of gridding weights = 9.99587E+08 IMAGR2: Field 7 Beam min = -136.2 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.264 x 0.755 arcsec, PA= -49.1 IMAGR2: CLBHIS: minimum component 0.411 of current peak IMAGR2: Field 1 min = -91.2 MilliJy,max = 974.2 MilliJy IMAGR2: Field 2 min = -56.0 MilliJy,max = 141.2 MilliJy IMAGR2: Field 3 min = -83.1 MilliJy,max = 88.2 MilliJy IMAGR2: Field 4 min = -80.6 MilliJy,max = 90.9 MilliJy IMAGR2: Field 5 min = -83.5 MilliJy,max = 91.6 MilliJy IMAGR2: Field 6 min = -82.3 MilliJy,max = 90.8 MilliJy IMAGR2: Field 7 min = -54.8 MilliJy,max = 126.7 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 92.20 MilliJy IMAGR2: 1145 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 396.731 MilliJy iter= 10 IMAGR2: Field 1 Clean flux density= 640.874 MilliJy 10 comps IMAGR2: Total Cleaned flux density = 640.874 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 1 min = -35.5 MilliJy,max = 363.2 MilliJy IMAGR2: BGC Clean: using 1337 cell beam + residuals > 47.77 MilliJy IMAGR2: 269 Residual map points loaded IMAGR2: Field 1 min allowed flux = 141.185 MilliJy iter= 21 IMAGR2: Field 1 Clean flux density= 901.284 MilliJy 21 comps IMAGR2: Total Cleaned flux density = 901.284 MilliJy 21 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -18.8 MilliJy,max = 129.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 44.52 MilliJy IMAGR2: 15 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 55.484 MilliJy iter= 31 IMAGR2: Field 1 Clean flux density= 989.073 MilliJy 31 comps IMAGR2: Total Cleaned flux density = 989.073 MilliJy 31 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -6.3 MilliJy,max = 7.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 7.463E-03 < Second best 1.168E-01 IMAGR2: Field 7 min = -6.2 MilliJy,max = 7.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.924E-03 < Second best 8.755E-02 IMAGR2: Field 5 min = -5.0 MilliJy,max = 7.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 6.151E-03 < Second best 8.681E-02 IMAGR2: Field 4 min = -5.4 MilliJy,max = 7.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 4.971E-03 < Second best 8.551E-02 IMAGR2: Field 6 min = -5.7 MilliJy,max = 7.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: TRY ANOTHER FIELD: this is 5.172E-03 < Second best 8.421E-02 IMAGR2: Field 3 min = -5.4 MilliJy,max = 7.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 5.991E-03 < Second best 5.275E-02 IMAGR2: Field 1 min = -19.4 MilliJy,max = 50.8 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 5.25 MilliJy IMAGR2: 1781 Residual map points loaded IMAGR2: Field 1 min allowed flux = 20.353 MilliJy iter= 44 IMAGR2: Field 1 Clean flux density= 1.021 Jy 44 comps IMAGR2: Total Cleaned flux density = 1.021 Jy 44 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -19.6 MilliJy,max = 18.5 MilliJy IMAGR2: BGC Clean: using 187 cell beam + residuals > 3.87 MilliJy IMAGR2: 1378 Residual map points loaded IMAGR2: Field 1 min allowed flux = -7.996 MilliJy iter= 97 IMAGR2: Field 1 Clean flux density= 999.067 MilliJy 97 comps IMAGR2: Total Cleaned flux density = 999.067 MilliJy 97 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -7.9 MilliJy,max = 7.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR2: 445 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -5.118 MilliJy iter= 174 IMAGR2: Field 1 Clean flux density= 1.004 Jy 174 comps IMAGR2: Total Cleaned flux density = 1.004 Jy 174 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.526E-03 < Second best 6.924E-03 IMAGR2: Field 7 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.379E-03 < Second best 6.151E-03 IMAGR2: Field 5 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.806E-03 < Second best 5.991E-03 IMAGR2: Field 3 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.146E-03 < Second best 5.172E-03 IMAGR2: Field 6 min = -2.7 MilliJy,max = 3.4 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 3.209E-03 < Second best 4.971E-03 IMAGR2: Field 4 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.604E-03 < Second best 4.878E-03 IMAGR2: Field 1 min = -4.9 MilliJy,max = 4.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR2: 4782 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -2.830 MilliJy iter= 338 IMAGR2: Field 1 Clean flux density= 1.002 Jy 338 comps IMAGR2: Total Cleaned flux density = 1.002 Jy 338 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR2: 1619 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 2.009 MilliJy iter= 93 IMAGR2: Field 6 Clean flux density= 881.525 MicroJy 93 comps IMAGR2: Total Cleaned flux density = 1.002 Jy 431 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR2: 2675 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -2.065 MilliJy iter= 151 IMAGR2: Field 3 Clean flux density= 11.635 MilliJy 151 comps IMAGR2: Total Cleaned flux density = 1.014 Jy 582 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.8 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.334E-03 < Second best 2.700E-03 IMAGR2: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.436E-03 < Second best 2.604E-03 IMAGR2: Field 4 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 2.255E-03 < Second best 2.526E-03 IMAGR2: Field 2 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.869E-03 < Second best 2.436E-03 IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR2: 1814 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.828 MilliJy iter= 519 IMAGR2: Field 1 Clean flux density= 1.001 Jy 519 comps IMAGR2: Total Cleaned flux density = 1.014 Jy 763 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.859E-03 < Second best 2.334E-03 IMAGR2: Field 5 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR2: 1905 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.681 MilliJy iter= 174 IMAGR2: Field 5 Clean flux density= 11.305 MilliJy 174 comps IMAGR2: Total Cleaned flux density = 1.025 Jy 937 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR2: 1513 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 1.614 MilliJy iter= 169 IMAGR2: Field 4 Clean flux density= -4.670 MilliJy 169 comps IMAGR2: Total Cleaned flux density = 1.020 Jy 1106 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR2: 2163 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -1.552 MilliJy iter= 361 IMAGR2: Field 3 Clean flux density= 9.907 MilliJy 361 comps IMAGR2: Total Cleaned flux density = 1.019 Jy 1316 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.734E-03 < Second best 1.869E-03 IMAGR2: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.640E-03 < Second best 1.859E-03 IMAGR2: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR2: 309 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 1.338 MilliJy iter= 101 IMAGR2: Field 7 Clean flux density= 1.138 MilliJy 101 comps IMAGR2: Total Cleaned flux density = 1.020 Jy 1417 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR2: 985 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.362 MilliJy iter= 707 IMAGR2: Field 1 Clean flux density= 1.006 Jy 707 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1605 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR2: 2518 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -1.410 MilliJy iter= 397 IMAGR2: Field 6 Clean flux density= 877.763 MicroJy 397 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1909 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR2: 93 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -1.225 MilliJy iter= 52 IMAGR2: Field 2 Clean flux density= -770.307 MicroJy 52 comps IMAGR2: Total Cleaned flux density = 1.024 Jy 1961 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -2.4 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR2: 1422 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -1.290 MilliJy iter= 412 IMAGR2: Field 5 Clean flux density= 16.118 MilliJy 412 comps IMAGR2: Total Cleaned flux density = 1.028 Jy 2199 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR2: 937 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -1.205 MilliJy iter= 360 IMAGR2: Field 4 Clean flux density= -1.218 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 1.032 Jy 2390 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR2: 2411 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 1.200 MilliJy iter= 693 IMAGR2: Field 3 Clean flux density= 13.147 MilliJy 693 comps IMAGR2: Total Cleaned flux density = 1.035 Jy 2722 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR2: 1815 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 1.122 MilliJy iter= 683 IMAGR2: Field 6 Clean flux density= 2.894 MilliJy 683 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 3008 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.206E-03 < Second best 1.281E-03 IMAGR2: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.139E-03 < Second best 1.237E-03 IMAGR2: Field 5 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 943.15 MicroJy IMAGR2: 1652 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 1.034 MilliJy iter= 708 IMAGR2: Field 5 Clean flux density= 16.962 MilliJy 708 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 3304 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 942.04 MicroJy IMAGR2: 956 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.016 MilliJy iter= 966 IMAGR2: Field 1 Clean flux density= 1.005 Jy 966 comps IMAGR2: Total Cleaned flux density = 1.037 Jy 3563 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.008E-03 < Second best 1.156E-03 IMAGR2: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 909.85 MicroJy IMAGR2: 1131 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 976.617 MicroJy iter= 623 IMAGR2: Field 4 Clean flux density= -83.718 MicroJy 623 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 3826 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 867.08 MicroJy IMAGR2: 2373 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 953.710 MicroJy iter= 1083 IMAGR2: Field 3 Clean flux density= 12.742 MilliJy 1083 comps IMAGR2: Total Cleaned flux density = 1.038 Jy 4216 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 863.54 MicroJy IMAGR2: 213 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -886.580 MicroJy iter= 206 IMAGR2: Field 7 Clean flux density= 3.415 MilliJy 206 comps IMAGR2: Total Cleaned flux density = 1.040 Jy 4321 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 825.68 MicroJy IMAGR2: 2273 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 901.487 MicroJy iter= 1086 IMAGR2: Field 6 Clean flux density= 6.050 MilliJy 1086 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 4724 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.381E-04 < Second best 9.922E-04 IMAGR2: Field 5 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 799.78 MicroJy IMAGR2: 1604 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -858.527 MicroJy iter= 1052 IMAGR2: Field 5 Clean flux density= 15.079 MilliJy 1052 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 5068 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 780.64 MicroJy IMAGR2: 752 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 818.933 MicroJy iter= 1209 IMAGR2: Field 1 Clean flux density= 1.006 Jy 1209 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 5311 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -1.1 MilliJy,max = 984.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.825E-04 < Second best 9.371E-04 IMAGR2: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 758.41 MicroJy IMAGR2: 1196 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -802.278 MicroJy iter= 926 IMAGR2: Field 4 Clean flux density= -1.073 MilliJy 926 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 5614 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 3 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 727.29 MicroJy IMAGR2: 2240 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -785.202 MicroJy iter= 1533 IMAGR2: Field 3 Clean flux density= 10.931 MilliJy 1533 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 6064 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -953.3 MicroJy,max = 975.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 726.63 MicroJy IMAGR2: 184 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 740.738 MicroJy iter= 163 IMAGR2: Field 2 Clean flux density= -862.178 MicroJy 163 comps IMAGR2: Total Cleaned flux density = 1.039 Jy 6175 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 700.64 MicroJy IMAGR2: 1777 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 745.553 MicroJy iter= 1478 IMAGR2: Field 6 Clean flux density= 8.960 MilliJy 1478 comps IMAGR2: Total Cleaned flux density = 1.042 Jy 6567 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -1.0 MilliJy,max = 928.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.669E-04 < Second best 8.236E-04 IMAGR2: Field 5 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 670.11 MicroJy IMAGR2: 1846 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -715.460 MicroJy iter= 1494 IMAGR2: Field 5 Clean flux density= 14.174 MilliJy 1494 comps IMAGR2: Total Cleaned flux density = 1.041 Jy 7009 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -915.2 MicroJy,max = 908.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 657.85 MicroJy IMAGR2: 849 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -684.579 MicroJy iter= 1482 IMAGR2: Field 1 Clean flux density= 1.007 Jy 1482 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 7282 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 641.93 MicroJy IMAGR2: 1487 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 678.099 MicroJy iter= 1328 IMAGR2: Field 4 Clean flux density= 942.224 MicroJy 1328 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 7684 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -946.6 MicroJy,max = 870.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 640.62 MicroJy IMAGR2: 172 Residual map points loaded IMAGR2: Field 7 min algorithm flux= -649.555 MicroJy iter= 299 IMAGR2: Field 7 Clean flux density= 3.490 MilliJy 299 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 7777 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 > 615.71 MicroJy IMAGR2: 1959 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 653.458 MicroJy iter= 2003 IMAGR2: Field 3 Clean flux density= 9.581 MilliJy 2003 comps IMAGR2: Total Cleaned flux density = 1.043 Jy 8247 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 596.22 MicroJy IMAGR2: 1848 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -629.875 MicroJy iter= 1937 IMAGR2: Field 6 Clean flux density= 11.816 MilliJy 1937 comps IMAGR2: Total Cleaned flux density = 1.046 Jy 8706 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -858.2 MicroJy,max = 932.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 589.61 MicroJy IMAGR2: 352 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 602.415 MicroJy iter= 340 IMAGR2: Field 2 Clean flux density= 241.216 MicroJy 340 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 8883 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 572.77 MicroJy IMAGR2: 1840 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 604.218 MicroJy iter= 1967 IMAGR2: Field 5 Clean flux density= 13.715 MilliJy 1967 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 9356 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -758.3 MicroJy,max = 839.6 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 562.17 MicroJy IMAGR2: 668 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 577.701 MicroJy iter= 1726 IMAGR2: Field 1 Clean flux density= 1.005 Jy 1726 comps IMAGR2: Total Cleaned flux density = 1.045 Jy 9600 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 548.32 MicroJy IMAGR2: 1688 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -575.152 MicroJy iter= 1782 IMAGR2: Field 4 Clean flux density= 2.750 MilliJy 1782 comps IMAGR2: Total Cleaned flux density = 1.047 Jy 10054 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 531.32 MicroJy IMAGR2: 1714 Residual map points loaded IMAGR2: Field 3 min algorithm flux= 556.682 MicroJy iter= 2472 IMAGR2: Field 3 Clean flux density= 10.806 MilliJy 2472 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 10523 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -797.8 MicroJy,max = 757.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 526.94 MicroJy IMAGR2: 518 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 539.818 MicroJy iter= 536 IMAGR2: Field 7 Clean flux density= 4.089 MilliJy 536 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 10760 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 510.00 MicroJy IMAGR2: 1459 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 531.529 MicroJy iter= 2370 IMAGR2: Field 6 Clean flux density= 12.108 MilliJy 2370 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 11193 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 5 min = -1.0 MilliJy,max = 976.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 498.89 MicroJy IMAGR2: 2461 Residual map points loaded IMAGR2: Field 5 min algorithm flux= 527.045 MicroJy iter= 2581 IMAGR2: Field 5 Clean flux density= 13.001 MilliJy 2581 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 11807 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -795.7 MicroJy,max = 837.1 MicroJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: BGC Clean: using 103 cell beam + residuals > 492.89 MicroJy IMAGR2: 526 Residual map points loaded IMAGR2: Field 2 min algorithm flux= -503.873 MicroJy iter= 579 IMAGR2: Field 2 Clean flux density= -445.614 MicroJy 579 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 12046 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -681.7 MicroJy,max = 721.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 484.88 MicroJy IMAGR2: 403 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 493.523 MicroJy iter= 1919 IMAGR2: Field 1 Clean flux density= 1.006 Jy 1919 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 12239 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -981.9 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 473.33 MicroJy IMAGR2: 1954 Residual map points loaded IMAGR2: Field 4 min algorithm flux= -495.194 MicroJy iter= 2319 IMAGR2: Field 4 Clean flux density= 3.635 MilliJy 2319 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 12776 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 461.03 MicroJy IMAGR2: 1962 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -482.387 MicroJy iter= 3034 IMAGR2: Field 3 Clean flux density= 10.936 MilliJy 3034 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 13338 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -680.3 MicroJy,max = 673.3 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 456.33 MicroJy IMAGR2: 381 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 464.014 MicroJy iter= 731 IMAGR2: Field 7 Clean flux density= 3.426 MilliJy 731 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 13533 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -949.7 MicroJy,max = 995.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 445.99 MicroJy IMAGR2: 1421 Residual map points loaded IMAGR2: Field 6 min algorithm flux= -461.965 MicroJy iter= 2827 IMAGR2: Field 6 Clean flux density= 13.097 MilliJy 2827 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 13990 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 5 min = -902.7 MicroJy,max = 888.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 433.36 MicroJy IMAGR2: 2779 Residual map points loaded IMAGR2: Field 5 min algorithm flux= -455.625 MicroJy iter= 3280 IMAGR2: Field 5 Clean flux density= 11.511 MilliJy 3280 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 14689 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -739.1 MicroJy,max = 782.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 428.83 MicroJy IMAGR2: 662 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 438.073 MicroJy iter= 871 IMAGR2: Field 2 Clean flux density= -615.972 MicroJy 871 comps IMAGR2: Total Cleaned flux density = 1.048 Jy 14981 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 4 min = -906.0 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 420.71 MicroJy IMAGR2: 2259 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 439.391 MicroJy iter= 2940 IMAGR2: Field 4 Clean flux density= 4.988 MilliJy 2940 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 15602 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 1 min = -665.3 MicroJy,max = 587.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 415.51 MicroJy IMAGR2: 625 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -424.306 MicroJy iter= 2201 IMAGR2: Field 1 Clean flux density= 1.006 Jy 2201 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 15884 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 3 min = -883.3 MicroJy,max = 947.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 404.92 MicroJy IMAGR2: 1552 Residual map points loaded IMAGR2: Field 3 min algorithm flux= -418.721 MicroJy iter= 3539 IMAGR2: Field 3 Clean flux density= 11.011 MilliJy 3539 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 16389 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 7 min = -606.4 MicroJy,max = 607.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 401.21 MicroJy IMAGR2: 251 Residual map points loaded IMAGR2: Field 7 min Clean flux = -406.230 MicroJy iter= 869 IMAGR2: Field 7 Clean flux density= 3.327 MilliJy 869 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 16527 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -900.6 MicroJy,max = 911.8 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 392.86 MicroJy IMAGR2: 1798 Residual map points loaded IMAGR2: Field 6 min algorithm flux= 407.690 MicroJy iter= 3409 IMAGR2: Field 6 Clean flux density= 13.569 MilliJy 3409 comps IMAGR2: Total Cleaned flux density = 1.050 Jy 17109 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 5 min = -817.0 MicroJy,max = 869.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 382.19 MicroJy IMAGR2: 3020 Residual map points loaded IMAGR2: Field 5 min Clean flux = 406.245 MicroJy iter= 3929 IMAGR2: Field 5 Clean flux density= 10.834 MilliJy 3929 comps IMAGR2: Total Cleaned flux density = 1.049 Jy 17758 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 4 min = -796.4 MicroJy,max = 915.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 366.12 MicroJy IMAGR2: 3337 Residual map points loaded IMAGR2: Field 4 min Clean flux = 406.139 MicroJy iter= 3280 IMAGR2: Field 4 Clean flux density= 6.313 MilliJy 3280 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 18098 comps IMAGR2: ALGSTB: All 504 Rows In AP (Max 1035) IMAGR2: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 493- 0 Cells, with 27867 Pts IMAGR2: Field 2 min = -613.4 MicroJy,max = 675.5 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 350.81 MicroJy IMAGR2: 1509 Residual map points loaded IMAGR2: Field 2 min Clean flux = 406.056 MicroJy iter= 931 IMAGR2: Field 2 Clean flux density= -445.004 MicroJy 931 comps IMAGR2: Total Cleaned flux density = 1.051 Jy 18158 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -603.3 MicroJy,max = 556.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 341.39 MicroJy IMAGR2: 2599 Residual map points loaded IMAGR2: Field 1 min Clean flux = -406.090 MicroJy iter= 2278 IMAGR2: Field 1 Clean flux density= 1.007 Jy 2278 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 18235 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 3 min = -819.9 MicroJy,max = 832.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 318.50 MicroJy IMAGR2: 6390 Residual map points loaded IMAGR2: Field 3 min Clean flux = -405.711 MicroJy iter= 3586 IMAGR2: Field 3 Clean flux density= 11.316 MilliJy 3586 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 18282 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -813.0 MicroJy,max = 835.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 270.96 MicroJy IMAGR2: 19992 Residual map points loaded IMAGR2: Field 6 min Clean flux = 405.976 MicroJy iter= 3428 IMAGR2: Field 6 Clean flux density= 13.682 MilliJy 3428 comps IMAGR2: Total Cleaned flux density = 1.052 Jy 18301 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 406.245 less than limit 406.292 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 2278 to 1134 components IMAGR2: Field 2 compressed from 931 to 590 components IMAGR2: Field 3 compressed from 3586 to 1943 components IMAGR2: Field 4 compressed from 3280 to 1700 components IMAGR2: Field 5 compressed from 3929 to 2060 components IMAGR2: Field 6 compressed from 3428 to 1874 components IMAGR2: Field 7 compressed from 869 to 546 components IMAGR2: Field 1 min = -596.4 MicroJy,max = 555.1 MicroJy IMAGR2: Field 2 min = -601.6 MicroJy,max = 649.7 MicroJy IMAGR2: Field 3 min = -823.7 MicroJy,max = 822.3 MicroJy IMAGR2: Field 4 min = -776.0 MicroJy,max = 888.9 MicroJy IMAGR2: Field 5 min = -777.2 MicroJy,max = 833.6 MicroJy IMAGR2: Field 6 min = -806.3 MicroJy,max = 829.5 MicroJy IMAGR2: Field 7 min = -553.7 MicroJy,max = 588.3 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore-613.834 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR2: Restore -2.006 MilliJy ( 142 CCs) from field 1 to field 3 IMAGR2: Restore -1.600 MilliJy ( 232 CCs) from field 1 to field 4 IMAGR2: Restore 404.012 MicroJy ( 148 CCs) from field 1 to field 5 IMAGR2: Restore-231.953 MicroJy ( 198 CCs) from field 1 to field 6 IMAGR2: Restore 35.803 MicroJy ( 7 CCs) from field 1 to field 7 IMAGR2: Restore 5.031 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR2: Restore -41.505 MicroJy ( 143 CCs) from field 2 to field 3 IMAGR2: Restore 1.551 MilliJy ( 68 CCs) from field 2 to field 4 IMAGR2: Restore -1.868 MilliJy ( 52 CCs) from field 3 to field 1 IMAGR2: Restore-834.619 MicroJy ( 66 CCs) from field 3 to field 2 IMAGR2: Restore-773.086 MicroJy ( 206 CCs) from field 3 to field 5 IMAGR2: Restore 694.876 MicroJy ( 77 CCs) from field 4 to field 1 IMAGR2: Restore-557.585 MicroJy ( 23 CCs) from field 4 to field 2 IMAGR2: Restore 6.321 MilliJy ( 203 CCs) from field 4 to field 6 IMAGR2: Restore 1.038 MilliJy ( 82 CCs) from field 5 to field 1 IMAGR2: Restore-985.119 MicroJy ( 243 CCs) from field 5 to field 3 IMAGR2: Restore-447.625 MicroJy ( 34 CCs) from field 5 to field 7 IMAGR2: Restore 1.699 MilliJy ( 61 CCs) from field 6 to field 1 IMAGR2: Restore 1.808 MilliJy ( 170 CCs) from field 6 to field 4 IMAGR2: Restore 1.012 MilliJy ( 57 CCs) from field 6 to field 7 IMAGR2: Restore 342.551 MicroJy ( 3 CCs) from field 7 to field 1 IMAGR2: Restore 293.331 MicroJy ( 39 CCs) from field 7 to field 5 IMAGR2: Restore 919.944 MicroJy ( 166 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 1.009 Jy IMAGR2: Field 2 final Clean flux -2.451 MilliJy IMAGR2: Field 3 final Clean flux 8.284 MilliJy IMAGR2: Field 4 final Clean flux 8.072 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: Field 5 final Clean flux 10.759 MilliJy IMAGR2: Field 6 final Clean flux 20.691 MilliJy IMAGR2: Field 7 final Clean flux 3.927 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= 116.2 Real= 360 ension 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.06772 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: AN17_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.04577 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 1364 CELLSIZE 0.23464 SETFC2: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23464 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.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 56.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.8 Real= 6 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 16.8 00002 -1 507 512 513 C 3 1012 1012 23 21 29.22 05 25 56.6 00003 -1 507 512 513 C 4 1012 1012 23 21 52.39 05 25 56.6 00004 -1 507 512 513 C 5 1012 1012 23 21 29.22 05 29 16.4 00005 -1 507 512 513 C 6 1012 1012 23 21 52.39 05 29 16.4 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 56.3 00007 -1 507 512 513 ension 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.06772 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: AN17_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.04577 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: AN17_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 -1.9973E+02 0 IMAGR2: Field 3 1012 1012 -1.7297E+02 -9.9930E+01 0 IMAGR2: Field 4 1012 1012 1.7300E+02 -9.9930E+01 0 IMAGR2: Field 5 1012 1012 -1.7297E+02 9.9870E+01 0 IMAGR2: Field 6 1012 1012 1.7300E+02 9.9870E+01 0 IMAGR2: Field 7 1012 1012 -5.9728E-02 1.9977E+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 60723 visibilities to be imaged IMAGR2: UVWAIT: begin finding uniform weights IMAGR2: UVWAIT: Average grid weight 1.222E+05 IMAGR2: UVWAIT: Adding temperance S 2.443E+04 IMAGR2: UVWAIT: begin applying uniform or other weights IMAGR2: UVWAIT: Sum of weights in 1.820E+08 and out 2.336E+08 IMAGR2: UVWAIT: Noise is increased by a factor 1.215 due to weighting IMAGR2: UVWAIT: Average summed weight 1.221E+05 over 120554 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 = 2.48043E+09 IMAGR2: Field 1 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR2: Field 1 fit FWHM = 1.155 x 0.774 arcsec, PA= -52.3 IMAGR2: Field 2 Sum of gridding weights = 2.48043E+09 IMAGR2: Field 2 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR2: Field 2 fit FWHM = 1.156 x 0.774 arcsec, PA= -52.2 IMAGR2: Field 3 Sum of gridding weights = 2.48043E+09 IMAGR2: Field 3 Beam min = -108.3 MilliJy, max = 1.0 Jy IMAGR2: Field 3 fit FWHM = 1.154 x 0.774 arcsec, PA= -52.2 IMAGR2: Field 4 Sum of gridding weights = 2.48043E+09 IMAGR2: Field 4 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR2: Field 4 fit FWHM = 1.157 x 0.774 arcsec, PA= -52.3 IMAGR2: Field 5 Sum of gridding weights = 2.48042E+09 IMAGR2: Field 5 Beam min = -108.3 MilliJy, max = 1.0 Jy IMAGR2: Field 5 fit FWHM = 1.153 x 0.774 arcsec, PA= -52.3 IMAGR2: Field 6 Sum of gridding weights = 2.48043E+09 IMAGR2: Field 6 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR2: Field 6 fit FWHM = 1.155 x 0.774 arcsec, PA= -52.3 IMAGR2: Field 7 Sum of gridding weights = 2.48042E+09 IMAGR2: Field 7 Beam min = -121.7 MilliJy, max = 1.0 Jy IMAGR2: Field 7 fit FWHM = 1.153 x 0.774 arcsec, PA= -52.3 IMAGR2: CLBHIS: minimum component 0.439 of current peak IMAGR2: Field 1 min = -2.0 MilliJy,max = 21.6 MilliJy IMAGR2: Field 2 min = -1.5 MilliJy,max = 3.5 MilliJy IMAGR2: Field 3 min = -1.5 MilliJy,max = 2.2 MilliJy IMAGR2: Field 4 min = -1.6 MilliJy,max = 2.8 MilliJy IMAGR2: Field 5 min = -1.5 MilliJy,max = 2.4 MilliJy IMAGR2: Field 6 min = -1.6 MilliJy,max = 2.5 MilliJy IMAGR2: Field 7 min = -1.7 MilliJy,max = 3.0 MilliJy IMAGR2: BGC Clean: using 2043 cell beam + residuals > 1.89 MilliJy IMAGR2: 2535 Residual map points loaded IMAGR2: Field 1 min allowed flux = 9.277 MilliJy iter= 9 IMAGR2: Field 1 Clean flux density= 13.202 MilliJy 9 comps IMAGR2: Total Cleaned flux density = 13.202 MilliJy 9 comps IMAGR2: SETDO3: imaging done with multiple tangent planes IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: VISDFT: Model components of type Point IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.2 MilliJy,max = 8.3 MilliJy IMAGR2: BGC Clean: using 1633 cell beam + residuals > 1.20 MilliJy IMAGR2: 935 Residual map points loaded IMAGR2: Field 1 min allowed flux = 3.649 MilliJy iter= 19 IMAGR2: Field 1 Clean flux density= 18.702 MilliJy 19 comps IMAGR2: Total Cleaned flux density = 18.702 MilliJy 19 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -1.1 MilliJy,max = 3.4 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR2: 350 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.806 MilliJy iter= 35 IMAGR2: Field 1 Clean flux density= 22.710 MilliJy 35 comps IMAGR2: Total Cleaned flux density = 22.710 MilliJy 35 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -888.7 MicroJy,max = 1.1 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.076E-03 < Second best 2.862E-03 IMAGR2: Field 7 min = -827.8 MicroJy,max = 1.2 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 1.101E-03 < Second best 2.637E-03 IMAGR2: Field 4 min = -552.7 MicroJy,max = 747.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 6.686E-04 < Second best 2.254E-03 IMAGR2: Field 5 min = -575.1 MicroJy,max = 633.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.486E-04 < Second best 1.719E-03 IMAGR2: Field 1 min = -1.1 MilliJy,max = 1.8 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 579.47 MicroJy IMAGR2: 3982 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 1.118 MilliJy iter= 83 IMAGR2: Field 1 Clean flux density= 28.966 MilliJy 83 comps IMAGR2: Total Cleaned flux density = 28.966 MilliJy 83 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -641.2 MicroJy,max = 628.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.109E-04 < Second best 1.267E-03 IMAGR2: Field 3 min = -486.3 MicroJy,max = 566.1 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.406E-04 < Second best 1.101E-03 IMAGR2: Field 7 min = -781.3 MicroJy,max = 912.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 8.722E-04 < Second best 1.076E-03 IMAGR2: Field 2 min = -770.0 MicroJy,max = 1.0 MilliJy IMAGR2: TRY ANOTHER FIELD: this is 9.587E-04 < Second best 1.066E-03 IMAGR2: Field 1 min = -975.5 MicroJy,max = 1.0 MilliJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 425.22 MicroJy IMAGR2: 10295 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 781.704 MicroJy iter= 189 IMAGR2: Field 1 Clean flux density= 34.562 MilliJy 189 comps IMAGR2: Total Cleaned flux density = 34.562 MilliJy 189 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 2 min = -663.7 MicroJy,max = 734.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 7.027E-04 < Second best 8.722E-04 IMAGR2: Field 7 min = -685.4 MicroJy,max = 755.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 399.83 MicroJy IMAGR2: 2721 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 555.622 MicroJy iter= 87 IMAGR2: Field 7 Clean flux density= 3.616 MilliJy 87 comps IMAGR2: Total Cleaned flux density = 38.178 MilliJy 276 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -736.2 MicroJy,max = 667.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 363.27 MicroJy IMAGR2: 7837 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -544.037 MicroJy iter= 360 IMAGR2: Field 1 Clean flux density= 35.912 MilliJy 360 comps IMAGR2: Total Cleaned flux density = 39.528 MilliJy 447 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 2 min = -539.9 MicroJy,max = 608.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 5.823E-04 < Second best 6.686E-04 IMAGR2: Field 4 min = -472.2 MicroJy,max = 551.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.673E-04 < Second best 5.823E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 346.56 MicroJy IMAGR2: 1909 Residual map points loaded IMAGR2: Field 2 min algorithm flux= 434.576 MicroJy iter= 123 IMAGR2: Field 2 Clean flux density= 4.359 MilliJy 123 comps IMAGR2: Total Cleaned flux density = 43.887 MilliJy 570 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 5 min = -439.0 MicroJy,max = 426.9 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.070E-04 < Second best 5.313E-04 IMAGR2: Field 7 min = -460.8 MicroJy,max = 492.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.714E-04 < Second best 5.204E-04 IMAGR2: Field 1 min = -491.3 MicroJy,max = 480.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 291.01 MicroJy IMAGR2: 7683 Residual map points loaded IMAGR2: Field 1 min algorithm flux= 396.828 MicroJy iter= 600 IMAGR2: Field 1 Clean flux density= 38.177 MilliJy 600 comps IMAGR2: Total Cleaned flux density = 46.152 MilliJy 810 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 7 min = -427.1 MicroJy,max = 449.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.303E-04 < Second best 4.673E-04 IMAGR2: Field 4 min = -426.2 MicroJy,max = 477.3 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 4.141E-04 < Second best 4.406E-04 IMAGR2: Field 3 min = -381.2 MicroJy,max = 388.2 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.667E-04 < Second best 4.303E-04 IMAGR2: BGC Clean: using 103 cell beam + residuals > 283.64 MicroJy IMAGR2: 1135 Residual map points loaded IMAGR2: Field 7 min algorithm flux= 326.979 MicroJy iter= 212 IMAGR2: Field 7 Clean flux density= 5.258 MilliJy 212 comps IMAGR2: Total Cleaned flux density = 47.793 MilliJy 935 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 2 min = -421.3 MicroJy,max = 404.6 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.638E-04 < Second best 4.141E-04 IMAGR2: Field 4 min = -412.6 MicroJy,max = 477.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 267.79 MicroJy IMAGR2: 373 Residual map points loaded IMAGR2: Field 4 min algorithm flux= 293.230 MicroJy iter= 82 IMAGR2: Field 4 Clean flux density= 1.787 MilliJy 82 comps IMAGR2: Total Cleaned flux density = 49.580 MilliJy 1017 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 6 min = -423.9 MicroJy,max = 437.4 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.345E-04 < Second best 4.070E-04 IMAGR2: Field 5 min = -382.0 MicroJy,max = 399.5 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.503E-04 < Second best 3.803E-04 IMAGR2: Field 1 min = -434.4 MicroJy,max = 379.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 241.17 MicroJy IMAGR2: 7359 Residual map points loaded IMAGR2: Field 1 min algorithm flux= -310.246 MicroJy iter= 917 IMAGR2: Field 1 Clean flux density= 37.755 MilliJy 917 comps IMAGR2: Total Cleaned flux density = 49.159 MilliJy 1334 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 3 min = -333.2 MicroJy,max = 371.2 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 240.38 MicroJy IMAGR2: 382 Residual map points loaded IMAGR2: Field 3 min Clean flux = 273.828 MicroJy iter= 36 IMAGR2: Field 3 Clean flux density= 464.158 MicroJy 36 comps IMAGR2: Total Cleaned flux density = 49.623 MilliJy 1370 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -345.4 MicroJy,max = 385.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 3.311E-04 < Second best 3.503E-04 IMAGR2: Field 5 min = -350.1 MicroJy,max = 370.8 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.974E-04 < Second best 3.345E-04 IMAGR2: Field 6 min = -379.9 MicroJy,max = 396.4 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 233.16 MicroJy IMAGR2: 444 Residual map points loaded IMAGR2: Field 6 min Clean flux = 274.021 MicroJy iter= 27 IMAGR2: Field 6 Clean flux density= 261.417 MicroJy 27 comps IMAGR2: Total Cleaned flux density = 49.884 MilliJy 1397 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 2 min = -344.0 MicroJy,max = 382.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 232.39 MicroJy IMAGR2: 1815 Residual map points loaded IMAGR2: Field 2 min Clean flux = 274.580 MicroJy iter= 253 IMAGR2: Field 2 Clean flux density= 5.049 MilliJy 253 comps IMAGR2: Total Cleaned flux density = 50.575 MilliJy 1527 comps IMAGR2: ALGSTB: All 498 Rows In AP (Max 1035) IMAGR2: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR2: ALGSTB: Pass 1; 487- 0 Cells, with 60723 Pts IMAGR2: Field 7 min = -305.4 MicroJy,max = 339.7 MicroJy IMAGR2: TRY ANOTHER FIELD: this is 2.813E-04 < Second best 2.974E-04 IMAGR2: Field 5 min = -345.0 MicroJy,max = 363.0 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 216.58 MicroJy IMAGR2: 855 Residual map points loaded IMAGR2: Field 5 min Clean flux = -273.573 MicroJy iter= 11 IMAGR2: Field 5 Clean flux density= 83.696 MicroJy 11 comps IMAGR2: Total Cleaned flux density = 50.659 MilliJy 1538 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 1 min = -360.2 MicroJy,max = 318.1 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 196.08 MicroJy IMAGR2: 9178 Residual map points loaded IMAGR2: Field 1 min Clean flux = 274.567 MicroJy iter= 989 IMAGR2: Field 1 Clean flux density= 38.785 MilliJy 989 comps IMAGR2: Total Cleaned flux density = 51.688 MilliJy 1610 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 7 min = -309.0 MicroJy,max = 327.9 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 178.74 MicroJy IMAGR2: 8337 Residual map points loaded IMAGR2: Field 7 min Clean flux = -274.608 MicroJy iter= 222 IMAGR2: Field 7 Clean flux density= 5.314 MilliJy 222 comps IMAGR2: Total Cleaned flux density = 51.745 MilliJy 1620 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Field 4 min = -366.8 MicroJy,max = 389.7 MicroJy IMAGR2: BGC Clean: using 103 cell beam + residuals > 146.92 MicroJy IMAGR2: 19988 Residual map points loaded IMAGR2: Field 4 min Clean flux = 270.677 MicroJy iter= 84 IMAGR2: Field 4 Clean flux density= 1.842 MilliJy 84 comps IMAGR2: Total Cleaned flux density = 51.800 MilliJy 1622 comps IMAGR2: VISDFT: Begin DFT component subtraction IMAGR2: I Polarization model processed IMAGR2: Peak residual in window 274.608 less than limit 274.622 MicroJy IMAGR2: Merging the Clean components files IMAGR2: Field 1 compressed from 989 to 658 components IMAGR2: Field 2 compressed from 253 to 202 components IMAGR2: Field 3 compressed from 36 to 33 components IMAGR2: Field 4 compressed from 84 to 68 components IMAGR2: Field 5 compressed from 11 to 10 components IMAGR2: Field 6 compressed from 27 to 24 components IMAGR2: Field 7 compressed from 222 to 163 components IMAGR2: Field 1 min = -362.2 MicroJy,max = 319.4 MicroJy IMAGR2: Field 2 min = -314.9 MicroJy,max = 337.5 MicroJy IMAGR2: Field 3 min = -327.0 MicroJy,max = 358.9 MicroJy IMAGR2: Field 4 min = -366.3 MicroJy,max = 390.1 MicroJy IMAGR2: Field 5 min = -341.4 MicroJy,max = 350.8 MicroJy IMAGR2: Field 6 min = -357.7 MicroJy,max = 372.9 MicroJy IMAGR2: Field 7 min = -308.3 MicroJy,max = 327.1 MicroJy IMAGR2: Restoring Clean components IMAGR2: Restoring overlapped Clean components IMAGR2: Restore 486.993 MicroJy ( 16 CCs) from field 1 to field 2 IMAGR2: Restore-385.206 MicroJy ( 31 CCs) from field 1 to field 3 IMAGR2: Restore 1.476 MilliJy ( 42 CCs) from field 1 to field 4 IMAGR2: Restore 181.968 MicroJy ( 47 CCs) from field 1 to field 5 IMAGR2: Restore 400.249 MicroJy ( 28 CCs) from field 1 to field 6 IMAGR2: Restore 276.475 MicroJy ( 19 CCs) from field 1 to field 7 IMAGR2: Restore 382.055 MicroJy ( 15 CCs) from field 2 to field 1 IMAGR2: Restore 166.795 MicroJy ( 9 CCs) from field 2 to field 3 IMAGR2: Restore -37.354 MicroJy ( 4 CCs) from field 2 to field 4 IMAGR2: Restore 143.000 MicroJy ( 9 CCs) from field 3 to field 1 IMAGR2: Restore 242.275 MicroJy ( 9 CCs) from field 3 to field 2 IMAGR2: Restore 1.247 MilliJy ( 44 CCs) from field 4 to field 1 IMAGR2: Restore 312.360 MicroJy ( 13 CCs) from field 4 to field 2 IMAGR2: Restore 290.896 MicroJy ( 6 CCs) from field 4 to field 6 IMAGR2: Restore 86.057 MicroJy ( 3 CCs) from field 5 to field 1 IMAGR2: Restore 58.277 MicroJy ( 2 CCs) from field 5 to field 7 IMAGR2: Restore 83.337 MicroJy ( 5 CCs) from field 6 to field 1 IMAGR2: Restore 485.276 Nano Jy ( 2 CCs) from field 6 to field 4 IMAGR2: Restore 28.532 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR2: Restore 486.922 MicroJy ( 14 CCs) from field 7 to field 1 IMAGR2: Restore-102.843 MicroJy ( 5 CCs) from field 7 to field 5 IMAGR2: Restore 476.964 MicroJy ( 8 CCs) from field 7 to field 6 IMAGR2: Checking image max/min IMAGR2: Field 1 final Clean flux 41.213 MilliJy IMAGR2: Field 2 final Clean flux 6.091 MilliJy IMAGR2: Field 3 final Clean flux 245.747 MicroJy IMAGR2: Field 4 final Clean flux 3.281 MilliJy IMAGR2: Field 5 final Clean flux 162.821 MicroJy IMAGR2: Field 6 final Clean flux 1.430 MilliJy IMAGR2: Field 7 final Clean flux 5.678 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= 112 disk= 1 IMAGR2: Appears to have ended successfully IMAGR2: auto 31DEC06 TST: Cpu= 52.2 Real= 162 ension 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.06772 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: AN17_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.04577 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: AN17_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 *' >>LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! 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: User18392: 10505 messages, oldest written 17-SEP-2006 17:14:17 AIPS 2: Deleted 0 messages AIPS 2: Saved POPS environment in area named 'LASTEXIT' AIPS 2: Session command-line history saved. AIPS 2: auto 31DEC06 TST: Cpu= 2.1 Real= 3728 /home/auto/run/AB922_2000JAN17_1.run.1 finished on Tue Sep 19 04:22:54 MDT 2006