AIPS version = /home/auto/aips/31DEC06/LINUX/SYSTEM/VLA_PIPE/aips Prep version = Aug 10 14:21 /home/auto/bin/AVLAPREP.001 Pipe version = Aug 10 14:21 /home/auto/bin/AVLAPIPE.001 Post version = Sep 7 11:26 /home/auto/bin/AVLAPOST.001 ------------- START_AIPS: Your initial AIPS printer is the GNU Ghostview X-windows previewer START_AIPS: - system name gv, AIPS type PREVIEW START_AIPS: User data area assignments: (Using private file /users/vlbacald/.dadevs for DADEVS.PL) Disk 1 (1) is /home/auto/aips/DATA/AUTO_1 Tape assignments: Tape 1 is REMOTE Tape 2 is REMOTE START_AIPS: Starting TPMON daemons on AUTO asynchronously... Starting up 31DEC06 AIPS with normal priority AIPS 1: You are NOT assigned a TV device or server AIPS 1: You are NOT assigned a graphics device or server AIPS 1: Enter user ID number ?AIPS 1: 31DEC06 AIPS: AIPS 1: Copyright (C) 1995-2006 Associated Universities, Inc. AIPS 1: AIPS comes with ABSOLUTELY NO WARRANTY; AIPS 1: for details, type HELP GNUGPL AIPS 1: This is free software, and you are welcome to redistribute it AIPS 1: under certain conditions; type EXPLAIN GNUGPL for details. AIPS 1: Previous session command-line history recovered. AIPS 1: TAB-key completions enabled, type HELP READLINE for details. AIPS 1: Recovered POPS environment from last exit >>>AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General naming utilities - default to data disk 1 (safest of all) AIPS 1: procedure pipedef1 AIPS 1: string*12 pnam AIPS 1: string*6 pcls AIPS 1: scalar pseq,pdsk AIPS 1: pdsk=1 AIPS 1: finish AIPS 1: pipedef1 AIPS 1: procedure namepipe AIPS 1: pnam=inname;pcls=inclass;pseq=inseq;indisk=pdsk AIPS 1: finish AIPS 1: procedure pipename AIPS 1: inname=pnam;inclass=pcls;inseq=pseq;indisk=pdsk AIPS 1: finish AIPS 1: AIPS 1: procedure checkcat AIPS 1: $LOS - count and make sure catalog starts at one (and not more t han 10 files) AIPS 1: scalar numcat AIPS 1: clrname;indisk=pdsk;chkname;numcat=1-error AIPS 1: $ for later: find out how to deal with CH0/LINE data in MOVE AIPS 1: if(numcat>0)then;recat;end;clrtemp AIPS 1: return numcat AIPS 1: finish AIPS 1: AIPS 1: procedure gx AIPS 1: $ inputs AIPS 1: go;wait AIPS 1: finish AIPS 1: AIPS 1: procedure pre_fillm AIPS 1: $LOS - sets VLA archive defaults for fillm AIPS 1: default fillm;outdisk=pdsk;doall=1;douvcomp=-1;cparm(8)=0.05;b parm(10)=0.75 AIPS 1: finish AIPS 1: AIPS 1: procedure fname AIPS 1: return inname!!'.'!!inclass!!'.'!!char(inseq) AIPS 1: finish AIPS 1: AIPS 1: procedure del AIPS 1: error=1;zap AIPS 1: finish AIPS 1: AIPS 1: procedure skipdata AIPS 1: $LOS - delete unwanted data sets - currently all but continuum X and C bands AIPS 1: $ if(inclass='LINE')then;del;inclass'CH 0';del;type'ZAP LINE :' fname;end AIPS 1: if((inclass='CH 0')!(inclass='LINE'))then;del;type'ZAP LINE :' fname;end AIPS 1: if(inclass='4 BAND')then;del;type'ZAP 4-BAND :'fname;end AIPS 1: if(inclass='P BAND')then;del;type'ZAP P-BAND :'fname;end AIPS 1: if(inclass='L BAND')then;del;type'ZAP L-BAND :'fname;end AIPS 1: if(inclass='U BAND')then;del;type'ZAP U-BAND :'fname;end AIPS 1: if(inclass='K BAND')then;del;type'ZAP K-BAND :'fname;end AIPS 1: if(inclass='Q BAND')then;del;type'ZAP Q-BAND :'fname;end;clrte mp AIPS 1: if(error<1)then $ file not zapped, check for single dish vlbi; #vis=0 AIPS 1: task'TABGET';userid 0;inext'NX';invers=0;keyvalue=0;keystrng '' AIPS 1: keyword'NUM ROW';getthead;pixxy=keyvalue(1),6,0;tabget;clrte mp AIPS 1: if(keyvalue(1)=0)then;del;type'ZAP S-DISH :'fname;end AIPS 1: end AIPS 1: $also zap if solar/planetary/pulsar mode - su table proper motio n?? AIPS 1: $ and what about PT-link? antenna VPT is not OUT, later also EV LA names AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure checkcal AIPS 1: $LOS Currently (Sep 22, 2005) can/will do 3C286 and 3C48 at X and C AIPS 1: $LOS (and for now skip 3C286/3C48/3C138/3C147 Q,K,U and 3C48 L ) AIPS 1: scalar idx,jdx AIPS 1: string*16 sname AIPS 1: task'TABGET';userid 0;inext'SU';invers=0;keyvalue=0;keystrng'' ;error=1 AIPS 1: keyword'NUM ROW';getthead;idx=keyvalue(1);clrtemp AIPS 1: for jdx=1:idx AIPS 1: pixxy=jdx,2,0;tabget;sname=substr(keystrng,1,length(keystrng )) AIPS 1: if(sname='3C286')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C48')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C138')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C147')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='3C295')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try B1950 name AIPS 1: if(sname='1328+307')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0134+329')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0518+165')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0538+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1409+524')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 AIPS 1: if(sname='1331+305')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0137+331')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0521+166')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='0542+498')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='1411+522')then;error=-1;jdx=idx+1;end AIPS 1: if(error>0)then $ try J2000 name AIPS 1: if(sname='J1331+3030')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0137+3309')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0521+1638')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J0542+4951')then;error=-1;jdx=idx+1;end AIPS 1: if(sname='J1411+5212')then;error=-1;jdx=idx+1;end AIPS 1: end;end;end;clrtemp AIPS 1: end AIPS 1: $ if error>0 check on coords (for different name than standard) AIPS 1: $ but keyval not reliable to do this.. ?? AIPS 1: $ end AIPS 1: if(error>0)then;del;type'ZAP - NO STD CAL SRC FOR :'fname;erro r=1 AIPS 1: else;checkids;error=-1;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure j2000fix AIPS 1: $LOS - convert data to J2000 by default use of uvfix AIPS 1: task'UVFIX';outname=inname;outclass=inclass;outseq=inseq;outdi sk=indisk AIPS 1: shift=0;uvfixprm=0;tput uvfix;outclass'PREFIX';rename AIPS 1: tget uvfix;inclass'PREFIX';gx;zap;inclass=outclass;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure datachks AIPS 1: $LOS - delete unwanted data sets, check for standard calibrators and make J2000 AIPS 1: if(error<1)then $ file exists AIPS 1: skipdata;if(error<1)then $ file was not zapped AIPS 1: checkcal;if(error<1)then $ file has standard calibrator i n it AIPS 1: j2000fix AIPS 1: $ addcalco AIPS 1: end;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure freqchks AIPS 1: $LOS - split up in frequency IDs, run INDXR, and remove AIPS 1: scalar rows, nfrq AIPS 1: if(error<1)then $ file exists AIPS 1: inext'FQ';invers=1;keyword='NUM ROW';getthead;nfrq=keyvalue( 1) AIPS 1: if (nfrq > 1) then AIPS 1: if (nfrq > 9) then;type' WARNING! MORE THAN 9 FREQUENCY ID -S!';end AIPS 1: tput getthead;default'UVCOP';tget getthead;keyword='';task 'UVCOP';tput AIPS 1: for rows=1:nfrq AIPS 1: pixxy=rows,1,1;inver=1;inext='FQ';tabget;tget;freqid=key value(1) AIPS 1: outclass=substr(inclass,1,1)!!substr(inclass,3,6)!!char( freqid) AIPS 1: type'COPYING FREQUENCY ID #'!!char(freqid);gx AIPS 1: default'INDXR';tget uvcop;task'INDXR';inclass outclass;g x;task'DQUAL' AIPS 1: $out not in! ** outname=inname;outclass=inclass;outseq=inseq;out disk=indisk;gx AIPS 1: tget uvcop;freqid=1;clrtemp AIPS 1: end;end;end;if(nfrq>1)then;type fname!!' SPLIT IN :'!!char(nfr q);zap;end AIPS 1: finish AIPS 1: AIPS 1: procedure pre_move AIPS 1: $LOS - moves file to another AIPS user number AIPS 1: default move;indisk=pdsk;outseq=-1;opcode'MOVE';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: $ AIPS 1: $ Ver 1.0 : Copy of private Ver 3.0 of VLARUN (public version is 2.5): AIPS 1: $ was 3.0 : Add PLVER (in goplt) for plot files and to include T ASAV (12MAY04) AIPS 1: $ Repositioned inseq=0 to safeguard to SU-tab confusio n (12NOV04) AIPS 1: $ Rearanged inputs and options, added integration time calculation, AIPS 1: $ QUACK, selective plotting, INNAME vs DOCAT, alternat ive flux cal, AIPS 1: $ selective imaging, SCIMG for targets, use model in C ALIB, find VLA AIPS 1: $ array, use model,.. AIPS 1: $ AIPS 1: $Next vers add polarization calibration, SCIMG->SCIMG? AIPS 1: $ find imsize, find cutoffflux, include infi le AIPS 1: $--------------------------------------------------------------- AIPS 1: $000000001111111111222222222233333333334444444444555555555566666 6666677777777778 AIPS 1: $234567890123456789012345678901234567890123456789012345678901234 5678901234567890 AIPS 1: $=============================================== AIPS 1: $! Calibrating amplitude and phase, and imaging VLA data AIPS 1: $# RUN POPS VLA UTILITY CALIBRATION IMAGING AIPS 1: $--------------------------------------------------------------- AIPS 1: $; Copyright (C) 2002-2006 AIPS 1: $; Associated Universities, Inc. Washington DC, USA. AIPS 1: $; AIPS 1: $; This program is free software; you can redistribute it and/o r AIPS 1: $; modify it under the terms of the GNU General Public License as AIPS 1: $; published by the Free Software Foundation; either version 2 of AIPS 1: $; the License, or (at your option) any later version. AIPS 1: $; AIPS 1: $; This program is distributed in the hope that it will be usef ul, AIPS 1: $; but WITHOUT ANY WARRANTY; without even the implied warranty of AIPS 1: $; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See th e AIPS 1: $; GNU General Public License for more details. AIPS 1: $; AIPS 1: $; You should have received a copy of the GNU General Public AIPS 1: $; License along with this program; if not, write to the Free AIPS 1: $; Software Foundation, Inc., 675 Massachusetts Ave, Cambridge, AIPS 1: $; MA 02139, USA. AIPS 1: $; AIPS 1: $; Correspondence concerning AIPS should be addressed as follow s: AIPS 1: $; Internet email: aipsmail@nrao.edu. AIPS 1: $; Postal address: AIPS Project Office AIPS 1: $; National Radio Astronomy Observatory AIPS 1: $; 520 Edgemont Road AIPS 1: $; Charlottesville, VA 22903-2475 USA AIPS 1: $--------------------------------------------------------------- AIPS 1: $=============================================================== AIPS 1: AIPS 1: procedure pipeinit AIPS 1: scalar lsdisk,lsname,lsrant,lscont,lserr,lsplot,lsflag,k,lsflu x,lstarg,lsmodl AIPS 1: scalar lsids,star,tint,fsw AIPS 1: string*2 lstyp AIPS 1: string*3 lsvla AIPS 1: string*6 lsidc,lsstrng AIPS 1: string*16 lsidn,lscal AIPS 1: string*16 lsampcal(20),lsbndcal(5),lsphacal(20),lspntcal(25),l sallcal(30), AIPS 1: array lsbadd(10),lsparm(16),lssid(1000) $ D=1,C=3.3,B=10.8,A=3 5.4,PT=73 AIPS 1: string*20 expnm AIPS 1: string*48 expmsg AIPS 1: finish AIPS 1: pipeinit AIPS 1: AIPS 1: procedure pipeinpt AIPS 1: lsampcal '3C48', '0134+329','0137+331','J0137+3309' AIPS 1: lsampcal(5)~ '3C138','0518+165','0521+166','J0521+1638' AIPS 1: lsampcal(9)~ '3C147','0538+498','0542+498','J0542+4951' AIPS 1: lsampcal(13)~'3C286','1328+307','1331+305','J1331+3030' AIPS 1: lsampcal(17)~'3C295','1409+524','1411+522','J1411+5212' AIPS 1: lserr=0;lsbadd=baddisk;lsdisk=indisk;lsname=docat AIPS 1: lsidn=inname;lsidc=inclass;lsids=inseq;lstyp'UV';fsw=doalign;l sflag=flagver AIPS 1: lsparm(2)=solint;lsparm(13)=factor;lsrant=refant;lsmodl=domode l AIPS 1: lscal=keystrng;lsflux=flux;lsparm(3)=uvrange(1);lsparm(4)=uvra nge(2) AIPS 1: for k=1:20;lsphacal(k)=sources(k);end;for k=1:5;lsbndcal(k)=ca lsour(k);end AIPS 1: lsparm(11)=dopol;lsparm(12)=bpa;lscont=docont;lsplot=plver;lsp arm(1)=doall AIPS 1: lsparm(5)=doarray;lsparm(6)=imsize(1);lsparm(7)=niter;lsparm(8 )=cutoff AIPS 1: lsparm(9)=docal;lsparm(10)=doresid AIPS 1: $ check input values AIPS 1: $->lsbadd AIPS 1: if (lsdisk<=0) then;lserr=1;type'SPECIFY THE INDISK';end AIPS 1: if(lsname<=0)then;inname=lsidn;inclass=lsidc;inseq=lsids;intyp e=lstyp;chkname AIPS 1: if (error<>0) then AIPS 1: lserr=2; type 'SPECIFY INNAME, ETC, OR THE CATALOG NUMBER = DOCAT' AIPS 1: else AIPS 1: userid=0;k=1;lsname=0 AIPS 1: while (lsname=0);egetname k AIPS 1: if (( (lsidn=inname)&(lsidc=inclass) )&(lsids=inseq)) th en AIPS 1: lsname=k;lsidn=inname;lsidc=inclass;lsids=inseq;lstyp= intype AIPS 1: else;k=k+1;end;end;end;else AIPS 1: if ( ((inname <> '')!(inclass <> '')) ! (inseq <> 0) ) then AIPS 1: lserr=2; type 'DO NOT SPECIFY BOTH INNAME, ETC, AND VARIAB LE DOCAT' AIPS 1: else AIPS 1: getname(lsname);lsidn=inname;lsidc=inclass;lsids=inseq;lst yp=intype AIPS 1: end AIPS 1: end AIPS 1: AIPS 1: $->inname AIPS 1: $->inclass AIPS 1: $->inseq AIPS 1: $->fsw AIPS 1: $->lsflag AIPS 1: if (lsparm(2)<=0) then; lserr=3; type 'SPECIFY THE SOLUTION IN TERVAL';end AIPS 1: if (lsparm(13)<1)then;lsparm(13)=1;type'FACTOR<1 QUESTIONABLE, SET TO 1';end AIPS 1: if (lsrant<=0)then;lsrant=0;type'AIPS WILL CHOOSE THE REFERENC E ANTENNA';end AIPS 1: if ( (lsmodl>0) & (length(lscal)>0) ) then AIPS 1: lserr=4;type 'CANNOT USE STANDARD SOURCE MODEL FOR ALTERNATI VE CALIBRATOR' AIPS 1: end AIPS 1: $->lscal AIPS 1: if (length(lscal)<>0) then AIPS 1: type 'USING NON-STANDARD AMPLITUDE CALIBRATOR, FLUX, UVRAN GE :' AIPS 1: type lscal, lsflux, lsparm(3), lsparm(4);lsampcal='';lsamp cal(1)=lscal AIPS 1: end AIPS 1: AIPS 1: $->lsflux AIPS 1: $-> #3+#4 uvrange AIPS 1: for i=1:20;for j=1:16;if(substr(lsphacal(i),j,j)='*')then;if ( lserr<>7) then AIPS 1: if((i=1)&(j=1))then;star=1;else; AIPS 1: star=-1;lserr=7;type'ONLY USE * IN THE 1ST CHARACTER OF TH E 1ST SOURCE' AIPS 1: end;end;end;end;clrtemp;end AIPS 1: if (lsname>0) then; indisk=lsdisk; getname(lsname); clrtemp AIPS 1: if ( (inclass='CH 0') & (substr(lsbndcal(1),1,1) = ' ') ) th en AIPS 1: lserr=8;type 'SPECIFY THE BANDPASS CALIBRATOR = CALSOUR' AIPS 1: end;end;clrtemp AIPS 1: $-> #11 dopol AIPS 1: $-> #12 bpa AIPS 1: $->lscont AIPS 1: $->lsplot AIPS 1: if (lsparm(1) > 0) then AIPS 1: if (lsparm(5)<0) then;type 'SETFC WILL DETERMINE THE CELL SI ZE' AIPS 1: else; AIPS 1: if (lsparm(5)=0) then; AIPS 1: keyword='TELESCOP';gethead; AIPS 1: if (substr(keystrng,1,3)<>'VLA') then; AIPS 1: lserr=5; type 'CANNOT DETERMINE ARRAY - THIS IS NOT TH E VLA' AIPS 1: else;keyword'NUM ROW';inext'AN';invers=0;getthead;k=keyv alue(1) AIPS 1: for j=1:k AIPS 1: pixxy=j,1,0;tabget;i=1;clrtemp AIPS 1: while((substr(keystrng,i,i)<>':')&(i<9));i=i+1;end AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: lsvla=substr(keystrng,i+1,i+3);else AIPS 1: lsvla=substr(keystrng,i+2,i+4);end AIPS 1: if ((lsvla<>'OUT')&(lsvla<>'MPD'))then; AIPS 1: if (lsvla='VPT')then;lsparm(5)=75;else AIPS 1: if (substr(keystrng,i+1,i+1)<>' ')then; AIPS 1: keyword=substr(keystrng,i+2,i+8);else AIPS 1: keyword=substr(keystrng,i+3,i+9);end AIPS 1: lsparm(5)=max(lsparm(5),value(keyword));clrtem p;end;end;end AIPS 1: if (lsparm(5)<75) then;if (lsparm(5)>36) then;lsparm(5 )=36;else AIPS 1: if (lsparm(5)>18) then;lsparm(5)=11;else AIPS 1: if(lsparm(5)>9)then;lsparm(5)=3.5;else;lsparm(5)=1;end ;end;end;end AIPS 1: end;if(lsparm(5)=0)then;lserr=5;type'WHAT ARRAY?! USE DO ARRAY';else AIPS 1: if(lsparm(5)>0)then AIPS 1: type char(lsparm(5))!!' KILOMETERS WILL BE USED AS MAX IMUM BASELINE' AIPS 1: end;end;end;end AIPS 1: if (lsparm(6)>=0)then;if((lsparm(6)<128)!(imsize(2)<128))the n AIPS 1: lserr=6; type 'SPECIFY THE IMSIZE CORRECTLY (>127 OR <0)'; end;end AIPS 1: AIPS 1: $-> #7 niter AIPS 1: if (lsparm(7) < 0) then; lsparm(7) = 1e6; end AIPS 1: $-> #8 cutoff AIPS 1: $-> #9 docal AIPS 1: $-> #10 doresid AIPS 1: AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure getidn AIPS 1: indisk=lsdisk;inname=lsidn;inclass=lsidc;inseq=lsids;intype=ls typ AIPS 1: finish AIPS 1: AIPS 1: procedure getset AIPS 1: default;getidn;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure lsclrcal AIPS 1: $ consolidate lists, deal with calcode='*' later AIPS 1: scalar lsidx,l,m,n AIPS 1: task'TABGET';getset;inext'NX';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);clrtemp;n=0;lssid= 0 AIPS 1: if (keyvalue(1)>1000)then;type'WARNING: MORE THAN 1000 SCANS ! ';end AIPS 1: for i=1:lsidx $ remember source number AIPS 1: pixxy=i,3,0;tabget;error=0 AIPS 1: for l=1:n;if(lssid(l)=keyvalue(1))then;error=1;end;end;clrte mp AIPS 1: if(error=0)then;n=n+1;lssid(n)=keyvalue(1);end AIPS 1: end;inext'SU';invers 0;keyvalue=0;keystrng'';keyword'NUM ROW' AIPS 1: getthead;lsidx=keyvalue(1);clrtemp;sources'';l=1;m=1;n=1 AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsampcal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsampcal(l)=lsampcal(j);j=30;lsparm(14)=l;l=l+1;end;end; j=0;clrtemp AIPS 1: while (j<20);j=j+1;if (substr(lsphacal(j),1,k)=substr(keystr ng,1,k)) then AIPS 1: lsphacal(m)=lsphacal(j);j=30;lsparm(15)=m;m=m+1;end;end; j=0;clrtemp AIPS 1: while (j<5);j=j+1;if (substr(lsbndcal(j),1,k)=substr(keystrn g,1,k)) then AIPS 1: lsbndcal(n)=lsbndcal(j);j=30;lsparm(16)=n;n=n+1;end;end; clrtemp AIPS 1: end;lspntcal'';lsallcal'';for j=l:20;lsampcal(j)='';end AIPS 1: for j=m:20;lsphacal(j)='';end;for j=n:5;lsbndcal(j)='';end AIPS 1: for j=1:lsparm(15);lspntcal(j)=lsphacal(j);end;k=lsparm(15) AIPS 1: for j=1:lsparm(16);lspntcal(j+k)=lsbndcal(j);end;j=0;l=1;clrte mp AIPS 1: while (j<(lsparm(15)+lsparm(16)));j=j+1;if (length(lspntcal(j) )>0) then AIPS 1: lspntcal(l)=lspntcal(j);if(l<>j)then;lspntcal(j)='';end;l=l+ 1;end;end AIPS 1: $here - clean up pnt cal for doubles - subtract from total count below AIPS 1: k=lsparm(15)+lsparm(16);for j=1:k;lsallcal(j)=lspntcal(j);end; l=1 AIPS 1: for j=1:lsparm(14);i=length(lsampcal(j));lsidx=0;m=j AIPS 1: while ((lsidx0) then;lsallcal(l)=lsallcal(j) AIPS 1: if(l<>j)then;lsallcal(j)='';end;l=l+1;end;end AIPS 1: $typ 'LSAMPCAL, LSPHACAL, LSBNDCAL, LSPNTCAL, AND LSALLCAL :' AIPS 1: $typ lsampcal; typ lsphacal; typ lsbndcal; typ lspntcal; typ lsa llcal; AIPS 1: return;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure numtab(lsstrng) AIPS 1: keystrng'';j=0;clrtemp AIPS 1: while ((j<15)&(keystrng<>lsstrng)) AIPS 1: j=j+1;keyword'EXTYPE'!!char(j);gethead;end;clrtemp AIPS 1: if (keystrng=lsstrng) then AIPS 1: keyword'EXTVER'!!char(j);gethead;else;keyvalue=0;end AIPS 1: keyword'';keystrng'';clrtemp AIPS 1: return keyvalue(1);finish AIPS 1: AIPS 1: procedure numbasel AIPS 1: scalar numarow,numbout,numbant,numbase,idx;string*16 nameant AIPS 1: numbout=0;keyword'NUM ROW';inext'AN';invers=0;getthead;numarow =keyvalue(1) AIPS 1: for numbant=1:numarow AIPS 1: pixxy=numbant,1,0;tabget;nameant=keystrng;idx=1;clrtemp AIPS 1: while(substr(nameant,idx,idx)<>':');idx=idx+1;end AIPS 1: if(substr(nameant,idx+1,idx+3)='OUT')then;numbout=numbout+1; end AIPS 1: if(substr(nameant,idx+2,idx+4)='OUT')then;numbout=numbout+1; end AIPS 1: end;numbase=(numarow-numbout)*(numarow-numbout-1)/2;clrtemp AIPS 1: $ type char(numarow-numbout)!!' ANTENNAS',char(numbase)!!' BASE LINES' AIPS 1: return numbase AIPS 1: finish AIPS 1: AIPS 1: procedure calcintt AIPS 1: scalar numxrow,numscan,numbbeg,numbend,numcnst,sum,avr,rms,rma x;rmax=300 AIPS 1: array interval(1000),numbvis(1000);avr=0;if(rmax>1000)then;rma x=1000;end AIPS 1: if (numtab('NX')<1) then;type'NOT MULTISOURCE - NO INTTIME CAL CULATED' AIPS 1: else AIPS 1: keyword'NUM ROW';inext'NX';invers 0;getthead;numxrow=keyvalu e(1) AIPS 1: if(numxrow>rmax)then;numxrow rmax;end AIPS 1: for numscan=1:numxrow;clrtemp AIPS 1: pixxy=numscan,2,0;tabget;interval(numscan)=86400*keyvalue( 1) AIPS 1: pixxy=numscan,5,0;tabget;numbbeg=keyvalue(1) AIPS 1: pixxy=numscan,6,0;tabget;numbend=keyvalue(1) AIPS 1: numbvis(numscan)=numbend-numbbeg+1;avr=max(avr,numbvis(num scan)) AIPS 1: end;numcnst=numbasel;sum=0 AIPS 1: if (avr > 0) then AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+( (numcnst*interval(numscan)) / numbvis(numsca n) ) AIPS 1: end;end;clrtemp;avr=sum/numxrow;sum=0 AIPS 1: for numscan=1:numxrow;if (numbvis(numscan)>0) then AIPS 1: sum=sum+((numcnst*interval(numscan))/numbvis(numscan)- avr)**2 AIPS 1: end;end;clrtemp;rms=sum/numxrow;clrtemp;end AIPS 1: $ type char(numxrow)!!' SCANS/SAMPLES WITH RMS(SEC) +/-'!!char( rms) AIPS 1: $ type char(avr)!!' SECOND INTEGRATIONS (APPROXIMATELY)' AIPS 1: end AIPS 1: return avr AIPS 1: finish AIPS 1: AIPS 1: procedure guesintt AIPS 1: scalar intcst,intavr,intmod,intime AIPS 1: intavr=calcintt;intcst=intavr;keyword'TELESCOP';gethead AIPS 1: if (keystrng='VLA') then;intcst=1+(2/3);end AIPS 1: if (keystrng='VLBA') then;intcst=0.131072;end AIPS 1: if (intcst=intavr) then;type'UNKNOWN TELESCOPE :'!!keystrng;en d AIPS 1: if (intavr>10) then AIPS 1: $ intime=10*floor(0.5+(intavr/10)) AIPS 1: intime=10*floor(intavr/10) AIPS 1: else;if (intavr>0) then AIPS 1: intmod=mod(intavr,intcst) AIPS 1: $ intime=intcst*((intavr-intmod)/intcst+floor(0.5+(intmod/i ntcst))) AIPS 1: intime=intcst*((intavr-intmod)/intcst+floor(intmod/intcst) ) AIPS 1: else;intime=intavr;end;end;clrtemp AIPS 1: if(numtab('NX')>0)then;type char(intime)!!' SECOND INTEGRATION S (GUESS)';end AIPS 1: return intime AIPS 1: finish AIPS 1: AIPS 1: procedure checkids AIPS 1: $LOS - account for fast switching source names - check on pos, q ual, calco AIPS 1: scalar ra1a,ra1b,ra2a,ra2b,dc1a,dc1b,dc2a,dc2b,n,m,l,idx AIPS 1: scalar q1,q2 AIPS 1: string*1 co1,co2 AIPS 1: string*16 n1,n2 AIPS 1: array alist(100),blist(100) AIPS 1: inext'SU';invers 0;keyword'NUM ROW';keyvalue 0;keystrng'';gett head AIPS 1: n=keyvalue(1);idx=1;aparm 0;bparm 0;alist 0;blist 0 AIPS 1: if (n > 1) then AIPS 1: for m=1:(n-1);clrtemp AIPS 1: pixxy m,11;tabget;ra1a keyvalue(1);ra1b keyvalue(2) AIPS 1: for l=(m+1):n;clrtemp AIPS 1: pixxy l,11;tabget;ra2a keyvalue(1);ra2b keyvalue(2) AIPS 1: if (abs(ra1a-ra2a)=0) then AIPS 1: if ( abs((ra1b-ra2b)*3600*1000) < 3 ) then $ RA within 3 mas! AIPS 1: pixxy m,12;tabget;dc1a keyvalue(1);dc1b keyvalue(2) AIPS 1: pixxy l,12;tabget;dc2a keyvalue(1);dc2b keyvalue(2) AIPS 1: if (abs(dc1a-dc2a)=0) then AIPS 1: if ( abs((dc1b-dc2b)*3600*1000) < 3 ) then $ DC wi thin 3 mas! AIPS 1: pixxy m,3;tabget;q1 keyvalue(1);pixxy l,3;tabget ;q2 keyvalue(1) AIPS 1: if (q1=q2) then $ same qualifier; same calcode? AIPS 1: pixxy m,4;tabget;co1 keystrng;pixxy l,4;tabget ;co2 keystrng AIPS 1: if (co1=co2) then AIPS 1: pixxy m,1;tabget;q1 keyvalue(1) AIPS 1: pixxy l,1;tabget;q2 keyvalue(1) AIPS 1: pixxy m,2;tabget;n1 keystrng;pixxy l,2;tabge t;n2 keystrng AIPS 1: if (idx>100) then; AIPS 1: type 'TOO MANY SOURCES TO DO DSORC - DO BY HAND!' AIPS 1: type 'NEXT =.'!!char(idx)!!' DO:'!!char(l)! !'.&.'!!char(m) AIPS 1: else AIPS 1: if (length(n1)1) then;task'DSORC';n=0 AIPS 1: outname inname;outclass inclass;outseq inseq;outdisk indis k AIPS 1: while (n100)then;type'TOO MANY SOURCES FOR DSORC';error 1;end ;clrtemp AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure chkobjct AIPS 1: if (( (object='1331+305') ! (object='1328+307') ) ! (object='J 1331+3030') ) AIPS 1: then; object='3C286';end AIPS 1: if (( (object='0137+331') ! (object='0134+329') ) ! (object='J 0137+3309') ) AIPS 1: then; object='3C48';end AIPS 1: if (( (object='0521+166') ! (object='0518+165') ) ! (object='J 0521+1638') ) AIPS 1: then; object='3C138';end AIPS 1: if (( (object='0542+498') ! (object='0538+498') ) ! (object='J 0542+4951') ) AIPS 1: then; object='3C147';end AIPS 1: if (( (object='1411+522') ! (object='1409+524') ) ! (object='J 1411+5212') ) AIPS 1: then; object='3C295';end;clrtemp;return AIPS 1: finish AIPS 1: AIPS 1: procedure checkbnd AIPS 1: band='';j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9; AIPS 1: if ( (keyvalue(1)>38) & (keyvalue(1)<51) ) then; band='Q ';end AIPS 1: if ( (keyvalue(1)>20.4) & (keyvalue(1)<25.5) ) then; band='K ';end AIPS 1: if ( (keyvalue(1)>13.5) & (keyvalue(1)<16.3) ) then; band='U ';end AIPS 1: if ( (keyvalue(1)> 6.8) & (keyvalue(1)< 9.6) ) then; band='X ';end AIPS 1: if ( (keyvalue(1)> 4.2) & (keyvalue(1)< 5.1) ) then; band='C ';end AIPS 1: if ( (keyvalue(1)> 1.15) & (keyvalue(1)< 1.75) ) then; band='L ';end AIPS 1: if ( (keyvalue(1)>0.298) & (keyvalue(1)<0.345) ) then; band='P ';end AIPS 1: if ( (keyvalue(1)>0.072) & (keyvalue(1)<0.076) ) then; band='4 ';end;clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure chkmodel AIPS 1: error=0;sysout='';sys2com'' AIPS 1: syscom'ls -1 $AIPSTARS/ AIPS 1: sys2com(1) inname!!'.MODEL' AIPS 1: sys2com(2) ' >& /dev/null AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure loadmodl AIPS 1: scalar lsidx,l AIPS 1: array lsload(5) AIPS 1: task'TABGET';getset;inext'SU';invers 0;keyvalue=0;keystrng'' AIPS 1: keyword'NUM ROW';getthead;lsidx=keyvalue(1);l=1;clrtemp AIPS 1: for i=1:lsidx AIPS 1: pixxy=i,2,0;tabget;k=length(keystrng);j=1;clrtemp AIPS 1: while (j<21) AIPS 1: if (substr(lsampcal(j),1,k)=substr(keystrng,1,k)) then AIPS 1: lsload(l)=i;j=30;l=l+1;else;j=j+1;clrtemp AIPS 1: end;end;end;lsidx=0;checkbnd;keyword'EPOCH';keyvalue=0;keystrn g='';gethead AIPS 1: if (keyvalue(1)<1999) then;lsidx=1;end AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;clrtemp;intype'MA';outdisk=lsdis k AIPS 1: inname=object!!'_'!!band;inclass'MODEL';inseq=1;indisk=lsdis k;chkname AIPS 1: $$ if (error>0) then;type lsampcal(lsload(j))!!' MODEL ='inname ;chkmodel AIPS 1: if (error>0) then;type lsampcal(j)!!' MODEL ='inname;chkmode l AIPS 1: if(error<1)then;go calrd;if (lsidx>0) then;eposwtch;end;en d;end $ J2000 AIPS 1: end;return AIPS 1: finish AIPS 1: AIPS 1: procedure vlanew AIPS 1: clrstat;j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extde st;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;extd est;end;end AIPS 1: j=numtab('SN');if (j>0) then;inext'SN';invers=-1;extdest;end AIPS 1: j=numtab('XX');if (j>0) then;inext'XX';invers=-1;extdest;end AIPS 1: if (inclass='LINE') then AIPS 1: j=numtab('FG');if (j>1) then;inext'FG';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('CL');if (j>1) then;inext'CL';for k=2:j;invers=k;ex tdest;end;end AIPS 1: j=numtab('BP');if (j>0) then;inext'BP';invers=-1;extdest;end AIPS 1: j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;end AIPS 1: end;j=numtab('PL');if (j>0) then;inext'PL';invers=-1;extdest;e nd;clrtemp AIPS 1: type'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL ,XX)' AIPS 1: finish AIPS 1: AIPS 1: procedure allzap AIPS 1: chkname;if(error<1)then;for j=1:(1-error);zap;end;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure allplot AIPS 1: tvinit;j=numtab('PL');type 'NUMBER OF PLOT FILES TO SHOW ON TV :'!!char(j) AIPS 1: if (j>0) then AIPS 1: for k=1:j;plver=k;type 'PLOT'char(k)!!'/'!!char(j);go tvpl;r ead;end AIPS 1: else;type 'NOTHING TO PLOT - DONE';end AIPS 1: finish AIPS 1: AIPS 1: procedure goplt0 AIPS 1: if (lsplot>0) then;go;end AIPS 1: finish $SN only AIPS 1: procedure goplt1 AIPS 1: if (lsplot>1) then;go;end AIPS 1: finish $SN+CL AIPS 1: procedure goplt2 AIPS 1: if (lsplot>2) then;go;end AIPS 1: finish $SN+CL+BP AIPS 1: procedure goplt3 AIPS 1: if (lsplot>3) then;go;end AIPS 1: finish $CL,BP applied AIPS 1: AIPS 1: procedure calpipe(lsdisk,lsname,lsrant) AIPS 1: vnum=33;dowait=true;getidn;vlanew;j=0;clrtemp AIPS 1: if (inclass='CH 0') then;inclass'LINE';vlanew;end;clrtemp AIPS 1: if(fsw>0)then;checkids;if(inclass='CH 0')then;inclass'LINE';ch eckids;end;end AIPS 1: if ((numtab('FG')<1)&(lsflag>=0)) then AIPS 1: if (lsflag>=1) then AIPS 1: task'QUACK';getset;flagver=1;opcode'BEG';i=min(3*tint,20) AIPS 1: reason char(i)!!' SEC AUTO-QUACK';aparm=0,i/60,-1;go AIPS 1: end;task'FLAGR';getset AIPS 1: docal 2;solint=max(3*tint-2,2.7*tint);vector=-1;docrt 0;go AIPS 1: end AIPS 1: task'SNPLT';getset;inext'CL';nplots 8;optype'AMP';vput;pixrang e=0.7,1.8 AIPS 1: goplt1;task'SETJY';getset;optype'REJY';aparm=0;freqid=1;go;opt ype'CALC' AIPS 1: if (length(lscal)<>0) then AIPS 1: optype'';zerosp=lsflux,0;lsallcal=lscal,lspntcal AIPS 1: end;sources=lsampcal;go AIPS 1: task'CALIB';getset;docalib=2;refant=lsrant;aparm=3,0,0,0,0,0,4 ,0,0;calcode'' AIPS 1: solint=lsparm(2);calsour=lspntcal;snver=numtab('SN')+1;solmo de'P' AIPS 1: soltype'L1R';baddisk=lsbadd;vput;if(star>0)then;calsour'';ca lcode'*';end;go AIPS 1: if (lsmodl>0) then $ use models for ones that exist AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;clrtemp AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'PHAS';goplt0;clrtemp AIPS 1: task'CLCAL';getset;freqid=1;refant=lsrant;gainuse=numtab('CL') +1 AIPS 1: snver=numtab('SN');gainver=numtab('CL');sources'';soucode''; AIPS 1: calsour=lsphacal;calcode'';vput;if(star>0)then;calsour'';cal code'*';end;go AIPS 1: calsour=lsallcal;sources=calsour;interpol'SELF' AIPS 1: if(star>0)then;calsour'';calcode'*';soucode'*';end;go AIPS 1: vget snplt;inext'CL';optype'PHAS';goplt1;clrtemp AIPS 1: vget calib;solmode'A&P';calsour=lspntcal;calcode''; AIPS 1: solint=lsparm(13)*lsparm(2);snver=numtab('SN')+1;clr2name;vput AIPS 1: if(star>0)then;calsour'';calcode'*';end;go AIPS 1: if (lsmodl>0) then AIPS 1: loadmodl;vget calib;calsour='';in2seq=0;in2disk=lsdisk;in2cl ass'MODEL' AIPS 1: for j=1:(l-1) AIPS 1: inext'SU';pixxy=lsload(j),2,0;tabget;calsour(1)=keystrng;c lrtemp AIPS 1: pixxy=lsload(j),4,0;tabget;calcode=substr(keystrng,1,4);cl rtemp AIPS 1: object=lsampcal(j);chkobjct;in2name=object!!'_'!!band;calc ode'' AIPS 1: vput calib;inname=in2name;inclass=in2class;inseq=in2seq;in disk=in2disk AIPS 1: $ if no model, use point with full uvrange AIPS 1: chkname;vget calib;if (error>0)then;clr2name;end;go AIPS 1: end;inseq=0;indisk=lsdisk;inclass'MODEL';intype'MA' AIPS 1: for j=1:(l-1) AIPS 1: object=lsampcal(j);chkobjct;inname=object!!'_'!!band;chkna me AIPS 1: if (error<1) then;zap;end;end AIPS 1: else;uvrange=lsparm(3),lsparm(4);calsour=lsampcal;go;end AIPS 1: vget snplt;inext'SN';optype'AMP';goplt0;optype'PHAS';pixrange= -20,20;goplt0 AIPS 1: task'GETJY';getset;calsour=lsampcal;snver=numtab('SN'); AIPS 1: if (star>0) then; AIPS 1: $ for j=1:lsparm(14);sources(j)='-'!!lsampcal(j);end;k=lsparm (14)+1 AIPS 1: $ if (length(lscal)>0) then;sources(k)='-'!!lscal;k=k+1;end AIPS 1: $ for j=k:(25-k+2);sources(j)=lspntcal(j-k+2);end; AIPS 1: soucode='*' AIPS 1: else AIPS 1: sources=lspntcal;if (length(lscal)>0) then;sources(11)='-'!! lscal;end AIPS 1: end;go AIPS 1: if (lscont<1) then AIPS 1: type '****************************************************** **' AIPS 1: type '** WRITE DOWN THE FLUX DENSITIES FOR YOUR CALIBRATORS **' AIPS 1: type '** (AND DO NOT FORGET THE ERRORS EITHER!) **' AIPS 1: type '****************************************************** **';read AIPS 1: end AIPS 1: vget clcal;gainver=numtab('CL');gainuse=numtab('CL')+1;snver=n umtab('SN') AIPS 1: if(star>0)then;calsour'';calcode'*';end;go;calsour=lsallcal;so urces=calsour AIPS 1: interpol'SELF';if(star>0)then;calsour'';calcode'*';soucode'*'; end;go AIPS 1: vget snplt;inext'CL';optype'AMP';goplt1;optype'PHAS';goplt1;cl rtemp AIPS 1: if (inclass='CH 0') then AIPS 1: task'TACOP';getset AIPS 1: outdisk=indisk;outname=inname;outclass'LINE';outseq=inseq; ncount=1 AIPS 1: keystrng'';inext'FG';invers=numtab('FG');if (invers>0) the n;go;end AIPS 1: inext'CL';invers=numtab('CL');keyvalue 0;outseq=inseq;vput ;go;clrtemp AIPS 1: task'BPASS';getset;inclass'LINE';calsour=lsbndcal,lsampcal;d ocal=2 AIPS 1: solint=-1;bpassprm(5)=-1;bpassprm(9)=1;baddisk=lsbadd;go;c lrtemp AIPS 1: task'POSSM';getset;inclass'LINE';bpver 0;aparm=0,1,.4,1.2,-3 0,30,0,2,3,0 AIPS 1: nplots=6;goplt2;sources=lsbndcal;docalib 2;doband 1;aparm= 1 0;aparm(9)=3 AIPS 1: antennas=lsrant,0;goplt2;nplots=0;vput;goplt2;stokes'I';an tennas=0;goplt2 AIPS 1: sources=lsampcal;goplt3 AIPS 1: vget tacop;inclass'LINE';outclass'CH 0';invers=numtab('BP'); inext'BP';go AIPS 1: end;task'TASAV';getset;outdisk=indisk;go;dowait=false;vnum=0;c lrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure calcrms AIPS 1: scalar nbas,nvis,tbw,rms,minhrs AIPS 1: keyword'GCOUNT';gethead;nvis=keyvalue(1);nbas=numbasel;j=1 AIPS 1: minhrs=nvis*tint/(nbas*3600) $ underesimate of obs hours (over estimate rms) AIPS 1: while (j<9) $ bandwidth in a channel, continuum or spectral li ne AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CDELT'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end;tbw =keyvalue(1) AIPS 1: if (lsidc <> 'CH 0') then;j=1 $ continuum, multiple IFs averag ed AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j); clrtemp AIPS 1: if(keystrng='IF')then;gethead;j=9;else;j=j+1;end;end;tbw=t bw*keyvalue(1) AIPS 1: end;checkbnd;if((band='P')!(band='4'))then;tbw=tbw/3.2;else;tb w=tbw/50;end AIPS 1: tbw=sqrt(tbw*minhrs/24e6);rms=-1 AIPS 1: if (band='Q')then;rms=3.0e-5/tbw;end;if (band='K')then;rms=2.5 e-5/tbw;end AIPS 1: if (band='U')then;rms=2.0e-5/tbw;end;if (band='X')then;rms=5.3 e-6/tbw;end AIPS 1: if (band='C')then;rms=6.4e-6/tbw;end;if (band='L')then;rms=6.6 e-6/tbw;end AIPS 1: if (band='P')then;rms=1.7e-4/tbw;end;if (band='4')then;rms=1.5 e-2/tbw;end AIPS 1: if (rms<0) then;type 'CANNOT CALCULATE RMS FROM OBSERVING BAND ..';end AIPS 1: typ 'ESTIMATED RMS:' char(rms*1000)!!' MILLI JANSKY' AIPS 1: return rms AIPS 1: finish AIPS 1: AIPS 1: procedure setboxfle AIPS 1: scalar ci,bi AIPS 1: string*48 fbox AIPS 1: fbox'/tmp/SETFC@ AIPS 1: fbox=fbox!!inname!!'_'!!inclass!!'.'!!char(inseq)!!'-'!!char(i ndisk) AIPS 1: ci=0;bi=length(fbox) AIPS 1: while(ci& /dev/null AIPS 1: if(substr(boxfile,1,1)<>' ')then;system;end;clrtemp AIPS 1: finish AIPS 1: AIPS 1: procedure catboxfile AIPS 1: sys2com'';syscom 'cat AIPS 1: sys2com(1) 'X'!!boxfile;substr(sys2com(1),1,1)='' AIPS 1: if(substr(expmsg,1,1)<>'')then;sysout=expmsg;else;sysout'';end ;clrtemp AIPS 1: system AIPS 1: finish AIPS 1: AIPS 1: procedure setimsize AIPS 1: scalar szf, kk AIPS 1: string*48 bxf AIPS 1: array szc(2), szi(2), orgc(2), orgi(2) AIPS 1: vput imagr;task'SETFC';sources'';bcount=1;bxf=setboxfle;boxfil e=bxf AIPS 1: bparm=0;infile='';shift=0;flux=0;pbparm=0.25,0;delboxfle AIPS 1: orgc=cellsize;cellsize=0;orgi=lsparm(6);imsize=0;kk=1 AIPS 1: while (kk<9) AIPS 1: keyword='CTYPE'!!char(kk);gethead;keyword='CRVAL'!!char(kk); clrtemp AIPS 1: if (keystrng='FREQ') then;gethead;kk=9;else;kk=kk+1;end;end AIPS 1: keyvalue(1)=keyvalue(1)/1e9;bparm(1)=0.375/keyvalue(1);bparm(4 )=3*bparm(1) AIPS 1: bparm(2)=30;bparm(3)=1;bparm(5)=0.031;bparm(6)=256;bparm(7)=25 6;bparm(8)=100 AIPS 1: go;szf=nfield;szc=cellsize;szi=imsize AIPS 1: vget imagr;if(lsparm(5)<0)then;cellsize=szc;else;cellsize=orgc ;end AIPS 1: if(lsparm(6)<0)then;imsize=256;nfield=szf;boxfile=bxf;else;ims ize=orgi;end AIPS 1: vput imagr AIPS 1: finish AIPS 1: AIPS 1: procedure imapipe(k,lsdisk,lsname) AIPS 1: vnum=33;dowait=true AIPS 1: if (k=1) then AIPS 1: task'SPLIT';getset;outdisk=indisk;outclass=inclass;docalib=2 AIPS 1: baddisk=lsbadd;douvcomp=-1;go AIPS 1: if (inclass='CH 0') then;inclass'LINE';outclass=inclass;doba nd=1;bpver=0 AIPS 1: go;end;end;clrtemp AIPS 1: task'TABGET';getset;inext'SU';invers=0;keyvalue=0;keystrng'';v put;clrtemp AIPS 1: task'IMAGR';getset;outdisk=indisk;flux=lsparm(8);baddisk=lsbad d;j=1 AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='CRVAL'!!char(j);cl rtemp AIPS 1: if (keystrng='FREQ') then;gethead;j=9;else;j=j+1;end;end AIPS 1: cellsize=1.75e10/(keyvalue(1)*abs(lsparm(5)));do3dimag=1;overl ap=2;vput AIPS 1: keyword'NUM ROW';inext'SU';invers=0;keystrng'';getthead;clrtem p AIPS 1: for i=1:keyvalue(1) $ check if source is in index and uvfile e xists AIPS 1: vget tabget;pixxy=i,2,0;tabget;vget imagr;inname=keystrng;j= 1;intype'UV' AIPS 1: inseq=0;chkname;type ' ';niter=lsparm(7);lstarg=1;clrtemp;vp ut AIPS 1: if (error < 1) then $ source file exists, but same source nu mber ? AIPS 1: vget tabget;pixxy=i,1,0;tabget;error=1;k=1 AIPS 1: while ((lssid(k)>0) & (k<1001)) AIPS 1: if (lssid(k)=keyvalue(1))then error=0;end AIPS 1: k=k+1;end;end;vget imagr AIPS 1: if (error < 1) then AIPS 1: if ((lsparm(7)=1e6)&(lsparm(8)<0))then;flux=6*calcrms;end AIPS 1: if ((lsparm(6)<0)!(lsparm(5)<0))then;setimsize;else;imsize =lsparm(6);end AIPS 1: while (j<30) AIPS 1: k=length(inname) AIPS 1: if (substr(lsallcal(j),1,k)=substr(inname,1,k)) then $ c alibrator AIPS 1: lstarg=0;j=30 AIPS 1: if(lsparm(6)>=-0.99)then;niter=min(500,lsparm(7)) AIPS 1: nfield=1;boxfile'';imsize=min(256,lsparm(6)) AIPS 1: if(imsize(1)<0)then;imsize=256;end;end AIPS 1: else;j=j+1;end $ check next source, if not found -> targ et AIPS 1: end;if(substr(boxfile,1,1)<>' ')then;catboxfile;end AIPS 1: AIPS 1: j=1 AIPS 1: $calibrator lstarg=0 AIPS 1: $target if lstarg=1 AIPS 1: AIPS 1: AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;keyword='NAXIS'!!char(j );clrtemp AIPS 1: if (keystrng='IF') then;gethead;j=9;else;j=j+1;end;end AIPS 1: type ' NOW STARTING WITH SOURCE :'!!char(i)!!' ='!! inname;type ' ' AIPS 1: if (inclass='CH 0') then AIPS 1: for k=1:keyvalue(1);bif=k;eif=k AIPS 1: if ((lstarg>0)!(lsparm(9)>0)) then;go;end AIPS 1: end;clrtemp;k=keyvalue(1) AIPS 1: inclass'LINE';keyvalue=0;keystrng'';j=1;chkname AIPS 1: if (error < 1) then AIPS 1: while (j<9) AIPS 1: keyword='CTYPE'!!char(j);gethead;clrtemp AIPS 1: if (keystrng='FREQ') then AIPS 1: keyword='NAXIS'!!char(j);gethead;echan=keyvalue(1) ;j=9 AIPS 1: else;j=j+1;end AIPS 1: end;bchan=floor(echan/10);echan=ceil(echan*9/10) AIPS 1: if (bchan=1) then;bchan=2;end;j=k AIPS 1: for k=1:j;bif=k;eif=k;if ((lstarg>0)!(lsparm(9)>1)) then;go;end AIPS 1: end;end;clrtemp AIPS 1: else AIPS 1: bif=1;eif=keyvalue(1);vput;out2disk=indisk AIPS 1: if ( (lsparm(10)=0) ! ((lsparm(9)<1)&(lstarg<1)) )then;g o;clrtemp AIPS 1: else AIPS 1: solint=lsparm(2);dotv=1;nmaps=lsparm(10);refant=lsrant ;aparm=4,0 AIPS 1: if (lsparm(10)<0) then;dotv=-1;nmaps=-1*nmaps;end;go s cimg;clrtemp AIPS 1: end;end;boxfile=setboxfle;delboxfle AIPS 1: inclass'IMAGR';inseq=0;intype'UV';indisk=lsdisk;allzap AIPS 1: $ inclass'SCIMG';allzap AIPS 1: inclass'IBM*';intype'MA';allzap AIPS 1: inclass'RBM*';allzap;inclass'LBM*';allzap;recat;clrtemp AIPS 1: else;type ' NO UV-FILE, SKIPPING SOURCE :'!!inname!!' =#' !!char(i) AIPS 1: end;end;dowait=false;vnum=0 AIPS 1: finish AIPS 1: AIPS 1: procedure avlapipe AIPS 1: tput avlapipe;vnum=33;vput avlapipe;pipeinpt;clrtemp AIPS 1: if (lserr <> 0) then; type '*** ERROR - ARE ALL INPUTS SET PRO PERLY ? ***' AIPS 1: else;lsclrcal;tint=guesintt;clrtemp AIPS 1: if (tint > 0) then;calpipe(lsdisk,lsname,lsrant);clrtemp AIPS 1: if (lsparm(1)>0) then;imapipe(1,lsdisk,lsname) AIPS 1: else;type'CALIBRATION DONE - SKIPPING SPLIT AND IMAGING' AIPS 1: type'--------------------------------------------------- --------' AIPS 1: end;type ' ' AIPS 1: if (lsplot>0) then;type 'VIEW CAL-PLOTS WITH GETSET;ALLPLO T';end;type ' ' AIPS 1: else;type '* * *';type 'SINGLE DISH VLBI EXPERIMENT?';type ' * * *';end AIPS 1: end;tget avlapipe;vnum=0;type'* APPEARS TO HAVE ENDED SUCCESSF ULLY *';clrtemp AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: default'AVLAPIPE' AIPS 1: Found in Version=ABIN AIPS 1: indisk 1; doalign -1; flagver 2; domodel 1 AIPS 1: docal 1; sources '*''' AIPS 1: $ to be set by itself later AIPS 1: solint 1; factor 5; doarray -1; imsize -1 AIPS 1: $imsize 512;$niter -1;cutoff -1;plver 0 AIPS 1: niter -1; cutoff -1 AIPS 1: $ for now debugging AIPS 1: docont 1; plver -1; doall 1; doresid 0 AIPS 1: AIPS 1: $ defaults AIPS 1: $ BADDISK 0$ INDISK 0$ DOCAT 1$ INNAME ' '$ INCLASS ' '$ INSEQ 0 AIPS 1: $ DOALIGN 1$ FLAgver 0$ SOLINT 0$ FACTOR 0$ REFANT 0$ DOMODEL -1 AIPS 1: $ KEYSTRNG ' '$ FLUX 0$ UVRANGE 0, 0$ SOURCES ' '$ CALSOUR ' ' AIPS 1: $ dopol 0$ bpa 0$ DOCONT 1$ PLVER 0$ DOALL -1$ DOARRAY -1 AIPS 1: $ IMSIZE 0, 0$ NITER 0$ CUTOFF 0$ DOCAL 0$ DORESID -1 >>::::>AIPS 1: 'AB922_1999DEC28_1' >>AIPS 1: 'AB922_1999DEC28_1' >AIPS 1: Found in Version=ABIN AIPS 1: $ Lorant Sjouwerman, versions 1.. 2005, for NRAO AIPS 1: AIPS 1: $$ General catalog looks like AIPS 1: $$ Multi-source UV data file AIPS 1: $$ Multi-source TASAV file AIPS 1: $$ Single-source calibrated data - auvf AIPS 1: $$ Single-source calibrated images- aimg AIPS 1: AIPS 1: $May need to redefine after a restore 0: AIPS 1: $allzap AIPS 1: $calcintt AIPS 1: $guesintt AIPS 1: $lsparm(5);tint;lsdisk AIPS 1: AIPS 1: procedure flatfov AIPS 1: $LOS - compile flatn-ed radius blank-ed images out to where pbco rr=2.5 (=xpb) AIPS 1: scalar uvi,mai,fov,frq,kk,tbw,tint,xpb,xcst,,fbw,fta;xpb=2.5 AIPS 1: clrname;indisk=lsdisk;intype'UV';chkname;uvi=1-error AIPS 1: if(uvi<3)then;type'ERROR: NO FILES PROCESSED !';else AIPS 1: if(uvi<4)then;type'WARNING: ONLY ONE UV-FILE - MAYBE CHECK?' ;end AIPS 1: getname 1;tint=guesintt;xcst=sqrt((3/ln(2))*(xpb-1)/xpb);kk= 1 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethead AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!char( kk) AIPS 1: keystrng'';gethead;frq=keyvalue(1);kk=5;else;kk=kk+1;end AIPS 1: end AIPS 1: for i=3:uvi;getname i AIPS 1: task'TABGET';inext'FQ';invers 1;keyword'NUM ROW';keystrng' ';getthead AIPS 1: for j=1:keyvalue(1) AIPS 1: pixxy=j,4,1;tabget;tbw=keyvalue(1) AIPS 1: pixxy=j,4,2;tabget;tbw=max(tbw,keyvalue(1)) AIPS 1: $ Actually imagr takes care of some of this bandwidth issue alre ady AIPS 1: $ so instead of maximum frequency span, use max individual bandw idth AIPS 1: end;inty'MA';inseq=0;inclass'*001';chkname;mai=1-error AIPS 1: if(mai>1)then;type'WARNING: MULTIPLE IMAGES - MAYBE CHECK? ';end AIPS 1: for j=1:mai $ assume inseq starts at 1.. AIPS 1: inseq=j;kk=1;cellsize=0;userid=0 AIPS 1: while (kk<5) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(kk);gethea d AIPS 1: keyword='CDELT'!!char(kk);clrtemp AIPS 1: if(substr(keystrng,1,3)='RA-')then;gethead;cellsize(1)=k eyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='DEC-')then;gethead;cellsize(2)= keyvalue(1);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then;keyword='CRVAL'!!cha r(kk) AIPS 1: keystrng'';gethead;fov=keyvalue(1)/1e9;fov=1350/fov; end;kk=kk+1 AIPS 1: end;cellsize(1)=-1*cellsize(1)*3600;cellsize(2)=cellsize (2)*3600 AIPS 1: fta=min(1.75e10/(frq*abs(lsparm(5))),(min(cellsize(1),ce llsize(2)))) AIPS 1: fbw=xcst*3*fta*frq/tbw $ radius field/view due bandwidth AIPS 1: fta=xcst*3*fta/(tint*7.2722e-5) $ radius field/view due averaging AIPS 1: fov=min(fov,fbw);fov=min(fov,fta) $ min field/view ra dius, arcsec AIPS 1: imsize(1)=ceil(2*fov/cellsize(1));imsize(2)=ceil(2*fov/c ellsize(2)) AIPS 1: task'FLATN';inclass'?CL*';chkname;nfield=1-error;nmaps=1 ;clroname AIPS 1: outname=inname;coordina=0;reweight=0;doweight=0;edgskp=1 5;aparm=0 AIPS 1: pbparm=1/xpb,0;type'MINIMUM FOV :'!!char(fov)!!' ARCSEC RADIUS' AIPS 1: inclass'?CL001';go;wait;inclass'?CL*';allzap;recat;incla ss'FLATN' AIPS 1: tput;default blank;tget flatn;task'BLANK';opcode'RADI';d parm fov,0 AIPS 1: go;wait;allzap;recat AIPS 1: end;end;end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasimage AIPS 1: $LOS - Determine noise, do primary beam correction, include copy right AIPS 1: scalar numfle,ll,mm AIPS 1: clrname;indisk=lsdisk;recat;chkname;numfle=1-error;mai=0 AIPS 1: while (intype<>'MA');mai=mai+1;getname mai;end AIPS 1: for j=mai:numfle;default imean;docat=1;getn j;keyvalue=0;keyst rng'' AIPS 1: keyword='CRPIX1';gethead;ll=keyvalue(1);keyword='CRPIX2';get head AIPS 1: mm=keyvalue(1);doinvers=1;blc(1)=ll-29;blc(2)=mm-30;trc(1)=l l+30 AIPS 1: trc(2)=mm+29;imstat;doinv=-1;blc=0;trc=0;rms=pixstd;go;wa AIPS 1: if(pixstd=rms)then;keyword'ACTNOISE';keytype'R';keyvalue=rms ,0;puthead;end AIPS 1: end AIPS 1: default'PBCOR';indisk=lsdisk;inclass'BLANK';chkname;pbparm=1/x pb,0 AIPS 1: for j=mai:numfle AIPS 1: getname mai;getoname mai;outclass'RADCOR';outseq=0;inclass'B LANK';chkname AIPS 1: if(error<1)then;outdisk=indisk;go;wait;zap;recat;end $ icl.. .->blanked file AIPS 1: end;default'CPYRT';indisk=lsdisk;recat;infile='AVLA:Arch_Cprt AIPS 1: for j=mai:numfle $ can only do on MA files AIPS 1: getname mai;getoname mai;outclass'NVAS06';go;wait;zap;recat AIPS 1: end AIPS 1: finish AIPS 1: AIPS 1: procedure nvasname AIPS 1: $LOS - makes the RA/Dec directory and returns the archive file n ame AIPS 1: scalar ki,ra1,ra2,dc1,dc2,st1,st2,nu1,nu2,bw,rh,rm,rs,dd,dm,ds ,rmsv,sbmv AIPS 1: string*1 pm,rmsc AIPS 1: string*2 zz AIPS 1: string*3 mmm AIPS 1: string*4 rmss,sbms,fras AIPS 1: string*5 radi AIPS 1: string*30 dir AIPS 1: string*20 expn AIPS 1: ki=1;userid=0 AIPS 1: while (ki<9) AIPS 1: keyvalue=0;keystrng'';keyword='CTYPE'!!char(ki);gethead AIPS 1: typ ki, keys AIPS 1: if(substr(keystrng,1,2)='RA')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;ra1=keyvalue(1)/15;ra2=k eyvalue(2)/15 AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(1)=-1*keyvalue( 1)*3600 AIPS 1: rh=floor(ra1);ra1=(ra1-rh)*60;rm=floor(ra1);ra1=(ra1-rm)*6 0 AIPS 1: rs=((floor((ra1+(3600*ra2))*1000)+5)/1000);clrtemp AIPS 1: $ if ((ra1+(3600*ra2))<10) then;rs=substr(char(ra1+(3600*ra 2)+0.005),1,3) AIPS 1: $ else;rs=substr(char(ra1+(3600*ra2)+0.005),1,4);end AIPS 1: if(abs(rs-floor(rs))<0.1)then;zz='.0';else;zz='';end;clrte mp AIPS 1: keyword='NAXIS'!!char(ki);gethead;ra1=0.5*keyvalue(1)*cell size(1);end AIPS 1: typ 'HERE' AIPS 1: if(substr(keystrng,1,3)='DEC')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;dc1=keyvalue(1);dc2=keyv alue(2) AIPS 1: keyword='CDELT'!!char(ki);gethead;cellsize(2)=keyvalue(1)* 3600 AIPS 1: if(dc1<0)then;pm='-';dc1=-1*dc1;dc2=-1*dc2;else;pm='+';end AIPS 1: dd=floor(dc1);dc1=(dc1-dd)*60;dm=floor(dc1);dc1=(dc1-dm)*6 0 AIPS 1: ds=floor(dc1+(3600*dc2));clrtemp AIPS 1: keyword='NAXIS'!!char(ki);gethead;dc1=0.5*keyvalue(1)*cell size(2);end AIPS 1: if(substr(keystrng,1,4)='FREQ')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;nu1=keyvalue(1)/1e6;nu2= keyvalue(2)/1e6 AIPS 1: keyword='CDELT'!!char(ki);gethead;bw=keyvalue(1)/1e6;end;c lrtemp AIPS 1: if(substr(keystrng,1,6)='STOKES')then AIPS 1: keyword='CRVAL'!!char(ki);gethead;st1=keyvalue(1) AIPS 1: keyword='CRPIX'!!char(ki);gethead;st2=keyvalue(1);clrtemp AIPS 1: end; AIPS 1: typ ki 'TOO' AIPS 1: if(substr(keystrng,1,1)='')then;ki=10;else;ki=ki+1;end AIPS 1: end;clrtemp $ build the output file name here AIPS 1: typ 'BUILD NOW' AIPS 1: if (intype='MA')then; $read conv size, rms from header, use im si*cell/2 for R AIPS 1: radi='S';ra2=0.5*(ra1+dc1-9);if(ra2>60)then;radi='M';ra2=ra2 /60;end $ R-fov AIPS 1: if(ra2>60)then;radi='D';ra2=ra2/60;end;radi=substr(char(ra2) ,1,4)!!radi AIPS 1: keyword='BMAJ';gethead;sbmv=keyvalue(1);keyword='BMIN';gethe ad AIPS 1: sbmv=1800*(sbmv+keyvalue(1));sbms=substr(char(sbmv),1,4) AIPS 1: AIPS 1: AIPS 1: AIPS 1: keyvalue=0;keystrng'';keyword='ACTNOISE';gethead;rmsv=keyval ue(1) $ RMS<1e4 AIPS 1: if(rmsv>1)then;rmsc='J';rmss=substr(char(rmsv),1,4);else;rms v=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='M';rmss=substr(char(rmsv),1,4);else;r msv=rmsv*1000 AIPS 1: if(rmsv>1)then;rmsc='U';rmss=substr(char(rmsv),1,4);else AIPS 1: rmsv=rmsv*1000;rmsc='N';rmss=substr(char(rmsv),1,4) AIPS 1: end;end;end;clrtemp;fras='';sys2com(1)=' $aimg/ AIPS 1: else AIPS 1: ;clrtemp;sbms='';rmss='';rmsc='';sys2com(1)=' $auvf/ AIPS 1: end AIPS 1: AIPS 1: if (expnm='') then AIPS 1: keyword'OBSERVER';gethead;expnm=keystrng;keyword'DATE-OBS';get head AIPS 1: mmm=substr(keystrng,5,6) AIPS 1: if(mmm='01')then;mmm='JAN';end;if(mmm='02')then;mmm='FEB';end AIPS 1: if(mmm='03')then;mmm='MAR';end;if(mmm='04')then;mmm='APR';end AIPS 1: if(mmm='05')then;mmm='MAY';end;if(mmm='06')then;mmm='JUN';end AIPS 1: if(mmm='07')then;mmm='JUL';end;if(mmm='08')then;mmm='AUG';end AIPS 1: if(mmm='09')then;mmm='SEP';end;if(mmm='10')then;mmm='OCT';end AIPS 1: if(mmm='11')then;mmm='NOV';end;if(mmm='12')then;mmm='DEC';end AIPS 1: expnm=expnm!!'_'!!substr(keystrng,1,4)!!mmm!!substr(keystrng,7 ,8)!!'_X' AIPS 1: end AIPS 1: outfile=sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print outf AIPS 1: AIPS 1: $ make the source dir here AIPS 1: dir='';sysout'';syscom'mkdir AIPS 1: if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(rm );end AIPS 1: if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=cha r(rs)!!zz;end AIPS 1: $ sys2com(4)=substr(sys2com(4),1,4) AIPS 1: if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm! !char(dd);end AIPS 1: if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(dm );end AIPS 1: if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' QUACK1: Task QUACK (release of 31DEC06) begins QUACK1: Flagged 3.67 min. of data in 22 scans QUACK1: Appears to have ended successfully QUACK1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes FLAGR1: Task FLAGR (release of 31DEC06) begins FLAGR1: Copied FG file from vol/cno/vers 1 1 1 to 1 1 2 FLAGR1: Overall average amp= 5.264E-01 +- 2.346E-02 source= 1331+305 FLAGR1: Overall average rms= 2.182E-03 +- 2.224E-04 source= 1331+305 FLAGR1: Overall average amp= 4.410E-02 +- 1.727E-03 source= 1244+408 FLAGR1: Overall average rms= 2.039E-03 +- 2.477E-04 source= 1244+408 FLAGR1: Overall average amp= 7.808E-02 +- 3.157E-03 source= 1035+564 FLAGR1: Overall average rms= 2.316E-03 +- 3.521E-04 source= 1035+564 FLAGR1: Overall average amp= 4.387E-02 +- 1.977E-03 source= 1148+594 FLAGR1: Overall average rms= 2.029E-03 +- 2.258E-04 source= 1148+594 FLAGR1: Overall average amp= 1.114E-01 +- 4.493E-03 source= 1400+621 FLAGR1: Overall average rms= 1.863E-03 +- 2.062E-04 source= 1400+621 FLAGR1: Overall average amp= 9.561E-02 +- 4.359E-03 source= 1549+506 FLAGR1: Overall average rms= 1.881E-03 +- 1.996E-04 source= 1549+506 FLAGR1: Overall average amp= 3.812E-03 +- 5.421E-04 source= 1600+434 FLAGR1: Overall average rms= 1.519E-03 +- 1.767E-04 source= 1600+434 FLAGR1: Overall average amp= 9.403E-03 +- 1.842E-03 source= 1559+437 FLAGR1: Overall average rms= 1.814E-03 +- 2.247E-04 source= 1559+437 FLAGR1: Overall average amp= 3.258E-02 +- 1.399E-03 source= 1545+478 FLAGR1: Overall average rms= 1.875E-03 +- 2.367E-04 source= 1545+478 FLAGR1: Overall average amp= 8.226E-02 +- 3.812E-03 source= 1634+627 FLAGR1: Overall average rms= 1.857E-03 +- 2.029E-04 source= 1634+627 FLAGR1: Overall average amp= 8.489E-02 +- 3.398E-03 source= 1642+689 FLAGR1: Overall average rms= 1.877E-03 +- 1.868E-04 source= 1642+689 FLAGR1: Overall average amp= 4.174E-03 +- 7.637E-04 source= 1608+656 FLAGR1: Overall average rms= 1.576E-03 +- 1.501E-04 source= 1608+656 FLAGR1: Overall average amp= 5.436E-02 +- 2.064E-03 source= 1823+796 FLAGR1: Overall average rms= 1.827E-03 +- 2.239E-04 source= 1823+796 FLAGR1: Overall average amp= 4.518E-02 +- 2.157E-03 source= 1945+709 FLAGR1: Overall average rms= 1.823E-03 +- 2.383E-04 source= 1945+709 FLAGR1: Overall average amp= 2.992E-02 +- 2.253E-03 source= 1815+614 FLAGR1: Overall average rms= 1.823E-03 +- 2.357E-04 source= 1815+614 FLAGR1: Overall average amp= 9.243E-02 +- 4.426E-03 source= 2355+498 FLAGR1: Overall average rms= 2.023E-03 +- 2.647E-04 source= 2355+498 FLAGR1: Overall average amp= 1.006E-01 +- 5.201E-03 source= 2320+052 FLAGR1: Overall average rms= 2.075E-03 +- 2.202E-04 source= 2320+052 FLAGR1: Overall average amp= 3.680E-03 +- 3.178E-04 source= 2319+051 FLAGR1: Overall average rms= 1.605E-03 +- 1.165E-04 source= 2319+051 FLAGR1: Found 1 bad times, 108 total flags FLAGR1: Wrote 0 antenna & IF independent flags FLAGR1: Wrote 1 antenna independent, IF dependent flags FLAGR1: Wrote 102 antenna & IF dependent flags FLAGR1: Wrote 5 antenna & IF dependent, all-times flags FLAGR1: Appears to have ended successfully FLAGR1: auto 31DEC06 TST: Cpu= 4.9 Real= 6 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: / Resetting flux information to zero SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: SOURCES = '' /All sources selected SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SETJY1: Task SETJY (release of 31DEC06) begins SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: A source model for this calibrator may be available SETJY1: Use the verb CALDIR to see if there is one SETJY1: / Flux calculated using known spectrum SETJY1: BIF = 1 EIF = 2 /Range of IFs SETJY1: '1331+305 ' IF = 1 FLUX = 5.2158 (Jy calcd) SETJY1: '1331+305 ' IF = 2 FLUX = 5.1947 (Jy calcd) SETJY1: / Using (1999.2) VLA or Reynolds (1934-638) coefficients SETJY1: Appears to have ended successfully SETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991228 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 1 CALIB1: Found 2513 good solutions CALIB1: Failed on 23 solutions CALIB1: Average closure rms = 0.0084 +- 0.0048 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.26042 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.54167 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.04167 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.03125 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null CALRD1: Task CALRD (release of 31DEC06) begins CALRD1: Reading disk file AIPSTARS:3C286_X.MODEL CALRD1: Create 3C286_X .MODEL . 1 (MA) on disk 1 cno 2 CALRD1: Appears to have ended successfully CALRD1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991228 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: Model computation is 100 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 216 records from SN table no. 1 CALIB1: Writing SN table 1 CALIB1: Found 847 good solutions CALIB1: Failed on 17 solutions CALIB1: Average closure rms = 0.0031 +- 0.0011 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.03125 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.15625 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.18750 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: 0.31250 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: 0.15625 of the times had 8 - 10 percent outside 2.5 times rms CALIB1: 0.06250 of the times had 10 - 12 percent outside 2.5 times rms CALIB1: 0.03125 of the times had 12 - 14 percent outside 2.5 times rms CALIB1: 0.03125 of the times had 14 - 16 percent outside 2.5 times rms CALIB1: 0.03125 of the times had 16 - 18 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 4.1 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 1 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 634 merged records from 634 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.6 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 3942 records from CL table no. 2 CLCAL1: Processing SN table 1 CLCAL1: WARNING: SN table 1 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 634 merged records from 634 input records CLCAL1: SN2CL: Applying SN tables to CL table 1, writing CL table 2 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.5 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991228 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing cal transfer mode with point model for each source CALIB1: This is not self-calibration CALIB1: Dividing data by source flux densities CALIB1: Determining solutions CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.749E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.757E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.756E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.793E+00 CALIB1: Found 1878 good solutions CALIB1: Failed on 10 solutions CALIB1: Average closure rms = 0.0011 +- 0.0006 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.78378 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.14865 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.01351 of the times had 6 - 8 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: CALREF: CANNOT RELATE ANTENNA 5 TO 22 IN SUBARRAY 1 CALIB1: CALREF: CANNOT RELATE ANTENNA 7 TO 22 IN SUBARRAY 1 CALIB1: Some solutions were not adjusted to the common CALIB1: reference antenna. This may be because one or more CALIB1: antennas were not used. Check your data before CALIB1: proceeding. CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes CALIB1: Task CALIB (release of 31DEC06) begins CALIB1: CALIB USING 19991228 . X BAND . 1 DISK= 1 USID=**** CALIB1: L1 Solution type CALIB1: Selecting, editing and calibrating the data CALIB1: Doing self-cal mode with CC model CALIB1: SETGDS: imaging done with reprojected tangent point(s) CALIB1: FACSET: source model will be scaled to 5.216 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.88316E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: VISDFT: Model components of type Point CALIB1: I Polarization model processed CALIB1: Model computation is 10 percent complete CALIB1: Model computation is 20 percent complete CALIB1: Model computation is 30 percent complete CALIB1: Model computation is 40 percent complete CALIB1: Model computation is 50 percent complete CALIB1: Model computation is 60 percent complete CALIB1: Model computation is 70 percent complete CALIB1: Model computation is 80 percent complete CALIB1: Model computation is 90 percent complete CALIB1: Model computation is 100 percent complete CALIB1: FACSET: source model will be scaled to 5.195 Jy CALIB1: FACSET: 5.277485 Jy found from 194 components CALIB1: FACSET: scaling factor set to 9.84307E-01 CALIB1: VISDFT: Begin DFT component division CALIB1: I Polarization model processed CALIB1: Field 1 used 194 CCs CALIB1: Determining solutions CALIB1: Deleted 54 records from SN table no. 2 CALIB1: Writing SN table 2 CALIB1: RPOL, IF= 1 The average gain over these antennas is 3.162E+00 CALIB1: RPOL, IF= 2 The average gain over these antennas is 3.156E+00 CALIB1: LPOL, IF= 1 The average gain over these antennas is 3.176E+00 CALIB1: LPOL, IF= 2 The average gain over these antennas is 3.199E+00 CALIB1: Found 212 good solutions CALIB1: Failed on 4 solutions CALIB1: Average closure rms = 0.0005 +- 0.0001 CALIB1: Fraction of times having data > 2.5 rms from solution CALIB1: 0.25000 of the times had 0 - 2 percent outside 2.5 times rms CALIB1: 0.62500 of the times had 2 - 4 percent outside 2.5 times rms CALIB1: 0.12500 of the times had 4 - 6 percent outside 2.5 times rms CALIB1: Adjusting solutions to a common reference antenna CALIB1: Appears to have ended successfully CALIB1: auto 31DEC06 TST: Cpu= 4.1 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 GETJY1: Task GETJY (release of 31DEC06) begins GETJY1: Source:Qual CALCODE IF Flux (Jy) GETJY1: 1244+408 : 0 C 1 0.43430 +/- 0.00088 GETJY1: 2 0.43068 +/- 0.00135 GETJY1: 1035+564 : 0 A 1 0.76870 +/- 0.00250 GETJY1: 2 0.76282 +/- 0.00322 GETJY1: 1148+594 : 0 B 1 0.43139 +/- 0.00161 GETJY1: 2 0.42857 +/- 0.00193 GETJY1: 1400+621 : 0 C 1 1.09849 +/- 0.00311 GETJY1: 2 1.09021 +/- 0.00385 GETJY1: 1549+506 : 0 A 1 0.94274 +/- 0.00229 GETJY1: 2 0.94157 +/- 0.00291 GETJY1: 1545+478 : 0 B 1 0.32035 +/- 0.00081 GETJY1: 2 0.31865 +/- 0.00074 GETJY1: 1634+627 : 0 C 1 0.79163 +/- 0.00219 GETJY1: 2 0.78453 +/- 0.00209 GETJY1: 1642+689 : 0 A 1 0.83596 +/- 0.00372 GETJY1: 2 0.83541 +/- 0.00345 GETJY1: 1823+796 : 0 A 1 0.53507 +/- 0.00111 GETJY1: 2 0.53296 +/- 0.00099 GETJY1: 1945+709 : 0 B 1 0.44603 +/- 0.00108 GETJY1: 2 0.44392 +/- 0.00105 GETJY1: 2355+498 : 0 A 1 0.91960 +/- 0.00217 GETJY1: 2 0.91462 +/- 0.00229 GETJY1: 2320+052 : 0 A 1 0.99235 +/- 0.00329 GETJY1: 2 0.99073 +/- 0.00332 GETJY1: Appears to have ended successfully GETJY1: auto 31DEC06 TST: Cpu= 0.0 Real= 0 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode 2PT CLCAL1: Processing SN table 2 CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 472 merged records from 472 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 0.6 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes CLCAL1: Task CLCAL (release of 31DEC06) begins CLCAL1: Using interpolation mode SELF CLCAL1: Deleted 3942 records from CL table no. 3 CLCAL1: Processing SN table 2 CLCAL1: WARNING: SN table 2 has already been applied CLCAL1: SNMRG: Merging SN table CLCAL1: SNMRG: Write 472 merged records from 472 input records CLCAL1: SN2CL: Applying SN tables to CL table 2, writing CL table 3 CLCAL1: Appears to have ended successfully CLCAL1: auto 31DEC06 TST: Cpu= 1.3 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes TASAV1: Task TASAV (release of 31DEC06) begins TASAV1: Create 19991228 .TASAV . 1 (UV) on disk 1 cno 2 TASAV1: Copied AN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied NX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SU file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FQ file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied CL file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied CL file from vol/cno/vers 1 1 3 to 1 2 3 TASAV1: Copied TY file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied WX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied OF file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied FG file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Copied XX file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 1 to 1 2 1 TASAV1: Copied SN file from vol/cno/vers 1 1 2 to 1 2 2 TASAV1: Appears to have ended successfully TASAV1: auto 31DEC06 TST: Cpu= 0.2 Real= 1 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes SPLIT1: Task SPLIT (release of 31DEC06) begins SPLIT1: You are using a non-standard program SPLIT1: Doing subarray 1 SPLIT1: Create 1331+305 .X BAND. 1 (UV) on disk 1 cno 3 SPLIT1: Applying CL Table version 3 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 5557 3480 5557 SPLIT1: Fully 0 0 42953 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 3 1 SPLIT1: Create 1244+408 .X BAND. 1 (UV) on disk 1 cno 4 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 546 546 546 SPLIT1: Fully 0 0 6825 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 4 1 SPLIT1: Create 1035+564 .X BAND. 1 (UV) on disk 1 cno 5 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 543 468 543 SPLIT1: Fully 0 0 5775 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 5 1 SPLIT1: Create 1148+594 .X BAND. 1 (UV) on disk 1 cno 6 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 494 494 494 SPLIT1: Fully 0 0 6175 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 6 1 SPLIT1: Create 1400+621 .X BAND. 1 (UV) on disk 1 cno 7 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 742 520 742 SPLIT1: Fully 0 0 6278 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 7 1 SPLIT1: Create 1549+506 .X BAND. 1 (UV) on disk 1 cno 8 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 332 182 332 SPLIT1: Fully 0 0 11225 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 8 1 SPLIT1: Create 1600+434 .X BAND. 1 (UV) on disk 1 cno 9 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 75 0 75 SPLIT1: Fully 0 0 17475 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 9 1 SPLIT1: Create 1559+437 .X BAND. 1 (UV) on disk 1 cno 10 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 5200 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 10 1 SPLIT1: Create 1545+478 .X BAND. 1 (UV) on disk 1 cno 11 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 197 0 197 SPLIT1: Fully 0 0 4503 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 11 1 SPLIT1: Create 1634+627 .X BAND. 1 (UV) on disk 1 cno 12 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 525 0 525 SPLIT1: Fully 0 0 11500 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 12 1 SPLIT1: Create 1642+689 .X BAND. 1 (UV) on disk 1 cno 13 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 300 0 300 SPLIT1: Fully 0 0 11415 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 13 1 SPLIT1: Create 1608+656 .X BAND. 1 (UV) on disk 1 cno 14 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 225 0 225 SPLIT1: Fully 0 0 29025 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 14 1 SPLIT1: Create 1823+796 .X BAND. 1 (UV) on disk 1 cno 15 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 0 0 0 SPLIT1: Fully 0 0 6500 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 15 1 SPLIT1: Create 1945+709 .X BAND. 1 (UV) on disk 1 cno 16 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 150 0 150 SPLIT1: Fully 0 0 5420 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 16 1 SPLIT1: Create 1815+614 .X BAND. 1 (UV) on disk 1 cno 17 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 144 0 144 SPLIT1: Fully 0 0 5856 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 17 1 SPLIT1: Create 2355+498 .X BAND. 1 (UV) on disk 1 cno 18 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 360 0 360 SPLIT1: Fully 0 0 5940 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 18 1 SPLIT1: Create 2320+052 .X BAND. 1 (UV) on disk 1 cno 19 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 501 0 501 SPLIT1: Fully 0 0 11499 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 19 1 SPLIT1: Create 2319+051 .X BAND. 1 (UV) on disk 1 cno 20 SPLIT1: Previously flagged flagged by gain kept SPLIT1: Partially 264 0 264 SPLIT1: Fully 0 0 25812 SPLIT1: Copied AN file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied WX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied OF file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Copied XX file from vol/cno/vers 1 1 1 to 1 20 1 SPLIT1: Appears to have ended successfully SPLIT1: auto 31DEC06 TST: Cpu= 1.4 Real= 4 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05132 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1331+305 X BAND Seq 1 Disk: 1 in slot 3 SETFC1: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23548 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23548 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 89.3 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 13 31 08.29 30 30 33.0 00001 -1 507 512 513 C 2 1012 1012 13 31 08.29 30 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 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05132 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 2.3262E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 2.3262E-02 -2.0046E+02 0 IMAGR1: Field 3 1012 1012 -1.7354E+02 -1.0026E+02 0 IMAGR1: Field 4 1012 1012 1.7358E+02 -1.0026E+02 0 IMAGR1: Field 5 1012 1012 -1.7366E+02 1.0014E+02 0 IMAGR1: Field 6 1012 1012 1.7371E+02 1.0014E+02 0 IMAGR1: Field 7 1012 1012 2.3262E-02 2.0044E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1331+305_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1331+305 .IMAGR . 1 (UV) on disk 1 cno 21 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 48510 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.248E+05 IMAGR1: UVWAIT: Adding temperance S 2.497E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.317E+08 and out 2.070E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.182 due to weighting IMAGR1: UVWAIT: Average summed weight 1.248E+05 over 93499 vis IMAGR1: Create 1331+305 .IBM001. 1 (MA) on disk 1 cno 22 IMAGR1: Create 1331+305 .IBM002. 1 (MA) on disk 1 cno 23 IMAGR1: Create 1331+305 .IBM003. 1 (MA) on disk 1 cno 24 IMAGR1: Create 1331+305 .IBM004. 1 (MA) on disk 1 cno 25 IMAGR1: Create 1331+305 .IBM005. 1 (MA) on disk 1 cno 26 IMAGR1: Create 1331+305 .IBM006. 1 (MA) on disk 1 cno 27 IMAGR1: Create 1331+305 .IBM007. 1 (MA) on disk 1 cno 28 IMAGR1: Create 1331+305 .ICL001. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1331+305 .ICL002. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1331+305 .ICL003. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1331+305 .ICL004. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1331+305 .ICL005. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1331+305 .ICL006. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1331+305 .ICL007. 1 (MA) on disk 1 cno 35 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 1 Beam min = -115.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.232 x 0.676 arcsec, PA= 77.2 IMAGR1: Field 2 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 2 Beam min = -115.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.232 x 0.676 arcsec, PA= 77.2 IMAGR1: Field 3 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 3 Beam min = -115.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.219 x 0.681 arcsec, PA= 76.7 IMAGR1: Field 4 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 4 Beam min = -115.8 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.230 x 0.676 arcsec, PA= 77.2 IMAGR1: Field 5 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 5 Beam min = -115.3 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.218 x 0.681 arcsec, PA= 76.7 IMAGR1: Field 6 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 6 Beam min = -116.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.230 x 0.676 arcsec, PA= 77.3 IMAGR1: Field 7 Sum of gridding weights = 2.19758E+09 IMAGR1: Field 7 Beam min = -115.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.231 x 0.676 arcsec, PA= 77.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -617.6 MilliJy,max = 5.1 Jy IMAGR1: Field 2 min = -359.2 MilliJy,max = 807.0 MilliJy IMAGR1: Field 3 min = -263.0 MilliJy,max = 763.7 MilliJy IMAGR1: Field 4 min = -258.6 MilliJy,max = 440.1 MilliJy IMAGR1: Field 5 min = -270.0 MilliJy,max = 432.9 MilliJy IMAGR1: Field 6 min = -267.2 MilliJy,max = 786.7 MilliJy IMAGR1: Field 7 min = -343.9 MilliJy,max = 806.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 332.28 MilliJy IMAGR1: 9920 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.444 Jy iter= 8 IMAGR1: Field 1 Clean flux density= 2.910 Jy 8 comps IMAGR1: Total Cleaned flux density = 2.910 Jy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -309.2 MilliJy,max = 2.2 Jy IMAGR1: BGC Clean: using 1989 cell beam + residuals > 258.86 MilliJy IMAGR1: 1820 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.056 Jy iter= 17 IMAGR1: Field 1 Clean flux density= 4.308 Jy 17 comps IMAGR1: Total Cleaned flux density = 4.308 Jy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -164.9 MilliJy,max = 962.2 MilliJy IMAGR1: BGC Clean: using 503 cell beam + residuals > 238.23 MilliJy IMAGR1: 85 Residual map points loaded IMAGR1: Field 1 min allowed flux = 475.066 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 4.933 Jy 26 comps IMAGR1: Total Cleaned flux density = 4.933 Jy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -26.4 MilliJy,max = 62.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.943E-02 < Second best 7.384E-01 IMAGR1: Field 2 min = -49.3 MilliJy,max = 66.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.622E-02 < Second best 7.303E-01 IMAGR1: Field 7 min = -47.5 MilliJy,max = 63.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.435E-02 < Second best 7.273E-01 IMAGR1: Field 3 min = -23.1 MilliJy,max = 59.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.615E-02 < Second best 4.517E-01 IMAGR1: Field 1 min = -99.1 MilliJy,max = 431.2 MilliJy IMAGR1: BGC Clean: using 199 cell beam + residuals > 121.83 MilliJy IMAGR1: 58 Residual map points loaded IMAGR1: Field 1 min allowed flux = 211.390 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 5.213 Jy 35 comps IMAGR1: Total Cleaned flux density = 5.213 Jy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -30.0 MilliJy,max = 31.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.604E-02 < Second best 2.977E-01 IMAGR1: Field 4 min = -30.5 MilliJy,max = 35.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.566E-02 < Second best 2.010E-01 IMAGR1: Field 1 min = -120.2 MilliJy,max = 194.3 MilliJy IMAGR1: BGC Clean: using 869 cell beam + residuals > 25.53 MilliJy IMAGR1: 3718 Residual map points loaded IMAGR1: Field 1 min allowed flux = -96.683 MilliJy iter= 49 IMAGR1: Field 1 Clean flux density= 5.288 Jy 49 comps IMAGR1: Total Cleaned flux density = 5.288 Jy 49 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -91.0 MilliJy,max = 97.6 MilliJy IMAGR1: BGC Clean: using 199 cell beam + residuals > 24.79 MilliJy IMAGR1: 1197 Residual map points loaded IMAGR1: Field 1 min allowed flux = 47.739 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 5.273 Jy 79 comps IMAGR1: Total Cleaned flux density = 5.273 Jy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -11.3 MilliJy,max = 10.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.867E-03 < Second best 5.622E-02 IMAGR1: Field 2 min = -19.6 MilliJy,max = 20.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.937E-02 < Second best 5.615E-02 IMAGR1: Field 3 min = -10.7 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.019E-02 < Second best 5.435E-02 IMAGR1: Field 7 min = -20.9 MilliJy,max = 20.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.997E-02 < Second best 4.541E-02 IMAGR1: Field 1 min = -47.6 MilliJy,max = 46.5 MilliJy IMAGR1: BGC Clean: using 503 cell beam + residuals > 10.77 MilliJy IMAGR1: 7873 Residual map points loaded IMAGR1: Field 1 min allowed flux = -23.395 MilliJy iter= 155 IMAGR1: Field 1 Clean flux density= 5.276 Jy 155 comps IMAGR1: Total Cleaned flux density = 5.276 Jy 155 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.5 MilliJy,max = 11.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.700E-03 < Second best 2.566E-02 IMAGR1: Field 4 min = -10.3 MilliJy,max = 11.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.558E-03 < Second best 2.227E-02 IMAGR1: Field 1 min = -23.0 MilliJy,max = 23.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 9.22 MilliJy IMAGR1: 2662 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 15.203 MilliJy iter= 291 IMAGR1: Field 1 Clean flux density= 5.335 Jy 291 comps IMAGR1: Total Cleaned flux density = 5.335 Jy 291 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -10.0 MilliJy,max = 9.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.587E-03 < Second best 1.937E-02 IMAGR1: Field 2 min = -9.6 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.026E-02 < Second best 1.449E-02 IMAGR1: Field 1 min = -13.7 MilliJy,max = 13.8 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 5.87 MilliJy IMAGR1: 2939 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 8.132 MilliJy iter= 419 IMAGR1: Field 1 Clean flux density= 5.321 Jy 419 comps IMAGR1: Total Cleaned flux density = 5.321 Jy 419 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -8.4 MilliJy,max = 9.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.143E-03 < Second best 1.019E-02 IMAGR1: Field 3 min = -8.4 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.037E-03 < Second best 9.867E-03 IMAGR1: Field 6 min = -7.4 MilliJy,max = 8.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.492E-03 < Second best 9.587E-03 IMAGR1: Field 7 min = -7.7 MilliJy,max = 8.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.925E-03 < Second best 9.143E-03 IMAGR1: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR1: 754 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -6.259 MilliJy iter= 75 IMAGR1: Field 2 Clean flux density= 22.573 MilliJy 75 comps IMAGR1: Total Cleaned flux density = 5.343 Jy 494 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.4 MilliJy,max = 8.8 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR1: 962 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 6.231 MilliJy iter= 86 IMAGR1: Field 6 Clean flux density= 22.164 MilliJy 86 comps IMAGR1: Total Cleaned flux density = 5.365 Jy 580 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.6 MilliJy,max = 7.9 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR1: 909 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -6.185 MilliJy iter= 96 IMAGR1: Field 3 Clean flux density= -8.675 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 5.357 Jy 676 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.2 MilliJy,max = 8.3 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 5.32 MilliJy IMAGR1: 427 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -5.866 MilliJy iter= 72 IMAGR1: Field 7 Clean flux density= -2.187 MilliJy 72 comps IMAGR1: Total Cleaned flux density = 5.355 Jy 748 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.8 MilliJy,max = 7.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.156E-03 < Second best 7.700E-03 IMAGR1: Field 5 min = -7.1 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.51 MilliJy IMAGR1: 1694 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 5.333 MilliJy iter= 139 IMAGR1: Field 5 Clean flux density= -490.450 MicroJy 139 comps IMAGR1: Total Cleaned flux density = 5.354 Jy 887 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -8.1 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.45 MilliJy IMAGR1: 1990 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -5.289 MilliJy iter= 172 IMAGR1: Field 4 Clean flux density= -1.541 MilliJy 172 comps IMAGR1: Total Cleaned flux density = 5.352 Jy 1059 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -6.9 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.44 MilliJy IMAGR1: 1513 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.199 MilliJy iter= 601 IMAGR1: Field 1 Clean flux density= 5.326 Jy 601 comps IMAGR1: Total Cleaned flux density = 5.358 Jy 1241 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -6.8 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.469E-03 < Second best 5.962E-03 IMAGR1: Field 6 min = -6.0 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.25 MilliJy IMAGR1: 2273 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 4.923 MilliJy iter= 295 IMAGR1: Field 6 Clean flux density= 14.134 MilliJy 295 comps IMAGR1: Total Cleaned flux density = 5.350 Jy 1450 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -6.7 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.12 MilliJy IMAGR1: 2701 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.784 MilliJy iter= 345 IMAGR1: Field 3 Clean flux density= -10.769 MilliJy 345 comps IMAGR1: Total Cleaned flux density = 5.348 Jy 1699 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -5.7 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.999E-03 < Second best 5.469E-03 IMAGR1: Field 2 min = -6.7 MilliJy,max = 6.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.03 MilliJy IMAGR1: 592 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 4.353 MilliJy iter= 208 IMAGR1: Field 2 Clean flux density= 18.933 MilliJy 208 comps IMAGR1: Total Cleaned flux density = 5.344 Jy 1832 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -5.9 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.94 MilliJy IMAGR1: 1109 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.292 MilliJy iter= 307 IMAGR1: Field 5 Clean flux density= 6.019 MilliJy 307 comps IMAGR1: Total Cleaned flux density = 5.351 Jy 2000 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -6.8 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.83 MilliJy IMAGR1: 1268 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -4.175 MilliJy iter= 358 IMAGR1: Field 4 Clean flux density= 2.975 MilliJy 358 comps IMAGR1: Total Cleaned flux density = 5.355 Jy 2186 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -5.4 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.81 MilliJy IMAGR1: 543 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -4.064 MilliJy iter= 214 IMAGR1: Field 7 Clean flux density= -2.674 MilliJy 214 comps IMAGR1: Total Cleaned flux density = 5.355 Jy 2328 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -5.2 MilliJy,max = 4.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.307E-03 < Second best 4.720E-03 IMAGR1: Field 6 min = -5.7 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.58 MilliJy IMAGR1: 2290 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.987 MilliJy iter= 566 IMAGR1: Field 6 Clean flux density= 49.796 MilliJy 566 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 2599 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -5.8 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.44 MilliJy IMAGR1: 2822 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.852 MilliJy iter= 670 IMAGR1: Field 3 Clean flux density= -23.179 MilliJy 670 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 2924 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -4.8 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.43 MilliJy IMAGR1: 648 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.625 MilliJy iter= 763 IMAGR1: Field 1 Clean flux density= 5.325 Jy 763 comps IMAGR1: Total Cleaned flux density = 5.376 Jy 3086 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -5.1 MilliJy,max = 5.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.38 MilliJy IMAGR1: 206 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.467 MilliJy iter= 286 IMAGR1: Field 2 Clean flux density= 16.640 MilliJy 286 comps IMAGR1: Total Cleaned flux density = 5.374 Jy 3164 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.1 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.30 MilliJy IMAGR1: 1296 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.522 MilliJy iter= 525 IMAGR1: Field 5 Clean flux density= 9.056 MilliJy 525 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 3382 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -6.0 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.21 MilliJy IMAGR1: 1511 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.435 MilliJy iter= 600 IMAGR1: Field 4 Clean flux density= 10.705 MilliJy 600 comps IMAGR1: Total Cleaned flux density = 5.385 Jy 3624 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -4.3 MilliJy,max = 5.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.622E-03 < Second best 3.827E-03 IMAGR1: Field 6 min = -5.0 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.05 MilliJy IMAGR1: 2190 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 3.306 MilliJy iter= 878 IMAGR1: Field 6 Clean flux density= 32.071 MilliJy 878 comps IMAGR1: Total Cleaned flux density = 5.367 Jy 3936 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -5.3 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.94 MilliJy IMAGR1: 2385 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -3.181 MilliJy iter= 1000 IMAGR1: Field 3 Clean flux density= 1.924 MilliJy 1000 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 4266 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -4.3 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.93 MilliJy IMAGR1: 590 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.065 MilliJy iter= 404 IMAGR1: Field 7 Clean flux density= 672.185 MicroJy 404 comps IMAGR1: Total Cleaned flux density = 5.396 Jy 4456 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -4.3 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.89 MilliJy IMAGR1: 434 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.977 MilliJy iter= 902 IMAGR1: Field 1 Clean flux density= 5.328 Jy 902 comps IMAGR1: Total Cleaned flux density = 5.399 Jy 4595 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -4.4 MilliJy,max = 5.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.81 MilliJy IMAGR1: 1194 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.959 MilliJy iter= 762 IMAGR1: Field 5 Clean flux density= 3.205 MilliJy 762 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 4832 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -4.4 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.116E-03 < Second best 3.298E-03 IMAGR1: Field 4 min = -5.4 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.70 MilliJy IMAGR1: 1743 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.873 MilliJy iter= 906 IMAGR1: Field 4 Clean flux density= 8.982 MilliJy 906 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 5138 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -4.7 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR1: 1725 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.775 MilliJy iter= 1196 IMAGR1: Field 6 Clean flux density= 40.933 MilliJy 1196 comps IMAGR1: Total Cleaned flux density = 5.400 Jy 5456 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -4.2 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.61 MilliJy IMAGR1: 606 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.706 MilliJy iter= 489 IMAGR1: Field 2 Clean flux density= 14.592 MilliJy 489 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 5659 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -5.0 MilliJy,max = 5.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.52 MilliJy IMAGR1: 2096 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.683 MilliJy iter= 1359 IMAGR1: Field 3 Clean flux density= -15.213 MilliJy 1359 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 6018 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR1: 291 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.534 MilliJy iter= 518 IMAGR1: Field 7 Clean flux density= 2.908 MilliJy 518 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 6132 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.697E-03 < Second best 2.843E-03 IMAGR1: Field 5 min = -4.1 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.39 MilliJy IMAGR1: 1484 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.515 MilliJy iter= 1070 IMAGR1: Field 5 Clean flux density= 9.611 MilliJy 1070 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 6440 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -5.0 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR1: 1592 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 2.442 MilliJy iter= 1229 IMAGR1: Field 4 Clean flux density= 10.928 MilliJy 1229 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 6763 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -3.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR1: 512 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.382 MilliJy iter= 1075 IMAGR1: Field 1 Clean flux density= 5.324 Jy 1075 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 6936 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.25 MilliJy IMAGR1: 1407 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.354 MilliJy iter= 1503 IMAGR1: Field 6 Clean flux density= 35.393 MilliJy 1503 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 7243 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -3.8 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.22 MilliJy IMAGR1: 341 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.267 MilliJy iter= 630 IMAGR1: Field 2 Clean flux density= 14.326 MilliJy 630 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 7384 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -4.5 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.14 MilliJy IMAGR1: 2114 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.261 MilliJy iter= 1754 IMAGR1: Field 3 Clean flux density= 834.339 MicroJy 1754 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 7779 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.12 MilliJy IMAGR1: 326 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.165 MilliJy iter= 663 IMAGR1: Field 7 Clean flux density= -1.246 MilliJy 663 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 7924 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -3.6 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.07 MilliJy IMAGR1: 1231 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.144 MilliJy iter= 1361 IMAGR1: Field 5 Clean flux density= 7.259 MilliJy 1361 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 8215 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -4.8 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.01 MilliJy IMAGR1: 1740 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.103 MilliJy iter= 1599 IMAGR1: Field 4 Clean flux density= 2.103 MilliJy 1599 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 8585 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -3.1 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.99 MilliJy IMAGR1: 411 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.025 MilliJy iter= 1238 IMAGR1: Field 1 Clean flux density= 5.326 Jy 1238 comps IMAGR1: Total Cleaned flux density = 5.385 Jy 8748 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.9 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.93 MilliJy IMAGR1: 1698 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -2.016 MilliJy iter= 1873 IMAGR1: Field 6 Clean flux density= 33.991 MilliJy 1873 comps IMAGR1: Total Cleaned flux density = 5.384 Jy 9118 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -3.4 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.91 MilliJy IMAGR1: 363 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.951 MilliJy iter= 796 IMAGR1: Field 2 Clean flux density= 14.705 MilliJy 796 comps IMAGR1: Total Cleaned flux density = 5.384 Jy 9284 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -4.0 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.85 MilliJy IMAGR1: 1915 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.938 MilliJy iter= 2167 IMAGR1: Field 3 Clean flux density= -2.388 MilliJy 2167 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 9697 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.84 MilliJy IMAGR1: 411 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.872 MilliJy iter= 839 IMAGR1: Field 7 Clean flux density= 4.580 MilliJy 839 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 9873 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -3.2 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.79 MilliJy IMAGR1: 1275 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.857 MilliJy iter= 1689 IMAGR1: Field 5 Clean flux density= 10.808 MilliJy 1689 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 10201 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -4.5 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.74 MilliJy IMAGR1: 1631 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.808 MilliJy iter= 1976 IMAGR1: Field 4 Clean flux density= -1.053 MilliJy 1976 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 10578 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR1: 372 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.749 MilliJy iter= 1397 IMAGR1: Field 1 Clean flux density= 5.323 Jy 1397 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 10737 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.7 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.67 MilliJy IMAGR1: 1500 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.735 MilliJy iter= 2241 IMAGR1: Field 6 Clean flux density= 34.152 MilliJy 2241 comps IMAGR1: Total Cleaned flux density = 5.384 Jy 11105 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -3.0 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.66 MilliJy IMAGR1: 451 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.689 MilliJy iter= 989 IMAGR1: Field 2 Clean flux density= 12.443 MilliJy 989 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 11298 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.8 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.61 MilliJy IMAGR1: 1903 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.676 MilliJy iter= 2607 IMAGR1: Field 3 Clean flux density= 5.160 MilliJy 2607 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 11738 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.60 MilliJy IMAGR1: 442 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.624 MilliJy iter= 1036 IMAGR1: Field 7 Clean flux density= 6.702 MilliJy 1036 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 11935 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -3.1 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.56 MilliJy IMAGR1: 1358 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.606 MilliJy iter= 2041 IMAGR1: Field 5 Clean flux density= 13.930 MilliJy 2041 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 12287 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -4.1 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.52 MilliJy IMAGR1: 1719 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.571 MilliJy iter= 2397 IMAGR1: Field 4 Clean flux density= -3.173 MilliJy 2397 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 12708 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.50 MilliJy IMAGR1: 331 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.520 MilliJy iter= 1555 IMAGR1: Field 1 Clean flux density= 5.324 Jy 1555 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 12866 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.6 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR1: 1599 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.513 MilliJy iter= 2651 IMAGR1: Field 6 Clean flux density= 31.891 MilliJy 2651 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 13276 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 484 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.473 MilliJy iter= 1193 IMAGR1: Field 2 Clean flux density= 10.260 MilliJy 1193 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 13480 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.5 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 1655 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.456 MilliJy iter= 3028 IMAGR1: Field 3 Clean flux density= 4.787 MilliJy 3028 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 13901 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -2.3 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.40 MilliJy IMAGR1: 467 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.417 MilliJy iter= 1230 IMAGR1: Field 7 Clean flux density= 7.322 MilliJy 1230 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 14095 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -3.0 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 1441 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.403 MilliJy iter= 2418 IMAGR1: Field 5 Clean flux density= 13.769 MilliJy 2418 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 14472 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -3.7 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 1681 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.369 MilliJy iter= 2820 IMAGR1: Field 4 Clean flux density= -5.106 MilliJy 2820 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 14895 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.31 MilliJy IMAGR1: 415 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.331 MilliJy iter= 1733 IMAGR1: Field 1 Clean flux density= 5.320 Jy 1733 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 15073 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.4 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.28 MilliJy IMAGR1: 1578 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.321 MilliJy iter= 3077 IMAGR1: Field 6 Clean flux density= 28.807 MilliJy 3077 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 15499 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.27 MilliJy IMAGR1: 562 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.291 MilliJy iter= 1435 IMAGR1: Field 2 Clean flux density= 10.496 MilliJy 1435 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 15741 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.3 MilliJy,max = 4.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 1906 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.279 MilliJy iter= 3502 IMAGR1: Field 3 Clean flux density= 11.873 MilliJy 3502 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 16215 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.23 MilliJy IMAGR1: 514 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.248 MilliJy iter= 1462 IMAGR1: Field 7 Clean flux density= 7.798 MilliJy 1462 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 16447 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.8 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 1555 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.234 MilliJy iter= 2831 IMAGR1: Field 5 Clean flux density= 17.387 MilliJy 2831 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 16860 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -3.5 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 1828 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.208 MilliJy iter= 3310 IMAGR1: Field 4 Clean flux density= -5.436 MilliJy 3310 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 17350 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 312 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.171 MilliJy iter= 1891 IMAGR1: Field 1 Clean flux density= 5.317 Jy 1891 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 17508 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 1457 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.164 MilliJy iter= 3504 IMAGR1: Field 6 Clean flux density= 28.274 MilliJy 3504 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 17935 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.12 MilliJy IMAGR1: 542 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.139 MilliJy iter= 1666 IMAGR1: Field 2 Clean flux density= 10.160 MilliJy 1666 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 18166 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.2 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 1831 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.129 MilliJy iter= 4005 IMAGR1: Field 3 Clean flux density= 11.147 MilliJy 4005 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 18669 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.09 MilliJy IMAGR1: 569 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.102 MilliJy iter= 1706 IMAGR1: Field 7 Clean flux density= 9.360 MilliJy 1706 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 18913 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.7 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 1626 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.090 MilliJy iter= 3264 IMAGR1: Field 5 Clean flux density= 19.432 MilliJy 3264 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 19346 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 1766 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.066 MilliJy iter= 3808 IMAGR1: Field 4 Clean flux density= -8.276 MilliJy 3808 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 19844 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 395 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.038 MilliJy iter= 2084 IMAGR1: Field 1 Clean flux density= 5.316 Jy 2084 comps IMAGR1: Total Cleaned flux density = 5.386 Jy 20037 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.1 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 1588 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.033 MilliJy iter= 3975 IMAGR1: Field 6 Clean flux density= 27.533 MilliJy 3975 comps IMAGR1: Total Cleaned flux density = 5.385 Jy 20508 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 996.23 MicroJy IMAGR1: 657 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.011 MilliJy iter= 1955 IMAGR1: Field 2 Clean flux density= 7.144 MilliJy 1955 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 20797 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.1 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 974.21 MicroJy IMAGR1: 1729 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 999.184 MicroJy iter= 4489 IMAGR1: Field 3 Clean flux density= 15.181 MilliJy 4489 comps IMAGR1: Total Cleaned flux density = 5.386 Jy 21281 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 964.69 MicroJy IMAGR1: 590 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -977.949 MicroJy iter= 1965 IMAGR1: Field 7 Clean flux density= 10.491 MilliJy 1965 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 21540 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 945.14 MicroJy IMAGR1: 1882 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 968.799 MicroJy iter= 3757 IMAGR1: Field 5 Clean flux density= 24.260 MilliJy 3757 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 22033 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -2.8 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 924.85 MicroJy IMAGR1: 1979 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -949.242 MicroJy iter= 4339 IMAGR1: Field 4 Clean flux density= -10.055 MilliJy 4339 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 22564 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 915.81 MicroJy IMAGR1: 337 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 924.234 MicroJy iter= 2262 IMAGR1: Field 1 Clean flux density= 5.315 Jy 2262 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 22742 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 897.60 MicroJy IMAGR1: 1563 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 917.779 MicroJy iter= 4449 IMAGR1: Field 6 Clean flux density= 27.163 MilliJy 4449 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 23216 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 888.37 MicroJy IMAGR1: 680 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 901.137 MicroJy iter= 2249 IMAGR1: Field 2 Clean flux density= 8.443 MilliJy 2249 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 23510 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -3.0 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 871.38 MicroJy IMAGR1: 1863 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 893.355 MicroJy iter= 5022 IMAGR1: Field 3 Clean flux density= 12.975 MilliJy 5022 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 24043 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 863.36 MicroJy IMAGR1: 612 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 874.174 MicroJy iter= 2235 IMAGR1: Field 7 Clean flux density= 14.221 MilliJy 2235 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 24313 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 845.49 MicroJy IMAGR1: 1796 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 865.264 MicroJy iter= 4267 IMAGR1: Field 5 Clean flux density= 26.346 MilliJy 4267 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 24823 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 827.31 MicroJy IMAGR1: 2104 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -848.340 MicroJy iter= 4908 IMAGR1: Field 4 Clean flux density= -11.225 MilliJy 4908 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 25392 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 820.44 MicroJy IMAGR1: 393 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 827.848 MicroJy iter= 2455 IMAGR1: Field 1 Clean flux density= 5.314 Jy 2455 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 25585 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 806.56 MicroJy IMAGR1: 1763 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 824.251 MicroJy iter= 4959 IMAGR1: Field 6 Clean flux density= 25.718 MilliJy 4959 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 26095 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 798.51 MicroJy IMAGR1: 766 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 809.732 MicroJy iter= 2582 IMAGR1: Field 2 Clean flux density= 8.506 MilliJy 2582 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 26428 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 782.77 MicroJy IMAGR1: 1870 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 801.367 MicroJy iter= 5577 IMAGR1: Field 3 Clean flux density= 14.285 MilliJy 5577 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 26983 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 775.67 MicroJy IMAGR1: 655 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 785.607 MicroJy iter= 2529 IMAGR1: Field 7 Clean flux density= 16.839 MilliJy 2529 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 27277 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.3 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 761.02 MicroJy IMAGR1: 1920 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 777.378 MicroJy iter= 4785 IMAGR1: Field 5 Clean flux density= 29.455 MilliJy 4785 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 27795 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 746.21 MicroJy IMAGR1: 2286 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -764.340 MicroJy iter= 5523 IMAGR1: Field 4 Clean flux density= -13.923 MilliJy 5523 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 28410 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 740.17 MicroJy IMAGR1: 327 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -745.602 MicroJy iter= 2633 IMAGR1: Field 1 Clean flux density= 5.313 Jy 2633 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 28588 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 727.42 MicroJy IMAGR1: 1817 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 743.214 MicroJy iter= 5512 IMAGR1: Field 6 Clean flux density= 24.913 MilliJy 5512 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 29141 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 719.95 MicroJy IMAGR1: 816 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -729.558 MicroJy iter= 2926 IMAGR1: Field 2 Clean flux density= 5.307 MilliJy 2926 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 29485 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.7 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 707.97 MicroJy IMAGR1: 2057 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -724.329 MicroJy iter= 6173 IMAGR1: Field 3 Clean flux density= 13.489 MilliJy 6173 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 30081 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 702.17 MicroJy IMAGR1: 773 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 711.066 MicroJy iter= 2865 IMAGR1: Field 7 Clean flux density= 19.230 MilliJy 2865 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 30417 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 689.48 MicroJy IMAGR1: 2230 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 705.091 MicroJy iter= 5397 IMAGR1: Field 5 Clean flux density= 33.612 MilliJy 5397 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 31029 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 676.29 MicroJy IMAGR1: 2272 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -692.473 MicroJy iter= 6162 IMAGR1: Field 4 Clean flux density= -12.190 MilliJy 6162 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 31668 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -904.9 MicroJy,max = 910.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 671.65 MicroJy IMAGR1: 317 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -676.118 MicroJy iter= 2801 IMAGR1: Field 1 Clean flux density= 5.314 Jy 2801 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 31836 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.8 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 660.84 MicroJy IMAGR1: 1748 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -673.858 MicroJy iter= 6055 IMAGR1: Field 6 Clean flux density= 24.678 MilliJy 6055 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 32379 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 654.66 MicroJy IMAGR1: 852 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -662.937 MicroJy iter= 3287 IMAGR1: Field 2 Clean flux density= 6.836 MilliJy 3287 comps IMAGR1: Total Cleaned flux density = 5.399 Jy 32740 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.6 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 643.55 MicroJy IMAGR1: 1985 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 657.467 MicroJy iter= 6778 IMAGR1: Field 3 Clean flux density= 10.257 MilliJy 6778 comps IMAGR1: Total Cleaned flux density = 5.396 Jy 33345 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 638.06 MicroJy IMAGR1: 753 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 645.118 MicroJy iter= 3187 IMAGR1: Field 7 Clean flux density= 21.562 MilliJy 3187 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 33667 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 626.04 MicroJy IMAGR1: 2183 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -639.476 MicroJy iter= 6007 IMAGR1: Field 5 Clean flux density= 36.617 MilliJy 6007 comps IMAGR1: Total Cleaned flux density = 5.401 Jy 34277 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 614.76 MicroJy IMAGR1: 2551 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -629.195 MicroJy iter= 6872 IMAGR1: Field 4 Clean flux density= -14.622 MilliJy 6872 comps IMAGR1: Total Cleaned flux density = 5.399 Jy 34987 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -850.2 MicroJy,max = 867.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 610.91 MicroJy IMAGR1: 392 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 615.265 MicroJy iter= 3003 IMAGR1: Field 1 Clean flux density= 5.313 Jy 3003 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 35189 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 602.27 MicroJy IMAGR1: 2107 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 614.417 MicroJy iter= 6683 IMAGR1: Field 6 Clean flux density= 23.033 MilliJy 6683 comps IMAGR1: Total Cleaned flux density = 5.396 Jy 35817 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 596.52 MicroJy IMAGR1: 885 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 603.880 MicroJy iter= 3661 IMAGR1: Field 2 Clean flux density= 5.407 MilliJy 3661 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 36191 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.4 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 587.99 MicroJy IMAGR1: 2356 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 600.961 MicroJy iter= 7456 IMAGR1: Field 3 Clean flux density= 8.651 MilliJy 7456 comps IMAGR1: Total Cleaned flux density = 5.393 Jy 36869 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 583.60 MicroJy IMAGR1: 871 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -590.737 MicroJy iter= 3556 IMAGR1: Field 7 Clean flux density= 22.518 MilliJy 3556 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 37238 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 574.26 MicroJy IMAGR1: 2242 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 586.094 MicroJy iter= 6650 IMAGR1: Field 5 Clean flux density= 40.047 MilliJy 6650 comps IMAGR1: Total Cleaned flux density = 5.398 Jy 37881 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 564.41 MicroJy IMAGR1: 2379 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 576.439 MicroJy iter= 7551 IMAGR1: Field 4 Clean flux density= -15.903 MilliJy 7551 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 38560 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -787.4 MicroJy,max = 814.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 561.05 MicroJy IMAGR1: 332 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 564.347 MicroJy iter= 3179 IMAGR1: Field 1 Clean flux density= 5.313 Jy 3179 comps IMAGR1: Total Cleaned flux density = 5.397 Jy 38736 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.6 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 552.78 MicroJy IMAGR1: 2037 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -562.810 MicroJy iter= 7295 IMAGR1: Field 6 Clean flux density= 20.867 MilliJy 7295 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 39348 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 548.20 MicroJy IMAGR1: 979 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 554.854 MicroJy iter= 4059 IMAGR1: Field 2 Clean flux density= 4.925 MilliJy 4059 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 39746 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 539.52 MicroJy IMAGR1: 2278 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -550.404 MicroJy iter= 8125 IMAGR1: Field 3 Clean flux density= 6.428 MilliJy 8125 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 40415 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 535.19 MicroJy IMAGR1: 921 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 541.078 MicroJy iter= 3940 IMAGR1: Field 7 Clean flux density= 23.089 MilliJy 3940 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 40799 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 526.98 MicroJy IMAGR1: 2416 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 537.353 MicroJy iter= 7328 IMAGR1: Field 5 Clean flux density= 44.151 MilliJy 7328 comps IMAGR1: Total Cleaned flux density = 5.396 Jy 41477 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 518.89 MicroJy IMAGR1: 2609 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 529.604 MicroJy iter= 8284 IMAGR1: Field 4 Clean flux density= -17.121 MilliJy 8284 comps IMAGR1: Total Cleaned flux density = 5.395 Jy 42210 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -715.3 MicroJy,max = 752.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 516.00 MicroJy IMAGR1: 379 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 518.308 MicroJy iter= 3363 IMAGR1: Field 1 Clean flux density= 5.312 Jy 3363 comps IMAGR1: Total Cleaned flux density = 5.394 Jy 42394 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.6 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 509.04 MicroJy IMAGR1: 2242 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 518.601 MicroJy iter= 7966 IMAGR1: Field 6 Clean flux density= 18.395 MilliJy 7966 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 43065 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 504.64 MicroJy IMAGR1: 1042 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 510.677 MicroJy iter= 4477 IMAGR1: Field 2 Clean flux density= 4.350 MilliJy 4477 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 43483 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.2 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 498.42 MicroJy IMAGR1: 2656 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 508.873 MicroJy iter= 8890 IMAGR1: Field 3 Clean flux density= 7.082 MilliJy 8890 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 44248 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 494.96 MicroJy IMAGR1: 972 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 500.478 MicroJy iter= 4336 IMAGR1: Field 7 Clean flux density= 22.561 MilliJy 4336 comps IMAGR1: Total Cleaned flux density = 5.391 Jy 44644 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 488.21 MicroJy IMAGR1: 2429 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 497.157 MicroJy iter= 8031 IMAGR1: Field 5 Clean flux density= 44.606 MilliJy 8031 comps IMAGR1: Total Cleaned flux density = 5.392 Jy 45347 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 481.62 MicroJy IMAGR1: 2848 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -491.373 MicroJy iter= 9072 IMAGR1: Field 4 Clean flux density= -19.496 MilliJy 9072 comps IMAGR1: Total Cleaned flux density = 5.389 Jy 46135 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 476.17 MicroJy IMAGR1: 2182 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -484.244 MicroJy iter= 8598 IMAGR1: Field 6 Clean flux density= 17.351 MilliJy 8598 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 46767 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -715.5 MicroJy,max = 748.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 473.76 MicroJy IMAGR1: 486 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 476.950 MicroJy iter= 3599 IMAGR1: Field 1 Clean flux density= 5.311 Jy 3599 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 47003 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 469.81 MicroJy IMAGR1: 820 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -474.154 MicroJy iter= 4817 IMAGR1: Field 2 Clean flux density= 4.135 MilliJy 4817 comps IMAGR1: Total Cleaned flux density = 5.387 Jy 47343 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 463.23 MicroJy IMAGR1: 2364 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -471.843 MicroJy iter= 9584 IMAGR1: Field 3 Clean flux density= 4.686 MilliJy 9584 comps IMAGR1: Total Cleaned flux density = 5.385 Jy 48037 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 459.58 MicroJy IMAGR1: 937 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 464.052 MicroJy iter= 4704 IMAGR1: Field 7 Clean flux density= 23.954 MilliJy 4704 comps IMAGR1: Total Cleaned flux density = 5.386 Jy 48405 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.8 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 453.18 MicroJy IMAGR1: 2521 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -461.712 MicroJy iter= 8751 IMAGR1: Field 5 Clean flux density= 48.466 MilliJy 8751 comps IMAGR1: Total Cleaned flux density = 5.390 Jy 49125 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 446.16 MicroJy IMAGR1: 2851 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -455.449 MicroJy iter= 9883 IMAGR1: Field 4 Clean flux density= -22.049 MilliJy 9883 comps IMAGR1: Total Cleaned flux density = 5.388 Jy 49936 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 441.38 MicroJy IMAGR1: 2731 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 449.842 MicroJy iter= 9401 IMAGR1: Field 6 Clean flux density= 13.802 MilliJy 9401 comps IMAGR1: Total Cleaned flux density = 5.384 Jy 50739 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -619.7 MicroJy,max = 725.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 439.22 MicroJy IMAGR1: 549 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -442.109 MicroJy iter= 3850 IMAGR1: Field 1 Clean flux density= 5.310 Jy 3850 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 50990 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 436.83 MicroJy IMAGR1: 1119 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -441.724 MicroJy iter= 5252 IMAGR1: Field 2 Clean flux density= 3.319 MilliJy 5252 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 51425 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -2.0 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 432.44 MicroJy IMAGR1: 2668 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 440.488 MicroJy iter= 10358 IMAGR1: Field 3 Clean flux density= 4.220 MilliJy 10358 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 52199 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 429.94 MicroJy IMAGR1: 1069 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 434.320 MicroJy iter= 5124 IMAGR1: Field 7 Clean flux density= 24.383 MilliJy 5124 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 52619 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 425.34 MicroJy IMAGR1: 2745 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 432.997 MicroJy iter= 9508 IMAGR1: Field 5 Clean flux density= 49.377 MilliJy 9508 comps IMAGR1: Total Cleaned flux density = 5.383 Jy 53376 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 420.28 MicroJy IMAGR1: 2854 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -428.263 MicroJy iter= 10696 IMAGR1: Field 4 Clean flux density= -24.084 MilliJy 10696 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 54189 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.4 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 415.57 MicroJy IMAGR1: 2550 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 422.697 MicroJy iter= 10135 IMAGR1: Field 6 Clean flux density= 13.073 MilliJy 10135 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 54923 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -604.5 MicroJy,max = 667.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 413.59 MicroJy IMAGR1: 390 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -415.370 MicroJy iter= 4035 IMAGR1: Field 1 Clean flux density= 5.309 Jy 4035 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 55108 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.1 MilliJy,max = 996.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 410.90 MicroJy IMAGR1: 1047 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 414.978 MicroJy iter= 5674 IMAGR1: Field 2 Clean flux density= 3.671 MilliJy 5674 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 55530 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.9 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 406.19 MicroJy IMAGR1: 2731 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -413.587 MicroJy iter= 11128 IMAGR1: Field 3 Clean flux density= 2.456 MilliJy 11128 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 56300 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 403.80 MicroJy IMAGR1: 1164 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 407.756 MicroJy iter= 5553 IMAGR1: Field 7 Clean flux density= 26.508 MilliJy 5553 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 56729 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 398.87 MicroJy IMAGR1: 2721 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -405.915 MicroJy iter= 10278 IMAGR1: Field 5 Clean flux density= 50.682 MilliJy 10278 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 57499 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 394.18 MicroJy IMAGR1: 2973 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -401.575 MicroJy iter= 11549 IMAGR1: Field 4 Clean flux density= -25.064 MilliJy 11549 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 58352 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 390.10 MicroJy IMAGR1: 2598 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -396.462 MicroJy iter= 10893 IMAGR1: Field 6 Clean flux density= 11.706 MilliJy 10893 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 59110 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -580.9 MicroJy,max = 665.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 388.62 MicroJy IMAGR1: 382 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -390.504 MicroJy iter= 4218 IMAGR1: Field 1 Clean flux density= 5.309 Jy 4218 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 59293 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -1.0 MilliJy,max = 957.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 386.17 MicroJy IMAGR1: 1098 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 389.970 MicroJy iter= 6123 IMAGR1: Field 2 Clean flux density= 3.102 MilliJy 6123 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 59742 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 382.08 MicroJy IMAGR1: 2893 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 388.598 MicroJy iter= 11930 IMAGR1: Field 3 Clean flux density= 1.872 MilliJy 11930 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 60544 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 379.87 MicroJy IMAGR1: 1200 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 383.650 MicroJy iter= 6002 IMAGR1: Field 7 Clean flux density= 28.520 MilliJy 6002 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 60993 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 376.06 MicroJy IMAGR1: 2855 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 382.837 MicroJy iter= 11084 IMAGR1: Field 5 Clean flux density= 51.655 MilliJy 11084 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 61799 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 371.61 MicroJy IMAGR1: 2929 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -378.325 MicroJy iter= 12380 IMAGR1: Field 4 Clean flux density= -25.321 MilliJy 12380 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 62630 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 368.42 MicroJy IMAGR1: 2995 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -374.617 MicroJy iter= 11741 IMAGR1: Field 6 Clean flux density= 10.831 MilliJy 11741 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 63478 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -529.3 MicroJy,max = 578.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 367.32 MicroJy IMAGR1: 469 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -369.299 MicroJy iter= 4430 IMAGR1: Field 1 Clean flux density= 5.310 Jy 4430 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 63690 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -961.6 MicroJy,max = 945.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 365.51 MicroJy IMAGR1: 1189 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -368.773 MicroJy iter= 6563 IMAGR1: Field 2 Clean flux density= 2.181 MilliJy 6563 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 64130 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.8 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 361.94 MicroJy IMAGR1: 2930 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 369.764 MicroJy iter= 12657 IMAGR1: Field 3 Clean flux density= 1.423 MilliJy 12657 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 64857 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -955.1 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 360.02 MicroJy IMAGR1: 1220 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 363.485 MicroJy iter= 6459 IMAGR1: Field 7 Clean flux density= 29.758 MilliJy 6459 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 65314 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 356.39 MicroJy IMAGR1: 2821 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 362.353 MicroJy iter= 11914 IMAGR1: Field 5 Clean flux density= 53.278 MilliJy 11914 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 66144 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 353.28 MicroJy IMAGR1: 3137 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 359.249 MicroJy iter= 13264 IMAGR1: Field 4 Clean flux density= -26.024 MilliJy 13264 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 67028 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.2 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 349.59 MicroJy IMAGR1: 2838 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 355.225 MicroJy iter= 12547 IMAGR1: Field 6 Clean flux density= 10.857 MilliJy 12547 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 67834 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 347.28 MicroJy IMAGR1: 2967 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 353.024 MicroJy iter= 13489 IMAGR1: Field 3 Clean flux density= 1.435 MilliJy 13489 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 68666 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -474.9 MicroJy,max = 546.8 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 346.05 MicroJy IMAGR1: 554 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 347.970 MicroJy iter= 4673 IMAGR1: Field 1 Clean flux density= 5.308 Jy 4673 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 68909 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -935.5 MicroJy,max = 887.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 343.98 MicroJy IMAGR1: 1234 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 347.329 MicroJy iter= 7028 IMAGR1: Field 2 Clean flux density= 2.114 MilliJy 7028 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 69374 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -929.6 MicroJy,max = 987.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 342.10 MicroJy IMAGR1: 1154 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -345.094 MicroJy iter= 6881 IMAGR1: Field 7 Clean flux density= 31.747 MilliJy 6881 comps IMAGR1: Total Cleaned flux density = 5.381 Jy 69796 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 339.13 MicroJy IMAGR1: 2898 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -344.652 MicroJy iter= 12744 IMAGR1: Field 5 Clean flux density= 53.821 MilliJy 12744 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 70626 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 335.53 MicroJy IMAGR1: 2968 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -341.092 MicroJy iter= 14130 IMAGR1: Field 4 Clean flux density= -26.008 MilliJy 14130 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 71492 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.1 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 332.75 MicroJy IMAGR1: 2887 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -337.983 MicroJy iter= 13371 IMAGR1: Field 6 Clean flux density= 8.715 MilliJy 13371 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 72316 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.7 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 330.04 MicroJy IMAGR1: 3293 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -337.297 MicroJy iter= 14335 IMAGR1: Field 3 Clean flux density= 627.946 MicroJy 14335 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 73162 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -479.0 MicroJy,max = 547.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 328.91 MicroJy IMAGR1: 541 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 330.487 MicroJy iter= 4903 IMAGR1: Field 1 Clean flux density= 5.308 Jy 4903 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 73392 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -913.5 MicroJy,max = 851.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 327.28 MicroJy IMAGR1: 1239 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 330.303 MicroJy iter= 7499 IMAGR1: Field 2 Clean flux density= 1.512 MilliJy 7499 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 73863 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -899.8 MicroJy,max = 940.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 325.90 MicroJy IMAGR1: 1329 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 328.757 MicroJy iter= 7362 IMAGR1: Field 7 Clean flux density= 32.637 MilliJy 7362 comps IMAGR1: Total Cleaned flux density = 5.380 Jy 74344 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 323.30 MicroJy IMAGR1: 3033 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 328.587 MicroJy iter= 13619 IMAGR1: Field 5 Clean flux density= 55.940 MilliJy 13619 comps IMAGR1: Total Cleaned flux density = 5.382 Jy 75219 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 320.94 MicroJy IMAGR1: 3141 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -326.357 MicroJy iter= 15051 IMAGR1: Field 4 Clean flux density= -28.474 MilliJy 15051 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 76140 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 318.70 MicroJy IMAGR1: 3068 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 323.498 MicroJy iter= 14236 IMAGR1: Field 6 Clean flux density= 7.841 MilliJy 14236 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 77005 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 316.29 MicroJy IMAGR1: 3430 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 321.426 MicroJy iter= 15269 IMAGR1: Field 3 Clean flux density= -760.142 MicroJy 15269 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 77939 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -434.6 MicroJy,max = 506.1 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 315.50 MicroJy IMAGR1: 613 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 317.172 MicroJy iter= 5151 IMAGR1: Field 1 Clean flux density= 5.309 Jy 5151 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 78187 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -879.7 MicroJy,max = 839.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 314.12 MicroJy IMAGR1: 1207 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -316.613 MicroJy iter= 7975 IMAGR1: Field 2 Clean flux density= 239.741 MicroJy 7975 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 78663 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -865.4 MicroJy,max = 896.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 312.73 MicroJy IMAGR1: 1194 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 315.278 MicroJy iter= 7785 IMAGR1: Field 7 Clean flux density= 34.431 MilliJy 7785 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 79086 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 310.38 MicroJy IMAGR1: 2837 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 314.859 MicroJy iter= 14437 IMAGR1: Field 5 Clean flux density= 56.188 MilliJy 14437 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 79904 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 307.41 MicroJy IMAGR1: 2830 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -312.048 MicroJy iter= 15891 IMAGR1: Field 4 Clean flux density= -28.242 MilliJy 15891 comps IMAGR1: Total Cleaned flux density = 5.379 Jy 80744 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 304.78 MicroJy IMAGR1: 2849 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 309.130 MicroJy iter= 15048 IMAGR1: Field 6 Clean flux density= 6.250 MilliJy 15048 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 81556 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.6 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 301.68 MicroJy IMAGR1: 3203 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 308.268 MicroJy iter= 16079 IMAGR1: Field 3 Clean flux density= -1.356 MilliJy 16079 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 82366 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 1 min = -415.9 MicroJy,max = 489.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 300.62 MicroJy IMAGR1: 541 Residual map points loaded IMAGR1: Field 1 min Clean flux = -307.917 MicroJy iter= 5302 IMAGR1: Field 1 Clean flux density= 5.309 Jy 5302 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 82517 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 2 min = -859.8 MicroJy,max = 798.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 298.35 MicroJy IMAGR1: 1320 Residual map points loaded IMAGR1: Field 2 min Clean flux = -307.924 MicroJy iter= 8316 IMAGR1: Field 2 Clean flux density= 271.756 MicroJy 8316 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 82858 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 7 min = -856.1 MicroJy,max = 881.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 295.31 MicroJy IMAGR1: 1729 Residual map points loaded IMAGR1: Field 7 min Clean flux = -307.912 MicroJy iter= 8139 IMAGR1: Field 7 Clean flux density= 35.575 MilliJy 8139 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 83212 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 7 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 290.39 MicroJy IMAGR1: 3962 Residual map points loaded IMAGR1: Field 5 min Clean flux = -307.892 MicroJy iter= 15079 IMAGR1: Field 5 Clean flux density= 56.327 MilliJy 15079 comps IMAGR1: Total Cleaned flux density = 5.378 Jy 83854 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 5 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 281.22 MicroJy IMAGR1: 5512 Residual map points loaded IMAGR1: Field 4 min Clean flux = 307.935 MicroJy iter= 16516 IMAGR1: Field 4 Clean flux density= -29.994 MilliJy 16516 comps IMAGR1: Total Cleaned flux density = 5.376 Jy 84479 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 4 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 266.13 MicroJy IMAGR1: 8424 Residual map points loaded IMAGR1: Field 6 min Clean flux = -307.921 MicroJy iter= 15509 IMAGR1: Field 6 Clean flux density= 6.049 MilliJy 15509 comps IMAGR1: Total Cleaned flux density = 5.376 Jy 84940 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 6 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Field 3 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 238.08 MicroJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 3 min Clean flux = 307.939 MicroJy iter= 16528 IMAGR1: Field 3 Clean flux density= -480.171 MicroJy 16528 comps IMAGR1: Total Cleaned flux density = 5.377 Jy 85389 comps IMAGR1: ALGSTB: All 454 Rows In AP (Max 1035) IMAGR1: ALGSTB field 3 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 443- 0 Cells, with 48510 Pts IMAGR1: Peak residual in window 307.939 less than limit 307.941 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 5302 to 2391 components IMAGR1: Field 2 compressed from 8316 to 3292 components IMAGR1: Field 3 compressed from 16528 to 6028 components IMAGR1: Field 4 compressed from 16516 to 6122 components IMAGR1: Field 5 compressed from 15079 to 5428 components IMAGR1: Field 6 compressed from 15509 to 5588 components IMAGR1: Field 7 compressed from 8139 to 3161 components IMAGR1: Field 1 min = -418.5 MicroJy,max = 479.2 MicroJy IMAGR1: Field 2 min = -844.9 MicroJy,max = 767.9 MicroJy IMAGR1: Field 3 min = -1.5 MilliJy,max = 2.0 MilliJy IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR1: Field 7 min = -831.5 MicroJy,max = 853.3 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.897 MilliJy ( 197 CCs) from field 1 to field 2 IMAGR1: Restore -11.274 MilliJy ( 325 CCs) from field 1 to field 3 IMAGR1: Restore 6.161 MilliJy ( 364 CCs) from field 1 to field 4 IMAGR1: Restore -12.486 MilliJy ( 423 CCs) from field 1 to field 5 IMAGR1: Restore -1.933 MilliJy ( 329 CCs) from field 1 to field 6 IMAGR1: Restore -5.285 MilliJy ( 198 CCs) from field 1 to field 7 IMAGR1: Restore 2.529 MilliJy ( 125 CCs) from field 2 to field 1 IMAGR1: Restore 8.158 MilliJy ( 358 CCs) from field 2 to field 3 IMAGR1: Restore -4.326 MilliJy ( 372 CCs) from field 2 to field 4 IMAGR1: Restore-631.429 MicroJy ( 356 CCs) from field 3 to field 1 IMAGR1: Restore -1.962 MilliJy ( 290 CCs) from field 3 to field 2 IMAGR1: Restore -10.373 MilliJy ( 547 CCs) from field 3 to field 5 IMAGR1: Restore 442.848 MicroJy ( 468 CCs) from field 4 to field 1 IMAGR1: Restore 3.024 MilliJy ( 407 CCs) from field 4 to field 2 IMAGR1: Restore -11.047 MilliJy ( 594 CCs) from field 4 to field 6 IMAGR1: Restore -2.324 MilliJy ( 420 CCs) from field 5 to field 1 IMAGR1: Restore 7.481 MilliJy ( 395 CCs) from field 5 to field 3 IMAGR1: Restore 2.540 MilliJy ( 304 CCs) from field 5 to field 7 IMAGR1: Restore 4.537 MilliJy ( 342 CCs) from field 6 to field 1 IMAGR1: Restore 1.198 MilliJy ( 377 CCs) from field 6 to field 4 IMAGR1: Restore 99.573 MicroJy ( 298 CCs) from field 6 to field 7 IMAGR1: Restore-672.791 MicroJy ( 164 CCs) from field 7 to field 1 IMAGR1: Restore 6.436 MilliJy ( 410 CCs) from field 7 to field 5 IMAGR1: Restore 2.306 MilliJy ( 295 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 5.313 Jy IMAGR1: Field 2 final Clean flux -563.462 MicroJy IMAGR1: Field 3 final Clean flux 3.884 MilliJy IMAGR1: Field 4 final Clean flux -26.961 MilliJy IMAGR1: Field 5 final Clean flux 39.903 MilliJy IMAGR1: Field 6 final Clean flux -4.624 MilliJy IMAGR1: Field 7 final Clean flux 32.929 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 21 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 274.3 Real= 285 m(7)=char(ds );end AIPS 1: sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp;for i=1:7;dir=dir!!sys2com(i);end;ki=length(dir ) $ must be 27 AIPS 1: dir=substr(dir,2,ki);if(ki<>27)then;type'WARNING: WRONG DIRECT ORY NAME ?';end AIPS 1: AIPS 1: sysout=dir!!'/'!!sbms!!','!!expnm!!','!!rmss!!rmsc!!fras!!radi AIPS 1: print sysout AIPS 1: $keep sysout - not if we use dir instead AIPS 1: syscom'';sys2com'';clrtemp AIPS 1: return AIPS 1: finish AIPS 1: AIPS 1: procedure nvasarch AIPS 1: scalar nn AIPS 1: $LOS - archives the files to disk - define $EXP (and $AVLA/$ADAT /$AIMG/$AUVF) AIPS 1: default fitab;indisk=lsdisk;recat AIPS 1: $ figure out array for uv name AIPS 1: $ getname 1; AIPS 1: for nn=mai:numfle $ archive MA files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: typ length(outfile),length(sysout) AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X$FITS/'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: $ sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sys2com(2)'X'!!dir;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: outfile='FITS:'!!outfile AIPS 1: ;go;wait; $zap AIPS 1: ;system AIPS 1: end AIPS 1: clrname;indisk=lsdisk;chkname;numfle=1-error AIPS 1: numfle=mai -1 AIPS 1: for nn=3:numfle $ archive calibrated UV files AIPS 1: getname nn AIPS 1: nvasname AIPS 1: outfile='/tmp/tempuvfits AIPS 1: go;wait; $zap AIPS 1: syscom'mv -f AIPS 1: sys2com(1)'X'!!outfile;substr(sys2com(1),1,1)='' AIPS 1: sys2com(2)'X'!!sysout;substr(sys2com(2),1,1)='' AIPS 1: sysout'';sys2com(3) ' >& /dev/null AIPS 1: system AIPS 1: end AIPS 1: getname 2 $ archive calibration tables AIPS 1: $ do not use nvasname as the dir is ADAT and dirname is expid AIPS 1: AIPS 1: sys2com'';sysout'';syscom 'mkdir AIPS 1: sys2com(1)=' $adat/ AIPS 1: AIPS 1: $ if(rh<10)then;sys2com(2)='J0'!!char(rh);else;sys2com(2)='J'!! char(rh);end AIPS 1: $ if(rm<10)then;sys2com(3)='0'!!char(rm);else;sys2com(3)=char(r m);end AIPS 1: $ if(rs<10)then;sys2com(4)='0'!!char(rs)!!zz;else;sys2com(4)=ch ar(rs)!!zz;end AIPS 1: $ if(dd<10)then;sys2com(5)=pm!!'0'!!char(dd);else;sys2com(5)=pm !!char(dd);end AIPS 1: $ if(dm<10)then;sys2com(6)='0'!!char(dm);else;sys2com(6)=char(d m);end AIPS 1: $ if(ds<10)then;sys2com(7)='0'!!char(ds);else;sys2com(7)=char(d s);end AIPS 1: AIPS 1: sys2com(1)=sys2com(1)!!expnm;sys2com(8) ' >& /dev/null AIPS 1: system;clrtemp AIPS 1: AIPS 1: finish AIPS 1: AIPS 1: procedure nvas AIPS 1: typ expid;flatfov;nvasimage AIPS 1: $nvasarch AIPS 1: finish >AIPS 1: Found in Version=ABIN AIPS 1: Found in Version=ABIN AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'AIPS WILL CHOOSE THE REFERENCE ANTENNA' AIPS 1: Got(1) disk= 1 user=**** type=UV 19991228.X BAND.1 AIPS 1: 'SETFC WILL DETERMINE THE CELL SIZE' AIPS 1: '3.3333 SECOND INTEGRATIONS (GUESS)' AIPS 1: 'DONE CLEANUP OF OLD TABLE EXTENTION FILES (CL,SN,FG,BP,PL,XX)' AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: '1331+305 MODEL =' '3C286_X' AIPS 1: SYSTEM command to be executed is: AIPS 1: ls -1 $AIPSTARS/3C286_X.MODEL >& /dev/null AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Destroyed 1 extension files of type CC AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 2 disk= 1 AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: Resumes AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.05132 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1331+305_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :1 =1331+305' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1244+408 X BAND Seq 1 Disk: 1 in slot 4 SETFC1: SETCEL: recommends IMSIZE 1367 CELLSIZE 0.23423 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23423 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 102.1 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 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 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 5.1096E-02 -1.9000E-02 0 IMAGR1: Field 2 1012 1012 5.1096E-02 -1.9942E+02 0 IMAGR1: Field 3 1012 1012 -1.7265E+02 -9.9719E+01 0 IMAGR1: Field 4 1012 1012 1.7264E+02 -9.9719E+01 0 IMAGR1: Field 5 1012 1012 -1.7277E+02 9.9681E+01 0 IMAGR1: Field 6 1012 1012 1.7276E+02 9.9681E+01 0 IMAGR1: Field 7 1012 1012 5.1096E-02 1.9938E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1244+408_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1244+408 .IMAGR . 1 (UV) on disk 1 cno 28 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 7371 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.756E+04 IMAGR1: UVWAIT: Adding temperance S 7.513E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.053E+07 and out 2.535E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR1: UVWAIT: Average summed weight 3.756E+04 over 14690 vis IMAGR1: Create 1244+408 .IBM001. 1 (MA) on disk 1 cno 29 IMAGR1: Create 1244+408 .IBM002. 1 (MA) on disk 1 cno 30 IMAGR1: Create 1244+408 .IBM003. 1 (MA) on disk 1 cno 31 IMAGR1: Create 1244+408 .IBM004. 1 (MA) on disk 1 cno 32 IMAGR1: Create 1244+408 .IBM005. 1 (MA) on disk 1 cno 33 IMAGR1: Create 1244+408 .IBM006. 1 (MA) on disk 1 cno 34 IMAGR1: Create 1244+408 .IBM007. 1 (MA) on disk 1 cno 35 IMAGR1: Create 1244+408 .ICL001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1244+408 .ICL002. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1244+408 .ICL003. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1244+408 .ICL004. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1244+408 .ICL005. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1244+408 .ICL006. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1244+408 .ICL007. 1 (MA) on disk 1 cno 42 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.69163E+08 IMAGR1: Field 1 Beam min = -194.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.652 x 0.683 arcsec, PA= 71.3 IMAGR1: Field 2 Sum of gridding weights = 2.69163E+08 IMAGR1: Field 2 Beam min = -194.6 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.653 x 0.684 arcsec, PA= 71.3 IMAGR1: Field 3 Sum of gridding weights = 2.69162E+08 IMAGR1: Field 3 Beam min = -134.1 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.655 x 0.684 arcsec, PA= 71.3 IMAGR1: Field 4 Sum of gridding weights = 2.69162E+08 IMAGR1: Field 4 Beam min = -121.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.650 x 0.684 arcsec, PA= 71.3 IMAGR1: Field 5 Sum of gridding weights = 2.69162E+08 IMAGR1: Field 5 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.654 x 0.683 arcsec, PA= 71.3 IMAGR1: Field 6 Sum of gridding weights = 2.69163E+08 IMAGR1: Field 6 Beam min = -137.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.649 x 0.683 arcsec, PA= 71.4 IMAGR1: Field 7 Sum of gridding weights = 2.69163E+08 IMAGR1: Field 7 Beam min = -194.6 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.651 x 0.683 arcsec, PA= 71.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -44.0 MilliJy,max = 428.5 MilliJy IMAGR1: Field 2 min = -38.6 MilliJy,max = 173.3 MilliJy IMAGR1: Field 3 min = -45.3 MilliJy,max = 186.4 MilliJy IMAGR1: Field 4 min = -45.9 MilliJy,max = 123.6 MilliJy IMAGR1: Field 5 min = -44.5 MilliJy,max = 120.2 MilliJy IMAGR1: Field 6 min = -44.1 MilliJy,max = 186.5 MilliJy IMAGR1: Field 7 min = -34.2 MilliJy,max = 167.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 69.27 MilliJy IMAGR1: 2130 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 229.615 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 223.807 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 223.807 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -21.9 MilliJy,max = 207.3 MilliJy IMAGR1: BGC Clean: using 2035 cell beam + residuals > 41.87 MilliJy IMAGR1: 768 Residual map points loaded IMAGR1: Field 1 min allowed flux = 102.229 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 343.402 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 343.402 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -10.2 MilliJy,max = 40.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.854E-02 < Second best 1.774E-01 IMAGR1: Field 3 min = -10.5 MilliJy,max = 40.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.861E-02 < Second best 1.178E-01 IMAGR1: Field 4 min = -10.4 MilliJy,max = 29.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.798E-02 < Second best 1.145E-01 IMAGR1: Field 5 min = -10.3 MilliJy,max = 24.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.320E-02 < Second best 9.724E-02 IMAGR1: Field 1 min = -10.3 MilliJy,max = 92.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.771E-02 < Second best 9.620E-02 IMAGR1: Field 2 min = -10.0 MilliJy,max = 38.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.168E-02 < Second best 9.407E-02 IMAGR1: Field 7 min = -7.7 MilliJy,max = 36.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.883E-02 < Second best 8.771E-02 IMAGR1: BGC Clean: using 2043 cell beam + residuals > 14.91 MilliJy IMAGR1: 2525 Residual map points loaded IMAGR1: Field 1 min allowed flux = 42.805 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 401.347 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 401.347 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.1 MilliJy,max = 39.3 MilliJy IMAGR1: BGC Clean: using 1883 cell beam + residuals > 10.00 MilliJy IMAGR1: 325 Residual map points loaded IMAGR1: Field 1 min allowed flux = 18.842 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 426.526 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 426.526 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.9 MilliJy,max = 7.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.684E-03 < Second best 3.854E-02 IMAGR1: Field 6 min = -3.4 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.232E-03 < Second best 2.798E-02 IMAGR1: Field 4 min = -4.1 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.022E-03 < Second best 2.320E-02 IMAGR1: Field 5 min = -3.1 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.300E-03 < Second best 2.168E-02 IMAGR1: Field 2 min = -4.2 MilliJy,max = 7.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.837E-03 < Second best 1.883E-02 IMAGR1: Field 7 min = -3.1 MilliJy,max = 5.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.109E-03 < Second best 1.793E-02 IMAGR1: Field 1 min = -4.6 MilliJy,max = 17.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.05 MilliJy IMAGR1: 3770 Residual map points loaded IMAGR1: Field 1 min allowed flux = 8.212 MilliJy iter= 42 IMAGR1: Field 1 Clean flux density= 437.564 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 437.564 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.8 MilliJy,max = 7.6 MilliJy IMAGR1: BGC Clean: using 1449 cell beam + residuals > 2.48 MilliJy IMAGR1: 1531 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.764 MilliJy iter= 62 IMAGR1: Field 1 Clean flux density= 439.564 MilliJy 62 comps IMAGR1: Total Cleaned flux density = 439.564 MilliJy 62 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.4 MilliJy,max = 4.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.895E-03 < Second best 6.684E-03 IMAGR1: Field 3 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.129E-03 < Second best 6.232E-03 IMAGR1: Field 6 min = -3.4 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.203E-03 < Second best 5.837E-03 IMAGR1: Field 2 min = -3.5 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.579E-03 < Second best 4.300E-03 IMAGR1: Field 5 min = -3.6 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.448E-03 < Second best 4.109E-03 IMAGR1: Field 7 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.400E-03 < Second best 3.895E-03 IMAGR1: BGC Clean: using 1457 cell beam + residuals > 1.86 MilliJy IMAGR1: 2328 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.674 MilliJy iter= 33 IMAGR1: Field 4 Clean flux density= 2.223 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 441.787 MilliJy 95 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.78 MilliJy IMAGR1: 2605 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.702 MilliJy iter= 126 IMAGR1: Field 1 Clean flux density= 440.971 MilliJy 126 comps IMAGR1: Total Cleaned flux density = 443.194 MilliJy 159 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.870E-03 < Second best 3.448E-03 IMAGR1: Field 5 min = -3.3 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.68 MilliJy IMAGR1: 2468 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -2.376 MilliJy iter= 79 IMAGR1: Field 5 Clean flux density= -7.776 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 435.418 MilliJy 238 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.708E-03 < Second best 3.129E-03 IMAGR1: Field 3 min = -2.7 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.514E-03 < Second best 2.870E-03 IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 1.73 MilliJy IMAGR1: 1369 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.097 MilliJy iter= 53 IMAGR1: Field 2 Clean flux density= 5.012 MilliJy 53 comps IMAGR1: Total Cleaned flux density = 440.430 MilliJy 291 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 1.73 MilliJy IMAGR1: 562 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.962 MilliJy iter= 42 IMAGR1: Field 6 Clean flux density= -1.387 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 439.043 MilliJy 333 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.177E-03 < Second best 2.554E-03 IMAGR1: Field 4 min = -2.3 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.330E-03 < Second best 2.514E-03 IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.252E-03 < Second best 2.400E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.993E-03 < Second best 2.330E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.42 MilliJy IMAGR1: 2001 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.836 MilliJy iter= 140 IMAGR1: Field 4 Clean flux density= 14.172 MilliJy 140 comps IMAGR1: Total Cleaned flux density = 450.992 MilliJy 440 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.3 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR1: 1567 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.642 MilliJy iter= 178 IMAGR1: Field 5 Clean flux density= -17.834 MilliJy 178 comps IMAGR1: Total Cleaned flux density = 440.933 MilliJy 539 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.979E-03 < Second best 2.177E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.704E-03 < Second best 2.006E-03 IMAGR1: Field 2 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.785E-03 < Second best 1.993E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.774E-03 < Second best 1.979E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy IMAGR1: 1785 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.536 MilliJy iter= 138 IMAGR1: Field 3 Clean flux density= -2.988 MilliJy 138 comps IMAGR1: Total Cleaned flux density = 437.945 MilliJy 677 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.18 MilliJy IMAGR1: 2075 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.445 MilliJy iter= 200 IMAGR1: Field 6 Clean flux density= 3.377 MilliJy 200 comps IMAGR1: Total Cleaned flux density = 442.709 MilliJy 835 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.8 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.17 MilliJy IMAGR1: 979 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.345 MilliJy iter= 181 IMAGR1: Field 2 Clean flux density= 10.737 MilliJy 181 comps IMAGR1: Total Cleaned flux density = 448.435 MilliJy 963 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.608E-03 < Second best 1.756E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.415E-03 < Second best 1.704E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.375E-03 < Second best 1.608E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 235 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.149 MilliJy iter= 63 IMAGR1: Field 7 Clean flux density= -319.020 MicroJy 63 comps IMAGR1: Total Cleaned flux density = 448.116 MilliJy 1026 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.286E-03 < Second best 1.469E-03 IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 937.46 MicroJy IMAGR1: 816 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.046 MilliJy iter= 254 IMAGR1: Field 3 Clean flux density= 1.137 MilliJy 254 comps IMAGR1: Total Cleaned flux density = 452.240 MilliJy 1142 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.61 MicroJy IMAGR1: 785 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.035 MilliJy iter= 257 IMAGR1: Field 4 Clean flux density= 6.915 MilliJy 257 comps IMAGR1: Total Cleaned flux density = 444.984 MilliJy 1259 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 858.30 MicroJy IMAGR1: 1193 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -972.388 MicroJy iter= 358 IMAGR1: Field 6 Clean flux density= -8.406 MilliJy 358 comps IMAGR1: Total Cleaned flux density = 433.201 MilliJy 1417 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 854.87 MicroJy IMAGR1: 759 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -945.300 MicroJy iter= 256 IMAGR1: Field 1 Clean flux density= 452.375 MilliJy 256 comps IMAGR1: Total Cleaned flux density = 444.606 MilliJy 1547 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.051E-03 < Second best 1.286E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 771.31 MicroJy IMAGR1: 1489 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -875.632 MicroJy iter= 383 IMAGR1: Field 5 Clean flux density= -18.835 MilliJy 383 comps IMAGR1: Total Cleaned flux density = 443.605 MilliJy 1752 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 767.89 MicroJy IMAGR1: 229 Residual map points loaded IMAGR1: Field 7 min Clean flux = 787.938 MicroJy iter= 108 IMAGR1: Field 7 Clean flux density= -650.438 MicroJy 108 comps IMAGR1: Total Cleaned flux density = 443.273 MilliJy 1797 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.403E-04 < Second best 1.001E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 767.89 MicroJy IMAGR1: 178 Residual map points loaded IMAGR1: Field 3 min Clean flux = 787.634 MicroJy iter= 288 IMAGR1: Field 3 Clean flux density= 806.608 MicroJy 288 comps IMAGR1: Total Cleaned flux density = 442.943 MilliJy 1831 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.922E-04 < Second best 9.403E-04 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 821 cell beam + residuals > 700.40 MicroJy IMAGR1: 461 Residual map points loaded IMAGR1: Field 2 min Clean flux = 786.936 MicroJy iter= 212 IMAGR1: Field 2 Clean flux density= 9.131 MilliJy 212 comps IMAGR1: Total Cleaned flux density = 441.337 MilliJy 1862 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 823 cell beam + residuals > 633.80 MicroJy IMAGR1: 1685 Residual map points loaded IMAGR1: Field 6 min Clean flux = -785.015 MicroJy iter= 395 IMAGR1: Field 6 Clean flux density= -9.718 MilliJy 395 comps IMAGR1: Total Cleaned flux density = 440.024 MilliJy 1899 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 909.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 8.417E-04 < Second best 8.922E-04 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 559.74 MicroJy IMAGR1: 4159 Residual map points loaded IMAGR1: Field 4 min Clean flux = 787.700 MicroJy iter= 302 IMAGR1: Field 4 Clean flux density= 7.835 MilliJy 302 comps IMAGR1: Total Cleaned flux density = 440.945 MilliJy 1944 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -972.6 MicroJy,max = 884.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 538.12 MicroJy IMAGR1: 1250 Residual map points loaded IMAGR1: Field 1 min Clean flux = 789.721 MicroJy iter= 260 IMAGR1: Field 1 Clean flux density= 452.703 MilliJy 260 comps IMAGR1: Total Cleaned flux density = 441.272 MilliJy 1948 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 956.6 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 260 to 132 components IMAGR1: Field 2 compressed from 212 to 157 components IMAGR1: Field 3 compressed from 288 to 205 components IMAGR1: Field 4 compressed from 302 to 224 components IMAGR1: Field 5 compressed from 383 to 276 components IMAGR1: Field 6 compressed from 395 to 271 components IMAGR1: Field 7 compressed from 108 to 89 components IMAGR1: Field 1 min = -966.8 MicroJy,max = 881.3 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -1.0 MilliJy,max = 956.6 MicroJy IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -1.0 MilliJy,max = 976.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 864.836 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR1: Restore 2.916 MilliJy ( 34 CCs) from field 1 to field 3 IMAGR1: Restore 1.298 MilliJy ( 25 CCs) from field 1 to field 4 IMAGR1: Restore 1.578 MilliJy ( 17 CCs) from field 1 to field 5 IMAGR1: Restore 1.635 MilliJy ( 24 CCs) from field 1 to field 6 IMAGR1: Restore 2.353 MilliJy ( 6 CCs) from field 2 to field 1 IMAGR1: Restore -2.231 MilliJy ( 24 CCs) from field 2 to field 3 IMAGR1: Restore 1.199 MilliJy ( 13 CCs) from field 2 to field 4 IMAGR1: Restore-392.866 MicroJy ( 21 CCs) from field 3 to field 1 IMAGR1: Restore-883.826 MicroJy ( 15 CCs) from field 3 to field 2 IMAGR1: Restore-212.705 MicroJy ( 8 CCs) from field 3 to field 5 IMAGR1: Restore -2.915 MilliJy ( 28 CCs) from field 4 to field 1 IMAGR1: Restore 1.170 MilliJy ( 16 CCs) from field 4 to field 2 IMAGR1: Restore -2.681 MilliJy ( 16 CCs) from field 4 to field 6 IMAGR1: Restore -7.206 MilliJy ( 48 CCs) from field 5 to field 1 IMAGR1: Restore -1.466 MilliJy ( 19 CCs) from field 5 to field 3 IMAGR1: Restore -4.881 MilliJy ( 33 CCs) from field 5 to field 7 IMAGR1: Restore -2.069 MilliJy ( 28 CCs) from field 6 to field 1 IMAGR1: Restore-581.298 MicroJy ( 15 CCs) from field 6 to field 4 IMAGR1: Restore -1.411 MilliJy ( 23 CCs) from field 6 to field 7 IMAGR1: Restore-136.513 MicroJy ( 7 CCs) from field 7 to field 5 IMAGR1: Restore-149.644 MicroJy ( 22 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 442.473 MilliJy IMAGR1: Field 2 final Clean flux 10.282 MilliJy IMAGR1: Field 3 final Clean flux 25.963 MicroJy IMAGR1: Field 4 final Clean flux 9.751 MilliJy IMAGR1: Field 5 final Clean flux -17.606 MilliJy IMAGR1: Field 6 final Clean flux -10.914 MilliJy IMAGR1: Field 7 final Clean flux -6.943 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 28 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 48.0 Real= 81 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1035+564 X BAND Seq 1 Disk: 1 in slot 5 SETFC1: SETCEL: recommends IMSIZE 1318 CELLSIZE 0.24279 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24279 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 124.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.8 Real= 1 C 1 1012 1012 10 35 07.04 56 28 46.8 00001 -1 507 512 513 C 2 1012 1012 10 35 07.04 56 25 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 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 8.2835E-04 8.0000E-03 0 IMAGR1: Field 2 1012 1012 8.2835E-04 -2.0669E+02 0 IMAGR1: Field 3 1012 1012 -1.7884E+02 -1.0349E+02 0 IMAGR1: Field 4 1012 1012 1.7884E+02 -1.0349E+02 0 IMAGR1: Field 5 1012 1012 -1.7917E+02 1.0321E+02 0 IMAGR1: Field 6 1012 1012 1.7917E+02 1.0321E+02 0 IMAGR1: Field 7 1012 1012 8.2835E-04 2.0671E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1035+564_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1035+564 .IMAGR . 1 (UV) on disk 1 cno 35 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6318 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.592E+04 IMAGR1: UVWAIT: Adding temperance S 5.184E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.373E+07 and out 1.713E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.151 due to weighting IMAGR1: UVWAIT: Average summed weight 2.592E+04 over 12324 vis IMAGR1: Create 1035+564 .IBM001. 1 (MA) on disk 1 cno 36 IMAGR1: Create 1035+564 .IBM002. 1 (MA) on disk 1 cno 37 IMAGR1: Create 1035+564 .IBM003. 1 (MA) on disk 1 cno 38 IMAGR1: Create 1035+564 .IBM004. 1 (MA) on disk 1 cno 39 IMAGR1: Create 1035+564 .IBM005. 1 (MA) on disk 1 cno 40 IMAGR1: Create 1035+564 .IBM006. 1 (MA) on disk 1 cno 41 IMAGR1: Create 1035+564 .IBM007. 1 (MA) on disk 1 cno 42 IMAGR1: Create 1035+564 .ICL001. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1035+564 .ICL002. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1035+564 .ICL003. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1035+564 .ICL004. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1035+564 .ICL005. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1035+564 .ICL006. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1035+564 .ICL007. 1 (MA) on disk 1 cno 49 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 1 Beam min = -218.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 2.916 x 0.655 arcsec, PA= 51.7 IMAGR1: Field 2 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 2 Beam min = -218.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 2.923 x 0.655 arcsec, PA= 51.7 IMAGR1: Field 3 Sum of gridding weights = 1.81863E+08 IMAGR1: Field 3 Beam min = -137.0 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 2.927 x 0.655 arcsec, PA= 51.6 IMAGR1: Field 4 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 4 Beam min = -192.6 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 2.912 x 0.655 arcsec, PA= 51.8 IMAGR1: Field 5 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 5 Beam min = -120.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 2.920 x 0.655 arcsec, PA= 51.7 IMAGR1: Field 6 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 6 Beam min = -192.3 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 2.906 x 0.655 arcsec, PA= 51.8 IMAGR1: Field 7 Sum of gridding weights = 1.81862E+08 IMAGR1: Field 7 Beam min = -218.3 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 2.910 x 0.655 arcsec, PA= 51.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -69.7 MilliJy,max = 765.1 MilliJy IMAGR1: Field 2 min = -66.3 MilliJy,max = 323.3 MilliJy IMAGR1: Field 3 min = -95.5 MilliJy,max = 229.0 MilliJy IMAGR1: Field 4 min = -96.8 MilliJy,max = 175.2 MilliJy IMAGR1: Field 5 min = -92.9 MilliJy,max = 172.3 MilliJy IMAGR1: Field 6 min = -96.3 MilliJy,max = 229.2 MilliJy IMAGR1: Field 7 min = -67.1 MilliJy,max = 318.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 119.29 MilliJy IMAGR1: 2568 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 406.585 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 399.135 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 399.135 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -34.3 MilliJy,max = 365.9 MilliJy IMAGR1: BGC Clean: using 1767 cell beam + residuals > 84.37 MilliJy IMAGR1: 461 Residual map points loaded IMAGR1: Field 1 min allowed flux = 175.027 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 607.548 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 607.548 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -14.6 MilliJy,max = 67.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.407E-02 < Second best 3.037E-01 IMAGR1: Field 7 min = -14.6 MilliJy,max = 66.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.349E-02 < Second best 2.184E-01 IMAGR1: Field 6 min = -20.6 MilliJy,max = 47.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.562E-02 < Second best 2.182E-01 IMAGR1: Field 3 min = -19.0 MilliJy,max = 47.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.489E-02 < Second best 1.665E-01 IMAGR1: Field 1 min = -15.9 MilliJy,max = 157.5 MilliJy IMAGR1: BGC Clean: using 997 cell beam + residuals > 54.97 MilliJy IMAGR1: 102 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 75.346 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 697.267 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 697.267 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -9.3 MilliJy,max = 19.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.452E-02 < Second best 1.383E-01 IMAGR1: Field 5 min = -8.1 MilliJy,max = 15.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.398E-02 < Second best 7.167E-02 IMAGR1: Field 1 min = -8.6 MilliJy,max = 67.8 MilliJy IMAGR1: BGC Clean: using 1767 cell beam + residuals > 15.63 MilliJy IMAGR1: 567 Residual map points loaded IMAGR1: Field 1 min allowed flux = 31.021 MilliJy iter= 32 IMAGR1: Field 1 Clean flux density= 739.794 MilliJy 32 comps IMAGR1: Total Cleaned flux density = 739.794 MilliJy 32 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.9 MilliJy,max = 12.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.160E-02 < Second best 6.349E-02 IMAGR1: Field 7 min = -5.8 MilliJy,max = 12.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.207E-02 < Second best 4.562E-02 IMAGR1: Field 6 min = -6.0 MilliJy,max = 10.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.742E-03 < Second best 4.489E-02 IMAGR1: Field 3 min = -5.0 MilliJy,max = 10.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.829E-03 < Second best 2.951E-02 IMAGR1: Field 1 min = -5.3 MilliJy,max = 28.0 MilliJy IMAGR1: BGC Clean: using 1767 cell beam + residuals > 6.44 MilliJy IMAGR1: 845 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.766 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 757.398 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 757.398 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.0 MilliJy,max = 6.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.499E-03 < Second best 1.398E-02 IMAGR1: Field 5 min = -4.8 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.342E-03 < Second best 1.215E-02 IMAGR1: Field 1 min = -4.4 MilliJy,max = 11.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.110E-02 < Second best 1.207E-02 IMAGR1: Field 7 min = -5.1 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.896E-03 < Second best 1.160E-02 IMAGR1: Field 2 min = -5.5 MilliJy,max = 6.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.233E-03 < Second best 1.110E-02 IMAGR1: BGC Clean: using 995 cell beam + residuals > 4.04 MilliJy IMAGR1: 438 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.322 MilliJy iter= 50 IMAGR1: Field 1 Clean flux density= 764.694 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 764.694 MilliJy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.2 MilliJy,max = 7.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.001E-03 < Second best 9.742E-03 IMAGR1: Field 6 min = -6.3 MilliJy,max = 6.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.348E-03 < Second best 7.001E-03 IMAGR1: BGC Clean: using 1757 cell beam + residuals > 3.25 MilliJy IMAGR1: 4851 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 4.750 MilliJy iter= 29 IMAGR1: Field 3 Clean flux density= 11.921 MilliJy 29 comps IMAGR1: Total Cleaned flux density = 776.614 MilliJy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -5.9 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.648E-03 < Second best 6.348E-03 IMAGR1: Field 6 min = -6.3 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 1757 cell beam + residuals > 3.25 MilliJy IMAGR1: 4353 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -4.465 MilliJy iter= 35 IMAGR1: Field 6 Clean flux density= -3.759 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 772.855 MilliJy 114 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.6 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.317E-03 < Second best 6.233E-03 IMAGR1: Field 2 min = -5.7 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.314E-03 < Second best 5.896E-03 IMAGR1: Field 7 min = -4.5 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.061E-03 < Second best 5.648E-03 IMAGR1: Field 4 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 1759 cell beam + residuals > 3.12 MilliJy IMAGR1: 1808 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 3.900 MilliJy iter= 33 IMAGR1: Field 4 Clean flux density= 233.078 MicroJy 33 comps IMAGR1: Total Cleaned flux density = 773.088 MilliJy 147 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.6 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 1759 cell beam + residuals > 3.12 MilliJy IMAGR1: 1711 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -3.850 MilliJy iter= 37 IMAGR1: Field 5 Clean flux density= 12.288 MilliJy 37 comps IMAGR1: Total Cleaned flux density = 785.376 MilliJy 184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.9 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.766E-03 < Second best 4.538E-03 IMAGR1: Field 3 min = -4.5 MilliJy,max = 5.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.88 MilliJy IMAGR1: 3291 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 3.846 MilliJy iter= 101 IMAGR1: Field 3 Clean flux density= 19.169 MilliJy 101 comps IMAGR1: Total Cleaned flux density = 792.624 MilliJy 256 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.8 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.767E-03 < Second best 4.269E-03 IMAGR1: Field 6 min = -4.8 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.71 MilliJy IMAGR1: 4028 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -3.603 MilliJy iter= 132 IMAGR1: Field 6 Clean flux density= -11.083 MilliJy 132 comps IMAGR1: Total Cleaned flux density = 785.302 MilliJy 353 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.476E-03 < Second best 3.767E-03 IMAGR1: Field 2 min = -4.5 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.69 MilliJy IMAGR1: 239 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.968 MilliJy iter= 39 IMAGR1: Field 2 Clean flux density= 3.731 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 789.032 MilliJy 392 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.69 MilliJy IMAGR1: 79 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.822 MilliJy iter= 70 IMAGR1: Field 1 Clean flux density= 770.214 MilliJy 70 comps IMAGR1: Total Cleaned flux density = 794.552 MilliJy 412 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR1: 812 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.012 MilliJy iter= 106 IMAGR1: Field 4 Clean flux density= -8.984 MilliJy 106 comps IMAGR1: Total Cleaned flux density = 785.335 MilliJy 485 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.4 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.188E-03 < Second best 3.681E-03 IMAGR1: Field 5 min = -3.7 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR1: 2237 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.891 MilliJy iter= 166 IMAGR1: Field 5 Clean flux density= 26.869 MilliJy 166 comps IMAGR1: Total Cleaned flux density = 799.916 MilliJy 614 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.5 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.32 MilliJy IMAGR1: 220 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.483 MilliJy iter= 44 IMAGR1: Field 7 Clean flux density= -3.311 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 796.605 MilliJy 658 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.7 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.930E-03 < Second best 3.188E-03 IMAGR1: Field 3 min = -3.4 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR1: 2721 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.468 MilliJy iter= 241 IMAGR1: Field 3 Clean flux density= 11.742 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 789.178 MilliJy 798 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.6 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.06 MilliJy IMAGR1: 1731 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.357 MilliJy iter= 250 IMAGR1: Field 6 Clean flux density= -8.441 MilliJy 250 comps IMAGR1: Total Cleaned flux density = 791.820 MilliJy 916 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.692E-03 < Second best 2.839E-03 IMAGR1: Field 2 min = -3.1 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.342E-03 < Second best 2.769E-03 IMAGR1: Field 5 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.327E-03 < Second best 2.697E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.257E-03 < Second best 2.692E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 1515 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -2.041 MilliJy iter= 244 IMAGR1: Field 4 Clean flux density= -1.243 MilliJy 244 comps IMAGR1: Total Cleaned flux density = 799.561 MilliJy 1054 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.4 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.070E-03 < Second best 2.364E-03 IMAGR1: Field 3 min = -2.8 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.125E-03 < Second best 2.342E-03 IMAGR1: Field 2 min = -3.1 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.63 MilliJy IMAGR1: 1183 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.855 MilliJy iter= 189 IMAGR1: Field 2 Clean flux density= 3.841 MilliJy 189 comps IMAGR1: Total Cleaned flux density = 799.671 MilliJy 1204 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.62 MilliJy IMAGR1: 1008 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.788 MilliJy iter= 291 IMAGR1: Field 5 Clean flux density= 27.601 MilliJy 291 comps IMAGR1: Total Cleaned flux density = 800.402 MilliJy 1329 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.146E-03 < Second best 2.257E-03 IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 229 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.574 MilliJy iter= 130 IMAGR1: Field 1 Clean flux density= 774.927 MilliJy 130 comps IMAGR1: Total Cleaned flux density = 805.115 MilliJy 1389 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.49 MilliJy IMAGR1: 2522 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.701 MilliJy iter= 444 IMAGR1: Field 6 Clean flux density= -13.581 MilliJy 444 comps IMAGR1: Total Cleaned flux density = 799.975 MilliJy 1583 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.46 MilliJy IMAGR1: 1332 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.594 MilliJy iter= 389 IMAGR1: Field 3 Clean flux density= 12.813 MilliJy 389 comps IMAGR1: Total Cleaned flux density = 801.045 MilliJy 1731 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 333 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.515 MilliJy iter= 124 IMAGR1: Field 7 Clean flux density= -7.839 MilliJy 124 comps IMAGR1: Total Cleaned flux density = 796.517 MilliJy 1811 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.666E-03 < Second best 1.776E-03 IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.32 MilliJy IMAGR1: 432 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.390 MilliJy iter= 290 IMAGR1: Field 2 Clean flux density= 6.138 MilliJy 290 comps IMAGR1: Total Cleaned flux density = 798.814 MilliJy 1912 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.9 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.491E-03 < Second best 1.666E-03 IMAGR1: Field 4 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.25 MilliJy IMAGR1: 867 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.345 MilliJy iter= 387 IMAGR1: Field 4 Clean flux density= -7.659 MilliJy 387 comps IMAGR1: Total Cleaned flux density = 792.398 MilliJy 2055 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 668 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.231 MilliJy iter= 559 IMAGR1: Field 6 Clean flux density= -11.237 MilliJy 559 comps IMAGR1: Total Cleaned flux density = 794.743 MilliJy 2170 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 2061 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.206 MilliJy iter= 598 IMAGR1: Field 3 Clean flux density= 17.484 MilliJy 598 comps IMAGR1: Total Cleaned flux density = 799.414 MilliJy 2379 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.07 MilliJy IMAGR1: 203 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.105 MilliJy iter= 195 IMAGR1: Field 1 Clean flux density= 774.446 MilliJy 195 comps IMAGR1: Total Cleaned flux density = 798.933 MilliJy 2444 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 956 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.136 MilliJy iter= 460 IMAGR1: Field 5 Clean flux density= 24.291 MilliJy 460 comps IMAGR1: Total Cleaned flux density = 795.623 MilliJy 2613 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.6 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.03 MilliJy IMAGR1: 972 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.102 MilliJy iter= 310 IMAGR1: Field 7 Clean flux density= -5.124 MilliJy 310 comps IMAGR1: Total Cleaned flux density = 798.338 MilliJy 2799 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.00 MilliJy IMAGR1: 779 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.059 MilliJy iter= 440 IMAGR1: Field 2 Clean flux density= 9.628 MilliJy 440 comps IMAGR1: Total Cleaned flux density = 801.829 MilliJy 2949 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 957.38 MicroJy IMAGR1: 778 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.007 MilliJy iter= 536 IMAGR1: Field 4 Clean flux density= -10.058 MilliJy 536 comps IMAGR1: Total Cleaned flux density = 799.430 MilliJy 3098 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 927.69 MicroJy IMAGR1: 895 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 971.639 MicroJy iter= 704 IMAGR1: Field 6 Clean flux density= -8.338 MilliJy 704 comps IMAGR1: Total Cleaned flux density = 802.328 MilliJy 3243 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 873.24 MicroJy IMAGR1: 1427 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 927.049 MicroJy iter= 797 IMAGR1: Field 3 Clean flux density= 14.351 MilliJy 797 comps IMAGR1: Total Cleaned flux density = 799.195 MilliJy 3442 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 842.78 MicroJy IMAGR1: 509 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 874.044 MicroJy iter= 582 IMAGR1: Field 5 Clean flux density= 26.065 MilliJy 582 comps IMAGR1: Total Cleaned flux density = 800.968 MilliJy 3564 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -975.0 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 829.81 MicroJy IMAGR1: 142 Residual map points loaded IMAGR1: Field 1 min Clean flux = 850.992 MicroJy iter= 246 IMAGR1: Field 1 Clean flux density= 774.399 MilliJy 246 comps IMAGR1: Total Cleaned flux density = 800.922 MilliJy 3615 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 801.16 MicroJy IMAGR1: 834 Residual map points loaded IMAGR1: Field 7 min Clean flux = -853.092 MicroJy iter= 459 IMAGR1: Field 7 Clean flux density= -8.722 MilliJy 459 comps IMAGR1: Total Cleaned flux density = 797.324 MilliJy 3764 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 772.47 MicroJy IMAGR1: 1293 Residual map points loaded IMAGR1: Field 2 min Clean flux = 852.909 MicroJy iter= 592 IMAGR1: Field 2 Clean flux density= 9.752 MilliJy 592 comps IMAGR1: Total Cleaned flux density = 797.448 MilliJy 3916 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 732.85 MicroJy IMAGR1: 1585 Residual map points loaded IMAGR1: Field 4 min Clean flux = -851.664 MicroJy iter= 591 IMAGR1: Field 4 Clean flux density= -9.781 MilliJy 591 comps IMAGR1: Total Cleaned flux density = 797.724 MilliJy 3971 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 690.62 MicroJy IMAGR1: 3984 Residual map points loaded IMAGR1: Field 6 min Clean flux = -852.173 MicroJy iter= 778 IMAGR1: Field 6 Clean flux density= -8.107 MilliJy 778 comps IMAGR1: Total Cleaned flux density = 797.956 MilliJy 4045 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 593.73 MicroJy IMAGR1: 6014 Residual map points loaded IMAGR1: Field 3 min Clean flux = -840.606 MicroJy iter= 813 IMAGR1: Field 3 Clean flux density= 14.713 MilliJy 813 comps IMAGR1: Total Cleaned flux density = 798.318 MilliJy 4061 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 479.86 MicroJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 5 min Clean flux = 849.427 MicroJy iter= 585 IMAGR1: Field 5 Clean flux density= 26.152 MilliJy 585 comps IMAGR1: Total Cleaned flux density = 798.405 MilliJy 4064 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 853.092 less than limit 853.283 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 246 to 132 components IMAGR1: Field 2 compressed from 592 to 395 components IMAGR1: Field 3 compressed from 813 to 582 components IMAGR1: Field 4 compressed from 591 to 449 components IMAGR1: Field 5 compressed from 585 to 419 components IMAGR1: Field 6 compressed from 778 to 576 components IMAGR1: Field 7 compressed from 459 to 299 components IMAGR1: Field 1 min = -904.7 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.2 MilliJy IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 367.214 MicroJy ( 5 CCs) from field 1 to field 2 IMAGR1: Restore-681.815 MicroJy ( 13 CCs) from field 1 to field 3 IMAGR1: Restore 2.576 MilliJy ( 17 CCs) from field 1 to field 4 IMAGR1: Restore-170.480 MicroJy ( 14 CCs) from field 1 to field 5 IMAGR1: Restore 4.085 MilliJy ( 40 CCs) from field 1 to field 6 IMAGR1: Restore 315.559 MicroJy ( 17 CCs) from field 1 to field 7 IMAGR1: Restore 591.580 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR1: Restore -2.190 MilliJy ( 23 CCs) from field 2 to field 3 IMAGR1: Restore 1.357 MilliJy ( 18 CCs) from field 2 to field 4 IMAGR1: Restore 494.260 MicroJy ( 25 CCs) from field 3 to field 1 IMAGR1: Restore 1.830 MilliJy ( 21 CCs) from field 3 to field 2 IMAGR1: Restore 5.397 MilliJy ( 45 CCs) from field 3 to field 5 IMAGR1: Restore-826.158 MicroJy ( 10 CCs) from field 4 to field 1 IMAGR1: Restore-423.613 MicroJy ( 2 CCs) from field 4 to field 2 IMAGR1: Restore -1.065 MilliJy ( 52 CCs) from field 4 to field 6 IMAGR1: Restore 1.314 MilliJy ( 17 CCs) from field 5 to field 1 IMAGR1: Restore-141.236 MicroJy ( 40 CCs) from field 5 to field 3 IMAGR1: Restore -66.594 MicroJy ( 14 CCs) from field 5 to field 7 IMAGR1: Restore 1.133 MilliJy ( 19 CCs) from field 6 to field 1 IMAGR1: Restore -2.426 MilliJy ( 31 CCs) from field 6 to field 4 IMAGR1: Restore-790.597 MicroJy ( 23 CCs) from field 6 to field 7 IMAGR1: Restore-110.507 MicroJy ( 1 CCs) from field 7 to field 1 IMAGR1: Restore-354.431 MicroJy ( 4 CCs) from field 7 to field 5 IMAGR1: Restore-256.401 MicroJy ( 12 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 776.995 MilliJy IMAGR1: Field 2 final Clean flux 11.526 MilliJy IMAGR1: Field 3 final Clean flux 11.700 MilliJy IMAGR1: Field 4 final Clean flux -8.274 MilliJy IMAGR1: Field 5 final Clean flux 31.024 MilliJy IMAGR1: Field 6 final Clean flux -5.343 MilliJy IMAGR1: Field 7 final Clean flux -9.264 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 35 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 63.7 Real= 71 mp/SETFC@1331+305_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 22 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 23 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 24 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 25 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 26 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 27 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 28 disk= 1 AIPS 1: Disk 1 in-CNO 29 renumbered as CNO 21 AIPS 1: Disk 1 in-CNO 30 renumbered as CNO 22 AIPS 1: Disk 1 in-CNO 31 renumbered as CNO 23 AIPS 1: Disk 1 in-CNO 32 renumbered as CNO 24 AIPS 1: Disk 1 in-CNO 33 renumbered as CNO 25 AIPS 1: Disk 1 in-CNO 34 renumbered as CNO 26 AIPS 1: Disk 1 in-CNO 35 renumbered as CNO 27 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1317 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1244+408_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :2 =1244+408' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1244+408_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 29 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 30 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 31 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 32 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 33 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 34 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 35 disk= 1 AIPS 1: Disk 1 in-CNO 36 renumbered as CNO 28 AIPS 1: Disk 1 in-CNO 37 renumbered as CNO 29 AIPS 1: Disk 1 in-CNO 38 renumbered as CNO 30 AIPS 1: Disk 1 in-CNO 39 renumbered as CNO 31 AIPS 1: Disk 1 in-CNO 40 renumbered as CNO 32 AIPS 1: Disk 1 in-CNO 41 renumbered as CNO 33 AIPS 1: Disk 1 in-CNO 42 renumbered as CNO 34 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1422 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1035+564_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :3 =1035+564' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1035+564_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 36 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 37 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 38 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 39 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 40 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 41 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 42 disk= 1 AIPS 1: Disk 1 in-CNO 43 renumbered as CNO 35 AIPS 1: Disk 1 in-CNO 44 renumbered as CNO 36 AIPS 1: Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1148+594 X BAND Seq 1 Disk: 1 in slot 6 SETFC1: SETCEL: recommends IMSIZE 1308 CELLSIZE 0.24469 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24469 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.058 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 114.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 0.9 Real= 1 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 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 6.8689E-03 3.8000E-02 0 IMAGR1: Field 2 1012 1012 6.8689E-03 -2.0826E+02 0 IMAGR1: Field 3 1012 1012 -1.8026E+02 -1.0426E+02 0 IMAGR1: Field 4 1012 1012 1.8028E+02 -1.0426E+02 0 IMAGR1: Field 5 1012 1012 -1.8057E+02 1.0404E+02 0 IMAGR1: Field 6 1012 1012 1.8058E+02 1.0404E+02 0 IMAGR1: Field 7 1012 1012 6.8689E-03 2.0834E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1148+594_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1148+594 .IMAGR . 1 (UV) on disk 1 cno 42 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6669 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.439E+04 IMAGR1: UVWAIT: Adding temperance S 6.879E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.837E+07 and out 2.303E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR1: UVWAIT: Average summed weight 3.439E+04 over 13286 vis IMAGR1: Create 1148+594 .IBM001. 1 (MA) on disk 1 cno 43 IMAGR1: Create 1148+594 .IBM002. 1 (MA) on disk 1 cno 44 IMAGR1: Create 1148+594 .IBM003. 1 (MA) on disk 1 cno 45 IMAGR1: Create 1148+594 .IBM004. 1 (MA) on disk 1 cno 46 IMAGR1: Create 1148+594 .IBM005. 1 (MA) on disk 1 cno 47 IMAGR1: Create 1148+594 .IBM006. 1 (MA) on disk 1 cno 48 IMAGR1: Create 1148+594 .IBM007. 1 (MA) on disk 1 cno 49 IMAGR1: Create 1148+594 .ICL001. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1148+594 .ICL002. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1148+594 .ICL003. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1148+594 .ICL004. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1148+594 .ICL005. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1148+594 .ICL006. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1148+594 .ICL007. 1 (MA) on disk 1 cno 56 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.44524E+08 IMAGR1: Field 1 Beam min = -153.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.779 x 0.649 arcsec, PA= 67.7 IMAGR1: Field 2 Sum of gridding weights = 2.44523E+08 IMAGR1: Field 2 Beam min = -153.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.781 x 0.649 arcsec, PA= 67.7 IMAGR1: Field 3 Sum of gridding weights = 2.44523E+08 IMAGR1: Field 3 Beam min = -96.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.783 x 0.649 arcsec, PA= 67.6 IMAGR1: Field 4 Sum of gridding weights = 2.44522E+08 IMAGR1: Field 4 Beam min = -96.9 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.777 x 0.649 arcsec, PA= 67.8 IMAGR1: Field 5 Sum of gridding weights = 2.44523E+08 IMAGR1: Field 5 Beam min = -97.0 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.782 x 0.649 arcsec, PA= 67.6 IMAGR1: Field 6 Sum of gridding weights = 2.44523E+08 IMAGR1: Field 6 Beam min = -95.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.776 x 0.649 arcsec, PA= 67.8 IMAGR1: Field 7 Sum of gridding weights = 2.44523E+08 IMAGR1: Field 7 Beam min = -153.2 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.778 x 0.649 arcsec, PA= 67.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -41.5 MilliJy,max = 426.3 MilliJy IMAGR1: Field 2 min = -35.1 MilliJy,max = 173.9 MilliJy IMAGR1: Field 3 min = -40.1 MilliJy,max = 148.3 MilliJy IMAGR1: Field 4 min = -41.4 MilliJy,max = 151.9 MilliJy IMAGR1: Field 5 min = -38.3 MilliJy,max = 152.4 MilliJy IMAGR1: Field 6 min = -39.2 MilliJy,max = 152.6 MilliJy IMAGR1: Field 7 min = -37.8 MilliJy,max = 178.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 51.36 MilliJy IMAGR1: 6232 Residual map points loaded IMAGR1: Field 1 min allowed flux = 203.917 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 242.814 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 242.814 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -19.0 MilliJy,max = 183.5 MilliJy IMAGR1: BGC Clean: using 1829 cell beam + residuals > 42.99 MilliJy IMAGR1: 421 Residual map points loaded IMAGR1: Field 1 min allowed flux = 85.009 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 357.322 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 357.322 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -9.1 MilliJy,max = 27.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.503E-02 < Second best 1.330E-01 IMAGR1: Field 7 min = -9.2 MilliJy,max = 32.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.526E-02 < Second best 1.315E-01 IMAGR1: Field 3 min = -9.5 MilliJy,max = 29.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.200E-02 < Second best 1.311E-01 IMAGR1: Field 2 min = -7.5 MilliJy,max = 29.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.229E-02 < Second best 9.267E-02 IMAGR1: Field 5 min = -9.9 MilliJy,max = 28.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.999E-02 < Second best 9.115E-02 IMAGR1: Field 4 min = -8.6 MilliJy,max = 28.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.749E-02 < Second best 8.086E-02 IMAGR1: Field 1 min = -9.7 MilliJy,max = 76.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 10.24 MilliJy IMAGR1: 5585 Residual map points loaded IMAGR1: Field 1 min allowed flux = 36.802 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 406.550 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 406.550 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.8 MilliJy,max = 33.3 MilliJy IMAGR1: BGC Clean: using 1827 cell beam + residuals > 8.96 MilliJy IMAGR1: 320 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.882 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 427.925 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 427.925 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.8 MilliJy,max = 8.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.234E-03 < Second best 2.503E-02 IMAGR1: Field 6 min = -4.7 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.225E-03 < Second best 2.229E-02 IMAGR1: Field 2 min = -4.6 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.427E-03 < Second best 2.200E-02 IMAGR1: Field 3 min = -4.5 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.639E-03 < Second best 1.999E-02 IMAGR1: Field 5 min = -5.4 MilliJy,max = 8.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.982E-03 < Second best 1.749E-02 IMAGR1: Field 4 min = -4.8 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.498E-03 < Second best 1.511E-02 IMAGR1: Field 1 min = -6.3 MilliJy,max = 14.5 MilliJy IMAGR1: BGC Clean: using 2003 cell beam + residuals > 3.04 MilliJy IMAGR1: 3758 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.880 MilliJy iter= 44 IMAGR1: Field 1 Clean flux density= 437.214 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 437.214 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.6 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.765E-03 < Second best 7.982E-03 IMAGR1: Field 5 min = -5.4 MilliJy,max = 6.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.429E-03 < Second best 6.765E-03 IMAGR1: BGC Clean: using 2003 cell beam + residuals > 2.77 MilliJy IMAGR1: 3858 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 4.201 MilliJy iter= 29 IMAGR1: Field 7 Clean flux density= 10.790 MilliJy 29 comps IMAGR1: Total Cleaned flux density = 448.004 MilliJy 73 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.0 MilliJy,max = 5.0 MilliJy IMAGR1: BGC Clean: using 723 cell beam + residuals > 2.57 MilliJy IMAGR1: 1272 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.488 MilliJy iter= 78 IMAGR1: Field 1 Clean flux density= 431.841 MilliJy 78 comps IMAGR1: Total Cleaned flux density = 442.631 MilliJy 107 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.9 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.662E-03 < Second best 5.225E-03 IMAGR1: Field 6 min = -3.8 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.824E-03 < Second best 4.639E-03 IMAGR1: Field 3 min = -4.6 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.041E-03 < Second best 4.498E-03 IMAGR1: Field 4 min = -3.9 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.479E-03 < Second best 4.427E-03 IMAGR1: Field 2 min = -4.8 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 723 cell beam + residuals > 2.64 MilliJy IMAGR1: 255 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.136 MilliJy iter= 24 IMAGR1: Field 2 Clean flux density= -1.851 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 440.780 MilliJy 131 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.9 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.756E-03 < Second best 4.010E-03 IMAGR1: Field 7 min = -3.8 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 1275 cell beam + residuals > 2.23 MilliJy IMAGR1: 4118 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 3.030 MilliJy iter= 84 IMAGR1: Field 7 Clean flux density= 18.733 MilliJy 84 comps IMAGR1: Total Cleaned flux density = 448.723 MilliJy 186 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.6 MilliJy,max = 3.9 MilliJy IMAGR1: BGC Clean: using 1275 cell beam + residuals > 2.23 MilliJy IMAGR1: 1115 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.652 MilliJy iter= 38 IMAGR1: Field 6 Clean flux density= 6.061 MilliJy 38 comps IMAGR1: Total Cleaned flux density = 454.784 MilliJy 224 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.8 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 1275 cell beam + residuals > 2.23 MilliJy IMAGR1: 976 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.611 MilliJy iter= 42 IMAGR1: Field 3 Clean flux density= -7.307 MilliJy 42 comps IMAGR1: Total Cleaned flux density = 447.477 MilliJy 266 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.2 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.839E-03 < Second best 3.479E-03 IMAGR1: Field 4 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.694E-03 < Second best 3.327E-03 IMAGR1: Field 1 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.801E-03 < Second best 2.995E-03 IMAGR1: Field 2 min = -3.4 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.693E-03 < Second best 2.900E-03 IMAGR1: Field 7 min = -3.2 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.81 MilliJy IMAGR1: 4304 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -2.505 MilliJy iter= 204 IMAGR1: Field 7 Clean flux density= 35.758 MilliJy 204 comps IMAGR1: Total Cleaned flux density = 464.503 MilliJy 386 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.598E-03 < Second best 2.801E-03 IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.402E-03 < Second best 2.694E-03 IMAGR1: Field 4 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.560E-03 < Second best 2.693E-03 IMAGR1: Field 2 min = -3.6 MilliJy,max = 2.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 1426 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 2.228 MilliJy iter= 130 IMAGR1: Field 2 Clean flux density= -10.532 MilliJy 130 comps IMAGR1: Total Cleaned flux density = 455.822 MilliJy 492 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.77 MilliJy IMAGR1: 594 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.028 MilliJy iter= 73 IMAGR1: Field 5 Clean flux density= 8.170 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 463.992 MilliJy 565 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.9 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.386E-03 < Second best 2.536E-03 IMAGR1: Field 6 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.69 MilliJy IMAGR1: 1113 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.995 MilliJy iter= 147 IMAGR1: Field 6 Clean flux density= 15.485 MilliJy 147 comps IMAGR1: Total Cleaned flux density = 473.416 MilliJy 674 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.224E-03 < Second best 2.402E-03 IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.075E-03 < Second best 2.399E-03 IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.049E-03 < Second best 2.386E-03 IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR1: 1175 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.676 MilliJy iter= 118 IMAGR1: Field 4 Clean flux density= -4.492 MilliJy 118 comps IMAGR1: Total Cleaned flux density = 468.924 MilliJy 792 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.43 MilliJy IMAGR1: 1546 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.689 MilliJy iter= 195 IMAGR1: Field 3 Clean flux density= -23.721 MilliJy 195 comps IMAGR1: Total Cleaned flux density = 452.511 MilliJy 945 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.617E-03 < Second best 2.075E-03 IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.35 MilliJy IMAGR1: 294 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.455 MilliJy iter= 146 IMAGR1: Field 1 Clean flux density= 442.145 MilliJy 146 comps IMAGR1: Total Cleaned flux density = 462.814 MilliJy 1013 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.2 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.33 MilliJy IMAGR1: 420 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.446 MilliJy iter= 294 IMAGR1: Field 7 Clean flux density= 28.498 MilliJy 294 comps IMAGR1: Total Cleaned flux density = 455.553 MilliJy 1103 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.562E-03 < Second best 1.910E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 549 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.260 MilliJy iter= 256 IMAGR1: Field 6 Clean flux density= 14.082 MilliJy 256 comps IMAGR1: Total Cleaned flux density = 454.150 MilliJy 1212 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 1257 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.316 MilliJy iter= 299 IMAGR1: Field 2 Clean flux density= -6.758 MilliJy 299 comps IMAGR1: Total Cleaned flux density = 457.924 MilliJy 1381 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.383E-03 < Second best 1.603E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.284E-03 < Second best 1.562E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 551 cell beam + residuals > 994.76 MicroJy IMAGR1: 1615 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.098 MilliJy iter= 209 IMAGR1: Field 5 Clean flux density= 6.519 MilliJy 209 comps IMAGR1: Total Cleaned flux density = 456.272 MilliJy 1517 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.234E-03 < Second best 1.384E-03 IMAGR1: Field 7 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 925.87 MicroJy IMAGR1: 2105 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.076 MilliJy iter= 527 IMAGR1: Field 7 Clean flux density= 39.163 MilliJy 527 comps IMAGR1: Total Cleaned flux density = 466.937 MilliJy 1750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.9 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 923.92 MicroJy IMAGR1: 1669 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.055 MilliJy iter= 424 IMAGR1: Field 3 Clean flux density= -39.020 MilliJy 424 comps IMAGR1: Total Cleaned flux density = 451.638 MilliJy 1979 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 921.13 MicroJy IMAGR1: 535 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -981.836 MicroJy iter= 247 IMAGR1: Field 4 Clean flux density= 2.185 MilliJy 247 comps IMAGR1: Total Cleaned flux density = 458.314 MilliJy 2108 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.039E-03 < Second best 1.234E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.347E-04 < Second best 1.207E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 553 cell beam + residuals > 827.42 MicroJy IMAGR1: 376 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 856.476 MicroJy iter= 327 IMAGR1: Field 6 Clean flux density= 14.218 MilliJy 327 comps IMAGR1: Total Cleaned flux density = 458.451 MilliJy 2179 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 721 cell beam + residuals > 779.01 MicroJy IMAGR1: 528 Residual map points loaded IMAGR1: Field 5 min Clean flux = -830.128 MicroJy iter= 267 IMAGR1: Field 5 Clean flux density= 7.263 MilliJy 267 comps IMAGR1: Total Cleaned flux density = 459.195 MilliJy 2237 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 721 cell beam + residuals > 779.01 MicroJy IMAGR1: 351 Residual map points loaded IMAGR1: Field 2 min Clean flux = 828.868 MicroJy iter= 342 IMAGR1: Field 2 Clean flux density= -5.066 MilliJy 342 comps IMAGR1: Total Cleaned flux density = 460.887 MilliJy 2280 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 721 cell beam + residuals > 755.29 MicroJy IMAGR1: 300 Residual map points loaded IMAGR1: Field 7 min Clean flux = -829.534 MicroJy iter= 558 IMAGR1: Field 7 Clean flux density= 39.292 MilliJy 558 comps IMAGR1: Total Cleaned flux density = 461.016 MilliJy 2311 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 641.02 MicroJy IMAGR1: 1698 Residual map points loaded IMAGR1: Field 3 min Clean flux = 829.327 MicroJy iter= 457 IMAGR1: Field 3 Clean flux density= -37.370 MilliJy 457 comps IMAGR1: Total Cleaned flux density = 462.666 MilliJy 2344 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 567.93 MicroJy IMAGR1: 4065 Residual map points loaded IMAGR1: Field 4 min Clean flux = 828.236 MicroJy iter= 255 IMAGR1: Field 4 Clean flux density= 2.705 MilliJy 255 comps IMAGR1: Total Cleaned flux density = 463.186 MilliJy 2352 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -938.5 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 534.56 MicroJy IMAGR1: 2768 Residual map points loaded IMAGR1: Field 1 min Clean flux = 827.601 MicroJy iter= 149 IMAGR1: Field 1 Clean flux density= 442.226 MilliJy 149 comps IMAGR1: Total Cleaned flux density = 463.268 MilliJy 2355 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 453.65 MicroJy IMAGR1: 19993 Residual map points loaded IMAGR1: Field 6 min Clean flux = -830.474 MicroJy iter= 330 IMAGR1: Field 6 Clean flux density= 13.967 MilliJy 330 comps IMAGR1: Total Cleaned flux density = 463.017 MilliJy 2358 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 830.474 less than limit 830.525 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 149 to 66 components IMAGR1: Field 2 compressed from 342 to 230 components IMAGR1: Field 3 compressed from 457 to 333 components IMAGR1: Field 4 compressed from 255 to 198 components IMAGR1: Field 5 compressed from 267 to 194 components IMAGR1: Field 6 compressed from 330 to 261 components IMAGR1: Field 7 compressed from 558 to 389 components IMAGR1: Field 1 min = -915.4 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.3 MilliJy IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -1.131 MilliJy ( 3 CCs) from field 1 to field 2 IMAGR1: Restore 243.926 MicroJy ( 12 CCs) from field 1 to field 3 IMAGR1: Restore -86.437 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR1: Restore 2.204 MilliJy ( 20 CCs) from field 1 to field 5 IMAGR1: Restore 461.263 MicroJy ( 9 CCs) from field 1 to field 6 IMAGR1: Restore 1.647 MilliJy ( 8 CCs) from field 1 to field 7 IMAGR1: Restore 1.392 MilliJy ( 5 CCs) from field 2 to field 1 IMAGR1: Restore -9.160 MilliJy ( 75 CCs) from field 2 to field 3 IMAGR1: Restore 2.880 MilliJy ( 18 CCs) from field 2 to field 4 IMAGR1: Restore -6.139 MilliJy ( 36 CCs) from field 3 to field 1 IMAGR1: Restore -7.842 MilliJy ( 43 CCs) from field 3 to field 2 IMAGR1: Restore -3.385 MilliJy ( 29 CCs) from field 3 to field 5 IMAGR1: Restore -1.666 MilliJy ( 28 CCs) from field 4 to field 1 IMAGR1: Restore -2.247 MilliJy ( 28 CCs) from field 4 to field 2 IMAGR1: Restore 1.580 MilliJy ( 20 CCs) from field 4 to field 6 IMAGR1: Restore 315.618 MicroJy ( 28 CCs) from field 5 to field 1 IMAGR1: Restore -1.274 MilliJy ( 28 CCs) from field 5 to field 3 IMAGR1: Restore-383.400 MicroJy ( 29 CCs) from field 5 to field 7 IMAGR1: Restore -1.812 MilliJy ( 18 CCs) from field 6 to field 1 IMAGR1: Restore 3.282 MilliJy ( 27 CCs) from field 6 to field 4 IMAGR1: Restore 1.878 MilliJy ( 29 CCs) from field 6 to field 7 IMAGR1: Restore 4.169 MilliJy ( 22 CCs) from field 7 to field 1 IMAGR1: Restore 13.134 MilliJy ( 55 CCs) from field 7 to field 5 IMAGR1: Restore 4.701 MilliJy ( 88 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 438.485 MilliJy IMAGR1: Field 2 final Clean flux -16.286 MilliJy IMAGR1: Field 3 final Clean flux -47.560 MilliJy IMAGR1: Field 4 final Clean flux 8.780 MilliJy IMAGR1: Field 5 final Clean flux 19.217 MilliJy IMAGR1: Field 6 final Clean flux 20.709 MilliJy IMAGR1: Field 7 final Clean flux 42.433 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 42 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 52.2 Real= 53 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1400+621 X BAND Seq 1 Disk: 1 in slot 7 SETFC1: SETCEL: recommends IMSIZE 1352 CELLSIZE 0.23682 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23682 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 100.5 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.0 Real= 1 C 1 1012 1012 14 00 28.65 62 10 38.5 00001 -1 507 512 513 C 2 1012 1012 14 00 28.65 62 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 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.8203E-02 -2.6000E-02 0 IMAGR1: Field 2 1012 1012 -1.8203E-02 -2.0163E+02 0 IMAGR1: Field 3 1012 1012 -1.7441E+02 -1.0093E+02 0 IMAGR1: Field 4 1012 1012 1.7445E+02 -1.0093E+02 0 IMAGR1: Field 5 1012 1012 -1.7476E+02 1.0067E+02 0 IMAGR1: Field 6 1012 1012 1.7473E+02 1.0067E+02 0 IMAGR1: Field 7 1012 1012 -1.8203E-02 2.0157E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1400+621_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1400+621 .IMAGR . 1 (UV) on disk 1 cno 49 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 7020 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.690E+04 IMAGR1: UVWAIT: Adding temperance S 7.380E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.209E+07 and out 2.762E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR1: UVWAIT: Average summed weight 3.690E+04 over 13832 vis IMAGR1: Create 1400+621 .IBM001. 1 (MA) on disk 1 cno 50 IMAGR1: Create 1400+621 .IBM002. 1 (MA) on disk 1 cno 51 IMAGR1: Create 1400+621 .IBM003. 1 (MA) on disk 1 cno 52 IMAGR1: Create 1400+621 .IBM004. 1 (MA) on disk 1 cno 53 IMAGR1: Create 1400+621 .IBM005. 1 (MA) on disk 1 cno 54 IMAGR1: Create 1400+621 .IBM006. 1 (MA) on disk 1 cno 55 IMAGR1: Create 1400+621 .IBM007. 1 (MA) on disk 1 cno 56 IMAGR1: Create 1400+621 .ICL001. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1400+621 .ICL002. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1400+621 .ICL003. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1400+621 .ICL004. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1400+621 .ICL005. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1400+621 .ICL006. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1400+621 .ICL007. 1 (MA) on disk 1 cno 63 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.93199E+08 IMAGR1: Field 1 Beam min = -194.7 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.136 x 0.663 arcsec, PA= -79.7 IMAGR1: Field 2 Sum of gridding weights = 2.93198E+08 IMAGR1: Field 2 Beam min = -194.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.136 x 0.663 arcsec, PA= -79.7 IMAGR1: Field 3 Sum of gridding weights = 2.93197E+08 IMAGR1: Field 3 Beam min = -124.5 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.137 x 0.663 arcsec, PA= -79.8 IMAGR1: Field 4 Sum of gridding weights = 2.93197E+08 IMAGR1: Field 4 Beam min = -117.4 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.135 x 0.663 arcsec, PA= -79.6 IMAGR1: Field 5 Sum of gridding weights = 2.93196E+08 IMAGR1: Field 5 Beam min = -119.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.137 x 0.663 arcsec, PA= -79.8 IMAGR1: Field 6 Sum of gridding weights = 2.93197E+08 IMAGR1: Field 6 Beam min = -141.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.135 x 0.662 arcsec, PA= -79.5 IMAGR1: Field 7 Sum of gridding weights = 2.93198E+08 IMAGR1: Field 7 Beam min = -194.7 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.136 x 0.662 arcsec, PA= -79.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -108.0 MilliJy,max = 1.1 Jy IMAGR1: Field 2 min = -96.4 MilliJy,max = 327.0 MilliJy IMAGR1: Field 3 min = -110.8 MilliJy,max = 432.6 MilliJy IMAGR1: Field 4 min = -119.0 MilliJy,max = 342.9 MilliJy IMAGR1: Field 5 min = -113.9 MilliJy,max = 348.6 MilliJy IMAGR1: Field 6 min = -115.3 MilliJy,max = 452.9 MilliJy IMAGR1: Field 7 min = -98.6 MilliJy,max = 329.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 159.39 MilliJy IMAGR1: 2681 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 578.105 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 567.512 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 567.512 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -51.1 MilliJy,max = 520.3 MilliJy IMAGR1: BGC Clean: using 1973 cell beam + residuals > 99.39 MilliJy IMAGR1: 881 Residual map points loaded IMAGR1: Field 1 min allowed flux = 248.862 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 863.845 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 863.845 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -29.6 MilliJy,max = 97.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.494E-02 < Second best 3.194E-01 IMAGR1: Field 3 min = -26.8 MilliJy,max = 91.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.924E-02 < Second best 2.799E-01 IMAGR1: Field 4 min = -27.8 MilliJy,max = 81.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.113E-02 < Second best 2.754E-01 IMAGR1: Field 5 min = -25.0 MilliJy,max = 79.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.452E-02 < Second best 2.367E-01 IMAGR1: Field 1 min = -27.2 MilliJy,max = 227.4 MilliJy IMAGR1: BGC Clean: using 1223 cell beam + residuals > 78.24 MilliJy IMAGR1: 85 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 112.868 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 1.012 Jy 24 comps IMAGR1: Total Cleaned flux density = 1.012 Jy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.2 MilliJy,max = 27.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.595E-02 < Second best 2.082E-01 IMAGR1: Field 7 min = -13.3 MilliJy,max = 33.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.165E-02 < Second best 1.074E-01 IMAGR1: Field 1 min = -17.7 MilliJy,max = 103.9 MilliJy IMAGR1: BGC Clean: using 1967 cell beam + residuals > 21.15 MilliJy IMAGR1: 1080 Residual map points loaded IMAGR1: Field 1 min allowed flux = 51.282 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 1.080 Jy 33 comps IMAGR1: Total Cleaned flux density = 1.080 Jy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -13.4 MilliJy,max = 19.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.649E-02 < Second best 6.924E-02 IMAGR1: Field 3 min = -10.8 MilliJy,max = 17.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.006E-02 < Second best 6.452E-02 IMAGR1: Field 5 min = -10.3 MilliJy,max = 16.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.254E-02 < Second best 6.113E-02 IMAGR1: Field 4 min = -13.8 MilliJy,max = 19.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.297E-02 < Second best 4.879E-02 IMAGR1: Field 1 min = -20.1 MilliJy,max = 47.3 MilliJy IMAGR1: BGC Clean: using 1967 cell beam + residuals > 9.61 MilliJy IMAGR1: 2167 Residual map points loaded IMAGR1: Field 1 min allowed flux = 23.290 MilliJy iter= 42 IMAGR1: Field 1 Clean flux density= 1.110 Jy 42 comps IMAGR1: Total Cleaned flux density = 1.110 Jy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -10.2 MilliJy,max = 16.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.560E-02 < Second best 2.595E-02 IMAGR1: Field 2 min = -13.3 MilliJy,max = 10.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.268E-02 < Second best 2.216E-02 IMAGR1: Field 1 min = -23.0 MilliJy,max = 21.7 MilliJy IMAGR1: BGC Clean: using 1225 cell beam + residuals > 6.79 MilliJy IMAGR1: 2589 Residual map points loaded IMAGR1: Field 1 min allowed flux = 11.148 MilliJy iter= 70 IMAGR1: Field 1 Clean flux density= 1.104 Jy 70 comps IMAGR1: Total Cleaned flux density = 1.104 Jy 70 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -8.9 MilliJy,max = 8.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.251E-03 < Second best 1.560E-02 IMAGR1: Field 7 min = -7.4 MilliJy,max = 13.3 MilliJy IMAGR1: BGC Clean: using 1333 cell beam + residuals > 5.51 MilliJy IMAGR1: 1227 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 7.224 MilliJy iter= 26 IMAGR1: Field 7 Clean flux density= 17.919 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 1.122 Jy 96 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.7 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.422E-03 < Second best 1.268E-02 IMAGR1: Field 2 min = -9.7 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.310E-03 < Second best 1.254E-02 IMAGR1: Field 5 min = -7.4 MilliJy,max = 7.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.051E-03 < Second best 1.062E-02 IMAGR1: Field 1 min = -11.3 MilliJy,max = 8.9 MilliJy IMAGR1: BGC Clean: using 485 cell beam + residuals > 4.71 MilliJy IMAGR1: 1847 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 6.681 MilliJy iter= 119 IMAGR1: Field 1 Clean flux density= 1.093 Jy 119 comps IMAGR1: Total Cleaned flux density = 1.111 Jy 145 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 3 min = -7.5 MilliJy,max = 7.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.352E-03 < Second best 9.310E-03 IMAGR1: Field 2 min = -7.3 MilliJy,max = 6.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.944E-03 < Second best 8.251E-03 IMAGR1: Field 6 min = -6.8 MilliJy,max = 7.8 MilliJy IMAGR1: BGC Clean: using 1223 cell beam + residuals > 4.18 MilliJy IMAGR1: 1140 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 5.200 MilliJy iter= 39 IMAGR1: Field 6 Clean flux density= 718.637 MicroJy 39 comps IMAGR1: Total Cleaned flux density = 1.112 Jy 184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -6.9 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.831E-03 < Second best 7.352E-03 IMAGR1: Field 3 min = -7.4 MilliJy,max = 7.8 MilliJy IMAGR1: BGC Clean: using 1223 cell beam + residuals > 4.18 MilliJy IMAGR1: 1124 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -5.080 MilliJy iter= 42 IMAGR1: Field 3 Clean flux density= 454.418 MicroJy 42 comps IMAGR1: Total Cleaned flux density = 1.112 Jy 226 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -6.0 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.045E-03 < Second best 6.944E-03 IMAGR1: Field 2 min = -7.1 MilliJy,max = 6.5 MilliJy IMAGR1: BGC Clean: using 1223 cell beam + residuals > 4.18 MilliJy IMAGR1: 424 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -4.781 MilliJy iter= 34 IMAGR1: Field 2 Clean flux density= -2.631 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 1.110 Jy 260 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -6.0 MilliJy,max = 5.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.715E-03 < Second best 6.831E-03 IMAGR1: Field 4 min = -6.6 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 487 cell beam + residuals > 3.91 MilliJy IMAGR1: 857 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -4.612 MilliJy iter= 48 IMAGR1: Field 4 Clean flux density= -6.065 MilliJy 48 comps IMAGR1: Total Cleaned flux density = 1.104 Jy 308 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.8 MilliJy,max = 6.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.43 MilliJy IMAGR1: 1082 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 4.345 MilliJy iter= 208 IMAGR1: Field 1 Clean flux density= 1.110 Jy 208 comps IMAGR1: Total Cleaned flux density = 1.120 Jy 397 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -5.7 MilliJy,max = 6.3 MilliJy IMAGR1: BGC Clean: using 371 cell beam + residuals > 3.54 MilliJy IMAGR1: 784 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 4.136 MilliJy iter= 67 IMAGR1: Field 5 Clean flux density= 7.908 MilliJy 67 comps IMAGR1: Total Cleaned flux density = 1.128 Jy 464 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.8 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.631E-03 < Second best 4.969E-03 IMAGR1: Field 6 min = -5.2 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 485 cell beam + residuals > 3.29 MilliJy IMAGR1: 756 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -3.714 MilliJy iter= 99 IMAGR1: Field 6 Clean flux density= -3.209 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 1.124 Jy 524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -4.9 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 371 cell beam + residuals > 3.21 MilliJy IMAGR1: 667 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -3.632 MilliJy iter= 113 IMAGR1: Field 3 Clean flux density= -9.843 MilliJy 113 comps IMAGR1: Total Cleaned flux density = 1.114 Jy 595 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -4.4 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 371 cell beam + residuals > 3.21 MilliJy IMAGR1: 262 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -3.470 MilliJy iter= 75 IMAGR1: Field 7 Clean flux density= 26.005 MilliJy 75 comps IMAGR1: Total Cleaned flux density = 1.122 Jy 644 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.4 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.681E-03 < Second best 4.409E-03 IMAGR1: Field 4 min = -4.2 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.815E-03 < Second best 4.151E-03 IMAGR1: Field 1 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.726E-03 < Second best 3.953E-03 IMAGR1: Field 5 min = -3.5 MilliJy,max = 4.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.388E-03 < Second best 3.815E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.48 MilliJy IMAGR1: 2855 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -3.151 MilliJy iter= 238 IMAGR1: Field 4 Clean flux density= -14.808 MilliJy 238 comps IMAGR1: Total Cleaned flux density = 1.113 Jy 834 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.166E-03 < Second best 3.681E-03 IMAGR1: Field 2 min = -4.0 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.079E-03 < Second best 3.550E-03 IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.181E-03 < Second best 3.474E-03 IMAGR1: Field 3 min = -3.6 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.23 MilliJy IMAGR1: 2732 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -2.741 MilliJy iter= 322 IMAGR1: Field 3 Clean flux density= 2.401 MilliJy 322 comps IMAGR1: Total Cleaned flux density = 1.126 Jy 1043 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.3 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.068E-03 < Second best 3.319E-03 IMAGR1: Field 7 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.918E-03 < Second best 3.181E-03 IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.09 MilliJy IMAGR1: 1406 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.444 MilliJy iter= 278 IMAGR1: Field 6 Clean flux density= 15.017 MilliJy 278 comps IMAGR1: Total Cleaned flux density = 1.144 Jy 1222 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.2 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.08 MilliJy IMAGR1: 467 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.301 MilliJy iter= 321 IMAGR1: Field 1 Clean flux density= 1.088 Jy 321 comps IMAGR1: Total Cleaned flux density = 1.122 Jy 1335 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.9 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.328E-03 < Second best 3.068E-03 IMAGR1: Field 5 min = -3.0 MilliJy,max = 3.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.05 MilliJy IMAGR1: 853 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.294 MilliJy iter= 217 IMAGR1: Field 5 Clean flux density= 28.289 MilliJy 217 comps IMAGR1: Total Cleaned flux density = 1.143 Jy 1485 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.472E-03 < Second best 2.918E-03 IMAGR1: Field 7 min = -2.5 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.463E-03 < Second best 2.626E-03 IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.070E-03 < Second best 2.472E-03 IMAGR1: BGC Clean: using 485 cell beam + residuals > 1.79 MilliJy IMAGR1: 368 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.879 MilliJy iter= 310 IMAGR1: Field 4 Clean flux density= -9.132 MilliJy 310 comps IMAGR1: Total Cleaned flux density = 1.148 Jy 1557 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 485 cell beam + residuals > 1.79 MilliJy IMAGR1: 268 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.867 MilliJy iter= 144 IMAGR1: Field 7 Clean flux density= 29.887 MilliJy 144 comps IMAGR1: Total Cleaned flux density = 1.152 Jy 1626 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 485 cell beam + residuals > 1.79 MilliJy IMAGR1: 50 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.811 MilliJy iter= 300 IMAGR1: Field 6 Clean flux density= 15.497 MilliJy 300 comps IMAGR1: Total Cleaned flux density = 1.153 Jy 1648 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 485 cell beam + residuals > 1.79 MilliJy IMAGR1: 108 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.834 MilliJy iter= 76 IMAGR1: Field 2 Clean flux density= -5.384 MilliJy 76 comps IMAGR1: Total Cleaned flux density = 1.150 Jy 1690 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.776E-03 < Second best 2.194E-03 IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.36 MilliJy IMAGR1: 1858 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.547 MilliJy iter= 454 IMAGR1: Field 5 Clean flux density= 16.347 MilliJy 454 comps IMAGR1: Total Cleaned flux density = 1.138 Jy 1927 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.34 MilliJy IMAGR1: 312 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.424 MilliJy iter= 442 IMAGR1: Field 3 Clean flux density= 3.946 MilliJy 442 comps IMAGR1: Total Cleaned flux density = 1.139 Jy 2047 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.30 MilliJy IMAGR1: 2656 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.505 MilliJy iter= 634 IMAGR1: Field 4 Clean flux density= 6.796 MilliJy 634 comps IMAGR1: Total Cleaned flux density = 1.155 Jy 2371 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.664E-03 < Second best 1.776E-03 IMAGR1: Field 1 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.24 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: 333 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.308 MilliJy iter= 450 IMAGR1: Field 1 Clean flux density= 1.098 Jy 450 comps IMAGR1: Total Cleaned flux density = 1.165 Jy 2500 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 458 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.274 MilliJy iter= 229 IMAGR1: Field 2 Clean flux density= -15.577 MilliJy 229 comps IMAGR1: Total Cleaned flux density = 1.154 Jy 2653 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.0 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 478 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.226 MilliJy iter= 442 IMAGR1: Field 6 Clean flux density= 15.396 MilliJy 442 comps IMAGR1: Total Cleaned flux density = 1.154 Jy 2795 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.14 MilliJy IMAGR1: 266 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.194 MilliJy iter= 259 IMAGR1: Field 7 Clean flux density= 25.750 MilliJy 259 comps IMAGR1: Total Cleaned flux density = 1.150 Jy 2910 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 456 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.131 MilliJy iter= 590 IMAGR1: Field 5 Clean flux density= 12.879 MilliJy 590 comps IMAGR1: Total Cleaned flux density = 1.147 Jy 3046 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 981.92 MicroJy IMAGR1: 453 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.030 MilliJy iter= 776 IMAGR1: Field 4 Clean flux density= 4.293 MilliJy 776 comps IMAGR1: Total Cleaned flux density = 1.144 Jy 3188 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 935.95 MicroJy IMAGR1: 1188 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.013 MilliJy iter= 704 IMAGR1: Field 3 Clean flux density= -6.096 MilliJy 704 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 3450 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 905.41 MicroJy IMAGR1: 176 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 936.710 MicroJy iter= 524 IMAGR1: Field 1 Clean flux density= 1.101 Jy 524 comps IMAGR1: Total Cleaned flux density = 1.138 Jy 3524 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.062E-03 < Second best 1.174E-03 IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 835.74 MicroJy IMAGR1: 1418 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -905.188 MicroJy iter= 733 IMAGR1: Field 6 Clean flux density= 14.377 MilliJy 733 comps IMAGR1: Total Cleaned flux density = 1.137 Jy 3815 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.015E-03 < Second best 1.083E-03 IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 769.43 MicroJy IMAGR1: 2623 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -857.871 MicroJy iter= 1014 IMAGR1: Field 5 Clean flux density= 3.212 MilliJy 1014 comps IMAGR1: Total Cleaned flux density = 1.127 Jy 4239 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 768.87 MicroJy IMAGR1: 690 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -809.865 MicroJy iter= 443 IMAGR1: Field 2 Clean flux density= -14.293 MilliJy 443 comps IMAGR1: Total Cleaned flux density = 1.128 Jy 4453 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 767.19 MicroJy IMAGR1: 355 Residual map points loaded IMAGR1: Field 7 min Clean flux = -809.339 MicroJy iter= 390 IMAGR1: Field 7 Clean flux density= 28.801 MilliJy 390 comps IMAGR1: Total Cleaned flux density = 1.131 Jy 4584 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.25 MicroJy IMAGR1: 992 Residual map points loaded IMAGR1: Field 4 min Clean flux = 809.436 MicroJy iter= 959 IMAGR1: Field 4 Clean flux density= 7.210 MilliJy 959 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 4767 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 371 cell beam + residuals > 693.88 MicroJy IMAGR1: 569 Residual map points loaded IMAGR1: Field 3 min Clean flux = -809.479 MicroJy iter= 733 IMAGR1: Field 3 Clean flux density= -6.312 MilliJy 733 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 4796 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -950.5 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.024E-04 < Second best 8.675E-04 IMAGR1: Field 6 min = -993.8 MicroJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 620.43 MicroJy IMAGR1: 906 Residual map points loaded IMAGR1: Field 6 min Clean flux = 808.002 MicroJy iter= 738 IMAGR1: Field 6 Clean flux density= 14.465 MilliJy 738 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 4801 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 536.68 MicroJy IMAGR1: 3078 Residual map points loaded IMAGR1: Field 5 min Clean flux = -807.660 MicroJy iter= 1019 IMAGR1: Field 5 Clean flux density= 3.130 MilliJy 1019 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 4806 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -953.2 MicroJy,max = 995.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 522.65 MicroJy IMAGR1: 2320 Residual map points loaded IMAGR1: Field 1 min Clean flux = -779.919 MicroJy iter= 526 IMAGR1: Field 1 Clean flux density= 1.101 Jy 526 comps IMAGR1: Total Cleaned flux density = 1.134 Jy 4808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 526 to 300 components IMAGR1: Field 2 compressed from 443 to 333 components IMAGR1: Field 3 compressed from 733 to 519 components IMAGR1: Field 4 compressed from 959 to 719 components IMAGR1: Field 5 compressed from 1019 to 721 components IMAGR1: Field 6 compressed from 738 to 509 components IMAGR1: Field 7 compressed from 390 to 290 components IMAGR1: Field 1 min = -950.3 MicroJy,max = 991.7 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.4 MilliJy IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.0 MilliJy IMAGR1: Field 6 min = -988.5 MicroJy,max = 1.4 MilliJy IMAGR1: Field 7 min = -984.9 MicroJy,max = 957.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -2.162 MilliJy ( 16 CCs) from field 1 to field 2 IMAGR1: Restore -9.345 MilliJy ( 23 CCs) from field 1 to field 3 IMAGR1: Restore -2.960 MilliJy ( 40 CCs) from field 1 to field 4 IMAGR1: Restore -9.869 MilliJy ( 37 CCs) from field 1 to field 5 IMAGR1: Restore -3.396 MilliJy ( 47 CCs) from field 1 to field 6 IMAGR1: Restore 5.709 MilliJy ( 36 CCs) from field 1 to field 7 IMAGR1: Restore 45.535 MicroJy ( 5 CCs) from field 2 to field 1 IMAGR1: Restore -1.357 MilliJy ( 22 CCs) from field 2 to field 3 IMAGR1: Restore 3.693 MilliJy ( 26 CCs) from field 2 to field 4 IMAGR1: Restore-316.617 MicroJy ( 26 CCs) from field 3 to field 1 IMAGR1: Restore-825.578 MicroJy ( 32 CCs) from field 3 to field 2 IMAGR1: Restore 8.100 MilliJy ( 45 CCs) from field 3 to field 5 IMAGR1: Restore -1.111 MilliJy ( 43 CCs) from field 4 to field 1 IMAGR1: Restore-761.937 MicroJy ( 44 CCs) from field 4 to field 2 IMAGR1: Restore 1.730 MilliJy ( 63 CCs) from field 4 to field 6 IMAGR1: Restore -1.245 MilliJy ( 33 CCs) from field 5 to field 1 IMAGR1: Restore 399.130 MicroJy ( 60 CCs) from field 5 to field 3 IMAGR1: Restore-135.418 MicroJy ( 24 CCs) from field 5 to field 7 IMAGR1: Restore 41.419 MicroJy ( 19 CCs) from field 6 to field 1 IMAGR1: Restore -5.457 MilliJy ( 44 CCs) from field 6 to field 4 IMAGR1: Restore -19.306 MicroJy ( 17 CCs) from field 6 to field 7 IMAGR1: Restore 1.296 MilliJy ( 6 CCs) from field 7 to field 1 IMAGR1: Restore -3.428 MilliJy ( 23 CCs) from field 7 to field 5 IMAGR1: Restore 389.388 MicroJy ( 14 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.099 Jy IMAGR1: Field 2 final Clean flux -18.043 MilliJy IMAGR1: Field 3 final Clean flux -16.615 MilliJy IMAGR1: Field 4 final Clean flux 2.487 MilliJy IMAGR1: Field 5 final Clean flux -2.068 MilliJy IMAGR1: Field 6 final Clean flux 13.188 MilliJy IMAGR1: Field 7 final Clean flux 34.355 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 49 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 69.2 Real= 71 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1549+506 X BAND Seq 1 Disk: 1 in slot 8 SETFC1: SETCEL: recommends IMSIZE 1359 CELLSIZE 0.23554 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23554 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 81.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 2 C 1 1012 1012 15 49 17.47 50 38 05.8 00001 -1 507 512 513 C 2 1012 1012 15 49 17.47 50 34 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 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.3319E-02 1.2000E-02 0 IMAGR1: Field 2 1012 1012 1.3319E-02 -2.0049E+02 0 IMAGR1: Field 3 1012 1012 -1.7352E+02 -1.0039E+02 0 IMAGR1: Field 4 1012 1012 1.7355E+02 -1.0039E+02 0 IMAGR1: Field 5 1012 1012 -1.7371E+02 1.0021E+02 0 IMAGR1: Field 6 1012 1012 1.7374E+02 1.0021E+02 0 IMAGR1: Field 7 1012 1012 1.3319E-02 2.0051E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1549+506_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1549+506 .IMAGR . 1 (UV) on disk 1 cno 56 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 11557 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.914E+04 IMAGR1: UVWAIT: Adding temperance S 7.827E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.021E+07 and out 5.210E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.145 due to weighting IMAGR1: UVWAIT: Average summed weight 3.914E+04 over 23114 vis IMAGR1: Create 1549+506 .IBM001. 1 (MA) on disk 1 cno 57 IMAGR1: Create 1549+506 .IBM002. 1 (MA) on disk 1 cno 58 IMAGR1: Create 1549+506 .IBM003. 1 (MA) on disk 1 cno 59 IMAGR1: Create 1549+506 .IBM004. 1 (MA) on disk 1 cno 60 IMAGR1: Create 1549+506 .IBM005. 1 (MA) on disk 1 cno 61 IMAGR1: Create 1549+506 .IBM006. 1 (MA) on disk 1 cno 62 IMAGR1: Create 1549+506 .IBM007. 1 (MA) on disk 1 cno 63 IMAGR1: Create 1549+506 .ICL001. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1549+506 .ICL002. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1549+506 .ICL003. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1549+506 .ICL004. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1549+506 .ICL005. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1549+506 .ICL006. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1549+506 .ICL007. 1 (MA) on disk 1 cno 70 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.53081E+08 IMAGR1: Field 1 Beam min = -141.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 881.868 x 674.781 Milliarcsec, PA= -65.0 IMAGR1: Field 2 Sum of gridding weights = 5.53081E+08 IMAGR1: Field 2 Beam min = -141.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 881.597 x 674.908 Milliarcsec, PA= -65.1 IMAGR1: Field 3 Sum of gridding weights = 5.53081E+08 IMAGR1: Field 3 Beam min = -145.8 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 882.249 x 674.894 Milliarcsec, PA= -65.1 IMAGR1: Field 4 Sum of gridding weights = 5.53079E+08 IMAGR1: Field 4 Beam min = -93.1 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 881.217 x 674.795 Milliarcsec, PA= -64.9 IMAGR1: Field 5 Sum of gridding weights = 5.53080E+08 IMAGR1: Field 5 Beam min = -145.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 882.523 x 674.764 Milliarcsec, PA= -65.1 IMAGR1: Field 6 Sum of gridding weights = 5.53080E+08 IMAGR1: Field 6 Beam min = -93.5 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 881.489 x 674.666 Milliarcsec, PA= -64.9 IMAGR1: Field 7 Sum of gridding weights = 5.53081E+08 IMAGR1: Field 7 Beam min = -141.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 882.141 x 674.652 Milliarcsec, PA= -65.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -78.1 MilliJy,max = 940.5 MilliJy IMAGR1: Field 2 min = -62.9 MilliJy,max = 161.4 MilliJy IMAGR1: Field 3 min = -77.6 MilliJy,max = 197.4 MilliJy IMAGR1: Field 4 min = -78.1 MilliJy,max = 148.5 MilliJy IMAGR1: Field 5 min = -78.6 MilliJy,max = 145.2 MilliJy IMAGR1: Field 6 min = -79.4 MilliJy,max = 203.3 MilliJy IMAGR1: Field 7 min = -61.6 MilliJy,max = 160.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 106.75 MilliJy IMAGR1: 1378 Residual map points loaded IMAGR1: Field 1 min allowed flux = 449.843 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 535.651 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 535.651 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -34.6 MilliJy,max = 404.9 MilliJy IMAGR1: BGC Clean: using 1979 cell beam + residuals > 67.75 MilliJy IMAGR1: 253 Residual map points loaded IMAGR1: Field 1 min allowed flux = 193.646 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 766.235 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 766.235 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -17.4 MilliJy,max = 174.3 MilliJy IMAGR1: BGC Clean: using 137 cell beam + residuals > 61.43 MilliJy IMAGR1: 17 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 80.301 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 874.684 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 874.684 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.1 MilliJy,max = 16.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.214E-02 < Second best 1.540E-01 IMAGR1: Field 2 min = -6.4 MilliJy,max = 14.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.377E-02 < Second best 1.529E-01 IMAGR1: Field 7 min = -5.8 MilliJy,max = 13.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.258E-02 < Second best 1.500E-01 IMAGR1: Field 3 min = -6.1 MilliJy,max = 16.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.301E-02 < Second best 1.200E-01 IMAGR1: Field 5 min = -6.1 MilliJy,max = 13.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.082E-02 < Second best 1.169E-01 IMAGR1: Field 4 min = -7.2 MilliJy,max = 13.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.097E-02 < Second best 7.636E-02 IMAGR1: Field 1 min = -9.5 MilliJy,max = 74.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 9.11 MilliJy IMAGR1: 1461 Residual map points loaded IMAGR1: Field 1 min allowed flux = 34.116 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 926.681 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 926.681 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.5 MilliJy,max = 31.4 MilliJy IMAGR1: BGC Clean: using 1979 cell beam + residuals > 5.14 MilliJy IMAGR1: 452 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.677 MilliJy iter= 44 IMAGR1: Field 1 Clean flux density= 947.205 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 947.205 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -10.0 MilliJy,max = 14.6 MilliJy IMAGR1: BGC Clean: using 133 cell beam + residuals > 5.77 MilliJy IMAGR1: 36 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -7.227 MilliJy iter= 59 IMAGR1: Field 1 Clean flux density= 951.552 MilliJy 59 comps IMAGR1: Total Cleaned flux density = 951.552 MilliJy 59 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.8 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.235E-03 < Second best 1.301E-02 IMAGR1: Field 3 min = -2.9 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.413E-03 < Second best 1.258E-02 IMAGR1: Field 7 min = -2.6 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.078E-03 < Second best 1.214E-02 IMAGR1: Field 6 min = -2.6 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.158E-03 < Second best 1.097E-02 IMAGR1: Field 4 min = -2.4 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.158E-03 < Second best 1.082E-02 IMAGR1: Field 5 min = -2.0 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.841E-03 < Second best 6.877E-03 IMAGR1: Field 1 min = -7.0 MilliJy,max = 7.0 MilliJy IMAGR1: BGC Clean: using 569 cell beam + residuals > 1.56 MilliJy IMAGR1: 4060 Residual map points loaded IMAGR1: Field 1 min allowed flux = -3.501 MilliJy iter= 105 IMAGR1: Field 1 Clean flux density= 944.765 MilliJy 105 comps IMAGR1: Total Cleaned flux density = 944.765 MilliJy 105 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.6 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.394E-03 < Second best 3.335E-03 IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 133 cell beam + residuals > 1.29 MilliJy IMAGR1: 1656 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.074 MilliJy iter= 189 IMAGR1: Field 1 Clean flux density= 947.943 MilliJy 189 comps IMAGR1: Total Cleaned flux density = 947.943 MilliJy 189 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.782E-03 < Second best 3.158E-03 IMAGR1: Field 6 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.605E-03 < Second best 3.078E-03 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.428E-03 < Second best 2.394E-03 IMAGR1: Field 3 min = -1.6 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.653E-03 < Second best 2.158E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.523E-03 < Second best 1.979E-03 IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 929.00 MicroJy IMAGR1: 1856 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.312 MilliJy iter= 282 IMAGR1: Field 1 Clean flux density= 949.844 MilliJy 282 comps IMAGR1: Total Cleaned flux density = 949.844 MilliJy 282 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.473E-03 < Second best 1.782E-03 IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.469E-03 < Second best 1.653E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.362E-03 < Second best 1.605E-03 IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 828.66 MicroJy IMAGR1: 1524 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.050 MilliJy iter= 82 IMAGR1: Field 6 Clean flux density= -1.455 MilliJy 82 comps IMAGR1: Total Cleaned flux density = 948.389 MilliJy 364 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 815.79 MicroJy IMAGR1: 2274 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.053 MilliJy iter= 116 IMAGR1: Field 4 Clean flux density= 2.840 MilliJy 116 comps IMAGR1: Total Cleaned flux density = 951.229 MilliJy 480 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 814.25 MicroJy IMAGR1: 3174 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.068 MilliJy iter= 166 IMAGR1: Field 5 Clean flux density= 1.192 MilliJy 166 comps IMAGR1: Total Cleaned flux density = 952.421 MilliJy 646 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.319E-03 < Second best 1.428E-03 IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.207E-03 < Second best 1.362E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.174E-03 < Second best 1.319E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 778.45 MicroJy IMAGR1: 1373 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 947.766 MicroJy iter= 146 IMAGR1: Field 2 Clean flux density= -2.620 MilliJy 146 comps IMAGR1: Total Cleaned flux density = 949.801 MilliJy 792 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.114E-03 < Second best 1.207E-03 IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 746.83 MicroJy IMAGR1: 1183 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -882.634 MicroJy iter= 146 IMAGR1: Field 7 Clean flux density= 3.661 MilliJy 146 comps IMAGR1: Total Cleaned flux density = 953.462 MilliJy 938 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.044E-03 < Second best 1.114E-03 IMAGR1: Field 1 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 741.27 MicroJy IMAGR1: 376 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 816.668 MicroJy iter= 379 IMAGR1: Field 1 Clean flux density= 948.547 MilliJy 379 comps IMAGR1: Total Cleaned flux density = 952.166 MilliJy 1035 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 740.04 MicroJy IMAGR1: 387 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 809.318 MicroJy iter= 100 IMAGR1: Field 3 Clean flux density= 1.361 MilliJy 100 comps IMAGR1: Total Cleaned flux density = 953.527 MilliJy 1135 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -958.9 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.656E-04 < Second best 1.008E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.173E-04 < Second best 1.004E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 641.77 MicroJy IMAGR1: 1507 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 746.721 MicroJy iter= 279 IMAGR1: Field 6 Clean flux density= -3.238 MilliJy 279 comps IMAGR1: Total Cleaned flux density = 951.743 MilliJy 1332 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -951.9 MicroJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 636.81 MicroJy IMAGR1: 1365 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 726.247 MicroJy iter= 312 IMAGR1: Field 4 Clean flux density= 3.567 MilliJy 312 comps IMAGR1: Total Cleaned flux density = 952.470 MilliJy 1528 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -845.9 MicroJy,max = 900.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.420E-04 < Second best 8.656E-04 IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 606.58 MicroJy IMAGR1: 2304 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 708.020 MicroJy iter= 438 IMAGR1: Field 5 Clean flux density= -363.006 MicroJy 438 comps IMAGR1: Total Cleaned flux density = 950.915 MilliJy 1800 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -954.8 MicroJy,max = 880.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.075E-04 < Second best 7.817E-04 IMAGR1: Field 1 min = -864.2 MicroJy,max = 925.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.974E-04 < Second best 7.752E-04 IMAGR1: Field 3 min = -899.5 MicroJy,max = 864.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 550.83 MicroJy IMAGR1: 1090 Residual map points loaded IMAGR1: Field 3 min Clean flux = 630.502 MicroJy iter= 232 IMAGR1: Field 3 Clean flux density= 506.366 MicroJy 232 comps IMAGR1: Total Cleaned flux density = 950.060 MilliJy 1932 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -852.9 MicroJy,max = 818.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 545.31 MicroJy IMAGR1: 1050 Residual map points loaded IMAGR1: Field 2 min Clean flux = 630.669 MicroJy iter= 270 IMAGR1: Field 2 Clean flux density= -1.948 MilliJy 270 comps IMAGR1: Total Cleaned flux density = 950.732 MilliJy 2056 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -788.5 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.330E-04 < Second best 7.075E-04 IMAGR1: Field 7 min = -968.7 MicroJy,max = 852.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 515.44 MicroJy IMAGR1: 1354 Residual map points loaded IMAGR1: Field 7 min Clean flux = -630.845 MicroJy iter= 206 IMAGR1: Field 7 Clean flux density= 2.994 MilliJy 206 comps IMAGR1: Total Cleaned flux density = 950.064 MilliJy 2116 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -737.7 MicroJy,max = 802.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.430E-04 < Second best 6.960E-04 IMAGR1: Field 4 min = -789.2 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 478.03 MicroJy IMAGR1: 2815 Residual map points loaded IMAGR1: Field 4 min Clean flux = -629.650 MicroJy iter= 333 IMAGR1: Field 4 Clean flux density= 3.122 MilliJy 333 comps IMAGR1: Total Cleaned flux density = 949.620 MilliJy 2137 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -844.5 MicroJy,max = 841.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 409.85 MicroJy IMAGR1: 7644 Residual map points loaded IMAGR1: Field 5 min Clean flux = -630.204 MicroJy iter= 442 IMAGR1: Field 5 Clean flux density= -487.416 MicroJy 442 comps IMAGR1: Total Cleaned flux density = 949.495 MilliJy 2141 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -735.0 MicroJy,max = 792.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 382.62 MicroJy IMAGR1: 6306 Residual map points loaded IMAGR1: Field 1 min Clean flux = 627.008 MicroJy iter= 383 IMAGR1: Field 1 Clean flux density= 948.806 MilliJy 383 comps IMAGR1: Total Cleaned flux density = 949.754 MilliJy 2145 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -770.3 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 351.52 MicroJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 6 min Clean flux = 629.769 MicroJy iter= 284 IMAGR1: Field 6 Clean flux density= -3.178 MilliJy 284 comps IMAGR1: Total Cleaned flux density = 949.815 MilliJy 2150 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 630.845 less than limit 630.900 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 383 to 139 components IMAGR1: Field 2 compressed from 270 to 201 components IMAGR1: Field 3 compressed from 232 to 177 components IMAGR1: Field 4 compressed from 333 to 264 components IMAGR1: Field 5 compressed from 442 to 323 components IMAGR1: Field 6 compressed from 284 to 227 components IMAGR1: Field 7 compressed from 206 to 154 components IMAGR1: Field 1 min = -732.3 MicroJy,max = 792.4 MicroJy IMAGR1: Field 2 min = -778.2 MicroJy,max = 801.8 MicroJy IMAGR1: Field 3 min = -840.2 MicroJy,max = 816.0 MicroJy IMAGR1: Field 4 min = -786.9 MicroJy,max = 1.0 MilliJy IMAGR1: Field 5 min = -840.0 MicroJy,max = 833.8 MicroJy IMAGR1: Field 6 min = -767.9 MicroJy,max = 1.0 MilliJy IMAGR1: Field 7 min = -927.8 MicroJy,max = 847.6 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 354.378 MicroJy ( 7 CCs) from field 1 to field 2 IMAGR1: Restore-541.104 MicroJy ( 9 CCs) from field 1 to field 3 IMAGR1: Restore -1.249 MilliJy ( 11 CCs) from field 1 to field 4 IMAGR1: Restore-376.487 MicroJy ( 8 CCs) from field 1 to field 5 IMAGR1: Restore-349.558 MicroJy ( 7 CCs) from field 1 to field 6 IMAGR1: Restore 206.150 MicroJy ( 4 CCs) from field 1 to field 7 IMAGR1: Restore 843.507 MicroJy ( 15 CCs) from field 2 to field 1 IMAGR1: Restore 1.714 MilliJy ( 16 CCs) from field 2 to field 3 IMAGR1: Restore-268.529 MicroJy ( 19 CCs) from field 2 to field 4 IMAGR1: Restore 242.633 MicroJy ( 18 CCs) from field 3 to field 1 IMAGR1: Restore 776.941 MicroJy ( 29 CCs) from field 3 to field 2 IMAGR1: Restore-361.134 MicroJy ( 11 CCs) from field 3 to field 5 IMAGR1: Restore-152.227 MicroJy ( 10 CCs) from field 4 to field 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Restore 536.504 MicroJy ( 22 CCs) from field 4 to field 2 IMAGR1: Restore 344.973 MicroJy ( 13 CCs) from field 4 to field 6 IMAGR1: Restore -8.986 MicroJy ( 12 CCs) from field 5 to field 1 IMAGR1: Restore-956.984 MicroJy ( 34 CCs) from field 5 to field 3 IMAGR1: Restore-155.938 MicroJy ( 25 CCs) from field 5 to field 7 IMAGR1: Restore 2.746 MicroJy ( 19 CCs) from field 6 to field 1 IMAGR1: Restore-688.857 MicroJy ( 36 CCs) from field 6 to field 4 IMAGR1: Restore-381.922 MicroJy ( 22 CCs) from field 6 to field 7 IMAGR1: Restore 63.397 MicroJy ( 6 CCs) from field 7 to field 1 IMAGR1: Restore-659.737 MicroJy ( 15 CCs) from field 7 to field 5 IMAGR1: Restore 121.712 MicroJy ( 11 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 949.797 MilliJy IMAGR1: Field 2 final Clean flux -280.246 MicroJy IMAGR1: Field 3 final Clean flux 721.822 MicroJy IMAGR1: Field 4 final Clean flux 915.424 MicroJy IMAGR1: Field 5 final Clean flux -1.885 MilliJy IMAGR1: Field 6 final Clean flux -3.061 MilliJy IMAGR1: Field 7 final Clean flux 2.662 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 56 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 49.5 Real= 51 Disk 1 in-CNO 45 renumbered as CNO 37 AIPS 1: Disk 1 in-CNO 46 renumbered as CNO 38 AIPS 1: Disk 1 in-CNO 47 renumbered as CNO 39 AIPS 1: Disk 1 in-CNO 48 renumbered as CNO 40 AIPS 1: Disk 1 in-CNO 49 renumbered as CNO 41 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1384 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1148+594_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :4 =1148+594' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1148+594_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 43 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 44 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 45 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 46 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 47 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 48 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 49 disk= 1 AIPS 1: Disk 1 in-CNO 50 renumbered as CNO 42 AIPS 1: Disk 1 in-CNO 51 renumbered as CNO 43 AIPS 1: Disk 1 in-CNO 52 renumbered as CNO 44 AIPS 1: Disk 1 in-CNO 53 renumbered as CNO 45 AIPS 1: Disk 1 in-CNO 54 renumbered as CNO 46 AIPS 1: Disk 1 in-CNO 55 renumbered as CNO 47 AIPS 1: Disk 1 in-CNO 56 renumbered as CNO 48 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1349 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1400+621_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :5 =1400+621' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1400+621_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 50 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 51 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 52 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 53 disk= 1 AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 54 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 55 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 56 disk= 1 AIPS 1: Disk 1 in-CNO 57 renumbered as CNO 49 AIPS 1: Disk 1 in-CNO 58 renumbered as CNO 50 AIPS 1: Disk 1 in-CNO 59 renumbered as CNO 51 AIPS 1: Disk 1 in-CNO 60 renumbered as CNO 52 AIPS 1: Disk 1 in-CNO 61 renumbered as CNO 53 AIPS 1: Disk 1 in-CNO 62 renumbered as CNO 54 AIPS 1: Disk 1 in-CNO 63 renumbered as CNO 55 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1052 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1549+506_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :6 =1549+506' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1600+434 X BAND Seq 1 Disk: 1 in slot 9 SETFC1: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23322 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23322 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 74.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 2 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 PS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 4.3681E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 4.3681E-02 -1.9856E+02 0 IMAGR1: Field 3 1012 1012 -1.7184E+02 -9.9360E+01 0 IMAGR1: Field 4 1012 1012 1.7182E+02 -9.9360E+01 0 IMAGR1: Field 5 1012 1012 -1.7206E+02 9.9240E+01 0 IMAGR1: Field 6 1012 1012 1.7204E+02 9.9240E+01 0 IMAGR1: Field 7 1012 1012 4.3681E-02 1.9854E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1600+434_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1600+434 .IMAGR . 1 (UV) on disk 1 cno 63 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 17550 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 8.862E+04 IMAGR1: UVWAIT: Adding temperance S 1.772E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 6.224E+07 and out 8.769E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.171 due to weighting IMAGR1: UVWAIT: Average summed weight 8.862E+04 over 35100 vis IMAGR1: Create 1600+434 .IBM001. 1 (MA) on disk 1 cno 64 IMAGR1: Create 1600+434 .IBM002. 1 (MA) on disk 1 cno 65 IMAGR1: Create 1600+434 .IBM003. 1 (MA) on disk 1 cno 66 IMAGR1: Create 1600+434 .IBM004. 1 (MA) on disk 1 cno 67 IMAGR1: Create 1600+434 .IBM005. 1 (MA) on disk 1 cno 68 IMAGR1: Create 1600+434 .IBM006. 1 (MA) on disk 1 cno 69 IMAGR1: Create 1600+434 .IBM007. 1 (MA) on disk 1 cno 70 IMAGR1: Create 1600+434 .ICL001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1600+434 .ICL002. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1600+434 .ICL003. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1600+434 .ICL004. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1600+434 .ICL005. 1 (MA) on disk 1 cno 75 IMAGR1: Create 1600+434 .ICL006. 1 (MA) on disk 1 cno 76 IMAGR1: Create 1600+434 .ICL007. 1 (MA) on disk 1 cno 77 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 9.30987E+08 IMAGR1: Field 1 Beam min = -163.2 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 822.445 x 644.209 Milliarcsec, PA= -61.7 IMAGR1: Field 2 Sum of gridding weights = 9.30987E+08 IMAGR1: Field 2 Beam min = -163.2 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 822.214 x 644.382 Milliarcsec, PA= -61.7 IMAGR1: Field 3 Sum of gridding weights = 9.30986E+08 IMAGR1: Field 3 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 822.703 x 644.386 Milliarcsec, PA= -61.8 IMAGR1: Field 4 Sum of gridding weights = 9.30985E+08 IMAGR1: Field 4 Beam min = -134.8 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 821.958 x 644.203 Milliarcsec, PA= -61.6 IMAGR1: Field 5 Sum of gridding weights = 9.30986E+08 IMAGR1: Field 5 Beam min = -155.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 822.935 x 644.213 Milliarcsec, PA= -61.8 IMAGR1: Field 6 Sum of gridding weights = 9.30986E+08 IMAGR1: Field 6 Beam min = -151.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 822.189 x 644.031 Milliarcsec, PA= -61.6 IMAGR1: Field 7 Sum of gridding weights = 9.30986E+08 IMAGR1: Field 7 Beam min = -163.2 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 822.677 x 644.036 Milliarcsec, PA= -61.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -4.0 MilliJy,max = 20.6 MilliJy IMAGR1: Field 2 min = -2.4 MilliJy,max = 5.8 MilliJy IMAGR1: Field 3 min = -2.5 MilliJy,max = 9.4 MilliJy IMAGR1: Field 4 min = -2.2 MilliJy,max = 6.6 MilliJy IMAGR1: Field 5 min = -2.2 MilliJy,max = 7.3 MilliJy IMAGR1: Field 6 min = -2.4 MilliJy,max = 8.5 MilliJy IMAGR1: Field 7 min = -2.4 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 2.27 MilliJy IMAGR1: 11163 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.051 MilliJy iter= 14 IMAGR1: Field 1 Clean flux density= 20.574 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 20.574 MilliJy 14 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 10.0 MilliJy IMAGR1: BGC Clean: using 1061 cell beam + residuals > 1.99 MilliJy IMAGR1: 1695 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.946 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 32.512 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 32.512 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -911.0 MicroJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.468E-03 < Second best 5.356E-03 IMAGR1: Field 7 min = -898.2 MicroJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.232E-03 < Second best 5.014E-03 IMAGR1: Field 3 min = -878.0 MicroJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.298E-03 < Second best 4.897E-03 IMAGR1: Field 6 min = -877.3 MicroJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.247E-03 < Second best 4.706E-03 IMAGR1: Field 1 min = -1.3 MilliJy,max = 4.6 MilliJy IMAGR1: BGC Clean: using 601 cell beam + residuals > 1.56 MilliJy IMAGR1: 241 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.159 MilliJy iter= 50 IMAGR1: Field 1 Clean flux density= 38.747 MilliJy 50 comps IMAGR1: Total Cleaned flux density = 38.747 MilliJy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -622.4 MicroJy,max = 840.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.289E-04 < Second best 3.468E-03 IMAGR1: Field 5 min = -603.1 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.435E-04 < Second best 2.055E-03 IMAGR1: Field 1 min = -881.1 MicroJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 603 cell beam + residuals > 552.72 MicroJy IMAGR1: 2236 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.053 MilliJy iter= 68 IMAGR1: Field 1 Clean flux density= 41.466 MilliJy 68 comps IMAGR1: Total Cleaned flux density = 41.466 MilliJy 68 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -692.7 MicroJy,max = 691.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.616E-04 < Second best 1.298E-03 IMAGR1: Field 3 min = -646.1 MicroJy,max = 715.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.842E-04 < Second best 1.247E-03 IMAGR1: Field 6 min = -739.5 MicroJy,max = 664.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.288E-04 < Second best 1.232E-03 IMAGR1: Field 7 min = -525.3 MicroJy,max = 638.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.792E-04 < Second best 1.003E-03 IMAGR1: Field 1 min = -980.1 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 374.14 MicroJy IMAGR1: 6213 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 589.530 MicroJy iter= 119 IMAGR1: Field 1 Clean flux density= 43.407 MilliJy 119 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 43.407 MilliJy 119 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -589.1 MicroJy,max = 608.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.818E-04 < Second best 6.616E-04 IMAGR1: Field 2 min = -642.2 MicroJy,max = 579.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.548E-04 < Second best 6.289E-04 IMAGR1: Field 4 min = -600.7 MicroJy,max = 534.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.748E-04 < Second best 6.288E-04 IMAGR1: Field 6 min = -564.2 MicroJy,max = 576.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.518E-04 < Second best 5.818E-04 IMAGR1: BGC Clean: using 599 cell beam + residuals > 362.49 MicroJy IMAGR1: 696 Residual map points loaded IMAGR1: Field 3 min Clean flux = -504.479 MicroJy iter= 5 IMAGR1: Field 3 Clean flux density= -48.479 MicroJy 5 comps IMAGR1: Total Cleaned flux density = 43.359 MilliJy 124 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -479.4 MicroJy,max = 571.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.394E-04 < Second best 5.748E-04 IMAGR1: Field 4 min = -596.3 MicroJy,max = 533.0 MicroJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 362.49 MicroJy IMAGR1: 396 Residual map points loaded IMAGR1: Field 4 min Clean flux = -506.512 MicroJy iter= 6 IMAGR1: Field 4 Clean flux density= -110.426 MicroJy 6 comps IMAGR1: Total Cleaned flux density = 43.248 MilliJy 130 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -586.4 MicroJy,max = 571.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 315.46 MicroJy IMAGR1: 7298 Residual map points loaded IMAGR1: Field 1 min Clean flux = -511.020 MicroJy iter= 192 IMAGR1: Field 1 Clean flux density= 44.948 MilliJy 192 comps IMAGR1: Total Cleaned flux density = 44.789 MilliJy 203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -531.7 MicroJy,max = 482.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.092E-04 < Second best 5.518E-04 IMAGR1: Field 6 min = -468.4 MicroJy,max = 513.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.646E-04 < Second best 5.435E-04 IMAGR1: Field 5 min = -457.1 MicroJy,max = 504.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.545E-04 < Second best 5.394E-04 IMAGR1: Field 7 min = -461.5 MicroJy,max = 507.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.755E-04 < Second best 5.092E-04 IMAGR1: BGC Clean: using 103 cell beam + residuals > 228.26 MicroJy IMAGR1: 19983 Residual map points loaded IMAGR1: Field 2 min Clean flux = -492.655 MicroJy iter= 2 IMAGR1: Field 2 Clean flux density= -102.440 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 44.687 MilliJy 205 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 511.020 less than limit 511.970 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 192 to 84 components IMAGR1: Field 2 compressed from 2 to 2 components IMAGR1: Field 3 compressed from 5 to 4 components IMAGR1: Field 4 compressed from 6 to 5 components IMAGR1: Field 5 compressed from 0 to 0 components IMAGR1: Field 6 compressed from 0 to 0 components IMAGR1: Field 7 compressed from 0 to 0 components IMAGR1: Field 1 min = -527.8 MicroJy,max = 492.2 MicroJy IMAGR1: Field 2 min = -491.3 MicroJy,max = 478.9 MicroJy IMAGR1: Field 3 min = -483.9 MicroJy,max = 524.1 MicroJy IMAGR1: Field 4 min = -511.8 MicroJy,max = 461.7 MicroJy IMAGR1: Field 5 min = -455.6 MicroJy,max = 504.3 MicroJy IMAGR1: Field 6 min = -468.5 MicroJy,max = 513.0 MicroJy IMAGR1: Field 7 min = -460.9 MicroJy,max = 506.0 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-106.521 MicroJy ( 2 CCs) from field 1 to field 2 IMAGR1: Restore-714.171 Nano Jy ( 2 CCs) from field 1 to field 4 IMAGR1: Restore -52.827 MicroJy ( 3 CCs) from field 1 to field 6 IMAGR1: Restore-113.586 MicroJy ( 2 CCs) from field 3 to field 1 IMAGR1: Restore 1.969 MicroJy ( 3 CCs) from field 3 to field 2 IMAGR1: Restore 53.296 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore-113.295 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 44.888 MilliJy IMAGR1: Field 2 final Clean flux -206.992 MicroJy IMAGR1: Field 3 final Clean flux -48.479 MicroJy IMAGR1: Field 4 final Clean flux -111.140 MicroJy IMAGR1: Field 5 final Clean flux 0.000 Jy IMAGR1: Field 6 final Clean flux -166.123 MicroJy IMAGR1: Field 7 final Clean flux 0.000 Jy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 63 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 25.4 Real= 33 PS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1559+437 X BAND Seq 1 Disk: 1 in slot 10 SETFC1: SETCEL: recommends IMSIZE 1372 CELLSIZE 0.23326 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23326 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 75.3 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 1 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 PS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.0823E-02 4.0000E-02 0 IMAGR1: Field 2 1012 1012 -1.0823E-02 -1.9856E+02 0 IMAGR1: Field 3 1012 1012 -1.7187E+02 -9.9360E+01 0 IMAGR1: Field 4 1012 1012 1.7185E+02 -9.9360E+01 0 IMAGR1: Field 5 1012 1012 -1.7209E+02 9.9240E+01 0 IMAGR1: Field 6 1012 1012 1.7207E+02 9.9240E+01 0 IMAGR1: Field 7 1012 1012 -1.0823E-02 1.9854E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1559+437_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1559+437 .IMAGR . 1 (UV) on disk 1 cno 70 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5200 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.353E+04 IMAGR1: UVWAIT: Adding temperance S 6.706E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.838E+07 and out 2.221E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.130 due to weighting IMAGR1: UVWAIT: Average summed weight 3.353E+04 over 10400 vis IMAGR1: Create 1559+437 .IBM001. 1 (MA) on disk 1 cno 71 IMAGR1: Create 1559+437 .IBM002. 1 (MA) on disk 1 cno 72 IMAGR1: Create 1559+437 .IBM003. 1 (MA) on disk 1 cno 73 IMAGR1: Create 1559+437 .IBM004. 1 (MA) on disk 1 cno 74 IMAGR1: Create 1559+437 .IBM005. 1 (MA) on disk 1 cno 75 IMAGR1: Create 1559+437 .IBM006. 1 (MA) on disk 1 cno 76 IMAGR1: Create 1559+437 .IBM007. 1 (MA) on disk 1 cno 77 IMAGR1: Create 1559+437 .ICL001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1559+437 .ICL002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1559+437 .ICL003. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1559+437 .ICL004. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1559+437 .ICL005. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1559+437 .ICL006. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1559+437 .ICL007. 1 (MA) on disk 1 cno 84 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.35757E+08 IMAGR1: Field 1 Beam min = -121.3 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 848.717 x 696.013 Milliarcsec, PA= -64.0 IMAGR1: Field 2 Sum of gridding weights = 2.35757E+08 IMAGR1: Field 2 Beam min = -111.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 848.494 x 696.186 Milliarcsec, PA= -64.0 IMAGR1: Field 3 Sum of gridding weights = 2.35757E+08 IMAGR1: Field 3 Beam min = -116.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 849.003 x 696.183 Milliarcsec, PA= -64.1 IMAGR1: Field 4 Sum of gridding weights = 2.35756E+08 IMAGR1: Field 4 Beam min = -109.2 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 848.211 x 696.017 Milliarcsec, PA= -63.9 IMAGR1: Field 5 Sum of gridding weights = 2.35756E+08 IMAGR1: Field 5 Beam min = -116.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 849.232 x 696.007 Milliarcsec, PA= -64.1 IMAGR1: Field 6 Sum of gridding weights = 2.35757E+08 IMAGR1: Field 6 Beam min = -117.9 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 848.436 x 695.843 Milliarcsec, PA= -63.8 IMAGR1: Field 7 Sum of gridding weights = 2.35757E+08 IMAGR1: Field 7 Beam min = -109.4 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 848.945 x 695.838 Milliarcsec, PA= -63.9 IMAGR1: CLBHIS: minimum component 0.500 of current peak LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min = -9.4 MilliJy,max = 77.8 MilliJy IMAGR1: Field 2 min = -7.3 MilliJy,max = 28.7 MilliJy IMAGR1: Field 3 min = -8.0 MilliJy,max = 43.6 MilliJy IMAGR1: Field 4 min = -7.5 MilliJy,max = 26.0 MilliJy IMAGR1: Field 5 min = -7.5 MilliJy,max = 25.5 MilliJy IMAGR1: Field 6 min = -9.0 MilliJy,max = 42.9 MilliJy IMAGR1: Field 7 min = -8.8 MilliJy,max = 28.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 12.39 MilliJy IMAGR1: 3180 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 43.568 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 41.055 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 41.055 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.8 MilliJy,max = 40.1 MilliJy IMAGR1: BGC Clean: using 1977 cell beam + residuals > 10.22 MilliJy IMAGR1: 651 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 20.175 MilliJy iter= 19 IMAGR1: Field 1 Clean flux density= 74.467 MilliJy 19 comps IMAGR1: Total Cleaned flux density = 74.467 MilliJy 19 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -3.4 MilliJy,max = 14.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.076E-02 < Second best 3.094E-02 IMAGR1: Field 6 min = -3.9 MilliJy,max = 14.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.191E-02 < Second best 2.738E-02 IMAGR1: Field 2 min = -3.4 MilliJy,max = 8.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.113E-03 < Second best 2.693E-02 IMAGR1: Field 7 min = -3.5 MilliJy,max = 8.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.472E-03 < Second best 1.920E-02 IMAGR1: Field 1 min = -4.6 MilliJy,max = 20.1 MilliJy IMAGR1: BGC Clean: using 753 cell beam + residuals > 6.78 MilliJy IMAGR1: 333 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 10.023 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 97.548 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 97.548 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.4 MilliJy,max = 4.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.538E-03 < Second best 1.822E-02 IMAGR1: Field 5 min = -2.1 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.396E-03 < Second best 1.191E-02 IMAGR1: Field 6 min = -2.4 MilliJy,max = 7.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.341E-03 < Second best 1.076E-02 IMAGR1: Field 3 min = -2.2 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.174E-03 < Second best 9.541E-03 IMAGR1: Field 1 min = -3.2 MilliJy,max = 9.9 MilliJy IMAGR1: BGC Clean: using 1975 cell beam + residuals > 2.51 MilliJy IMAGR1: 2055 Residual map points loaded IMAGR1: Field 1 min allowed flux = 4.952 MilliJy iter= 52 IMAGR1: Field 1 Clean flux density= 109.556 MilliJy 52 comps IMAGR1: Total Cleaned flux density = 109.556 MilliJy 52 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.486E-03 < Second best 8.113E-03 IMAGR1: Field 2 min = -1.8 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.272E-03 < Second best 6.341E-03 IMAGR1: Field 6 min = -2.0 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.398E-03 < Second best 5.174E-03 IMAGR1: Field 3 min = -2.0 MilliJy,max = 3.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.392E-03 < Second best 4.715E-03 IMAGR1: Field 1 min = -3.2 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 1651 cell beam + residuals > 1.56 MilliJy IMAGR1: 2324 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.296 MilliJy iter= 79 IMAGR1: Field 1 Clean flux density= 113.652 MilliJy 79 comps IMAGR1: Total Cleaned flux density = 113.652 MilliJy 79 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.4 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.828E-03 < Second best 3.398E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.011E-03 < Second best 3.396E-03 IMAGR1: Field 5 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.543E-03 < Second best 2.486E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.844E-03 < Second best 2.392E-03 IMAGR1: Field 3 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.754E-03 < Second best 2.272E-03 IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.562E-03 < Second best 2.189E-03 IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 599 cell beam + residuals > 999.23 MicroJy IMAGR1: 5864 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.561 MilliJy iter= 137 IMAGR1: Field 1 Clean flux density= 119.854 MilliJy 137 comps IMAGR1: Total Cleaned flux density = 119.854 MilliJy 137 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.313E-03 < Second best 1.844E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.336E-03 < Second best 1.828E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.220E-03 < Second best 1.754E-03 IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.395E-03 < Second best 1.562E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.220E-03 < Second best 1.543E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.149E-03 < Second best 1.492E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 756.40 MicroJy IMAGR1: 6983 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.186 MilliJy iter= 239 IMAGR1: Field 1 Clean flux density= 119.267 MilliJy 239 comps IMAGR1: Total Cleaned flux density = 119.267 MilliJy 239 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -970.8 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.331E-04 < Second best 1.336E-03 IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.466E-04 < Second best 1.313E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.014E-03 < Second best 1.220E-03 IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.678E-04 < Second best 1.220E-03 IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.010E-03 < Second best 1.149E-03 IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.527E-04 < Second best 1.135E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 990.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.491E-04 < Second best 1.014E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 592.32 MicroJy IMAGR1: 2830 Residual map points loaded IMAGR1: Field 6 min Clean flux = 937.130 MicroJy iter= 6 IMAGR1: Field 6 Clean flux density= -13.236 MicroJy 6 comps IMAGR1: Total Cleaned flux density = 119.254 MilliJy 245 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 580.72 MicroJy IMAGR1: 3369 Residual map points loaded IMAGR1: Field 2 min Clean flux = 928.831 MicroJy iter= 4 IMAGR1: Field 2 Clean flux density= 198.090 MicroJy 4 comps IMAGR1: Total Cleaned flux density = 119.452 MilliJy 249 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 981.5 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 566.31 MicroJy IMAGR1: 2698 Residual map points loaded IMAGR1: Field 4 min Clean flux = -902.737 MicroJy iter= 2 IMAGR1: Field 4 Clean flux density= -185.098 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 119.267 MilliJy 251 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.0 MilliJy,max = 993.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 554.39 MicroJy IMAGR1: 2530 Residual map points loaded IMAGR1: Field 5 min Clean flux = 891.961 MicroJy iter= 2 IMAGR1: Field 5 Clean flux density= 186.219 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 119.453 MilliJy 253 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.2 MilliJy,max = 945.2 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 538.37 MicroJy IMAGR1: 8331 Residual map points loaded IMAGR1: Field 1 min Clean flux = 940.150 MicroJy iter= 241 IMAGR1: Field 1 Clean flux density= 119.455 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 119.641 MilliJy 255 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -952.5 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.722E-04 < Second best 9.331E-04 IMAGR1: Field 3 min = -944.2 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 442.42 MicroJy IMAGR1: 19987 Residual map points loaded IMAGR1: Field 3 min Clean flux = 938.629 MicroJy iter= 2 IMAGR1: Field 3 Clean flux density= -560.004 Nano Jy 2 comps IMAGR1: Total Cleaned flux density = 119.641 MilliJy 257 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 940.150 less than limit 940.549 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 241 to 115 components IMAGR1: Field 2 compressed from 4 to 4 components IMAGR1: Field 3 compressed from 2 to 2 components IMAGR1: Field 4 compressed from 2 to 2 components IMAGR1: Field 5 compressed from 2 to 2 components IMAGR1: Field 6 compressed from 6 to 5 components IMAGR1: Field 7 compressed from 0 to 0 components IMAGR1: Field 1 min = -1.2 MilliJy,max = 915.5 MicroJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 897.4 MicroJy IMAGR1: Field 3 min = -934.2 MicroJy,max = 1.1 MilliJy IMAGR1: Field 4 min = -1.2 MilliJy,max = 959.5 MicroJy IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 6 min = -985.9 MicroJy,max = 1.0 MilliJy IMAGR1: Field 7 min = -951.3 MicroJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-119.853 MicroJy ( 1 CCs) from field 1 to field 2 IMAGR1: Restore 1.604 MilliJy ( 12 CCs) from field 1 to field 3 IMAGR1: Restore 2.226 MilliJy ( 13 CCs) from field 1 to field 4 IMAGR1: Restore 879.771 MicroJy ( 6 CCs) from field 1 to field 5 IMAGR1: Restore 2.265 MilliJy ( 15 CCs) from field 1 to field 6 IMAGR1: Restore 162.391 MicroJy ( 1 CCs) from field 1 to field 7 IMAGR1: Restore -94.447 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR1: Restore -94.447 MicroJy ( 1 CCs) from field 2 to field 3 IMAGR1: Restore 292.537 MicroJy ( 3 CCs) from field 2 to field 4 IMAGR1: Restore 93.863 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore -90.274 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore -90.274 MicroJy ( 1 CCs) from field 4 to field 2 IMAGR1: Restore -94.824 MicroJy ( 1 CCs) from field 4 to field 6 IMAGR1: Restore 97.023 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR1: Restore-103.517 MicroJy ( 2 CCs) from field 6 to field 1 IMAGR1: Restore 93.713 MicroJy ( 1 CCs) from field 6 to field 4 IMAGR1: Restore-298.806 MicroJy ( 2 CCs) from field 6 to field 7 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 119.261 MilliJy IMAGR1: Field 2 final Clean flux -12.037 MicroJy IMAGR1: Field 3 final Clean flux 1.606 MilliJy IMAGR1: Field 4 final Clean flux 2.427 MilliJy IMAGR1: Field 5 final Clean flux 1.066 MilliJy IMAGR1: Field 6 final Clean flux 2.157 MilliJy IMAGR1: Field 7 final Clean flux -136.415 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 70 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 29.6 Real= 31 PS 1: rm -f /tmp/SETFC@1549+506_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 57 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 58 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 59 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 60 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 61 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 62 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 63 disk= 1 AIPS 1: Disk 1 in-CNO 64 renumbered as CNO 56 AIPS 1: Disk 1 in-CNO 65 renumbered as CNO 57 AIPS 1: Disk 1 in-CNO 66 renumbered as CNO 58 AIPS 1: Disk 1 in-CNO 67 renumbered as CNO 59 AIPS 1: Disk 1 in-CNO 68 renumbered as CNO 60 AIPS 1: Disk 1 in-CNO 69 renumbered as CNO 61 AIPS 1: Disk 1 in-CNO 70 renumbered as CNO 62 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.08533 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1600+434_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :7 =1600+434' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1600+434_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 64 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 65 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 66 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 67 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 68 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 69 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 70 disk= 1 AIPS 1: Disk 1 in-CNO 71 renumbered as CNO 63 AIPS 1: Disk 1 in-CNO 72 renumbered as CNO 64 AIPS 1: Disk 1 in-CNO 73 renumbered as CNO 65 AIPS 1: Disk 1 in-CNO 74 renumbered as CNO 66 AIPS 1: Disk 1 in-CNO 75 renumbered as CNO 67 AIPS 1: Disk 1 in-CNO 76 renumbered as CNO 68 AIPS 1: Disk 1 in-CNO 77 renumbered as CNO 69 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1568 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1559+437_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :8 =1559+437' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1559+437_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 71 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 72 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 73 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 74 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 75 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 76 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 77 disk= 1 AIPS 1: Disk 1 in-CNO 78 renumbered as CNO 70 AIPS 1: Disk 1 in-CNO 79 renumbered as CNO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1545+478 X BAND Seq 1 Disk: 1 in slot 11 SETFC1: SETCEL: recommends IMSIZE 1366 CELLSIZE 0.23424 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23424 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.055 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 80.1 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.1 Real= 1 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 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -3.0189E-03 3.3000E-02 0 IMAGR1: Field 2 1012 1012 -3.0189E-03 -1.9937E+02 0 IMAGR1: Field 3 1012 1012 -1.7259E+02 -9.9767E+01 0 IMAGR1: Field 4 1012 1012 1.7258E+02 -9.9767E+01 0 IMAGR1: Field 5 1012 1012 -1.7279E+02 9.9633E+01 0 IMAGR1: Field 6 1012 1012 1.7278E+02 9.9633E+01 0 IMAGR1: Field 7 1012 1012 -3.0189E-03 1.9943E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1545+478_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1545+478 .IMAGR . 1 (UV) on disk 1 cno 77 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 4700 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.083E+04 IMAGR1: UVWAIT: Adding temperance S 6.167E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.614E+07 and out 1.937E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.140 due to weighting IMAGR1: UVWAIT: Average summed weight 3.083E+04 over 9253 vis IMAGR1: Create 1545+478 .IBM001. 1 (MA) on disk 1 cno 78 IMAGR1: Create 1545+478 .IBM002. 1 (MA) on disk 1 cno 79 IMAGR1: Create 1545+478 .IBM003. 1 (MA) on disk 1 cno 80 IMAGR1: Create 1545+478 .IBM004. 1 (MA) on disk 1 cno 81 IMAGR1: Create 1545+478 .IBM005. 1 (MA) on disk 1 cno 82 IMAGR1: Create 1545+478 .IBM006. 1 (MA) on disk 1 cno 83 IMAGR1: Create 1545+478 .IBM007. 1 (MA) on disk 1 cno 84 IMAGR1: Create 1545+478 .ICL001. 1 (MA) on disk 1 cno 85 IMAGR1: Create 1545+478 .ICL002. 1 (MA) on disk 1 cno 86 IMAGR1: Create 1545+478 .ICL003. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1545+478 .ICL004. 1 (MA) on disk 1 cno 88 IMAGR1: Create 1545+478 .ICL005. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1545+478 .ICL006. 1 (MA) on disk 1 cno 90 IMAGR1: Create 1545+478 .ICL007. 1 (MA) on disk 1 cno 91 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.05590E+08 IMAGR1: Field 1 Beam min = -146.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 932.525 x 700.533 Milliarcsec, PA= -73.7 IMAGR1: Field 2 Sum of gridding weights = 2.05590E+08 IMAGR1: Field 2 Beam min = -143.7 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 932.329 x 700.651 Milliarcsec, PA= -73.8 IMAGR1: Field 3 Sum of gridding weights = 2.05589E+08 IMAGR1: Field 3 Beam min = -131.1 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 933.020 x 700.620 Milliarcsec, PA= -73.8 IMAGR1: Field 4 Sum of gridding weights = 2.05589E+08 IMAGR1: Field 4 Beam min = -125.3 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 931.835 x 700.562 Milliarcsec, PA= -73.7 IMAGR1: Field 5 Sum of gridding weights = 2.05589E+08 IMAGR1: Field 5 Beam min = -118.6 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 933.219 x 700.501 Milliarcsec, PA= -73.8 IMAGR1: Field 6 Sum of gridding weights = 2.05589E+08 IMAGR1: Field 6 Beam min = -146.7 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 932.035 x 700.444 Milliarcsec, PA= -73.6 IMAGR1: Field 7 Sum of gridding weights = 2.05590E+08 IMAGR1: Field 7 Beam min = -121.4 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 932.722 x 700.413 Milliarcsec, PA= -73.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -29.6 MilliJy,max = 317.4 MilliJy IMAGR1: Field 2 min = -27.9 MilliJy,max = 111.2 MilliJy IMAGR1: Field 3 min = -31.9 MilliJy,max = 138.7 MilliJy IMAGR1: Field 4 min = -30.7 MilliJy,max = 99.9 MilliJy IMAGR1: Field 5 min = -32.4 MilliJy,max = 99.2 MilliJy IMAGR1: Field 6 min = -31.8 MilliJy,max = 137.7 MilliJy IMAGR1: Field 7 min = -27.6 MilliJy,max = 110.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 63.62 MilliJy IMAGR1: 859 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 208.267 MilliJy iter= 5 IMAGR1: Field 1 Clean flux density= 129.992 MilliJy 5 comps IMAGR1: Total Cleaned flux density = 129.992 MilliJy 5 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -18.5 MilliJy,max = 187.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 41.74 MilliJy IMAGR1: 552 Residual map points loaded IMAGR1: Field 1 min allowed flux = 89.653 MilliJy iter= 13 IMAGR1: Field 1 Clean flux density= 236.746 MilliJy 13 comps IMAGR1: Total Cleaned flux density = 236.746 MilliJy 13 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -7.7 MilliJy,max = 29.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.835E-02 < Second best 1.051E-01 IMAGR1: Field 7 min = -7.9 MilliJy,max = 29.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.830E-02 < Second best 1.030E-01 IMAGR1: Field 3 min = -8.5 MilliJy,max = 36.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.831E-02 < Second best 1.029E-01 IMAGR1: Field 6 min = -8.9 MilliJy,max = 37.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.778E-02 < Second best 8.528E-02 IMAGR1: Field 1 min = -9.4 MilliJy,max = 80.7 MilliJy IMAGR1: BGC Clean: using 1645 cell beam + residuals > 24.38 MilliJy IMAGR1: 175 Residual map points loaded IMAGR1: Field 1 min allowed flux = 38.662 MilliJy iter= 22 IMAGR1: Field 1 Clean flux density= 288.726 MilliJy 22 comps IMAGR1: Total Cleaned flux density = 288.726 MilliJy 22 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -4.7 MilliJy,max = 12.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.808E-03 < Second best 6.917E-02 IMAGR1: Field 4 min = -4.3 MilliJy,max = 12.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.219E-03 < Second best 3.678E-02 IMAGR1: Field 1 min = -5.7 MilliJy,max = 35.7 MilliJy IMAGR1: BGC Clean: using 1989 cell beam + residuals > 9.57 MilliJy IMAGR1: 272 Residual map points loaded IMAGR1: Field 1 min allowed flux = 17.135 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 311.498 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 311.498 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 5.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.328E-03 < Second best 2.831E-02 IMAGR1: Field 3 min = -3.4 MilliJy,max = 6.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.274E-03 < Second best 2.830E-02 IMAGR1: Field 7 min = -3.0 MilliJy,max = 6.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.933E-03 < Second best 2.778E-02 IMAGR1: Field 6 min = -3.0 MilliJy,max = 6.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.743E-03 < Second best 1.630E-02 IMAGR1: Field 1 min = -5.5 MilliJy,max = 15.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.43 MilliJy IMAGR1: 1357 Residual map points loaded IMAGR1: Field 1 min allowed flux = -7.034 MilliJy iter= 41 IMAGR1: Field 1 Clean flux density= 320.857 MilliJy 41 comps IMAGR1: Total Cleaned flux density = 320.857 MilliJy 41 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.7 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.842E-03 < Second best 8.808E-03 IMAGR1: Field 5 min = -2.6 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.882E-03 < Second best 6.695E-03 IMAGR1: Field 1 min = -6.3 MilliJy,max = 7.2 MilliJy IMAGR1: BGC Clean: using 1637 cell beam + residuals > 2.29 MilliJy IMAGR1: 1222 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.572 MilliJy iter= 63 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 Clean flux density= 321.179 MilliJy 63 comps IMAGR1: Total Cleaned flux density = 321.179 MilliJy 63 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.776E-03 < Second best 5.743E-03 IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.642E-03 < Second best 5.328E-03 IMAGR1: Field 2 min = -2.7 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.537E-03 < Second best 5.274E-03 IMAGR1: Field 3 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.364E-03 < Second best 3.403E-03 IMAGR1: Field 1 min = -3.4 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 585 cell beam + residuals > 1.56 MilliJy IMAGR1: 1965 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -2.230 MilliJy iter= 96 IMAGR1: Field 1 Clean flux density= 319.836 MilliJy 96 comps IMAGR1: Total Cleaned flux density = 319.836 MilliJy 96 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.898E-03 < Second best 2.842E-03 IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.875E-03 < Second best 2.776E-03 IMAGR1: Field 7 min = -1.9 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.183E-03 < Second best 2.642E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.039E-03 < Second best 2.537E-03 IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.904E-03 < Second best 2.364E-03 IMAGR1: Field 3 min = -1.9 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.786E-03 < Second best 2.183E-03 IMAGR1: BGC Clean: using 747 cell beam + residuals > 1.21 MilliJy IMAGR1: 3006 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.636 MilliJy iter= 40 IMAGR1: Field 7 Clean flux density= 1.588 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 321.423 MilliJy 136 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR1: 3219 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.597 MilliJy iter= 173 IMAGR1: Field 1 Clean flux density= 319.358 MilliJy 173 comps IMAGR1: Total Cleaned flux density = 320.946 MilliJy 213 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.296E-03 < Second best 1.904E-03 IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.545E-03 < Second best 1.898E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.318E-03 < Second best 1.875E-03 IMAGR1: Field 4 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.452E-03 < Second best 1.786E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.262E-03 < Second best 1.565E-03 IMAGR1: Field 7 min = -1.5 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.456E-03 < Second best 1.545E-03 IMAGR1: BGC Clean: using 449 cell beam + residuals > 945.65 MicroJy IMAGR1: 2350 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.213 MilliJy iter= 67 IMAGR1: Field 2 Clean flux density= 808.320 MicroJy 67 comps IMAGR1: Total Cleaned flux density = 321.754 MilliJy 280 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.250E-03 < Second best 1.456E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.376E-03 < Second best 1.452E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.113E-03 < Second best 1.376E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 812.08 MicroJy IMAGR1: 3838 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -1.090 MilliJy iter= 150 IMAGR1: Field 7 Clean flux density= 3.544 MilliJy 150 comps IMAGR1: Total Cleaned flux density = 323.711 MilliJy 390 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.730E-04 < Second best 1.296E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.960E-04 < Second best 1.262E-03 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.983E-04 < Second best 1.250E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 770.54 MicroJy IMAGR1: 670 Residual map points loaded IMAGR1: Field 1 min Clean flux = 986.678 MicroJy iter= 184 IMAGR1: Field 1 Clean flux density= 318.832 MilliJy 184 comps IMAGR1: Total Cleaned flux density = 323.185 MilliJy 401 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.058E-03 < Second best 1.113E-03 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.960E-04 < Second best 1.058E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 692.61 MicroJy IMAGR1: 3360 Residual map points loaded IMAGR1: Field 2 min Clean flux = 984.304 MicroJy iter= 88 IMAGR1: Field 2 Clean flux density= -542.171 MicroJy 88 comps IMAGR1: Total Cleaned flux density = 321.834 MilliJy 422 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.198E-04 < Second best 9.983E-04 IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 584.48 MicroJy IMAGR1: 3033 Residual map points loaded IMAGR1: Field 3 min Clean flux = -974.255 MicroJy iter= 2 IMAGR1: Field 3 Clean flux density= -196.816 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 321.638 MilliJy 424 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.378E-04 < Second best 9.960E-04 IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 541.66 MicroJy IMAGR1: 9017 Residual map points loaded IMAGR1: Field 4 min Clean flux = 984.886 MicroJy iter= 5 IMAGR1: Field 4 Clean flux density= 497.709 MicroJy 5 comps IMAGR1: Total Cleaned flux density = 322.135 MilliJy 429 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 476.57 MicroJy IMAGR1: 19985 Residual map points loaded IMAGR1: Field 5 min Clean flux = -983.707 MicroJy iter= 2 IMAGR1: Field 5 Clean flux density= 1.852 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 322.137 MilliJy 431 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 986.678 less than limit 989.314 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 184 to 59 components IMAGR1: Field 2 compressed from 88 to 73 components IMAGR1: Field 3 compressed from 2 to 2 components IMAGR1: Field 4 compressed from 5 to 5 components IMAGR1: Field 5 compressed from 2 to 2 components IMAGR1: Field 6 compressed from 0 to 0 components IMAGR1: Field 7 compressed from 150 to 120 components IMAGR1: Field 1 min = -996.5 MicroJy,max = 1.3 MilliJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 106.814 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR1: Restore-100.141 MicroJy ( 1 CCs) from field 1 to field 4 IMAGR1: Restore-100.141 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR1: Restore -36.710 MicroJy ( 2 CCs) from field 2 to field 1 IMAGR1: Restore-106.231 MicroJy ( 4 CCs) from field 2 to field 3 IMAGR1: Restore 41.593 MicroJy ( 12 CCs) from field 2 to field 4 IMAGR1: Restore -97.425 MicroJy ( 1 CCs) from field 3 to field 5 IMAGR1: Restore 100.443 MicroJy ( 1 CCs) from field 4 to field 1 IMAGR1: Restore 298.219 MicroJy ( 3 CCs) from field 4 to field 2 IMAGR1: Restore -98.371 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR1: Restore -98.371 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR1: Restore-575.884 MicroJy ( 10 CCs) from field 7 to field 1 IMAGR1: Restore 1.550 MilliJy ( 16 CCs) from field 7 to field 5 IMAGR1: Restore-350.616 MicroJy ( 18 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 318.222 MilliJy IMAGR1: Field 2 final Clean flux -243.952 MicroJy IMAGR1: Field 3 final Clean flux -196.233 MicroJy IMAGR1: Field 4 final Clean flux 439.161 MicroJy IMAGR1: Field 5 final Clean flux 1.454 MilliJy IMAGR1: Field 6 final Clean flux -450.757 MicroJy IMAGR1: Field 7 final Clean flux 3.446 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 77 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 32.8 Real= 35 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1634+627 X BAND Seq 1 Disk: 1 in slot 12 SETFC1: SETCEL: recommends IMSIZE 1421 CELLSIZE 0.22525 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22525 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:34:33.86 62:45:35.7 5.002 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 89.0 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 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 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 -1.9911E-02 -3.0000E-03 0 IMAGR1: Field 2 246 246 3.9204E-01 -2.0300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1634+627_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1634+627 .IMAGR . 1 (UV) on disk 1 cno 84 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 12025 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.623E+04 IMAGR1: UVWAIT: Adding temperance S 5.246E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 4.115E+07 and out 5.334E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.162 due to weighting IMAGR1: UVWAIT: Average summed weight 2.623E+04 over 23600 vis IMAGR1: Create 1634+627 .IBM001. 1 (MA) on disk 1 cno 85 IMAGR1: Create 1634+627 .IBM002. 1 (MA) on disk 1 cno 86 IMAGR1: Create 1634+627 .ICL001. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1634+627 .ICL002. 1 (MA) on disk 1 cno 88 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.66319E+08 IMAGR1: Field 1 Beam min = -72.4 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 915.114 x 638.846 Milliarcsec, PA= -47.0 IMAGR1: Field 2 Sum of gridding weights = 5.66327E+08 IMAGR1: Field 2 Beam min = -72.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 915.114 x 638.846 Milliarcsec, PA= -47.0 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -55.8 MilliJy,max = 769.8 MilliJy IMAGR1: Field 2 min = -69.1 MilliJy,max = 760.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 63.69 MilliJy IMAGR1: 7196 Residual map points loaded IMAGR1: Field 1 min allowed flux = 368.191 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 438.425 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 438.425 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -30.0 MilliJy,max = 325.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.095E-01 < Second best 3.500E-01 IMAGR1: Field 1 min = -24.7 MilliJy,max = 331.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 30.46 MilliJy IMAGR1: 5006 Residual map points loaded IMAGR1: Field 1 min allowed flux = 158.494 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 627.152 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 627.152 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -13.3 MilliJy,max = 144.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.373E-01 < Second best 1.507E-01 IMAGR1: Field 1 min = -12.5 MilliJy,max = 142.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 13.11 MilliJy IMAGR1: 8082 Residual map points loaded IMAGR1: Field 1 min allowed flux = 67.242 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 717.566 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 717.566 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.0 MilliJy,max = 62.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.966E-02 < Second best 6.394E-02 IMAGR1: Field 1 min = -11.1 MilliJy,max = 60.5 MilliJy IMAGR1: BGC Clean: using 2011 cell beam + residuals > 6.43 MilliJy IMAGR1: 12477 Residual map points loaded IMAGR1: Field 1 min allowed flux = 28.885 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 756.283 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 756.283 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -6.2 MilliJy,max = 27.7 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 5.99 MilliJy IMAGR1: 124 Residual map points loaded IMAGR1: Field 2 min allowed flux = 13.810 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 15.891 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 772.173 MilliJy 42 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -11.6 MilliJy,max = 13.2 MilliJy IMAGR1: BGC Clean: using 1699 cell beam + residuals > 4.14 MilliJy IMAGR1: 16442 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 7.870 MilliJy iter= 88 IMAGR1: Field 1 Clean flux density= 743.866 MilliJy 88 comps IMAGR1: Total Cleaned flux density = 759.757 MilliJy 96 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.5 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 4.02 MilliJy IMAGR1: 138 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.047 MilliJy iter= 36 IMAGR1: Field 2 Clean flux density= 28.852 MilliJy 36 comps IMAGR1: Total Cleaned flux density = 772.718 MilliJy 124 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.7 MilliJy,max = 8.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.72 MilliJy IMAGR1: 19798 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -6.664 MilliJy iter= 233 IMAGR1: Field 1 Clean flux density= 681.224 MilliJy 233 comps IMAGR1: Total Cleaned flux density = 710.076 MilliJy 269 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.8 MilliJy,max = 8.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.46 MilliJy IMAGR1: 19722 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.552 MilliJy iter= 450 IMAGR1: Field 1 Clean flux density= 695.235 MilliJy 450 comps IMAGR1: Total Cleaned flux density = 724.087 MilliJy 486 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.4 MilliJy,max = 7.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.15 MilliJy IMAGR1: 19641 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.810 MilliJy iter= 773 IMAGR1: Field 1 Clean flux density= 562.608 MilliJy 773 comps IMAGR1: Total Cleaned flux density = 591.459 MilliJy 809 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 5.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.15 MilliJy IMAGR1: 209 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.402 MilliJy iter= 97 IMAGR1: Field 2 Clean flux density= 51.629 MilliJy 97 comps IMAGR1: Total Cleaned flux density = 614.236 MilliJy 870 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -7.9 MilliJy,max = 7.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.87 MilliJy IMAGR1: 19679 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -4.155 MilliJy iter= 1243 IMAGR1: Field 1 Clean flux density= 703.170 MilliJy 1243 comps IMAGR1: Total Cleaned flux density = 754.798 MilliJy 1340 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -8.1 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.59 MilliJy IMAGR1: 19502 Residual map points loaded IMAGR1: Field 1 min allowed flux = -4.027 MilliJy iter= 1582 IMAGR1: Field 1 Clean flux density= 552.362 MilliJy 1582 comps IMAGR1: Total Cleaned flux density = 603.991 MilliJy 1679 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.6 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.58 MilliJy IMAGR1: 19498 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.572 MilliJy iter= 2301 IMAGR1: Field 1 Clean flux density= 779.898 MilliJy 2301 comps IMAGR1: Total Cleaned flux density = 831.527 MilliJy 2398 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.7 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 559 cell beam + residuals > 2.55 MilliJy IMAGR1: 13592 Residual map points loaded IMAGR1: Field 1 min allowed flux = -6.161 MilliJy iter= 2309 IMAGR1: Field 1 Clean flux density= 772.647 MilliJy 2309 comps IMAGR1: Total Cleaned flux density = 824.276 MilliJy 2406 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.9 MilliJy,max = 6.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR1: 19295 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.208 MilliJy iter= 3306 IMAGR1: Field 1 Clean flux density= 434.792 MilliJy 3306 comps IMAGR1: Total Cleaned flux density = 486.420 MilliJy 3403 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.1 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 2.35 MilliJy IMAGR1: 596 Residual map points loaded IMAGR1: Field 2 min allowed flux = 5.659 MilliJy iter= 107 IMAGR1: Field 2 Clean flux density= 59.533 MilliJy 107 comps IMAGR1: Total Cleaned flux density = 494.324 MilliJy 3413 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.33 MilliJy IMAGR1: 338 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.736 MilliJy iter= 173 IMAGR1: Field 2 Clean flux density= 81.803 MilliJy 173 comps IMAGR1: Total Cleaned flux density = 516.594 MilliJy 3479 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -5.6 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.10 MilliJy IMAGR1: 19476 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.757 MilliJy iter= 4481 IMAGR1: Field 1 Clean flux density= 703.090 MilliJy 4481 comps IMAGR1: Total Cleaned flux density = 784.893 MilliJy 4654 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.3 MilliJy,max = 5.1 MilliJy IMAGR1: BGC Clean: using 1389 cell beam + residuals > 2.06 MilliJy IMAGR1: 15427 Residual map points loaded IMAGR1: Field 1 min allowed flux = -6.023 MilliJy iter= 4489 IMAGR1: Field 1 Clean flux density= 696.050 MilliJy 4489 comps IMAGR1: Total Cleaned flux density = 777.852 MilliJy 4662 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -6.0 MilliJy,max = 5.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.90 MilliJy IMAGR1: 19233 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.756 MilliJy iter= 4949 IMAGR1: Field 1 Clean flux density= 566.594 MilliJy 4949 comps IMAGR1: Total Cleaned flux density = 648.397 MilliJy 5122 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 6.7 MilliJy IMAGR1: BGC Clean: using 129 cell beam + residuals > 1.94 MilliJy IMAGR1: 10616 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.325 MilliJy iter= 4961 IMAGR1: Field 1 Clean flux density= 571.818 MilliJy 4961 comps IMAGR1: Total Cleaned flux density = 653.621 MilliJy 5134 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.5 MilliJy,max = 5.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.73 MilliJy IMAGR1: 18922 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.160 MilliJy iter= 6321 IMAGR1: Field 1 Clean flux density= 577.894 MilliJy 6321 comps IMAGR1: Total Cleaned flux density = 659.697 MilliJy 6494 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.2 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR1: 128 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.590 MilliJy iter= 184 IMAGR1: Field 2 Clean flux density= 79.571 MilliJy 184 comps IMAGR1: Total Cleaned flux density = 657.465 MilliJy 6505 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.72 MilliJy IMAGR1: 55 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.726 MilliJy iter= 218 IMAGR1: Field 2 Clean flux density= 81.130 MilliJy 218 comps IMAGR1: Total Cleaned flux density = 659.024 MilliJy 6539 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -5.1 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 19715 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.693 MilliJy iter= 7885 IMAGR1: Field 1 Clean flux density= 505.524 MilliJy 7885 comps IMAGR1: Total Cleaned flux density = 586.654 MilliJy 8103 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.0 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.38 MilliJy IMAGR1: 144 Residual map points loaded IMAGR1: Field 2 min allowed flux = -1.498 MilliJy iter= 264 IMAGR1: Field 2 Clean flux density= 80.200 MilliJy 264 comps IMAGR1: Total Cleaned flux density = 585.724 MilliJy 8149 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -4.6 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 19638 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.465 MilliJy iter= 9701 IMAGR1: Field 1 Clean flux density= 485.215 MilliJy 9701 comps IMAGR1: Total Cleaned flux density = 565.414 MilliJy 9965 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 2 min = -4.7 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 131 cell beam + residuals > 1.26 MilliJy IMAGR1: 418 Residual map points loaded IMAGR1: Field 2 min allowed flux = -2.331 MilliJy iter= 274 IMAGR1: Field 2 Clean flux density= 76.991 MilliJy 274 comps IMAGR1: Total Cleaned flux density = 562.205 MilliJy 9975 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 398 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.240 MilliJy iter= 427 IMAGR1: Field 2 Clean flux density= 80.133 MilliJy 427 comps IMAGR1: Total Cleaned flux density = 565.347 MilliJy 10128 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.10 MilliJy IMAGR1: 19433 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.337 MilliJy iter= 11849 IMAGR1: Field 1 Clean flux density= 447.839 MilliJy 11849 comps IMAGR1: Total Cleaned flux density = 527.971 MilliJy 12276 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -4.6 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 1.16 MilliJy IMAGR1: 12230 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.274 MilliJy iter= 11866 IMAGR1: Field 1 Clean flux density= 446.450 MilliJy 11866 comps IMAGR1: Total Cleaned flux density = 526.582 MilliJy 12293 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.8 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.08 MilliJy IMAGR1: 19364 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.296 MilliJy iter= 14335 IMAGR1: Field 1 Clean flux density= 448.731 MilliJy 14335 comps IMAGR1: Total Cleaned flux density = 528.861 MilliJy 14762 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -4.2 MilliJy,max = 3.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.19 MilliJy IMAGR1: 19575 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.048 MilliJy iter= 14578 IMAGR1: Field 1 Clean flux density= 392.945 MilliJy 14578 comps IMAGR1: Total Cleaned flux density = 473.075 MilliJy 15005 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.0 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.04 MilliJy IMAGR1: 19278 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.273 MilliJy iter= 16635 IMAGR1: Field 1 Clean flux density= 581.493 MilliJy 16635 comps IMAGR1: Total Cleaned flux density = 661.623 MilliJy 17062 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -8.5 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 1389 cell beam + residuals > 1.42 MilliJy IMAGR1: 13772 Residual map points loaded IMAGR1: Field 1 min allowed flux = -4.157 MilliJy iter= 16644 IMAGR1: Field 1 Clean flux density= 576.166 MilliJy 16644 comps IMAGR1: Total Cleaned flux density = 656.296 MilliJy 17071 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.1 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.21 MilliJy IMAGR1: 19614 Residual map points loaded IMAGR1: Field 1 min allowed flux = -2.041 MilliJy iter= 17048 IMAGR1: Field 1 Clean flux density= 477.980 MilliJy 17048 comps IMAGR1: Total Cleaned flux density = 558.110 MilliJy 17475 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.4 MilliJy,max = 6.2 MilliJy IMAGR1: BGC Clean: using 559 cell beam + residuals > 1.25 MilliJy IMAGR1: 7090 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.029 MilliJy iter= 17060 IMAGR1: Field 1 Clean flux density= 482.954 MilliJy 17060 comps IMAGR1: Total Cleaned flux density = 563.084 MilliJy 17487 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 987.23 MicroJy IMAGR1: 19114 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.506 MilliJy iter= 17342 IMAGR1: Field 1 Clean flux density= 525.982 MilliJy 17342 comps IMAGR1: Total Cleaned flux density = 606.112 MilliJy 17769 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 129 cell beam + residuals > 946.46 MicroJy IMAGR1: 11955 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.624 MilliJy iter= 17365 IMAGR1: Field 1 Clean flux density= 521.324 MilliJy 17365 comps IMAGR1: Total Cleaned flux density = 601.455 MilliJy 17792 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 876.75 MicroJy IMAGR1: 18654 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.023 MilliJy iter= 20239 IMAGR1: Field 1 Clean flux density= 378.320 MilliJy 20239 comps IMAGR1: Total Cleaned flux density = 458.450 MilliJy 20666 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 2 min = -2.1 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 871.78 MicroJy IMAGR1: 477 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.280 MilliJy iter= 464 IMAGR1: Field 2 Clean flux density= 83.883 MilliJy 464 comps IMAGR1: Total Cleaned flux density = 462.199 MilliJy 20703 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 870.41 MicroJy IMAGR1: 220 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 874.875 MicroJy iter= 553 IMAGR1: Field 2 Clean flux density= 87.941 MilliJy 553 comps IMAGR1: Total Cleaned flux density = 466.258 MilliJy 20792 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 792.88 MicroJy IMAGR1: 19613 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.102 MilliJy iter= 20871 IMAGR1: Field 1 Clean flux density= 434.266 MilliJy 20871 comps IMAGR1: Total Cleaned flux density = 522.204 MilliJy 21424 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.3 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 551 cell beam + residuals > 729.98 MicroJy IMAGR1: 15966 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.651 MilliJy iter= 20882 IMAGR1: Field 1 Clean flux density= 431.810 MilliJy 20882 comps IMAGR1: Total Cleaned flux density = 519.748 MilliJy 21435 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.1 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 706.51 MicroJy IMAGR1: 19353 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -818.753 MicroJy iter= 24016 IMAGR1: Field 1 Clean flux density= 330.495 MilliJy 24016 comps IMAGR1: Total Cleaned flux density = 418.434 MilliJy 24569 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 2 min = -798.0 MicroJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 705.94 MicroJy IMAGR1: 484 Residual map points loaded IMAGR1: Field 2 min allowed flux = 958.530 MicroJy iter= 613 IMAGR1: Field 2 Clean flux density= 95.323 MilliJy 613 comps IMAGR1: Total Cleaned flux density = 425.816 MilliJy 24629 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 2 min = -755.0 MicroJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 704.23 MicroJy IMAGR1: 93 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -706.089 MicroJy iter= 646 IMAGR1: Field 2 Clean flux density= 97.594 MilliJy 646 comps IMAGR1: Total Cleaned flux density = 428.087 MilliJy 24662 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.0 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 743.99 MicroJy IMAGR1: 19939 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.121 MilliJy iter= 24529 IMAGR1: Field 1 Clean flux density= 392.887 MilliJy 24529 comps IMAGR1: Total Cleaned flux density = 490.479 MilliJy 25175 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.7 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 559 cell beam + residuals > 748.86 MicroJy IMAGR1: 10151 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.782 MilliJy iter= 24538 IMAGR1: Field 1 Clean flux density= 390.563 MilliJy 24538 comps IMAGR1: Total Cleaned flux density = 488.155 MilliJy 25184 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 670.69 MicroJy IMAGR1: 19831 Residual map points loaded IMAGR1: Field 1 min allowed flux = 818.840 MicroJy iter= 26632 IMAGR1: Field 1 Clean flux density= 269.184 MilliJy 26632 comps IMAGR1: Total Cleaned flux density = 366.775 MilliJy 27278 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 770.53 MicroJy IMAGR1: 19942 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.242 MilliJy iter= 27103 IMAGR1: Field 1 Clean flux density= 338.894 MilliJy 27103 comps IMAGR1: Total Cleaned flux density = 436.485 MilliJy 27749 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.9 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 553 cell beam + residuals > 795.53 MicroJy IMAGR1: 18410 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.932 MilliJy iter= 27155 IMAGR1: Field 1 Clean flux density= 325.861 MilliJy 27155 comps IMAGR1: Total Cleaned flux density = 423.453 MilliJy 27801 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 658.81 MicroJy IMAGR1: 19815 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -749.578 MicroJy iter= 30590 IMAGR1: Field 1 Clean flux density= 248.744 MilliJy 30590 comps IMAGR1: Total Cleaned flux density = 346.336 MilliJy 31236 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -3.1 MilliJy,max = 4.0 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 1.03 MilliJy IMAGR1: 17235 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.021 MilliJy iter= 30766 IMAGR1: Field 1 Clean flux density= 295.413 MilliJy 30766 comps IMAGR1: Total Cleaned flux density = 393.005 MilliJy 31412 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 629.39 MicroJy IMAGR1: 16712 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.211 MilliJy iter= 30778 IMAGR1: Field 1 Clean flux density= 293.465 MilliJy 30778 comps IMAGR1: Total Cleaned flux density = 391.056 MilliJy 31424 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 616.11 MicroJy IMAGR1: 19720 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 699.191 MicroJy iter= 34622 IMAGR1: Field 1 Clean flux density= 249.541 MilliJy 34622 comps IMAGR1: Total Cleaned flux density = 347.132 MilliJy 35268 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 2 min = -2.5 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 429 cell beam + residuals > 629.81 MicroJy IMAGR1: 1120 Residual map points loaded IMAGR1: Field 2 min allowed flux = 1.238 MilliJy iter= 665 IMAGR1: Field 2 Clean flux density= 96.805 MilliJy 665 comps IMAGR1: Total Cleaned flux density = 346.344 MilliJy 35287 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 618.94 MicroJy IMAGR1: 925 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -636.881 MicroJy iter= 1004 IMAGR1: Field 2 Clean flux density= 103.906 MilliJy 1004 comps IMAGR1: Total Cleaned flux density = 353.444 MilliJy 35626 comps IMAGR1: ALGSTB: All 150 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 139- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 629.37 MicroJy IMAGR1: 19105 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 709.272 MicroJy iter= 38624 IMAGR1: Field 1 Clean flux density= 285.127 MilliJy 38624 comps IMAGR1: Total Cleaned flux density = 389.031 MilliJy 39628 comps IMAGR1: ALGSTB: All 1118 Rows In AP (Max 2059) IMAGR1: ALGSTB field 1 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 1107- 0 Cells, with 12025 Pts IMAGR1: Field 1 min = -3.8 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 553 cell beam + residuals > 781.00 MicroJy IMAGR1: 16795 Residual map points loaded IMAGR1: Field 1 min allowed flux = -1.798 MilliJy iter= 38637 IMAGR1: Field 1 Clean flux density= 281.869 MilliJy 38637 comps IMAGR1: Total Cleaned flux density = 385.772 MilliJy 39641 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 744.11 MicroJy IMAGR1: 19525 Residual map points loaded IMAGR1: SOMETHING IS GOING WRONG - ABANDON CLEAN IMAGR1: Field 1 min algorithm flux= -959.535 MicroJy iter= 39984 IMAGR1: Field 1 Clean flux density= 225.495 MilliJy 39984 comps IMAGR1: Total Cleaned flux density = 329.398 MilliJy 40988 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 570.76 MicroJy IMAGR1: 18733 Residual map points loaded IMAGR1: Field 1 min allowed flux = 818.536 MicroJy iter= 40501 IMAGR1: Field 1 Clean flux density= 264.841 MilliJy 40501 comps IMAGR1: Total Cleaned flux density = 368.745 MilliJy 41505 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 507.78 MicroJy IMAGR1: 18153 Residual map points loaded IMAGR1: Field 1 min allowed flux = -865.857 MicroJy iter= 40577 IMAGR1: Field 1 Clean flux density= 257.595 MilliJy 40577 comps IMAGR1: Total Cleaned flux density = 361.499 MilliJy 41581 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 502.47 MicroJy IMAGR1: 18062 Residual map points loaded IMAGR1: Field 1 min Clean flux = 618.486 MicroJy iter= 42195 IMAGR1: Field 1 Clean flux density= 232.976 MilliJy 42195 comps IMAGR1: Total Cleaned flux density = 336.879 MilliJy 43199 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 834.5 MicroJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 104.18 MicroJy IMAGR1: 14891 Residual map points loaded IMAGR1: Field 2 min allowed flux = -620.996 MicroJy iter= 1023 IMAGR1: Field 2 Clean flux density= 103.410 MilliJy 1023 comps IMAGR1: Total Cleaned flux density = 336.383 MilliJy 43218 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -691.7 MicroJy,max = 728.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 42195 to 21338 components IMAGR1: Field 2 compressed from 1023 to 389 components IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: Field 2 min = -691.7 MicroJy,max = 728.4 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 655.133 MilliJy ( 493 CCs) from field 1 to field 2 IMAGR1: Restore 103.410 MilliJy ( 389 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 336.386 MilliJy IMAGR1: Field 2 final Clean flux 758.544 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 84 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 176.4 Real= 184 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1044 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1642+689 X BAND Seq 1 Disk: 1 in slot 13 SETFC1: SETCEL: recommends IMSIZE 1440 CELLSIZE 0.22234 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22234 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:42:07.80 68:56:38.9 1.721 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 94.2 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 42 07.85 68 56 39.8 00001 -1 1019 1024 1025 C 2 246 246 16 42 07.80 68 56 38.9 00002 -1 100 128 129 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1044 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 7.5448E-03 4.4000E-02 0 IMAGR1: Field 2 246 246 -2.6191E-01 -8.5600E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1642+689_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1642+689 .IMAGR . 1 (UV) on disk 1 cno 86 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 11715 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.569E+04 IMAGR1: UVWAIT: Adding temperance S 5.137E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.974E+07 and out 5.216E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 2.569E+04 over 23130 vis IMAGR1: Create 1642+689 .IBM001. 1 (MA) on disk 1 cno 87 IMAGR1: Create 1642+689 .IBM002. 1 (MA) on disk 1 cno 88 IMAGR1: Create 1642+689 .ICL001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1642+689 .ICL002. 1 (MA) on disk 1 cno 90 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 5.53745E+08 IMAGR1: Field 1 Beam min = -78.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 976.434 x 626.673 Milliarcsec, PA= -43.7 IMAGR1: Field 2 Sum of gridding weights = 5.53753E+08 IMAGR1: Field 2 Beam min = -78.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 976.435 x 626.677 Milliarcsec, PA= -43.7 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -65.1 MilliJy,max = 826.6 MilliJy IMAGR1: Field 2 min = -66.3 MilliJy,max = 828.8 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 79.75 MilliJy IMAGR1: 649 Residual map points loaded IMAGR1: Field 2 min allowed flux = 396.404 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 472.019 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 472.019 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -29.8 MilliJy,max = 360.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.428E-01 < Second best 3.771E-01 IMAGR1: Field 2 min = -29.1 MilliJy,max = 356.8 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 38.15 MilliJy IMAGR1: 539 Residual map points loaded IMAGR1: Field 2 min allowed flux = 163.724 MilliJy iter= 17 IMAGR1: Field 2 Clean flux density= 694.066 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 694.066 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.6 MilliJy,max = 153.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.460E-01 < Second best 1.558E-01 IMAGR1: Field 2 min = -15.8 MilliJy,max = 149.3 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 15.75 MilliJy IMAGR1: 634 Residual map points loaded IMAGR1: Field 2 min allowed flux = 72.636 MilliJy iter= 26 IMAGR1: Field 2 Clean flux density= 789.983 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 789.983 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -12.1 MilliJy,max = 67.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.456E-02 < Second best 6.910E-02 IMAGR1: Field 2 min = -12.3 MilliJy,max = 65.9 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 6.99 MilliJy IMAGR1: 835 Residual map points loaded IMAGR1: Field 2 min allowed flux = 32.201 MilliJy iter= 35 IMAGR1: Field 2 Clean flux density= 832.638 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 832.638 MilliJy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.6 MilliJy,max = 31.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 6.53 MilliJy IMAGR1: 423 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.734 MilliJy iter= 12 IMAGR1: Field 1 Clean flux density= 14.988 MilliJy 12 comps IMAGR1: Total Cleaned flux density = 847.626 MilliJy 47 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -14.6 MilliJy,max = 15.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 3.68 MilliJy IMAGR1: 847 Residual map points loaded IMAGR1: Field 2 min allowed flux = 7.463 MilliJy iter= 85 IMAGR1: Field 2 Clean flux density= 842.860 MilliJy 85 comps IMAGR1: Total Cleaned flux density = 857.849 MilliJy 97 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 11715 Pts IMAGR1: Field 1 min = -7.7 MilliJy,max = 7.7 MilliJy IMAGR1: BGC Clean: using 1889 cell beam + residuals > 2.09 MilliJy IMAGR1: 13539 Residual map points loaded IMAGR1: Field 1 min allowed flux = 3.824 MilliJy iter= 101 IMAGR1: Field 1 Clean flux density= 24.448 MilliJy 101 comps IMAGR1: Total Cleaned flux density = 867.308 MilliJy 186 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 4.4 MilliJy IMAGR1: BGC Clean: using 129 cell beam + residuals > 2.21 MilliJy IMAGR1: 361 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -2.863 MilliJy iter= 148 IMAGR1: Field 2 Clean flux density= 848.326 MilliJy 148 comps IMAGR1: Total Cleaned flux density = 872.774 MilliJy 249 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 11715 Pts IMAGR1: Field 1 min = -2.8 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 127 cell beam + residuals > 1.41 MilliJy IMAGR1: 16363 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.223 MilliJy iter= 289 IMAGR1: Field 1 Clean flux density= 53.736 MilliJy 289 comps IMAGR1: Total Cleaned flux density = 902.062 MilliJy 437 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.3 MilliJy,max = 3.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.37 MilliJy IMAGR1: 407 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.597 MilliJy iter= 222 IMAGR1: Field 2 Clean flux density= 847.039 MilliJy 222 comps IMAGR1: Total Cleaned flux density = 900.775 MilliJy 511 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 11715 Pts IMAGR1: Field 1 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.11 MilliJy IMAGR1: 18756 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.623 MilliJy iter= 579 IMAGR1: Field 1 Clean flux density= 63.098 MilliJy 579 comps IMAGR1: Total Cleaned flux density = 910.137 MilliJy 801 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 962.57 MicroJy IMAGR1: 17888 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.321 MilliJy iter= 927 IMAGR1: Field 1 Clean flux density= 65.453 MilliJy 927 comps IMAGR1: Total Cleaned flux density = 912.492 MilliJy 1149 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.5 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.184E-03 < Second best 1.266E-03 IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 826.44 MicroJy IMAGR1: 19479 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.106 MilliJy iter= 1374 IMAGR1: Field 1 Clean flux density= 75.085 MilliJy 1374 comps IMAGR1: Total Cleaned flux density = 922.124 MilliJy 1596 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 824.44 MicroJy IMAGR1: 162 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -854.975 MicroJy iter= 283 IMAGR1: Field 2 Clean flux density= 847.833 MilliJy 283 comps IMAGR1: Total Cleaned flux density = 922.918 MilliJy 1657 comps IMAGR1: ALGSTB: All 149 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 138- 0 Cells, with 11715 Pts IMAGR1: Field 1 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 699.97 MicroJy IMAGR1: 19445 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -913.066 MicroJy iter= 1942 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 Clean flux density= 68.281 MilliJy 1942 comps IMAGR1: Total Cleaned flux density = 916.113 MilliJy 2225 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 606.84 MicroJy IMAGR1: 18805 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 772.529 MicroJy iter= 2608 IMAGR1: Field 1 Clean flux density= 74.128 MilliJy 2608 comps IMAGR1: Total Cleaned flux density = 921.960 MilliJy 2891 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -868.3 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.886E-04 < Second best 7.407E-04 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 518.91 MicroJy IMAGR1: 19821 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -657.900 MicroJy iter= 3446 IMAGR1: Field 1 Clean flux density= 63.960 MilliJy 3446 comps IMAGR1: Total Cleaned flux density = 911.792 MilliJy 3729 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -689.4 MicroJy,max = 912.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 518.58 MicroJy IMAGR1: 38 Residual map points loaded IMAGR1: Field 2 min Clean flux = 615.874 MicroJy iter= 287 IMAGR1: Field 2 Clean flux density= 848.106 MilliJy 287 comps IMAGR1: Total Cleaned flux density = 912.066 MilliJy 3733 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 448.02 MicroJy IMAGR1: 19989 Residual map points loaded IMAGR1: Field 1 min Clean flux = 626.397 MicroJy iter= 3598 IMAGR1: Field 1 Clean flux density= 65.483 MilliJy 3598 comps IMAGR1: Total Cleaned flux density = 913.589 MilliJy 3885 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 626.397 less than limit 626.631 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 3598 to 2433 components IMAGR1: Field 2 compressed from 287 to 117 components IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: Field 2 min = -690.7 MicroJy,max = 844.7 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 38.748 MilliJy ( 133 CCs) from field 1 to field 2 IMAGR1: Restore 848.107 MilliJy ( 117 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 913.589 MilliJy IMAGR1: Field 2 final Clean flux 886.855 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 86 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 43.3 Real= 44 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1044 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0661 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1608+656 X BAND Seq 1 Disk: 1 in slot 14 SETFC1: SETCEL: recommends IMSIZE 1416 CELLSIZE 0.22609 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22609 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 16:09:14.01 65:32:29.3 0.067 1.000 0.000 SETFC1: 3 16:09:08.38 65:35:14.5 0.044 0.437 0.047 SETFC1: Add NVSS: wrote 2 fields to BOXFILE SETFC1: The Sun is 92.7 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 3 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.2 Real= 1 C 1 2036 2036 16 09 13.96 65 32 28.0 00001 -1 1019 1024 1025 C 2 246 246 16 09 14.01 65 32 29.3 00002 -1 100 128 129 C 3 246 246 16 09 08.38 65 35 14.5 00003 -1 100 128 129 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1044 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0661 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 2.4842E-02 5.1159E-11 0 IMAGR1: Field 2 246 246 3.3537E-01 1.3000E+00 0 IMAGR1: Field 3 246 246 -3.4630E+01 1.6650E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1608+656_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 IMAGR1: Create 1608+656 .IMAGR . 1 (UV) on disk 1 cno 88 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 29250 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 5.833E+04 IMAGR1: UVWAIT: Adding temperance S 1.167E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 9.897E+07 and out 1.614E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.155 due to weighting IMAGR1: UVWAIT: Average summed weight 5.833E+04 over 58500 vis IMAGR1: Create 1608+656 .IBM001. 1 (MA) on disk 1 cno 89 IMAGR1: Create 1608+656 .IBM002. 1 (MA) on disk 1 cno 90 IMAGR1: Create 1608+656 .IBM003. 1 (MA) on disk 1 cno 91 IMAGR1: Create 1608+656 .ICL001. 1 (MA) on disk 1 cno 92 IMAGR1: Create 1608+656 .ICL002. 1 (MA) on disk 1 cno 93 IMAGR1: Create 1608+656 .ICL003. 1 (MA) on disk 1 cno 94 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.71370E+09 IMAGR1: Field 1 Beam min = -142.4 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 938.106 x 599.083 Milliarcsec, PA= -51.5 IMAGR1: Field 2 Sum of gridding weights = 1.71372E+09 IMAGR1: Field 2 Beam min = -142.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 938.116 x 599.083 Milliarcsec, PA= -51.5 IMAGR1: Field 3 Sum of gridding weights = 1.71372E+09 IMAGR1: Field 3 Beam min = -142.4 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 938.642 x 599.037 Milliarcsec, PA= -51.6 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -4.7 MilliJy,max = 26.5 MilliJy IMAGR1: Field 2 min = -4.6 MilliJy,max = 26.5 MilliJy IMAGR1: Field 3 min = -1.1 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 1987 cell beam + residuals > 2.19 MilliJy IMAGR1: 13312 Residual map points loaded IMAGR1: Field 1 min allowed flux = 13.019 MilliJy iter= 9 IMAGR1: Field 1 Clean flux density= 16.683 MilliJy 9 comps IMAGR1: Total Cleaned flux density = 16.683 MilliJy 9 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.3 MilliJy,max = 12.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.167E-02 < Second best 1.238E-02 IMAGR1: Field 1 min = -3.3 MilliJy,max = 12.2 MilliJy IMAGR1: BGC Clean: using 1323 cell beam + residuals > 1.50 MilliJy IMAGR1: 10397 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.910 MilliJy iter= 30 IMAGR1: Field 1 Clean flux density= 35.007 MilliJy 30 comps IMAGR1: Total Cleaned flux density = 35.007 MilliJy 30 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.3 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.41 MilliJy IMAGR1: 576 Residual map points loaded IMAGR1: Field 2 min allowed flux = 2.865 MilliJy iter= 27 IMAGR1: Field 2 Clean flux density= 11.323 MilliJy 27 comps IMAGR1: Total Cleaned flux density = 46.330 MilliJy 57 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 29250 Pts IMAGR1: Field 1 min = -1.7 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.798E-03 < Second best 2.941E-03 IMAGR1: Field 3 min = -447.1 MicroJy,max = 659.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.305E-04 < Second best 2.798E-03 IMAGR1: BGC Clean: using 1987 cell beam + residuals > 483.92 MicroJy IMAGR1: 10485 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.462 MilliJy iter= 57 IMAGR1: Field 1 Clean flux density= 40.299 MilliJy 57 comps IMAGR1: Total Cleaned flux density = 51.623 MilliJy 84 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 444.41 MicroJy IMAGR1: 1409 Residual map points loaded IMAGR1: Field 2 min allowed flux = 727.867 MicroJy iter= 64 IMAGR1: Field 2 Clean flux density= 13.830 MilliJy 64 comps IMAGR1: Total Cleaned flux density = 54.129 MilliJy 121 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 29250 Pts IMAGR1: Field 1 min = -705.6 MicroJy,max = 877.0 MicroJy IMAGR1: BGC Clean: using 527 cell beam + residuals > 328.86 MicroJy IMAGR1: 9049 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 511.311 MicroJy iter= 143 IMAGR1: Field 1 Clean flux density= 42.379 MilliJy 143 comps IMAGR1: Total Cleaned flux density = 56.209 MilliJy 207 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -525.4 MicroJy,max = 543.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.207E-04 < Second best 6.305E-04 IMAGR1: Field 3 min = -382.8 MicroJy,max = 471.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.515E-04 < Second best 5.207E-04 IMAGR1: BGC Clean: using 281 cell beam + residuals > 348.14 MicroJy IMAGR1: 659 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -423.018 MicroJy iter= 115 IMAGR1: Field 2 Clean flux density= 13.903 MilliJy 115 comps IMAGR1: Total Cleaned flux density = 56.282 MilliJy 258 comps IMAGR1: ALGSTB: All 136 Rows In AP (Max 267) IMAGR1: ALGSTB field 2 Ipol gridded model subtraction chns 1- 2 IMAGR1: ALGSTB: Pass 1; 125- 0 Cells, with 29250 Pts LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min = -491.8 MicroJy,max = 480.3 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 257.18 MicroJy IMAGR1: 17170 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 397.676 MicroJy iter= 324 IMAGR1: Field 1 Clean flux density= 44.716 MilliJy 324 comps IMAGR1: Total Cleaned flux density = 58.619 MilliJy 439 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -358.6 MicroJy,max = 388.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.619E-04 < Second best 4.064E-04 IMAGR1: Field 2 min = -368.1 MicroJy,max = 406.0 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.539E-04 < Second best 3.807E-04 IMAGR1: Field 1 min = -390.8 MicroJy,max = 448.4 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 324 to 190 components IMAGR1: Field 2 compressed from 115 to 50 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 1 min = -390.8 MicroJy,max = 448.4 MicroJy IMAGR1: Field 2 min = -368.1 MicroJy,max = 406.0 MicroJy IMAGR1: Field 3 min = -358.6 MicroJy,max = 388.1 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 42.254 MilliJy ( 102 CCs) from field 1 to field 2 IMAGR1: Restore 611.295 MicroJy ( 6 CCs) from field 1 to field 3 IMAGR1: Restore 13.903 MilliJy ( 50 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 58.619 MilliJy IMAGR1: Field 2 final Clean flux 56.157 MilliJy IMAGR1: Field 3 final Clean flux 611.295 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 88 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 19.2 Real= 28 NO 71 AIPS 1: Disk 1 in-CNO 80 renumbered as CNO 72 AIPS 1: Disk 1 in-CNO 81 renumbered as CNO 73 AIPS 1: Disk 1 in-CNO 82 renumbered as CNO 74 AIPS 1: Disk 1 in-CNO 83 renumbered as CNO 75 AIPS 1: Disk 1 in-CNO 84 renumbered as CNO 76 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1649 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1545+478_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :9 =1545+478' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1545+478_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 78 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 79 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 80 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 81 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 82 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 83 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 84 disk= 1 AIPS 1: Disk 1 in-CNO 85 renumbered as CNO 77 AIPS 1: Disk 1 in-CNO 86 renumbered as CNO 78 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 79 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 80 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 81 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 82 AIPS 1: Disk 1 in-CNO 91 renumbered as CNO 83 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1031 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1634+627_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :10 =1634+627' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1634+627_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 85 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 86 disk= 1 AIPS 1: Disk 1 in-CNO 87 renumbered as CNO 84 AIPS 1: Disk 1 in-CNO 88 renumbered as CNO 85 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1044 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1642+689_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :11 =1642+689' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1642+689_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 87 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 88 disk= 1 AIPS 1: Disk 1 in-CNO 89 renumbered as CNO 86 AIPS 1: Disk 1 in-CNO 90 renumbered as CNO 87 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.0661 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1608+656_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :12 =1608+656' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1608+656_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1823+796 X BAND Seq 1 Disk: 1 in slot 15 SETFC1: SETCEL: recommends IMSIZE 1457 CELLSIZE 0.21965 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.21965 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 18:23:14.17 79:38:50.0 0.297 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 102.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.4 Real= 2 C 1 2036 2036 18 23 14.11 79 38 49.0 00001 -1 1019 1024 1025 C 2 246 246 18 23 14.17 79 38 50.0 00002 -1 100 128 129 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 3.2348E-03 -2.0000E-03 0 IMAGR1: Field 2 246 246 1.6498E-01 9.9800E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1823+796_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1823+796 .IMAGR . 1 (UV) on disk 1 cno 91 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6500 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.714E+04 IMAGR1: UVWAIT: Adding temperance S 5.428E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.190E+07 and out 2.857E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.147 due to weighting IMAGR1: UVWAIT: Average summed weight 2.714E+04 over 13000 vis IMAGR1: Create 1823+796 .IBM001. 1 (MA) on disk 1 cno 92 IMAGR1: Create 1823+796 .IBM002. 1 (MA) on disk 1 cno 93 IMAGR1: Create 1823+796 .ICL001. 1 (MA) on disk 1 cno 94 IMAGR1: Create 1823+796 .ICL002. 1 (MA) on disk 1 cno 95 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 3.03253E+08 IMAGR1: Field 1 Beam min = -96.0 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.063 x 0.640 arcsec, PA= -15.5 IMAGR1: Field 2 Sum of gridding weights = 3.03258E+08 IMAGR1: Field 2 Beam min = -96.4 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.063 x 0.640 arcsec, PA= -15.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -51.5 MilliJy,max = 533.9 MilliJy IMAGR1: Field 2 min = -52.0 MilliJy,max = 510.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 79.30 MilliJy IMAGR1: 3787 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 283.714 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 278.515 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 278.515 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -24.9 MilliJy,max = 244.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.329E-01 < Second best 2.698E-01 IMAGR1: Field 1 min = -24.7 MilliJy,max = 255.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 42.14 MilliJy IMAGR1: 2298 Residual map points loaded IMAGR1: Field 1 min allowed flux = 122.130 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 423.941 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 423.941 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.8 MilliJy,max = 105.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.007E-01 < Second best 1.161E-01 IMAGR1: Field 1 min = -10.8 MilliJy,max = 109.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 18.14 MilliJy IMAGR1: 2378 Residual map points loaded IMAGR1: Field 1 min allowed flux = 52.573 MilliJy iter= 23 IMAGR1: Field 1 Clean flux density= 486.542 MilliJy 23 comps IMAGR1: Total Cleaned flux density = 486.542 MilliJy 23 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -5.1 MilliJy,max = 46.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.400E-02 < Second best 5.000E-02 IMAGR1: Field 1 min = -4.8 MilliJy,max = 47.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 7.81 MilliJy IMAGR1: 2614 Residual map points loaded IMAGR1: Field 1 min allowed flux = 22.631 MilliJy iter= 31 IMAGR1: Field 1 Clean flux density= 513.490 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 513.490 MilliJy 31 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.9 MilliJy,max = 20.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.982E-02 < Second best 2.152E-02 IMAGR1: Field 1 min = -2.8 MilliJy,max = 20.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.36 MilliJy IMAGR1: 4245 Residual map points loaded IMAGR1: Field 1 min allowed flux = 9.552 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 526.267 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 526.267 MilliJy 40 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 9.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 3.09 MilliJy IMAGR1: 37 Residual map points loaded IMAGR1: Field 2 min allowed flux = 4.452 MilliJy iter= 8 IMAGR1: Field 2 Clean flux density= 5.209 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 531.476 MilliJy 48 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.8 MilliJy,max = 4.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.42 MilliJy IMAGR1: 7454 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.146 MilliJy iter= 66 IMAGR1: Field 1 Clean flux density= 531.674 MilliJy 66 comps IMAGR1: Total Cleaned flux density = 536.883 MilliJy 74 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.899E-03 < Second best 2.046E-03 IMAGR1: Field 1 min = -2.7 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 19971 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.917 MilliJy iter= 135 IMAGR1: Field 1 Clean flux density= 536.652 MilliJy 135 comps IMAGR1: Total Cleaned flux density = 541.861 MilliJy 143 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.108E-03 < Second best 1.835E-03 IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.06 MilliJy IMAGR1: 19973 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.660 MilliJy iter= 241 IMAGR1: Field 1 Clean flux density= 528.993 MilliJy 241 comps IMAGR1: Total Cleaned flux density = 534.203 MilliJy 249 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 967.84 MicroJy IMAGR1: 19959 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 1.450 MilliJy iter= 398 IMAGR1: Field 1 Clean flux density= 548.064 MilliJy 398 comps IMAGR1: Total Cleaned flux density = 553.273 MilliJy 406 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.2 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 869.92 MicroJy IMAGR1: 19935 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.307 MilliJy iter= 653 IMAGR1: Field 1 Clean flux density= 512.705 MilliJy 653 comps IMAGR1: Total Cleaned flux density = 517.915 MilliJy 661 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 719 cell beam + residuals > 839.24 MicroJy IMAGR1: 13505 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.251 MilliJy iter= 751 IMAGR1: Field 1 Clean flux density= 527.017 MilliJy 751 comps IMAGR1: Total Cleaned flux density = 532.227 MilliJy 759 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 667.43 MicroJy IMAGR1: 19680 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -928.190 MicroJy iter= 1098 IMAGR1: Field 1 Clean flux density= 522.113 MilliJy 1098 comps IMAGR1: Total Cleaned flux density = 527.323 MilliJy 1106 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -665.3 MicroJy,max = 749.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.178E-04 < Second best 8.891E-04 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 542.51 MicroJy IMAGR1: 19986 Residual map points loaded IMAGR1: Field 1 min Clean flux = 840.390 MicroJy iter= 1113 IMAGR1: Field 1 Clean flux density= 522.890 MilliJy 1113 comps IMAGR1: Total Cleaned flux density = 528.099 MilliJy 1121 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 840.390 less than limit 841.253 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 1113 to 790 components IMAGR1: Field 2 compressed from 8 to 2 components IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.7 MilliJy IMAGR1: Field 2 min = -654.1 MicroJy,max = 761.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 529.732 MilliJy ( 5 CCs) from field 1 to field 2 IMAGR1: Restore 5.209 MilliJy ( 2 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 528.099 MilliJy IMAGR1: Field 2 final Clean flux 534.942 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 91 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 26.3 Real= 61 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1945+709 X BAND Seq 1 Disk: 1 in slot 16 SETFC1: SETCEL: recommends IMSIZE 1451 CELLSIZE 0.22054 SETFC1: SETCEL: returns IMSIZE 2048 CELLSIZE 0.22054 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 SETFC1: FLYEYE added 1 fields to BOXFILE to 0.000 deg SETFC1: WARNING: THIS MAY NOT COVER THE DESIRED AREA SETFC1: Searching catalog between 0.00 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: Field RA Dec Flux Beam Sep SETFC1: 2 19:45:53.64 70:55:48.3 0.953 1.000 0.000 SETFC1: Add NVSS: wrote 1 fields to BOXFILE SETFC1: The Sun is 95.2 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 2 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.5 Real= 4 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 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 2036 2036 1.4702E-03 -2.3000E-02 0 IMAGR1: Field 2 246 246 5.8957E-01 -4.2300E-01 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1945+709_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 IMAGR1: Create 1945+709 .IMAGR . 1 (UV) on disk 1 cno 93 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 5570 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 2.545E+04 IMAGR1: UVWAIT: Adding temperance S 5.089E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.924E+07 and out 2.459E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.149 due to weighting IMAGR1: UVWAIT: Average summed weight 2.545E+04 over 10990 vis IMAGR1: Create 1945+709 .IBM001. 1 (MA) on disk 1 cno 94 IMAGR1: Create 1945+709 .IBM002. 1 (MA) on disk 1 cno 95 IMAGR1: Create 1945+709 .ICL001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 1945+709 .ICL002. 1 (MA) on disk 1 cno 97 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.61049E+08 IMAGR1: Field 1 Beam min = -100.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 920.280 x 651.872 Milliarcsec, PA= 8.3 IMAGR1: Field 2 Sum of gridding weights = 2.61053E+08 IMAGR1: Field 2 Beam min = -104.3 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 920.279 x 651.877 Milliarcsec, PA= 8.3 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -44.9 MilliJy,max = 444.3 MilliJy IMAGR1: Field 2 min = -49.1 MilliJy,max = 429.6 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 53.95 MilliJy IMAGR1: 10036 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 212.487 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 253.019 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 253.019 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -21.8 MilliJy,max = 187.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.780E-01 < Second best 2.021E-01 IMAGR1: Field 1 min = -19.4 MilliJy,max = 191.2 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 25.80 MilliJy IMAGR1: 6586 Residual map points loaded IMAGR1: Field 1 min allowed flux = 91.469 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 361.935 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 361.935 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -10.0 MilliJy,max = 82.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.869E-02 < Second best 8.699E-02 IMAGR1: Field 1 min = -8.9 MilliJy,max = 83.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 11.11 MilliJy IMAGR1: 7668 Residual map points loaded IMAGR1: Field 1 min allowed flux = 38.231 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 414.230 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 414.230 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -4.9 MilliJy,max = 34.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.315E-02 < Second best 3.636E-02 IMAGR1: Field 1 min = -5.0 MilliJy,max = 34.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 4.64 MilliJy IMAGR1: 7826 Residual map points loaded IMAGR1: Field 1 min allowed flux = 15.746 MilliJy iter= 34 IMAGR1: Field 1 Clean flux density= 435.920 MilliJy 34 comps IMAGR1: Total Cleaned flux density = 435.920 MilliJy 34 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.5 MilliJy,max = 14.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.422E-02 < Second best 1.498E-02 IMAGR1: Field 1 min = -3.5 MilliJy,max = 14.4 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 1.91 MilliJy IMAGR1: 13992 Residual map points loaded IMAGR1: Field 1 min allowed flux = 6.581 MilliJy iter= 43 IMAGR1: Field 1 Clean flux density= 444.930 MilliJy 43 comps IMAGR1: Total Cleaned flux density = 444.930 MilliJy 43 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -3.9 MilliJy,max = 6.6 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.81 MilliJy IMAGR1: 269 Residual map points loaded IMAGR1: Field 2 min allowed flux = 3.186 MilliJy iter= 14 IMAGR1: Field 2 Clean flux density= 2.252 MilliJy 14 comps IMAGR1: Total Cleaned flux density = 447.182 MilliJy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -3.2 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 2001 cell beam + residuals > 1.26 MilliJy IMAGR1: 3525 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.816 MilliJy iter= 75 IMAGR1: Field 1 Clean flux density= 442.945 MilliJy 75 comps IMAGR1: Total Cleaned flux density = 445.197 MilliJy 89 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.7 MilliJy,max = 2.1 MilliJy IMAGR1: BGC Clean: using 509 cell beam + residuals > 1.08 MilliJy IMAGR1: 167 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 1.311 MilliJy iter= 35 IMAGR1: Field 2 Clean flux density= 2.156 MilliJy 35 comps IMAGR1: Total Cleaned flux density = 445.100 MilliJy 110 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.9 MilliJy,max = 1.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 847.36 MicroJy IMAGR1: 19373 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 1 min algorithm flux= 1.379 MilliJy iter= 168 IMAGR1: Field 1 Clean flux density= 444.179 MilliJy 168 comps IMAGR1: Total Cleaned flux density = 446.334 MilliJy 203 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 629 cell beam + residuals > 820.28 MicroJy IMAGR1: 10460 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.138 MilliJy iter= 262 IMAGR1: Field 1 Clean flux density= 443.948 MilliJy 262 comps IMAGR1: Total Cleaned flux density = 446.104 MilliJy 297 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.015E-03 < Second best 1.090E-03 IMAGR1: Field 1 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 701.00 MicroJy IMAGR1: 19735 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.021 MilliJy iter= 430 IMAGR1: Field 1 Clean flux density= 447.126 MilliJy 430 comps IMAGR1: Total Cleaned flux density = 449.282 MilliJy 465 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -950.1 MicroJy,max = 952.4 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 9.112E-04 < Second best 9.792E-04 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 615.65 MicroJy IMAGR1: 19752 Residual map points loaded IMAGR1: Field 1 min Clean flux = -907.709 MicroJy iter= 500 IMAGR1: Field 1 Clean flux density= 445.972 MilliJy 500 comps IMAGR1: Total Cleaned flux density = 448.128 MilliJy 535 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -899.5 MicroJy,max = 887.2 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 500 to 348 components IMAGR1: Field 2 compressed from 35 to 7 components IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.3 MilliJy IMAGR1: Field 2 min = -899.5 MicroJy,max = 887.2 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 443.002 MilliJy ( 10 CCs) from field 1 to field 2 IMAGR1: Restore 2.156 MilliJy ( 7 CCs) from field 2 to field 1 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 448.128 MilliJy IMAGR1: Field 2 final Clean flux 445.158 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 93 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 20.6 Real= 43 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 1815+614 X BAND Seq 1 Disk: 1 in slot 17 SETFC1: SETCEL: recommends IMSIZE 1324 CELLSIZE 0.24176 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.24176 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.057 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 84.8 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.3 Real= 2 C 1 1012 1012 18 15 36.79 61 27 11.6 00001 -1 507 512 513 C 2 1012 1012 18 15 36.79 61 23 45.8 00002 -1 507 512 513 C 3 1012 1012 18 15 11.95 61 25 28.6 00003 -1 507 512 513 C 4 1012 1012 18 16 01.63 61 25 28.6 00004 -1 507 512 513 C 5 1012 1012 18 15 11.90 61 28 54.4 00005 -1 507 512 513 C 6 1012 1012 18 16 01.68 61 28 54.4 00006 -1 507 512 513 C 7 1012 1012 18 15 36.79 61 30 37.5 00007 -1 507 512 513 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -1.4336E-02 -4.1000E-02 0 IMAGR1: Field 2 1012 1012 -1.4336E-02 -2.0584E+02 0 IMAGR1: Field 3 1012 1012 -1.7807E+02 -1.0304E+02 0 IMAGR1: Field 4 1012 1012 1.7804E+02 -1.0304E+02 0 IMAGR1: Field 5 1012 1012 -1.7843E+02 1.0276E+02 0 IMAGR1: Field 6 1012 1012 1.7840E+02 1.0276E+02 0 IMAGR1: Field 7 1012 1012 -1.4336E-02 2.0586E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@1815+614_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 1815+614 .IMAGR . 1 (UV) on disk 1 cno 95 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6000 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.198E+04 IMAGR1: UVWAIT: Adding temperance S 8.396E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 2.147E+07 and out 2.648E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.139 due to weighting IMAGR1: UVWAIT: Average summed weight 4.198E+04 over 11856 vis IMAGR1: Create 1815+614 .IBM001. 1 (MA) on disk 1 cno 96 IMAGR1: Create 1815+614 .IBM002. 1 (MA) on disk 1 cno 97 IMAGR1: Create 1815+614 .IBM003. 1 (MA) on disk 1 cno 98 IMAGR1: Create 1815+614 .IBM004. 1 (MA) on disk 1 cno 99 IMAGR1: Create 1815+614 .IBM005. 1 (MA) on disk 1 cno 100 IMAGR1: Create 1815+614 .IBM006. 1 (MA) on disk 1 cno 101 IMAGR1: Create 1815+614 .IBM007. 1 (MA) on disk 1 cno 102 IMAGR1: Create 1815+614 .ICL001. 1 (MA) on disk 1 cno 103 IMAGR1: Create 1815+614 .ICL002. 1 (MA) on disk 1 cno 104 IMAGR1: Create 1815+614 .ICL003. 1 (MA) on disk 1 cno 105 IMAGR1: Create 1815+614 .ICL004. 1 (MA) on disk 1 cno 106 IMAGR1: Create 1815+614 .ICL005. 1 (MA) on disk 1 cno 107 IMAGR1: Create 1815+614 .ICL006. 1 (MA) on disk 1 cno 108 IMAGR1: Create 1815+614 .ICL007. 1 (MA) on disk 1 cno 109 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 1 Beam min = -151.6 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 892.886 x 680.180 Milliarcsec, PA= -40.5 IMAGR1: Field 2 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 2 Beam min = -141.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 892.517 x 680.119 Milliarcsec, PA= -40.5 IMAGR1: Field 3 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 3 Beam min = -108.9 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 892.996 x 680.082 Milliarcsec, PA= -40.6 IMAGR1: Field 4 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 4 Beam min = -103.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 892.406 x 680.214 Milliarcsec, PA= -40.4 IMAGR1: Field 5 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 5 Beam min = -110.8 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 893.369 x 680.143 Milliarcsec, PA= -40.6 IMAGR1: Field 6 Sum of gridding weights = 2.81090E+08 IMAGR1: Field 6 Beam min = -104.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 892.778 x 680.275 Milliarcsec, PA= -40.4 IMAGR1: Field 7 Sum of gridding weights = 2.81091E+08 IMAGR1: Field 7 Beam min = -148.6 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 893.258 x 680.241 Milliarcsec, PA= -40.5 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -34.7 MilliJy,max = 283.5 MilliJy IMAGR1: Field 2 min = -23.6 MilliJy,max = 90.2 MilliJy IMAGR1: Field 3 min = -30.0 MilliJy,max = 128.0 MilliJy IMAGR1: Field 4 min = -26.2 MilliJy,max = 122.3 MilliJy IMAGR1: Field 5 min = -30.7 MilliJy,max = 128.0 MilliJy IMAGR1: Field 6 min = -29.9 MilliJy,max = 123.8 MilliJy IMAGR1: Field 7 min = -25.9 MilliJy,max = 88.8 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 47.26 MilliJy IMAGR1: 2197 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 154.059 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 148.226 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 148.226 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -18.7 MilliJy,max = 138.8 MilliJy IMAGR1: BGC Clean: using 2035 cell beam + residuals > 30.71 MilliJy IMAGR1: 826 Residual map points loaded IMAGR1: Field 1 min allowed flux = 65.786 MilliJy iter= 16 IMAGR1: Field 1 Clean flux density= 237.216 MilliJy 16 comps IMAGR1: Total Cleaned flux density = 237.216 MilliJy 16 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -8.9 MilliJy,max = 30.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.133E-02 < Second best 9.151E-02 IMAGR1: Field 6 min = -9.3 MilliJy,max = 26.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.237E-02 < Second best 8.591E-02 IMAGR1: Field 2 min = -7.9 MilliJy,max = 19.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.858E-02 < Second best 8.459E-02 IMAGR1: Field 7 min = -9.2 MilliJy,max = 38.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.626E-02 < Second best 6.665E-02 IMAGR1: Field 4 min = -9.9 MilliJy,max = 27.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.590E-02 < Second best 6.606E-02 IMAGR1: Field 5 min = -9.3 MilliJy,max = 29.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.963E-02 < Second best 6.259E-02 IMAGR1: Field 1 min = -11.6 MilliJy,max = 60.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 10.97 MilliJy IMAGR1: 3848 Residual map points loaded IMAGR1: Field 1 min allowed flux = 29.045 MilliJy iter= 25 IMAGR1: Field 1 Clean flux density= 275.809 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 275.809 MilliJy 25 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.3 MilliJy,max = 37.7 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 10.11 MilliJy IMAGR1: 292 Residual map points loaded IMAGR1: Field 7 min allowed flux = 18.039 MilliJy iter= 8 IMAGR1: Field 7 Clean flux density= 21.480 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 297.289 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.7 MilliJy,max = 26.2 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: BGC Clean: using 1983 cell beam + residuals > 8.09 MilliJy IMAGR1: 1787 Residual map points loaded IMAGR1: Field 1 min allowed flux = 12.943 MilliJy iter= 40 IMAGR1: Field 1 Clean flux density= 301.658 MilliJy 40 comps IMAGR1: Total Cleaned flux density = 323.138 MilliJy 48 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -7.1 MilliJy,max = 12.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.986E-03 < Second best 2.133E-02 IMAGR1: Field 3 min = -6.6 MilliJy,max = 10.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.039E-02 < Second best 1.963E-02 IMAGR1: Field 5 min = -7.9 MilliJy,max = 11.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.549E-03 < Second best 1.858E-02 IMAGR1: Field 2 min = -6.1 MilliJy,max = 10.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.018E-02 < Second best 1.717E-02 IMAGR1: Field 7 min = -7.0 MilliJy,max = 15.9 MilliJy IMAGR1: BGC Clean: using 1949 cell beam + residuals > 6.67 MilliJy IMAGR1: 86 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 7.854 MilliJy iter= 17 IMAGR1: Field 7 Clean flux density= 31.430 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 333.089 MilliJy 57 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -8.6 MilliJy,max = 12.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.956E-03 < Second best 1.233E-02 IMAGR1: Field 1 min = -9.9 MilliJy,max = 12.8 MilliJy IMAGR1: BGC Clean: using 1947 cell beam + residuals > 4.99 MilliJy IMAGR1: 5466 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -7.796 MilliJy iter= 82 IMAGR1: Field 1 Clean flux density= 328.133 MilliJy 82 comps IMAGR1: Total Cleaned flux density = 359.563 MilliJy 99 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -6.0 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.650E-03 < Second best 1.018E-02 IMAGR1: Field 2 min = -5.3 MilliJy,max = 8.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.657E-03 < Second best 8.986E-03 IMAGR1: Field 6 min = -6.0 MilliJy,max = 7.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.772E-03 < Second best 8.549E-03 IMAGR1: Field 5 min = -6.3 MilliJy,max = 7.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.035E-03 < Second best 7.657E-03 IMAGR1: BGC Clean: using 1947 cell beam + residuals > 4.99 MilliJy IMAGR1: 20 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 5.120 MilliJy iter= 7 IMAGR1: Field 2 Clean flux density= 4.382 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 363.945 MilliJy 106 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -5.8 MilliJy,max = 6.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.605E-03 < Second best 7.486E-03 IMAGR1: Field 7 min = -5.9 MilliJy,max = 7.5 MilliJy IMAGR1: BGC Clean: using 1947 cell beam + residuals > 4.03 MilliJy IMAGR1: 372 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -4.799 MilliJy iter= 39 IMAGR1: Field 7 Clean flux density= 36.292 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 368.807 MilliJy 128 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -7.8 MilliJy,max = 7.4 MilliJy IMAGR1: BGC Clean: using 553 cell beam + residuals > 3.42 MilliJy IMAGR1: 7468 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 5.098 MilliJy iter= 161 IMAGR1: Field 1 Clean flux density= 339.895 MilliJy 161 comps IMAGR1: Total Cleaned flux density = 380.570 MilliJy 207 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -4.3 MilliJy,max = 4.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.540E-03 < Second best 6.035E-03 IMAGR1: Field 5 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.944E-03 < Second best 5.772E-03 IMAGR1: Field 6 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.261E-03 < Second best 5.605E-03 IMAGR1: Field 3 min = -4.3 MilliJy,max = 4.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.973E-03 < Second best 4.886E-03 IMAGR1: Field 2 min = -3.8 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.626E-03 < Second best 4.871E-03 IMAGR1: Field 1 min = -4.7 MilliJy,max = 4.7 MilliJy IMAGR1: BGC Clean: using 555 cell beam + residuals > 2.90 MilliJy IMAGR1: 2698 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.648 MilliJy iter= 221 IMAGR1: Field 1 Clean flux density= 340.683 MilliJy 221 comps IMAGR1: Total Cleaned flux density = 381.357 MilliJy 267 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.1 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.29 MilliJy IMAGR1: 590 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.785 MilliJy iter= 99 IMAGR1: Field 7 Clean flux density= 47.330 MilliJy 99 comps IMAGR1: Total Cleaned flux density = 392.395 MilliJy 327 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.3 MilliJy,max = 3.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.117E-03 < Second best 3.973E-03 IMAGR1: Field 3 min = -3.1 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.897E-03 < Second best 3.944E-03 IMAGR1: Field 5 min = -3.1 MilliJy,max = 3.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.931E-03 < Second best 3.626E-03 IMAGR1: Field 2 min = -3.0 MilliJy,max = 2.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.880E-03 < Second best 3.540E-03 IMAGR1: Field 4 min = -3.2 MilliJy,max = 3.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.995E-03 < Second best 3.491E-03 IMAGR1: Field 1 min = -3.5 MilliJy,max = 3.4 MilliJy IMAGR1: BGC Clean: using 553 cell beam + residuals > 1.96 MilliJy IMAGR1: 6058 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.519 MilliJy iter= 323 IMAGR1: Field 1 Clean flux density= 344.153 MilliJy 323 comps IMAGR1: Total Cleaned flux density = 395.865 MilliJy 429 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.355E-03 < Second best 2.995E-03 IMAGR1: Field 4 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.285E-03 < Second best 2.931E-03 IMAGR1: Field 5 min = -2.5 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.407E-03 < Second best 2.897E-03 IMAGR1: Field 3 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.255E-03 < Second best 2.880E-03 IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.245E-03 < Second best 2.661E-03 IMAGR1: Field 7 min = -2.4 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.977E-03 < Second best 2.411E-03 IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 8414 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 2.021 MilliJy iter= 549 IMAGR1: Field 1 Clean flux density= 337.136 MilliJy 549 comps IMAGR1: Total Cleaned flux density = 388.848 MilliJy 655 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.0 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.730E-03 < Second best 2.355E-03 IMAGR1: Field 6 min = -1.9 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.704E-03 < Second best 2.285E-03 IMAGR1: Field 4 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.581E-03 < Second best 2.255E-03 IMAGR1: Field 3 min = -1.9 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.528E-03 < Second best 2.245E-03 IMAGR1: Field 2 min = -1.7 MilliJy,max = 1.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.599E-03 < Second best 1.977E-03 IMAGR1: Field 7 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.760E-03 < Second best 1.936E-03 IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.660E-03 < Second best 1.760E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 982.22 MicroJy IMAGR1: 2816 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 1.224 MilliJy iter= 269 IMAGR1: Field 7 Clean flux density= 54.724 MilliJy 269 comps IMAGR1: Total Cleaned flux density = 396.243 MilliJy 825 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.390E-03 < Second best 1.704E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.362E-03 < Second best 1.660E-03 IMAGR1: Field 1 min = -1.5 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.399E-03 < Second best 1.599E-03 IMAGR1: Field 2 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.406E-03 < Second best 1.581E-03 IMAGR1: Field 4 min = -1.5 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 905.22 MicroJy IMAGR1: 2114 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 1.104 MilliJy iter= 190 IMAGR1: Field 4 Clean flux density= -5.201 MilliJy 190 comps IMAGR1: Total Cleaned flux density = 391.042 MilliJy 1015 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.5 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.195E-03 < Second best 1.406E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.210E-03 < Second best 1.399E-03 IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.232E-03 < Second best 1.390E-03 IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.212E-03 < Second best 1.362E-03 IMAGR1: Field 6 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.102E-03 < Second best 1.232E-03 IMAGR1: BGC Clean: using 129 cell beam + residuals > 842.68 MicroJy IMAGR1: 792 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -944.092 MicroJy iter= 668 IMAGR1: Field 1 Clean flux density= 337.253 MilliJy 668 comps IMAGR1: Total Cleaned flux density = 391.159 MilliJy 1134 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.987E-04 < Second best 1.210E-03 IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.014E-03 < Second best 1.195E-03 IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.844E-04 < Second best 1.172E-03 IMAGR1: Field 7 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.715E-04 < Second best 1.102E-03 IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 718.86 MicroJy IMAGR1: 511 Residual map points loaded IMAGR1: Field 6 min Clean flux = -865.726 MicroJy iter= 25 IMAGR1: Field 6 Clean flux density= 1.441 MilliJy 25 comps IMAGR1: Total Cleaned flux density = 392.600 MilliJy 1159 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.509E-04 < Second best 1.014E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 646.92 MicroJy IMAGR1: 2090 Residual map points loaded IMAGR1: Field 2 min Clean flux = 872.725 MicroJy iter= 39 IMAGR1: Field 2 Clean flux density= 3.786 MilliJy 39 comps IMAGR1: Total Cleaned flux density = 392.005 MilliJy 1191 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 634.12 MicroJy IMAGR1: 2479 Residual map points loaded IMAGR1: Field 5 min Clean flux = 875.159 MicroJy iter= 28 IMAGR1: Field 5 Clean flux density= -390.378 MicroJy 28 comps IMAGR1: Total Cleaned flux density = 391.614 MilliJy 1219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.2 MilliJy,max = 968.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 611.20 MicroJy IMAGR1: 2687 Residual map points loaded IMAGR1: Field 3 min Clean flux = -874.245 MicroJy iter= 11 IMAGR1: Field 3 Clean flux density= 267.781 MicroJy 11 comps IMAGR1: Total Cleaned flux density = 391.882 MilliJy 1230 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -983.8 MicroJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.647E-04 < Second best 8.715E-04 IMAGR1: Field 7 min = -947.6 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 472.39 MicroJy IMAGR1: 10079 Residual map points loaded IMAGR1: Field 7 min Clean flux = 846.637 MicroJy iter= 272 IMAGR1: Field 7 Clean flux density= 54.807 MilliJy 272 comps IMAGR1: Total Cleaned flux density = 391.964 MilliJy 1233 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 129 cell beam + residuals > 406.73 MicroJy IMAGR1: 17414 Residual map points loaded IMAGR1: Field 4 min Clean flux = -813.316 MicroJy iter= 192 IMAGR1: Field 4 Clean flux density= -5.192 MilliJy 192 comps IMAGR1: Total Cleaned flux density = 391.973 MilliJy 1235 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 875.159 less than limit 875.604 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 668 to 430 components IMAGR1: Field 2 compressed from 39 to 30 components IMAGR1: Field 3 compressed from 11 to 11 components IMAGR1: Field 4 compressed from 192 to 156 components IMAGR1: Field 5 compressed from 28 to 24 components IMAGR1: Field 6 compressed from 25 to 20 components IMAGR1: Field 7 compressed from 272 to 195 components IMAGR1: Field 1 min = -975.1 MicroJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 3 min = -1.1 MilliJy,max = 941.3 MicroJy IMAGR1: Field 4 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 7 min = -936.3 MicroJy,max = 1.1 MilliJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 439.719 MicroJy ( 16 CCs) from field 1 to field 2 IMAGR1: Restore -2.639 MilliJy ( 40 CCs) from field 1 to field 3 IMAGR1: Restore 5.090 MilliJy ( 26 CCs) from field 1 to field 4 IMAGR1: Restore 6.445 MilliJy ( 53 CCs) from field 1 to field 5 IMAGR1: Restore 6.290 MilliJy ( 21 CCs) from field 1 to field 6 IMAGR1: Restore -1.319 MilliJy ( 10 CCs) from field 1 to field 7 IMAGR1: Restore 541.118 MicroJy ( 1 CCs) from field 2 to field 1 IMAGR1: Restore 3.818 MilliJy ( 9 CCs) from field 2 to field 3 IMAGR1: Restore 88.830 MicroJy ( 1 CCs) from field 3 to field 1 IMAGR1: Restore 87.724 MicroJy ( 1 CCs) from field 3 to field 2 IMAGR1: Restore-423.878 MicroJy ( 31 CCs) from field 4 to field 1 IMAGR1: Restore -1.335 MilliJy ( 25 CCs) from field 4 to field 2 IMAGR1: Restore -79.055 MicroJy ( 14 CCs) from field 4 to field 6 IMAGR1: Restore 92.512 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR1: Restore -96.431 MicroJy ( 3 CCs) from field 5 to field 3 IMAGR1: Restore 88.509 MicroJy ( 1 CCs) from field 6 to field 1 IMAGR1: Restore 266.268 MicroJy ( 5 CCs) from field 6 to field 7 IMAGR1: Restore 1.314 MilliJy ( 22 CCs) from field 7 to field 1 IMAGR1: Restore 5.116 MilliJy ( 36 CCs) from field 7 to field 5 IMAGR1: Restore 1.624 MilliJy ( 26 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 338.954 MilliJy IMAGR1: Field 2 final Clean flux 2.978 MilliJy IMAGR1: Field 3 final Clean flux 1.351 MilliJy IMAGR1: Field 4 final Clean flux -102.063 MicroJy IMAGR1: Field 5 final Clean flux 11.171 MilliJy IMAGR1: Field 6 final Clean flux 9.276 MilliJy IMAGR1: Field 7 final Clean flux 53.754 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 95 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 46.8 Real= 101 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 100 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 101 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 102 disk= 1 AIPS 1: Disk 1 in-CNO 103 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 104 renumbered as CNO 96 AIPS 1: Disk 1 in-CNO 105 renumbered as CNO 97 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1424 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2355+498 X BAND Seq 1 Disk: 1 in slot 18 SETFC1: SETCEL: recommends IMSIZE 1242 CELLSIZE 0.25770 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.25770 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.061 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 102.4 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.8 Real= 4 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 89 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 90 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 91 disk= 1 AIPS 1: Disk 1 in-CNO 92 renumbered as CNO 88 AIPS 1: Disk 1 in-CNO 93 renumbered as CNO 89 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 90 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1402 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1823+796_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :13 =1823+796' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1823+796_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 92 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 93 disk= 1 AIPS 1: Disk 1 in-CNO 94 renumbered as CNO 91 AIPS 1: Disk 1 in-CNO 95 renumbered as CNO 92 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1515 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1945+709_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :14 =1945+709' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1945+709_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 94 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 95 disk= 1 AIPS 1: Disk 1 in-CNO 96 renumbered as CNO 93 AIPS 1: Disk 1 in-CNO 97 renumbered as CNO 94 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1459 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@1815+614_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :15 =1815+614' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@1815+614_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 96 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 97 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 98 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 99 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 100 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 101 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 102 disk= 1 AIPS 1: Disk 1 in-CNO 103 renumbered as CNO 95 AIPS 1: Disk 1 in-CNO 104 renumbered as CNO 96 AIPS 1: Disk 1 in-CNO 105 renumbered as CNO 97 AIPS 1: Disk 1 in-CNO 106 renumbered as CNO 98 AIPS 1: Disk 1 in-CNO 107 renumbered as CNO 99 AIPS 1: Disk 1 in-CNO 108 renumbered as CNO 100 AIPS 1: Disk 1 in-CNO 109 renumbered as CNO 101 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1424 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2355+498_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPSC 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 29.0 00002 -1 507 512 513 C 3 1012 1012 23 54 49.83 49 48 18.5 00003 -1 507 512 513 C 4 1012 1012 23 55 29.08 49 48 18.5 00004 -1 507 512 513 C 5 1012 1012 23 54 49.81 49 51 57.9 00005 -1 507 512 513 C 6 1012 1012 23 55 29.11 49 51 57.9 00006 -1 507 512 513 C 7 1012 1012 23 55 09.46 49 53 47.7 00007 -1 507 512 513 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 1.8382E-02 -4.0000E-02 0 IMAGR1: Field 2 1012 1012 1.8382E-02 -2.1934E+02 0 IMAGR1: Field 3 1012 1012 -1.8990E+02 -1.0984E+02 0 IMAGR1: Field 4 1012 1012 1.8984E+02 -1.0984E+02 0 IMAGR1: Field 5 1012 1012 -1.9009E+02 1.0956E+02 0 IMAGR1: Field 6 1012 1012 1.9013E+02 1.0956E+02 0 IMAGR1: Field 7 1012 1012 1.8382E-02 2.1936E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2355+498_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2355+498 .IMAGR . 1 (UV) on disk 1 cno 102 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 6300 visibilities to be imaged IMAGR1: **** WARNING data included out of inner portion of UV plane **** IMAGR1: **** Watch for high-frequency & other poor cleaning effects **** IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 3.696E+04 IMAGR1: UVWAIT: Adding temperance S 7.393E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 1.992E+07 and out 2.461E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.146 due to weighting IMAGR1: UVWAIT: Average summed weight 3.696E+04 over 12240 vis IMAGR1: Create 2355+498 .IBM001. 1 (MA) on disk 1 cno 103 IMAGR1: Create 2355+498 .IBM002. 1 (MA) on disk 1 cno 104 IMAGR1: Create 2355+498 .IBM003. 1 (MA) on disk 1 cno 105 IMAGR1: Create 2355+498 .IBM004. 1 (MA) on disk 1 cno 106 IMAGR1: Create 2355+498 .IBM005. 1 (MA) on disk 1 cno 107 IMAGR1: Create 2355+498 .IBM006. 1 (MA) on disk 1 cno 108 IMAGR1: Create 2355+498 .IBM007. 1 (MA) on disk 1 cno 109 IMAGR1: Create 2355+498 .ICL001. 1 (MA) on disk 1 cno 110 IMAGR1: Create 2355+498 .ICL002. 1 (MA) on disk 1 cno 111 IMAGR1: Create 2355+498 .ICL003. 1 (MA) on disk 1 cno 112 IMAGR1: Create 2355+498 .ICL004. 1 (MA) on disk 1 cno 113 IMAGR1: Create 2355+498 .ICL005. 1 (MA) on disk 1 cno 114 IMAGR1: Create 2355+498 .ICL006. 1 (MA) on disk 1 cno 115 IMAGR1: Create 2355+498 .ICL007. 1 (MA) on disk 1 cno 116 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 2.61238E+08 IMAGR1: Field 1 Beam min = -224.8 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.111 x 0.778 arcsec, PA= -82.1 IMAGR1: Field 2 Sum of gridding weights = 2.61239E+08 IMAGR1: Field 2 Beam min = -224.8 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.111 x 0.778 arcsec, PA= -82.0 IMAGR1: Field 3 Sum of gridding weights = 2.61239E+08 IMAGR1: Field 3 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.109 x 0.778 arcsec, PA= -82.1 IMAGR1: Field 4 Sum of gridding weights = 2.61238E+08 IMAGR1: Field 4 Beam min = -148.7 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.112 x 0.778 arcsec, PA= -82.0 IMAGR1: Field 5 Sum of gridding weights = 2.61238E+08 IMAGR1: Field 5 Beam min = -140.2 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.109 x 0.778 arcsec, PA= -82.2 IMAGR1: Field 6 Sum of gridding weights = 2.61237E+08 IMAGR1: Field 6 Beam min = -148.4 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.112 x 0.778 arcsec, PA= -82.0 IMAGR1: Field 7 Sum of gridding weights = 2.61238E+08 IMAGR1: Field 7 Beam min = -224.8 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.110 x 0.778 arcsec, PA= -82.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -96.1 MilliJy,max = 910.1 MilliJy IMAGR1: Field 2 min = -96.4 MilliJy,max = 240.6 MilliJy IMAGR1: Field 3 min = -103.2 MilliJy,max = 294.4 MilliJy IMAGR1: Field 4 min = -108.1 MilliJy,max = 313.4 MilliJy LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 5 min = -109.9 MilliJy,max = 320.6 MilliJy IMAGR1: Field 6 min = -113.0 MilliJy,max = 312.6 MilliJy IMAGR1: Field 7 min = -95.1 MilliJy,max = 244.1 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 137.25 MilliJy IMAGR1: 3330 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 483.683 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 474.820 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 474.820 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -46.8 MilliJy,max = 435.3 MilliJy IMAGR1: BGC Clean: using 2029 cell beam + residuals > 111.47 MilliJy IMAGR1: 333 Residual map points loaded IMAGR1: Field 1 min allowed flux = 213.788 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 723.826 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 723.826 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -23.2 MilliJy,max = 70.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.650E-02 < Second best 2.986E-01 IMAGR1: Field 4 min = -26.8 MilliJy,max = 73.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.622E-02 < Second best 2.328E-01 IMAGR1: Field 7 min = -26.2 MilliJy,max = 55.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.289E-02 < Second best 2.295E-01 IMAGR1: Field 2 min = -20.4 MilliJy,max = 55.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.243E-02 < Second best 2.232E-01 IMAGR1: Field 6 min = -25.8 MilliJy,max = 75.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.488E-02 < Second best 2.197E-01 IMAGR1: Field 3 min = -24.8 MilliJy,max = 65.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.802E-02 < Second best 2.034E-01 IMAGR1: Field 1 min = -26.8 MilliJy,max = 197.0 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 32.24 MilliJy IMAGR1: 3210 Residual map points loaded IMAGR1: Field 1 min allowed flux = 95.534 MilliJy iter= 24 IMAGR1: Field 1 Clean flux density= 849.893 MilliJy 24 comps IMAGR1: Total Cleaned flux density = 849.893 MilliJy 24 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -18.3 MilliJy,max = 87.8 MilliJy IMAGR1: BGC Clean: using 2029 cell beam + residuals > 22.02 MilliJy IMAGR1: 623 Residual map points loaded IMAGR1: Field 1 min allowed flux = 43.914 MilliJy iter= 33 IMAGR1: Field 1 Clean flux density= 907.015 MilliJy 33 comps IMAGR1: Total Cleaned flux density = 907.015 MilliJy 33 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -10.4 MilliJy,max = 17.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.444E-02 < Second best 6.622E-02 IMAGR1: Field 4 min = -12.4 MilliJy,max = 18.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.289E-02 < Second best 5.488E-02 IMAGR1: Field 6 min = -12.1 MilliJy,max = 21.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.442E-02 < Second best 5.289E-02 IMAGR1: Field 7 min = -10.8 MilliJy,max = 18.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.723E-02 < Second best 5.243E-02 IMAGR1: Field 2 min = -12.6 MilliJy,max = 16.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.591E-02 < Second best 4.802E-02 IMAGR1: Field 3 min = -10.4 MilliJy,max = 13.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.081E-02 < Second best 4.178E-02 IMAGR1: Field 1 min = -19.8 MilliJy,max = 40.1 MilliJy IMAGR1: BGC Clean: using 2031 cell beam + residuals > 7.54 MilliJy IMAGR1: 5476 Residual map points loaded IMAGR1: Field 1 min allowed flux = 19.220 MilliJy iter= 45 IMAGR1: Field 1 Clean flux density= 931.248 MilliJy 45 comps IMAGR1: Total Cleaned flux density = 931.248 MilliJy 45 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -18.8 MilliJy,max = 17.5 MilliJy IMAGR1: BGC Clean: using 689 cell beam + residuals > 6.47 MilliJy IMAGR1: 2326 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 9.729 MilliJy iter= 73 IMAGR1: Field 1 Clean flux density= 927.440 MilliJy 73 comps IMAGR1: Total Cleaned flux density = 927.440 MilliJy 73 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -8.0 MilliJy,max = 10.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.034E-02 < Second best 1.591E-02 IMAGR1: Field 2 min = -9.3 MilliJy,max = 9.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.848E-03 < Second best 1.444E-02 IMAGR1: Field 5 min = -6.8 MilliJy,max = 9.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.488E-03 < Second best 1.442E-02 IMAGR1: Field 6 min = -8.1 MilliJy,max = 10.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.711E-03 < Second best 1.289E-02 IMAGR1: Field 4 min = -8.9 MilliJy,max = 8.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.944E-03 < Second best 1.081E-02 IMAGR1: Field 3 min = -8.5 MilliJy,max = 7.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.982E-03 < Second best 1.034E-02 IMAGR1: BGC Clean: using 1649 cell beam + residuals > 5.01 MilliJy IMAGR1: 2394 Residual map points loaded IMAGR1: Field 7 min algorithm flux= -6.763 MilliJy iter= 31 IMAGR1: Field 7 Clean flux density= 14.350 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 941.790 MilliJy 104 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -9.8 MilliJy,max = 8.0 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 4.32 MilliJy IMAGR1: 2688 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -6.376 MilliJy iter= 134 IMAGR1: Field 1 Clean flux density= 925.767 MilliJy 134 comps IMAGR1: Total Cleaned flux density = 940.117 MilliJy 165 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -8.3 MilliJy,max = 7.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.914E-03 < Second best 8.488E-03 IMAGR1: Field 5 min = -5.6 MilliJy,max = 5.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.929E-03 < Second best 7.944E-03 IMAGR1: Field 4 min = -6.3 MilliJy,max = 5.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 6.052E-03 < Second best 7.914E-03 IMAGR1: BGC Clean: using 343 cell beam + residuals > 4.08 MilliJy IMAGR1: 1320 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -5.293 MilliJy iter= 55 IMAGR1: Field 2 Clean flux density= -13.160 MilliJy 55 comps IMAGR1: Total Cleaned flux density = 926.957 MilliJy 220 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -5.7 MilliJy,max = 7.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.574E-03 < Second best 6.982E-03 IMAGR1: Field 3 min = -4.8 MilliJy,max = 5.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 5.060E-03 < Second best 6.459E-03 IMAGR1: Field 7 min = -5.7 MilliJy,max = 6.8 MilliJy IMAGR1: BGC Clean: using 395 cell beam + residuals > 3.44 MilliJy IMAGR1: 3047 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 4.553 MilliJy iter= 111 IMAGR1: Field 7 Clean flux density= 33.411 MilliJy 111 comps IMAGR1: Total Cleaned flux density = 946.018 MilliJy 300 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -4.7 MilliJy,max = 4.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.707E-03 < Second best 6.052E-03 IMAGR1: Field 4 min = -5.3 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.478E-03 < Second best 5.574E-03 IMAGR1: Field 6 min = -4.8 MilliJy,max = 5.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.545E-03 < Second best 5.060E-03 IMAGR1: Field 3 min = -4.8 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.515E-03 < Second best 5.055E-03 IMAGR1: Field 2 min = -4.5 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.303E-03 < Second best 4.929E-03 IMAGR1: Field 5 min = -4.5 MilliJy,max = 4.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.056E-03 < Second best 4.707E-03 IMAGR1: BGC Clean: using 151 cell beam + residuals > 2.81 MilliJy IMAGR1: 1983 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -3.634 MilliJy iter= 232 IMAGR1: Field 1 Clean flux density= 915.353 MilliJy 232 comps IMAGR1: Total Cleaned flux density = 935.604 MilliJy 398 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -4.4 MilliJy,max = 4.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.195E-03 < Second best 4.515E-03 IMAGR1: Field 3 min = -4.2 MilliJy,max = 4.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 4.166E-03 < Second best 4.478E-03 IMAGR1: Field 4 min = -4.3 MilliJy,max = 4.5 MilliJy IMAGR1: BGC Clean: using 151 cell beam + residuals > 2.81 MilliJy IMAGR1: 374 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 3.226 MilliJy iter= 59 IMAGR1: Field 4 Clean flux density= -4.261 MilliJy 59 comps IMAGR1: Total Cleaned flux density = 931.343 MilliJy 457 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.9 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.515E-03 < Second best 4.303E-03 IMAGR1: Field 2 min = -4.2 MilliJy,max = 4.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.37 MilliJy IMAGR1: 2640 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 3.085 MilliJy iter= 207 IMAGR1: Field 2 Clean flux density= 1.615 MilliJy 207 comps IMAGR1: Total Cleaned flux density = 946.117 MilliJy 609 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -3.9 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.760E-03 < Second best 4.166E-03 IMAGR1: Field 3 min = -4.1 MilliJy,max = 3.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.30 MilliJy IMAGR1: 359 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.587 MilliJy iter= 70 IMAGR1: Field 3 Clean flux density= -410.009 MicroJy 70 comps IMAGR1: Total Cleaned flux density = 945.707 MilliJy 679 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.2 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.951E-03 < Second best 3.760E-03 IMAGR1: Field 6 min = -3.8 MilliJy,max = 3.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.24 MilliJy IMAGR1: 1113 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.654 MilliJy iter= 129 IMAGR1: Field 6 Clean flux density= -10.198 MilliJy 129 comps IMAGR1: Total Cleaned flux density = 935.509 MilliJy 808 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -3.0 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.873E-03 < Second best 3.475E-03 IMAGR1: Field 1 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.421E-03 < Second best 3.084E-03 IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.623E-03 < Second best 2.951E-03 IMAGR1: Field 2 min = -2.6 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.337E-03 < Second best 2.951E-03 IMAGR1: Field 5 min = -3.3 MilliJy,max = 3.1 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 1.82 MilliJy IMAGR1: 1251 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 2.129 MilliJy iter= 141 IMAGR1: Field 5 Clean flux density= 9.516 MilliJy 141 comps IMAGR1: Total Cleaned flux density = 945.024 MilliJy 949 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -2.9 MilliJy,max = 2.7 MilliJy IMAGR1: BGC Clean: using 149 cell beam + residuals > 1.82 MilliJy IMAGR1: 1130 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 2.103 MilliJy iter= 261 IMAGR1: Field 7 Clean flux density= 36.700 MilliJy 261 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Total Cleaned flux density = 948.314 MilliJy 1099 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.5 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.256E-03 < Second best 2.539E-03 IMAGR1: Field 6 min = -2.4 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.279E-03 < Second best 2.473E-03 IMAGR1: Field 3 min = -2.2 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.007E-03 < Second best 2.421E-03 IMAGR1: Field 1 min = -2.4 MilliJy,max = 2.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.012E-03 < Second best 2.337E-03 IMAGR1: Field 2 min = -2.3 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.45 MilliJy IMAGR1: 1115 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -1.667 MilliJy iter= 375 IMAGR1: Field 2 Clean flux density= -13.982 MilliJy 375 comps IMAGR1: Total Cleaned flux density = 932.718 MilliJy 1267 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR1: 737 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.606 MilliJy iter= 270 IMAGR1: Field 6 Clean flux density= -7.866 MilliJy 270 comps IMAGR1: Total Cleaned flux density = 935.050 MilliJy 1408 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.903E-03 < Second best 2.037E-03 IMAGR1: Field 5 min = -2.4 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.794E-03 < Second best 2.013E-03 IMAGR1: Field 7 min = -1.7 MilliJy,max = 2.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.631E-03 < Second best 2.012E-03 IMAGR1: Field 1 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.636E-03 < Second best 2.007E-03 IMAGR1: Field 3 min = -2.3 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 2786 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 1.387 MilliJy iter= 353 IMAGR1: Field 3 Clean flux density= 8.839 MilliJy 353 comps IMAGR1: Total Cleaned flux density = 944.299 MilliJy 1691 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.9 MilliJy,max = 2.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.16 MilliJy IMAGR1: 1778 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.345 MilliJy iter= 321 IMAGR1: Field 4 Clean flux density= 2.329 MilliJy 321 comps IMAGR1: Total Cleaned flux density = 950.890 MilliJy 1953 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.8 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.15 MilliJy IMAGR1: 645 Residual map points loaded IMAGR1: Field 5 min algorithm flux= -1.236 MilliJy iter= 277 IMAGR1: Field 5 Clean flux density= 11.983 MilliJy 277 comps IMAGR1: Total Cleaned flux density = 953.357 MilliJy 2089 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.298E-03 < Second best 1.631E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.313E-03 < Second best 1.596E-03 IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.208E-03 < Second best 1.537E-03 IMAGR1: Field 6 min = -1.5 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 987.26 MicroJy IMAGR1: 290 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 1.038 MilliJy iter= 373 IMAGR1: Field 6 Clean flux density= -9.529 MilliJy 373 comps IMAGR1: Total Cleaned flux density = 951.694 MilliJy 2192 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.079E-03 < Second best 1.313E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.221E-03 < Second best 1.298E-03 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 901.46 MicroJy IMAGR1: 460 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 963.324 MicroJy iter= 379 IMAGR1: Field 1 Clean flux density= 912.621 MilliJy 379 comps IMAGR1: Total Cleaned flux density = 948.962 MilliJy 2339 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -1.2 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 812.89 MicroJy IMAGR1: 483 Residual map points loaded IMAGR1: Field 4 min algorithm flux= 868.097 MicroJy iter= 462 IMAGR1: Field 4 Clean flux density= 700.188 MicroJy 462 comps IMAGR1: Total Cleaned flux density = 947.333 MilliJy 2480 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 805.01 MicroJy IMAGR1: 590 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 864.310 MicroJy iter= 425 IMAGR1: Field 7 Clean flux density= 40.115 MilliJy 425 comps IMAGR1: Total Cleaned flux density = 950.748 MilliJy 2644 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.984E-04 < Second best 1.183E-03 IMAGR1: Field 5 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 722.72 MicroJy IMAGR1: 1703 Residual map points loaded IMAGR1: Field 5 min Clean flux = 853.606 MicroJy iter= 425 IMAGR1: Field 5 Clean flux density= 11.666 MilliJy 425 comps IMAGR1: Total Cleaned flux density = 950.430 MilliJy 2792 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 701.99 MicroJy IMAGR1: 638 Residual map points loaded IMAGR1: Field 3 min Clean flux = 853.173 MicroJy iter= 383 IMAGR1: Field 3 Clean flux density= 8.664 MilliJy 383 comps IMAGR1: Total Cleaned flux density = 950.255 MilliJy 2822 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.2 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 697.13 MicroJy IMAGR1: 686 Residual map points loaded IMAGR1: Field 2 min Clean flux = -852.419 MicroJy iter= 412 IMAGR1: Field 2 Clean flux density= -12.784 MilliJy 412 comps IMAGR1: Total Cleaned flux density = 951.453 MilliJy 2859 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 646.65 MicroJy IMAGR1: 1348 Residual map points loaded IMAGR1: Field 6 min Clean flux = -854.196 MicroJy iter= 390 IMAGR1: Field 6 Clean flux density= -9.069 MilliJy 390 comps IMAGR1: Total Cleaned flux density = 951.913 MilliJy 2876 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.854E-04 < Second best 8.311E-04 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 548.23 MicroJy IMAGR1: 4513 Residual map points loaded IMAGR1: Field 4 min Clean flux = 850.501 MicroJy iter= 464 IMAGR1: Field 4 Clean flux density= 874.994 MicroJy 464 comps IMAGR1: Total Cleaned flux density = 952.088 MilliJy 2878 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.1 MilliJy,max = 988.9 MicroJy IMAGR1: CLRHIS: NO FIELDS THIS PASS ABOVE MINIMUM FLUX IMAGR1: CLEAN NO IMAGE PIXELS - TRY AGAIN IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 379 to 233 components IMAGR1: Field 2 compressed from 412 to 315 components IMAGR1: Field 3 compressed from 383 to 290 components IMAGR1: Field 4 compressed from 464 to 346 components IMAGR1: Field 5 compressed from 425 to 336 components IMAGR1: Field 6 compressed from 390 to 300 components IMAGR1: Field 7 compressed from 425 to 322 components IMAGR1: Field 1 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 2 min = -1.1 MilliJy,max = 976.0 MicroJy IMAGR1: Field 3 min = -1.0 MilliJy,max = 1.0 MilliJy IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: Field 5 min = -1.2 MilliJy,max = 1.1 MilliJy IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: Field 7 min = -1.1 MilliJy,max = 988.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore -3.526 MilliJy ( 9 CCs) from field 1 to field 2 IMAGR1: Restore -5.503 MilliJy ( 17 CCs) from field 1 to field 3 IMAGR1: Restore -2.985 MilliJy ( 27 CCs) from field 1 to field 4 IMAGR1: Restore -1.982 MilliJy ( 13 CCs) from field 1 to field 5 IMAGR1: Restore -4.228 MilliJy ( 40 CCs) from field 1 to field 6 IMAGR1: Restore -2.841 MilliJy ( 8 CCs) from field 1 to field 7 IMAGR1: Restore 1.395 MilliJy ( 16 CCs) from field 2 to field 1 IMAGR1: Restore 1.779 MilliJy ( 65 CCs) from field 2 to field 3 IMAGR1: Restore -13.748 MilliJy ( 66 CCs) from field 2 to field 4 IMAGR1: Restore 5.070 MilliJy ( 35 CCs) from field 3 to field 1 IMAGR1: Restore 4.310 MilliJy ( 23 CCs) from field 3 to field 2 IMAGR1: Restore 52.715 MicroJy ( 17 CCs) from field 3 to field 5 IMAGR1: Restore 159.473 MicroJy ( 11 CCs) from field 4 to field 1 IMAGR1: Restore -3.443 MilliJy ( 33 CCs) from field 4 to field 2 IMAGR1: Restore -1.572 MilliJy ( 21 CCs) from field 4 to field 6 IMAGR1: Restore-322.110 MicroJy ( 5 CCs) from field 5 to field 1 IMAGR1: Restore-126.251 MicroJy ( 31 CCs) from field 5 to field 3 IMAGR1: Restore 1.623 MilliJy ( 16 CCs) from field 5 to field 7 IMAGR1: Restore 1.527 MilliJy ( 44 CCs) from field 6 to field 1 IMAGR1: Restore 54.972 MicroJy ( 13 CCs) from field 6 to field 4 IMAGR1: Restore-940.944 MicroJy ( 44 CCs) from field 6 to field 7 IMAGR1: Restore-248.333 MicroJy ( 19 CCs) from field 7 to field 1 IMAGR1: Restore 4.625 MilliJy ( 24 CCs) from field 7 to field 5 IMAGR1: Restore 15.592 MilliJy ( 53 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 920.202 MilliJy IMAGR1: Field 2 final Clean flux -15.443 MilliJy IMAGR1: Field 3 final Clean flux 4.813 MilliJy IMAGR1: Field 4 final Clean flux -15.802 MilliJy IMAGR1: Field 5 final Clean flux 14.361 MilliJy IMAGR1: Field 6 final Clean flux 722.389 MicroJy IMAGR1: Field 7 final Clean flux 37.956 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 102 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 55.3 Real= 122 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1032 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2320+052 X BAND Seq 1 Disk: 1 in slot 19 SETFC1: SETCEL: recommends IMSIZE 1349 CELLSIZE 0.23734 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23734 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 76.6 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.8 Real= 4 C 1 1012 1012 23 20 44.86 05 13 50.0 00001 -1 507 512 513 C 2 1012 1012 23 20 44.86 05 10 27.9 00002 -1 507 512 513 C 3 1012 1012 23 20 33.14 05 12 08.9 00003 -1 507 512 513 C 4 1012 1012 23 20 56.57 05 12 08.9 00004 -1 507 512 513 C 5 1012 1012 23 20 33.14 05 15 31.0 00005 -1 507 512 513 C 6 1012 1012 23 20 56.57 05 15 31.0 00006 -1 507 512 513 C 7 1012 1012 23 20 44.86 05 17 12.0 00007 -1 507 512 513 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1032 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 5.0788E-02 4.7000E-02 0 IMAGR1: Field 2 1012 1012 5.0788E-02 -2.0205E+02 0 IMAGR1: Field 3 1012 1012 -1.7502E+02 -1.0105E+02 0 IMAGR1: Field 4 1012 1012 1.7497E+02 -1.0105E+02 0 IMAGR1: Field 5 1012 1012 -1.7502E+02 1.0105E+02 0 IMAGR1: Field 6 1012 1012 1.7497E+02 1.0105E+02 0 IMAGR1: Field 7 1012 1012 5.0788E-02 2.0205E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2320+052_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2320+052 .IMAGR . 1 (UV) on disk 1 cno 109 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 12000 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 4.542E+04 IMAGR1: UVWAIT: Adding temperance S 9.085E+03 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 3.512E+07 and out 4.377E+07 IMAGR1: UVWAIT: Noise is increased by a factor 1.125 due to weighting IMAGR1: UVWAIT: Average summed weight 4.543E+04 over 23640 vis IMAGR1: Create 2320+052 .IBM001. 1 (MA) on disk 1 cno 110 IMAGR1: Create 2320+052 .IBM002. 1 (MA) on disk 1 cno 111 IMAGR1: Create 2320+052 .IBM003. 1 (MA) on disk 1 cno 112 IMAGR1: Create 2320+052 .IBM004. 1 (MA) on disk 1 cno 113 IMAGR1: Create 2320+052 .IBM005. 1 (MA) on disk 1 cno 114 IMAGR1: Create 2320+052 .IBM006. 1 (MA) on disk 1 cno 115 IMAGR1: Create 2320+052 .IBM007. 1 (MA) on disk 1 cno 116 IMAGR1: Create 2320+052 .ICL001. 1 (MA) on disk 1 cno 117 IMAGR1: Create 2320+052 .ICL002. 1 (MA) on disk 1 cno 118 IMAGR1: Create 2320+052 .ICL003. 1 (MA) on disk 1 cno 119 IMAGR1: Create 2320+052 .ICL004. 1 (MA) on disk 1 cno 120 IMAGR1: Create 2320+052 .ICL005. 1 (MA) on disk 1 cno 121 IMAGR1: Create 2320+052 .ICL006. 1 (MA) on disk 1 cno 122 IMAGR1: Create 2320+052 .ICL007. 1 (MA) on disk 1 cno 123 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 4.64725E+08 IMAGR1: Field 1 Beam min = -187.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.560 x 0.725 arcsec, PA= -51.1 IMAGR1: Field 2 Sum of gridding weights = 4.64726E+08 IMAGR1: Field 2 Beam min = -187.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.562 x 0.725 arcsec, PA= -51.1 IMAGR1: Field 3 Sum of gridding weights = 4.64725E+08 IMAGR1: Field 3 Beam min = -141.6 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.559 x 0.725 arcsec, PA= -51.0 IMAGR1: Field 4 Sum of gridding weights = 4.64726E+08 IMAGR1: Field 4 Beam min = -189.6 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.563 x 0.725 arcsec, PA= -51.1 IMAGR1: Field 5 Sum of gridding weights = 4.64724E+08 IMAGR1: Field 5 Beam min = -141.6 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.557 x 0.725 arcsec, PA= -51.1 IMAGR1: Field 6 Sum of gridding weights = 4.64725E+08 IMAGR1: Field 6 Beam min = -189.6 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.561 x 0.725 arcsec, PA= -51.1 IMAGR1: Field 7 Sum of gridding weights = 4.64724E+08 IMAGR1: Field 7 Beam min = -187.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.558 x 0.725 arcsec, PA= -51.1 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -101.4 MilliJy,max = 967.8 MilliJy IMAGR1: Field 2 min = -79.2 MilliJy,max = 199.0 MilliJy IMAGR1: Field 3 min = -104.7 MilliJy,max = 152.9 MilliJy IMAGR1: Field 4 min = -103.4 MilliJy,max = 178.9 MilliJy IMAGR1: Field 5 min = -105.6 MilliJy,max = 175.5 MilliJy IMAGR1: Field 6 min = -107.3 MilliJy,max = 156.6 MilliJy IMAGR1: Field 7 min = -76.0 MilliJy,max = 199.3 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 112.44 MilliJy IMAGR1: 3206 Residual map points loaded IMAGR1: Field 1 min allowed flux = 477.763 MilliJy iter= 8 IMAGR1: Field 1 Clean flux density= 555.527 MilliJy 8 comps IMAGR1: Total Cleaned flux density = 555.527 MilliJy 8 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -46.2 MilliJy,max = 437.4 MilliJy IMAGR1: BGC Clean: using 1837 cell beam + residuals > 77.64 MilliJy IMAGR1: 481 Residual map points loaded IMAGR1: Field 1 min allowed flux = 204.849 MilliJy iter= 17 IMAGR1: Field 1 Clean flux density= 832.237 MilliJy 17 comps IMAGR1: Total Cleaned flux density = 832.237 MilliJy 17 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -21.2 MilliJy,max = 184.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.758E-01 < Second best 1.902E-01 IMAGR1: Field 7 min = -18.9 MilliJy,max = 39.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.742E-02 < Second best 1.899E-01 IMAGR1: Field 2 min = -16.2 MilliJy,max = 38.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.698E-02 < Second best 1.758E-01 IMAGR1: BGC Clean: using 103 cell beam + residuals > 60.53 MilliJy IMAGR1: 26 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 86.685 MilliJy iter= 26 IMAGR1: Field 1 Clean flux density= 949.970 MilliJy 26 comps IMAGR1: Total Cleaned flux density = 949.970 MilliJy 26 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -8.7 MilliJy,max = 15.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.473E-02 < Second best 1.654E-01 IMAGR1: Field 4 min = -9.7 MilliJy,max = 14.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.375E-02 < Second best 1.471E-01 IMAGR1: Field 6 min = -8.7 MilliJy,max = 13.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.296E-02 < Second best 1.459E-01 IMAGR1: Field 3 min = -8.6 MilliJy,max = 12.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.201E-02 < Second best 8.244E-02 IMAGR1: Field 1 min = -18.8 MilliJy,max = 79.2 MilliJy IMAGR1: BGC Clean: using 1837 cell beam + residuals > 14.09 MilliJy IMAGR1: 606 Residual map points loaded IMAGR1: Field 1 min allowed flux = 37.014 MilliJy iter= 35 IMAGR1: Field 1 Clean flux density= 1.000 Jy 35 comps IMAGR1: Total Cleaned flux density = 1.000 Jy 35 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -7.8 MilliJy,max = 8.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.895E-03 < Second best 3.698E-02 IMAGR1: Field 2 min = -7.2 MilliJy,max = 8.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.175E-03 < Second best 3.520E-02 IMAGR1: Field 1 min = -20.1 MilliJy,max = 33.6 MilliJy IMAGR1: BGC Clean: using 1837 cell beam + residuals > 6.02 MilliJy IMAGR1: 2407 Residual map points loaded IMAGR1: Field 1 min allowed flux = -16.295 MilliJy iter= 50 IMAGR1: Field 1 Clean flux density= 1.011 Jy 50 comps IMAGR1: Total Cleaned flux density = 1.011 Jy 50 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -15.8 MilliJy,max = 15.7 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 5.57 MilliJy IMAGR1: 802 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 9.149 MilliJy iter= 93 IMAGR1: Field 1 Clean flux density= 1.010 Jy 93 comps IMAGR1: Total Cleaned flux density = 1.010 Jy 93 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -3.8 MilliJy,max = 4.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.884E-03 < Second best 1.375E-02 IMAGR1: Field 4 min = -4.3 MilliJy,max = 3.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.719E-03 < Second best 1.296E-02 IMAGR1: Field 6 min = -4.0 MilliJy,max = 3.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.606E-03 < Second best 1.201E-02 IMAGR1: Field 3 min = -4.0 MilliJy,max = 4.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.836E-03 < Second best 8.715E-03 IMAGR1: Field 1 min = -9.0 MilliJy,max = 7.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 3.64 MilliJy IMAGR1: 1028 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -5.424 MilliJy iter= 149 IMAGR1: Field 1 Clean flux density= 1.003 Jy 149 comps IMAGR1: Total Cleaned flux density = 1.003 Jy 149 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.9 MilliJy,max = 3.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.825E-03 < Second best 7.895E-03 IMAGR1: Field 7 min = -3.2 MilliJy,max = 3.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.198E-03 < Second best 5.170E-03 IMAGR1: Field 1 min = -4.9 MilliJy,max = 4.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 2.13 MilliJy IMAGR1: 3560 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 3.400 MilliJy iter= 266 IMAGR1: Field 1 Clean flux density= 1.007 Jy 266 comps IMAGR1: Total Cleaned flux density = 1.007 Jy 266 comps LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.6 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.910E-03 < Second best 3.836E-03 IMAGR1: Field 3 min = -3.0 MilliJy,max = 3.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 3.111E-03 < Second best 3.719E-03 IMAGR1: Field 4 min = -2.7 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.794E-03 < Second best 3.606E-03 IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.901E-03 < Second best 3.246E-03 IMAGR1: Field 1 min = -2.7 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.589E-03 < Second best 3.198E-03 IMAGR1: Field 7 min = -2.6 MilliJy,max = 2.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.361E-03 < Second best 3.111E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.59 MilliJy IMAGR1: 3390 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 2.158 MilliJy iter= 107 IMAGR1: Field 3 Clean flux density= 15.806 MilliJy 107 comps IMAGR1: Total Cleaned flux density = 1.023 Jy 373 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.2 MilliJy,max = 2.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.455E-03 < Second best 2.901E-03 IMAGR1: Field 6 min = -2.9 MilliJy,max = 3.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.57 MilliJy IMAGR1: 3367 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 2.092 MilliJy iter= 139 IMAGR1: Field 6 Clean flux density= 14.772 MilliJy 139 comps IMAGR1: Total Cleaned flux density = 1.038 Jy 512 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -2.0 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.735E-03 < Second best 2.794E-03 IMAGR1: Field 4 min = -2.3 MilliJy,max = 2.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.402E-03 < Second best 2.589E-03 IMAGR1: Field 1 min = -2.5 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.44 MilliJy IMAGR1: 1426 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.750 MilliJy iter= 383 IMAGR1: Field 1 Clean flux density= 1.002 Jy 383 comps IMAGR1: Total Cleaned flux density = 1.032 Jy 629 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -2.1 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.264E-03 < Second best 2.402E-03 IMAGR1: Field 4 min = -2.1 MilliJy,max = 2.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 2.240E-03 < Second best 2.361E-03 IMAGR1: Field 7 min = -2.1 MilliJy,max = 2.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.832E-03 < Second best 2.264E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 1290 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.678 MilliJy iter= 124 IMAGR1: Field 5 Clean flux density= 9.335 MilliJy 124 comps IMAGR1: Total Cleaned flux density = 1.042 Jy 753 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -2.0 MilliJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.41 MilliJy IMAGR1: 926 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.628 MilliJy iter= 117 IMAGR1: Field 4 Clean flux density= 4.966 MilliJy 117 comps IMAGR1: Total Cleaned flux density = 1.047 Jy 870 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -2.4 MilliJy,max = 2.7 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.856E-03 < Second best 2.001E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.658E-03 < Second best 1.856E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.20 MilliJy IMAGR1: 2366 Residual map points loaded IMAGR1: Field 3 min algorithm flux= -1.426 MilliJy iter= 276 IMAGR1: Field 3 Clean flux density= 7.162 MilliJy 276 comps IMAGR1: Total Cleaned flux density = 1.038 Jy 1039 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.497E-03 < Second best 1.735E-03 IMAGR1: Field 2 min = -1.6 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.374E-03 < Second best 1.673E-03 IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.536E-03 < Second best 1.658E-03 IMAGR1: Field 6 min = -2.2 MilliJy,max = 2.4 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.13 MilliJy IMAGR1: 2658 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -1.349 MilliJy iter= 346 IMAGR1: Field 6 Clean flux density= 16.096 MilliJy 346 comps IMAGR1: Total Cleaned flux density = 1.039 Jy 1246 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.411E-03 < Second best 1.557E-03 IMAGR1: Field 4 min = -1.7 MilliJy,max = 1.8 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.370E-03 < Second best 1.536E-03 IMAGR1: Field 1 min = -1.7 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.424E-03 < Second best 1.497E-03 IMAGR1: Field 7 min = -1.4 MilliJy,max = 1.6 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.275E-03 < Second best 1.424E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.02 MilliJy IMAGR1: 695 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -1.124 MilliJy iter= 518 IMAGR1: Field 1 Clean flux density= 1.005 Jy 518 comps IMAGR1: Total Cleaned flux density = 1.043 Jy 1381 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.6 MilliJy,max = 1.8 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 1222 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 1.135 MilliJy iter= 292 IMAGR1: Field 5 Clean flux density= 9.718 MilliJy 292 comps IMAGR1: Total Cleaned flux density = 1.043 Jy 1549 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -1.4 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.086E-03 < Second best 1.370E-03 IMAGR1: Field 4 min = -1.6 MilliJy,max = 1.6 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 1.01 MilliJy IMAGR1: 1278 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -1.116 MilliJy iter= 294 IMAGR1: Field 4 Clean flux density= 7.953 MilliJy 294 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 1726 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.8 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.177E-03 < Second best 1.293E-03 IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.152E-03 < Second best 1.275E-03 IMAGR1: Field 7 min = -1.2 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.085E-03 < Second best 1.177E-03 IMAGR1: BGC Clean: using 103 cell beam + residuals > 855.79 MicroJy IMAGR1: 3180 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 987.713 MicroJy iter= 560 IMAGR1: Field 3 Clean flux density= 6.671 MilliJy 560 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 2010 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.6 MilliJy,max = 1.9 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 857.27 MicroJy IMAGR1: 1809 Residual map points loaded IMAGR1: Field 6 min algorithm flux= 952.010 MicroJy iter= 572 IMAGR1: Field 6 Clean flux density= 16.265 MilliJy 572 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 2236 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.000E-03 < Second best 1.086E-03 IMAGR1: Field 2 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.530E-04 < Second best 1.085E-03 IMAGR1: Field 7 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.803E-04 < Second best 1.076E-03 IMAGR1: Field 1 min = -1.3 MilliJy,max = 1.2 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.467E-04 < Second best 1.070E-03 IMAGR1: Field 4 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 750.51 MicroJy IMAGR1: 1542 Residual map points loaded IMAGR1: Field 4 min algorithm flux= -824.406 MicroJy iter= 518 IMAGR1: Field 4 Clean flux density= 8.710 MilliJy 518 comps IMAGR1: Total Cleaned flux density = 1.047 Jy 2460 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 752.56 MicroJy IMAGR1: 2322 Residual map points loaded IMAGR1: Field 5 min algorithm flux= 839.244 MicroJy iter= 582 IMAGR1: Field 5 Clean flux density= 4.339 MilliJy 582 comps IMAGR1: Total Cleaned flux density = 1.041 Jy 2750 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -994.7 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 751.51 MicroJy IMAGR1: 81 Residual map points loaded IMAGR1: Field 7 min algorithm flux= 765.423 MicroJy iter= 48 IMAGR1: Field 7 Clean flux density= 1.159 MilliJy 48 comps IMAGR1: Total Cleaned flux density = 1.042 Jy 2798 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -983.8 MicroJy,max = 998.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 750.22 MicroJy IMAGR1: 42 Residual map points loaded IMAGR1: Field 2 min algorithm flux= 758.785 MicroJy iter= 27 IMAGR1: Field 2 Clean flux density= -551.329 MicroJy 27 comps IMAGR1: Total Cleaned flux density = 1.042 Jy 2825 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.940E-04 < Second best 9.467E-04 IMAGR1: Field 1 min = -934.0 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 8.588E-04 < Second best 9.128E-04 IMAGR1: Field 6 min = -1.3 MilliJy,max = 1.5 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 647.72 MicroJy IMAGR1: 1999 Residual map points loaded IMAGR1: Field 6 min algorithm flux= -709.655 MicroJy iter= 844 IMAGR1: Field 6 Clean flux density= 17.605 MilliJy 844 comps IMAGR1: Total Cleaned flux density = 1.043 Jy 3097 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -1.3 MilliJy,max = 1.3 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 649.57 MicroJy IMAGR1: 2274 Residual map points loaded IMAGR1: Field 3 min algorithm flux= 713.038 MicroJy iter= 863 IMAGR1: Field 3 Clean flux density= 5.899 MilliJy 863 comps IMAGR1: Total Cleaned flux density = 1.042 Jy 3400 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -881.2 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.638E-04 < Second best 8.049E-04 IMAGR1: Field 5 min = -1.0 MilliJy,max = 1.1 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 7.349E-04 < Second best 7.909E-04 IMAGR1: Field 4 min = -1.1 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 583.10 MicroJy IMAGR1: 2793 Residual map points loaded LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Field 4 min algorithm flux= -644.917 MicroJy iter= 864 IMAGR1: Field 4 Clean flux density= 9.036 MilliJy 864 comps IMAGR1: Total Cleaned flux density = 1.043 Jy 3746 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -957.4 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 582.23 MicroJy IMAGR1: 605 Residual map points loaded IMAGR1: Field 1 min Clean flux = 618.924 MicroJy iter= 692 IMAGR1: Field 1 Clean flux density= 1.008 Jy 692 comps IMAGR1: Total Cleaned flux density = 1.045 Jy 3920 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 5 min = -1.1 MilliJy,max = 1.1 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 581.04 MicroJy IMAGR1: 1345 Residual map points loaded IMAGR1: Field 5 min Clean flux = 618.997 MicroJy iter= 830 IMAGR1: Field 5 Clean flux density= 5.614 MilliJy 830 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 4168 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -808.9 MicroJy,max = 762.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.578E-04 < Second best 7.267E-04 IMAGR1: Field 2 min = -791.4 MicroJy,max = 791.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.390E-04 < Second best 6.838E-04 IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 528.79 MicroJy IMAGR1: 828 Residual map points loaded IMAGR1: Field 3 min Clean flux = -618.798 MicroJy iter= 881 IMAGR1: Field 3 Clean flux density= 5.390 MilliJy 881 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 4186 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -1.0 MilliJy,max = 1.2 MilliJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 480.83 MicroJy IMAGR1: 4716 Residual map points loaded IMAGR1: Field 6 min Clean flux = -617.871 MicroJy iter= 910 IMAGR1: Field 6 Clean flux density= 17.192 MilliJy 910 comps IMAGR1: Total Cleaned flux density = 1.046 Jy 4252 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -822.3 MicroJy,max = 748.9 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 461.33 MicroJy IMAGR1: 1261 Residual map points loaded IMAGR1: Field 7 min Clean flux = -616.474 MicroJy iter= 57 IMAGR1: Field 7 Clean flux density= 976.115 MicroJy 57 comps IMAGR1: Total Cleaned flux density = 1.045 Jy 4261 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -774.0 MicroJy,max = 777.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 456.04 MicroJy IMAGR1: 1524 Residual map points loaded IMAGR1: Field 2 min Clean flux = -617.240 MicroJy iter= 34 IMAGR1: Field 2 Clean flux density= -871.358 MicroJy 34 comps IMAGR1: Total Cleaned flux density = 1.045 Jy 4268 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -947.9 MicroJy,max = 924.0 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 367.73 MicroJy IMAGR1: 19988 Residual map points loaded IMAGR1: Field 4 min Clean flux = -616.173 MicroJy iter= 871 IMAGR1: Field 4 Clean flux density= 8.595 MilliJy 871 comps IMAGR1: Total Cleaned flux density = 1.045 Jy 4275 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 618.997 less than limit 619.145 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 692 to 393 components IMAGR1: Field 2 compressed from 34 to 27 components IMAGR1: Field 3 compressed from 881 to 650 components IMAGR1: Field 4 compressed from 871 to 609 components IMAGR1: Field 5 compressed from 830 to 583 components IMAGR1: Field 6 compressed from 910 to 655 components IMAGR1: Field 7 compressed from 57 to 44 components IMAGR1: Field 1 min = -840.3 MicroJy,max = 891.4 MicroJy IMAGR1: Field 2 min = -773.4 MicroJy,max = 768.8 MicroJy IMAGR1: Field 3 min = -1.1 MilliJy,max = 1.0 MilliJy IMAGR1: Field 4 min = -943.6 MicroJy,max = 922.5 MicroJy IMAGR1: Field 5 min = -903.3 MicroJy,max = 1.0 MilliJy IMAGR1: Field 6 min = -989.4 MicroJy,max = 1.2 MilliJy IMAGR1: Field 7 min = -828.4 MicroJy,max = 738.9 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore-495.947 MicroJy ( 9 CCs) from field 1 to field 2 IMAGR1: Restore 1.082 MilliJy ( 49 CCs) from field 1 to field 3 IMAGR1: Restore-169.081 MicroJy ( 18 CCs) from field 1 to field 4 IMAGR1: Restore 1.910 MilliJy ( 63 CCs) from field 1 to field 5 IMAGR1: Restore-366.155 MicroJy ( 12 CCs) from field 1 to field 6 IMAGR1: Restore-239.433 MicroJy ( 12 CCs) from field 1 to field 7 IMAGR1: Restore-224.648 MicroJy ( 8 CCs) from field 2 to field 3 IMAGR1: Restore-140.536 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR1: Restore 1.417 MilliJy ( 18 CCs) from field 3 to field 1 IMAGR1: Restore 719.638 MicroJy ( 16 CCs) from field 3 to field 2 IMAGR1: Restore 2.765 MilliJy ( 60 CCs) from field 3 to field 5 IMAGR1: Restore 1.490 MilliJy ( 47 CCs) from field 4 to field 1 IMAGR1: Restore 1.003 MilliJy ( 18 CCs) from field 4 to field 2 IMAGR1: Restore 958.728 MicroJy ( 72 CCs) from field 4 to field 6 IMAGR1: Restore -1.031 MilliJy ( 32 CCs) from field 5 to field 1 IMAGR1: Restore-193.426 MicroJy ( 65 CCs) from field 5 to field 3 IMAGR1: Restore 1.281 MilliJy ( 16 CCs) from field 5 to field 7 IMAGR1: Restore 232.691 MicroJy ( 14 CCs) from field 6 to field 1 IMAGR1: Restore 1.434 MilliJy ( 55 CCs) from field 6 to field 4 IMAGR1: Restore-541.404 MicroJy ( 9 CCs) from field 6 to field 7 IMAGR1: Restore-223.049 MicroJy ( 2 CCs) from field 7 to field 1 IMAGR1: Restore 232.711 MicroJy ( 3 CCs) from field 7 to field 5 IMAGR1: Restore -60.102 MicroJy ( 14 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 1.010 Jy IMAGR1: Field 2 final Clean flux 355.317 MicroJy IMAGR1: Field 3 final Clean flux 6.053 MilliJy IMAGR1: Field 4 final Clean flux 9.719 MilliJy IMAGR1: Field 5 final Clean flux 10.521 MilliJy IMAGR1: Field 6 final Clean flux 17.724 MilliJy IMAGR1: Field 7 final Clean flux 1.476 MilliJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 109 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 69.5 Real= 144 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1032 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 113 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 114 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 115 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 116 disk= 1 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 1: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 1: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 1: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null SETFC1: Task SETFC (release of 31DEC06) begins SETFC1: Found 2319+051 X BAND Seq 1 Disk: 1 in slot 20 SETFC1: SETCEL: recommends IMSIZE 1346 CELLSIZE 0.23782 SETFC1: SETCEL: returns IMSIZE 1024 CELLSIZE 0.23782 SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 SETFC1: FLYEYE added 7 fields to BOXFILE to 0.056 deg SETFC1: Searching catalog between 0.06 and 0.13 degrees radius SETFC1: ZTXOP2: using translated file name = SETFC1: ZTXOP2: /home/auto/aips/TEXT/STARS/NV00.0030 SETFC1: No NVSS sources selected for BOXFILE SETFC1: The Sun is 76.9 deg away - ignoring SETFC1: First field number written was 1 SETFC1: Highest field number written was 7 SETFC1: returns adverbs to AIPS SETFC1: Appears to have ended successfully SETFC1: auto 31DEC06 TST: Cpu= 1.7 Real= 4 C 1 1012 1012 23 21 40.80 05 27 36.5 00001 -1 507 512 513 C 2 1012 1012 23 21 40.80 05 24 14.1 00002 -1 507 512 513 C 3 1012 1012 23 21 29.06 05 25 55.3 00003 -1 507 512 513 C 4 1012 1012 23 21 52.55 05 25 55.3 00004 -1 507 512 513 C 5 1012 1012 23 21 29.06 05 29 17.8 00005 -1 507 512 513 C 6 1012 1012 23 21 52.55 05 29 17.8 00006 -1 507 512 513 C 7 1012 1012 23 21 40.80 05 30 59.0 00007 -1 507 512 513 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1032 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 113 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 114 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 115 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 116 disk= 1 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 1: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 1: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 1: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 1: ' ' IMAGR1: Task IMAGR (release of 31DEC06) begins IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: FIELDF: Final field parameters and # read are: IMAGR1: Field 1 1012 1012 -5.9728E-02 -3.0000E-02 0 IMAGR1: Field 2 1012 1012 -5.9728E-02 -2.0243E+02 0 IMAGR1: Field 3 1012 1012 -1.7536E+02 -1.0123E+02 0 IMAGR1: Field 4 1012 1012 1.7539E+02 -1.0123E+02 0 IMAGR1: Field 5 1012 1012 -1.7536E+02 1.0127E+02 0 IMAGR1: Field 6 1012 1012 1.7539E+02 1.0127E+02 0 IMAGR1: Field 7 1012 1012 -5.9728E-02 2.0247E+02 0 IMAGR1: ZTXOP2: using translated file name = IMAGR1: ZTXOP2: /tmp/SETFC@2319+051_X,BAND.0-1 IMAGR1: WINDF: Number of clean boxes/field read as follows: IMAGR1: Field 01: 1 Field 02: 1 Field 03: 1 Field 04: 1 IMAGR1: Field 05: 1 Field 06: 1 Field 07: 1 IMAGR1: Create 2319+051 .IMAGR . 1 (UV) on disk 1 cno 116 IMAGR1: Beginning channel 1 through 1 with 2 IFs IMAGR1: IMACPY: Copied 26076 visibilities to be imaged IMAGR1: UVWAIT: begin finding uniform weights IMAGR1: UVWAIT: Average grid weight 1.178E+05 IMAGR1: UVWAIT: Adding temperance S 2.355E+04 IMAGR1: UVWAIT: begin applying uniform or other weights IMAGR1: UVWAIT: Sum of weights in 7.785E+07 and out 1.042E+08 IMAGR1: UVWAIT: Noise is increased by a factor 1.154 due to weighting IMAGR1: UVWAIT: Average summed weight 1.178E+05 over 52104 vis IMAGR1: Create 2319+051 .IBM001. 1 (MA) on disk 1 cno 117 IMAGR1: Create 2319+051 .IBM002. 1 (MA) on disk 1 cno 118 IMAGR1: Create 2319+051 .IBM003. 1 (MA) on disk 1 cno 119 IMAGR1: Create 2319+051 .IBM004. 1 (MA) on disk 1 cno 120 IMAGR1: Create 2319+051 .IBM005. 1 (MA) on disk 1 cno 121 IMAGR1: Create 2319+051 .IBM006. 1 (MA) on disk 1 cno 122 IMAGR1: Create 2319+051 .IBM007. 1 (MA) on disk 1 cno 123 IMAGR1: Create 2319+051 .ICL001. 1 (MA) on disk 1 cno 124 IMAGR1: Create 2319+051 .ICL002. 1 (MA) on disk 1 cno 125 IMAGR1: Create 2319+051 .ICL003. 1 (MA) on disk 1 cno 126 IMAGR1: Create 2319+051 .ICL004. 1 (MA) on disk 1 cno 127 IMAGR1: Create 2319+051 .ICL005. 1 (MA) on disk 1 cno 128 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! IMAGR1: Create 2319+051 .ICL006. 1 (MA) on disk 1 cno 129 IMAGR1: Create 2319+051 .ICL007. 1 (MA) on disk 1 cno 130 IMAGR1: GRDFLT: X and Y convolution type = SPHEROIDAL IMAGR1: GRDFLT: X and Y parms = 3.0000 1.0000 IMAGR1: GRDFLT: convolution function sampled every 1/100 of a cell IMAGR1: GRDMEM: Ave 2 Channels; 8.435100E+09 to 8.485100E+09 Hz IMAGR1: Field 1 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 1 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR1: Field 1 fit FWHM = 1.449 x 0.727 arcsec, PA= -53.2 IMAGR1: Field 2 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 2 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR1: Field 2 fit FWHM = 1.451 x 0.727 arcsec, PA= -53.2 IMAGR1: Field 3 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 3 Beam min = -141.7 MilliJy, max = 1.0 Jy IMAGR1: Field 3 fit FWHM = 1.448 x 0.727 arcsec, PA= -53.2 IMAGR1: Field 4 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 4 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR1: Field 4 fit FWHM = 1.452 x 0.727 arcsec, PA= -53.2 IMAGR1: Field 5 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 5 Beam min = -141.7 MilliJy, max = 1.0 Jy IMAGR1: Field 5 fit FWHM = 1.446 x 0.728 arcsec, PA= -53.2 IMAGR1: Field 6 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 6 Beam min = -151.0 MilliJy, max = 1.0 Jy IMAGR1: Field 6 fit FWHM = 1.450 x 0.727 arcsec, PA= -53.2 IMAGR1: Field 7 Sum of gridding weights = 1.10657E+09 IMAGR1: Field 7 Beam min = -154.9 MilliJy, max = 1.0 Jy IMAGR1: Field 7 fit FWHM = 1.448 x 0.728 arcsec, PA= -53.2 IMAGR1: CLBHIS: minimum component 0.500 of current peak IMAGR1: Field 1 min = -3.3 MilliJy,max = 23.7 MilliJy IMAGR1: Field 2 min = -2.4 MilliJy,max = 5.8 MilliJy IMAGR1: Field 3 min = -1.9 MilliJy,max = 3.9 MilliJy IMAGR1: Field 4 min = -2.0 MilliJy,max = 5.3 MilliJy IMAGR1: Field 5 min = -1.9 MilliJy,max = 5.2 MilliJy IMAGR1: Field 6 min = -2.0 MilliJy,max = 3.9 MilliJy IMAGR1: Field 7 min = -2.7 MilliJy,max = 5.9 MilliJy IMAGR1: BGC Clean: using 2043 cell beam + residuals > 3.43 MilliJy IMAGR1: 2289 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 12.612 MilliJy iter= 7 IMAGR1: Field 1 Clean flux density= 12.381 MilliJy 7 comps IMAGR1: Total Cleaned flux density = 12.381 MilliJy 7 comps IMAGR1: SETDO3: imaging done with multiple tangent planes IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: VISDFT: Model components of type Point IMAGR1: I Polarization model processed IMAGR1: Field 1 min = -2.0 MilliJy,max = 11.4 MilliJy IMAGR1: BGC Clean: using 2035 cell beam + residuals > 2.22 MilliJy IMAGR1: 731 Residual map points loaded IMAGR1: Field 1 min allowed flux = 5.429 MilliJy iter= 15 IMAGR1: Field 1 Clean flux density= 18.846 MilliJy 15 comps IMAGR1: Total Cleaned flux density = 18.846 MilliJy 15 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -787.8 MicroJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.841E-03 < Second best 5.430E-03 IMAGR1: Field 7 min = -931.4 MicroJy,max = 1.9 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 1.766E-03 < Second best 5.164E-03 IMAGR1: Field 1 min = -1.2 MilliJy,max = 4.9 MilliJy IMAGR1: BGC Clean: using 1069 cell beam + residuals > 1.25 MilliJy IMAGR1: 525 Residual map points loaded IMAGR1: Field 1 min allowed flux = 2.404 MilliJy iter= 28 IMAGR1: Field 1 Clean flux density= 23.211 MilliJy 28 comps IMAGR1: Total Cleaned flux density = 23.211 MilliJy 28 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 4 min = -523.4 MicroJy,max = 906.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.805E-04 < Second best 4.605E-03 IMAGR1: Field 5 min = -561.8 MicroJy,max = 774.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.404E-04 < Second best 3.195E-03 IMAGR1: Field 6 min = -543.0 MicroJy,max = 752.5 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.404E-04 < Second best 3.148E-03 IMAGR1: Field 3 min = -531.7 MicroJy,max = 743.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.109E-04 < Second best 2.288E-03 IMAGR1: Field 1 min = -751.0 MicroJy,max = 2.3 MilliJy IMAGR1: BGC Clean: using 639 cell beam + residuals > 683.85 MicroJy IMAGR1: 1044 Residual map points loaded IMAGR1: Field 1 min allowed flux = 1.095 MilliJy iter= 44 IMAGR1: Field 1 Clean flux density= 25.770 MilliJy 44 comps IMAGR1: Total Cleaned flux density = 25.770 MilliJy 44 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -551.0 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.714E-04 < Second best 1.766E-03 IMAGR1: Field 7 min = -623.0 MicroJy,max = 1.0 MilliJy IMAGR1: TRY ANOTHER FIELD: this is 9.604E-04 < Second best 1.044E-03 IMAGR1: Field 1 min = -699.6 MicroJy,max = 1.0 MilliJy IMAGR1: BGC Clean: using 241 cell beam + residuals > 409.45 MicroJy IMAGR1: 5306 Residual map points loaded IMAGR1: Field 1 min algorithm flux= 701.411 MicroJy iter= 90 IMAGR1: Field 1 Clean flux density= 29.500 MilliJy 90 comps IMAGR1: Total Cleaned flux density = 29.500 MilliJy 90 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -546.7 MicroJy,max = 769.3 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 7.351E-04 < Second best 9.604E-04 IMAGR1: Field 7 min = -598.9 MicroJy,max = 694.6 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 6.642E-04 < Second best 7.805E-04 IMAGR1: Field 4 min = -545.4 MicroJy,max = 589.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.783E-04 < Second best 7.404E-04 IMAGR1: Field 5 min = -502.6 MicroJy,max = 529.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 5.072E-04 < Second best 7.351E-04 IMAGR1: BGC Clean: using 241 cell beam + residuals > 386.97 MicroJy IMAGR1: 892 Residual map points loaded IMAGR1: Field 2 min algorithm flux= -501.912 MicroJy iter= 31 IMAGR1: Field 2 Clean flux density= 1.571 MilliJy 31 comps IMAGR1: Total Cleaned flux density = 31.071 MilliJy 121 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -469.1 MicroJy,max = 476.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.495E-04 < Second best 6.698E-04 IMAGR1: Field 1 min = -663.5 MicroJy,max = 609.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 320.18 MicroJy IMAGR1: 5860 Residual map points loaded IMAGR1: Field 1 min algorithm flux= -484.005 MicroJy iter= 168 IMAGR1: Field 1 Clean flux density= 29.051 MilliJy 168 comps IMAGR1: Total Cleaned flux density = 30.622 MilliJy 199 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 7 min = -488.4 MicroJy,max = 514.7 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.928E-04 < Second best 5.404E-04 IMAGR1: Field 6 min = -427.5 MicroJy,max = 495.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.111E-04 < Second best 5.072E-04 IMAGR1: Field 5 min = -449.1 MicroJy,max = 448.2 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 4.294E-04 < Second best 4.928E-04 IMAGR1: BGC Clean: using 123 cell beam + residuals > 306.88 MicroJy IMAGR1: 1615 Residual map points loaded IMAGR1: Field 7 min Clean flux = 416.778 MicroJy iter= 20 IMAGR1: Field 7 Clean flux density= 547.924 MicroJy 20 comps IMAGR1: Total Cleaned flux density = 31.170 MilliJy 219 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 2 min = -449.8 MicroJy,max = 454.9 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.938E-04 < Second best 4.783E-04 IMAGR1: Field 4 min = -450.1 MicroJy,max = 416.1 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.988E-04 < Second best 4.630E-04 IMAGR1: Field 1 min = -489.0 MicroJy,max = 497.4 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 255.74 MicroJy IMAGR1: 7540 Residual map points loaded IMAGR1: Field 1 min Clean flux = 418.968 MicroJy iter= 170 IMAGR1: Field 1 Clean flux density= 29.138 MilliJy 170 comps IMAGR1: Total Cleaned flux density = 31.257 MilliJy 221 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 3 min = -415.7 MicroJy,max = 455.8 MicroJy IMAGR1: TRY ANOTHER FIELD: this is 3.838E-04 < Second best 4.294E-04 IMAGR1: Field 5 min = -438.7 MicroJy,max = 426.7 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 224.25 MicroJy IMAGR1: 10141 Residual map points loaded IMAGR1: Field 5 min Clean flux = 417.791 MicroJy iter= 3 IMAGR1: Field 5 Clean flux density= 41.421 MicroJy 3 comps IMAGR1: Total Cleaned flux density = 31.299 MilliJy 224 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Field 6 min = -434.5 MicroJy,max = 470.6 MicroJy IMAGR1: BGC Clean: using 103 cell beam + residuals > 198.34 MicroJy IMAGR1: 19990 Residual map points loaded IMAGR1: Field 6 min Clean flux = 411.360 MicroJy iter= 2 IMAGR1: Field 6 Clean flux density= 83.862 MicroJy 2 comps IMAGR1: Total Cleaned flux density = 31.382 MilliJy 226 comps IMAGR1: VISDFT: Begin DFT component subtraction IMAGR1: I Polarization model processed IMAGR1: Peak residual in window 418.968 less than limit 420.013 MicroJy IMAGR1: Merging the Clean components files IMAGR1: Field 1 compressed from 170 to 93 components IMAGR1: Field 2 compressed from 31 to 19 components IMAGR1: Field 3 compressed from 0 to 0 components IMAGR1: Field 4 compressed from 0 to 0 components IMAGR1: Field 5 compressed from 3 to 3 components IMAGR1: Field 6 compressed from 2 to 2 components IMAGR1: Field 7 compressed from 20 to 17 components IMAGR1: Field 1 min = -492.4 MicroJy,max = 498.0 MicroJy IMAGR1: Field 2 min = -445.5 MicroJy,max = 455.7 MicroJy IMAGR1: Field 3 min = -410.1 MicroJy,max = 452.1 MicroJy IMAGR1: Field 4 min = -449.6 MicroJy,max = 415.9 MicroJy IMAGR1: Field 5 min = -436.9 MicroJy,max = 423.9 MicroJy IMAGR1: Field 6 min = -433.6 MicroJy,max = 469.1 MicroJy IMAGR1: Field 7 min = -427.0 MicroJy,max = 441.8 MicroJy IMAGR1: Restoring Clean components IMAGR1: Restoring overlapped Clean components IMAGR1: Restore 316.426 MicroJy ( 6 CCs) from field 1 to field 2 IMAGR1: Restore 41.897 MicroJy ( 1 CCs) from field 1 to field 3 IMAGR1: Restore -2.832 MicroJy ( 2 CCs) from field 1 to field 4 IMAGR1: Restore 146.317 MicroJy ( 3 CCs) from field 1 to field 5 IMAGR1: Restore -52.208 MicroJy ( 1 CCs) from field 1 to field 6 IMAGR1: Restore-319.878 MicroJy ( 8 CCs) from field 1 to field 7 IMAGR1: Restore 160.769 MicroJy ( 4 CCs) from field 2 to field 1 IMAGR1: Restore 63.590 MicroJy ( 2 CCs) from field 2 to field 4 IMAGR1: Restore 42.674 MicroJy ( 1 CCs) from field 5 to field 1 IMAGR1: Restore 41.779 MicroJy ( 1 CCs) from field 5 to field 3 IMAGR1: Restore 42.674 MicroJy ( 1 CCs) from field 5 to field 7 IMAGR1: Restore 41.136 MicroJy ( 1 CCs) from field 6 to field 7 IMAGR1: Restore 43.440 MicroJy ( 1 CCs) from field 7 to field 5 IMAGR1: Restore 42.043 MicroJy ( 1 CCs) from field 7 to field 6 IMAGR1: Checking image max/min IMAGR1: Field 1 final Clean flux 29.341 MilliJy IMAGR1: Field 2 final Clean flux 1.888 MilliJy IMAGR1: Field 3 final Clean flux 83.676 MicroJy IMAGR1: Field 4 final Clean flux 60.758 MicroJy IMAGR1: Field 5 final Clean flux 231.178 MicroJy IMAGR1: Field 6 final Clean flux 73.697 MicroJy IMAGR1: Field 7 final Clean flux 311.856 MicroJy IMAGR1: Deleting UV work file: IMAGR1: Destroyed 1 extension files of type AN IMAGR1: Destroyed 1 extension files of type FQ IMAGR1: Destroyed UV image file: catno= 116 disk= 1 IMAGR1: Appears to have ended successfully IMAGR1: auto 31DEC06 TST: Cpu= 29.0 Real= 63 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :16 =2355+498' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2355+498_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 103 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 104 disk= 1 LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 105 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 106 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 107 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 108 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 109 disk= 1 AIPS 1: Disk 1 in-CNO 110 renumbered as CNO 102 AIPS 1: Disk 1 in-CNO 111 renumbered as CNO 103 AIPS 1: Disk 1 in-CNO 112 renumbered as CNO 104 AIPS 1: Disk 1 in-CNO 113 renumbered as CNO 105 AIPS 1: Disk 1 in-CNO 114 renumbered as CNO 106 AIPS 1: Disk 1 in-CNO 115 renumbered as CNO 107 AIPS 1: Disk 1 in-CNO 116 renumbered as CNO 108 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.1032 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2320+052_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :17 =2320+052' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2320+052_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 110 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 111 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 112 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 113 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 114 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 115 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 116 disk= 1 AIPS 1: Disk 1 in-CNO 117 renumbered as CNO 109 AIPS 1: Disk 1 in-CNO 118 renumbered as CNO 110 AIPS 1: Disk 1 in-CNO 119 renumbered as CNO 111 AIPS 1: Disk 1 in-CNO 120 renumbered as CNO 112 AIPS 1: Disk 1 in-CNO 121 renumbered as CNO 113 AIPS 1: Disk 1 in-CNO 122 renumbered as CNO 114 AIPS 1: Disk 1 in-CNO 123 renumbered as CNO 115 AIPS 1: ' ' AIPS 1: 'ESTIMATED RMS:' '0.07 MILLI JANSKY' AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Waiting for returned adverbs AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: cat /tmp/SETFC@2319+051_X,BAND.0-1 >> /home/auto/run/AB922_1999D AIPS 1: EC28_1.log.1 AIPS 1: ' NOW STARTING WITH SOURCE :18 =2319+051' AIPS 1: ' ' AIPS 1: Resumes AIPS 1: SYSTEM command to be executed is: AIPS 1: rm -f /tmp/SETFC@2319+051_X,BAND.0-1 >& /dev/null AIPS 1: Destroyed 1 extension files of type HI LOGFILE FOR USER **** GETTING LARGE: USE PRTMSG AND CLRMSG NOW! AIPS 1: Destroyed MA image file: catno= 117 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 118 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 119 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 120 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 121 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 122 disk= 1 AIPS 1: Destroyed 1 extension files of type HI AIPS 1: Destroyed MA image file: catno= 123 disk= 1 AIPS 1: Disk 1 in-CNO 124 renumbered as CNO 116 AIPS 1: Disk 1 in-CNO 125 renumbered as CNO 117 AIPS 1: Disk 1 in-CNO 126 renumbered as CNO 118 AIPS 1: Disk 1 in-CNO 127 renumbered as CNO 119 AIPS 1: Disk 1 in-CNO 128 renumbered as CNO 120 AIPS 1: Disk 1 in-CNO 129 renumbered as CNO 121 AIPS 1: Disk 1 in-CNO 130 renumbered as CNO 122 AIPS 1: ' ' AIPS 1: ' ' AIPS 1: Found in Version=ABIN AIPS 1: '* APPEARS TO HAVE ENDED SUCCESSFULLY *' >>AIPS 1: Disk 1 No files needed renumbering AIPS 1: 'EMPTY CATALOG ?' 122 >AIPS 1: Begin check for any 'standard' scratch files AIPS 1: Scratch files -- destroyed: 0 still active: 0 AIPS 1: User18378: 10741 messages, oldest written 17-SEP-2006 16:53:35 AIPS 1: Deleted 0 messages AIPS 1: Saved POPS environment in area named 'LASTEXIT' AIPS 1: Session command-line history saved. AIPS 1: auto 31DEC06 TST: Cpu= 2.2 Real= 1572 /home/auto/run/AB922_1999DEC28_1.run.1 finished on Sun Sep 17 19:04:36 MDT 2006